Commit Graph

  • 950ec1231b Added download link and compilation instructions Harry Jeffery 2013-08-29 23:07:20 +0100
  • 465632ca39 Added features section to README Harry Jeffery 2013-08-29 22:40:20 +0100
  • d53f9acbd0 Added warning to README Harry Jeffery 2013-08-29 21:43:58 +0100
  • 4760297287 /PART now accepts a reason from the client Harry Jeffery 2013-08-29 21:23:52 +0100
  • e0073e55fd KILL command now accepts a reason Harry Jeffery 2013-08-29 21:20:34 +0100
  • 7fa58ebac1 IRC operators can always use /KICK now Harry Jeffery 2013-08-29 21:15:04 +0100
  • 72a60aa55f IRC operators can use /MODE to do anything they like Harry Jeffery 2013-08-29 21:12:17 +0100
  • d8f874caef Implemented the /KICK command Harry Jeffery 2013-08-29 21:10:28 +0100
  • ee1564e65f Added error recovery to handleEvent Harry Jeffery 2013-08-29 20:55:17 +0100
  • 70a13eec00 Added key field to client Harry Jeffery 2013-08-29 20:50:10 +0100
  • c8f62ae151 Improved server name protection Harry Jeffery 2013-08-29 20:46:07 +0100
  • 2726802408 Removed anonymous mode, currently too finnicky. Harry Jeffery 2013-08-29 18:15:17 +0100
  • 8240b650d6 Implemented secret mode for channels Harry Jeffery 2013-08-29 18:08:39 +0100
  • 85fb96dbb4 Implemented topic lock Harry Jeffery 2013-08-29 18:05:25 +0100
  • 624c6f3ed7 Added the /MODE command, but it's sloppy. Harry Jeffery 2013-08-29 17:57:33 +0100
  • a2b90b7ac6 Added the "n" no external mode. Harry Jeffery 2013-08-29 16:58:50 +0100
  • 0ad0dd2989 Added ClientMode.Prefix() function Harry Jeffery 2013-08-28 16:38:54 +0100
  • 0017e3f574 Added ChannelMode.String() function Harry Jeffery 2013-08-28 16:36:40 +0100
  • 3f325e6652 Implemented moderated mode Harry Jeffery 2013-08-27 19:40:59 +0100
  • 70a17eb44d Added ERR_CANNOTSENDTOCHAN Harry Jeffery 2013-08-27 19:40:14 +0100
  • 9c7dc4d673 Added RPL_CHANNELMODEIS Harry Jeffery 2013-08-27 19:34:52 +0100
  • b26d46ca54 Added basic mode information Harry Jeffery 2013-08-27 18:50:37 +0100
  • 8ceb23296d Added mode structures Harry Jeffery 2013-08-27 18:24:41 +0100
  • 4c809e6d42 Corrected README Harry Jeffery 2013-08-27 14:25:48 +0100
  • ebaddea859 Check for redundant join/parts Harry Jeffery 2013-08-27 13:44:42 +0100
  • 6a102e8587 Improved nick/channel case handling Harry Jeffery 2013-08-27 13:40:51 +0100
  • 399c18cdf6 Added build status badge Harry Jeffery 2013-08-27 13:00:49 +0100
  • 961ded9f35 Removed unneeded makefile Harry Jeffery 2013-08-26 19:34:52 +0100
  • fd94747c9b Created signalCode and replyCode types Harry Jeffery 2013-08-24 20:58:38 +0100
  • b75bb0dacd Fixed build breakage Harry Jeffery 2013-08-24 20:32:23 +0100
  • 5376965edc Changed targeted RFC from 2812 to 1459 Harry Jeffery 2013-08-24 09:14:44 +0100
  • e4261d73b8 Some tweaking Harry Jeffery 2013-08-24 08:36:57 +0100
  • a2f8d79c75 Fixed error in README Harry Jeffery 2013-08-24 08:02:34 +0100
  • 8f576f6ec1 Updated README Harry Jeffery 2013-08-24 08:01:17 +0100
  • fb15282336 Tweaked helpstring for authFile Harry Jeffery 2013-08-24 07:49:16 +0100
  • 1e18fc3c5a Separated code more Harry Jeffery 2013-08-24 07:48:28 +0100
  • e13297a24b Moved joinChannel/partChannel methods to Client Harry Jeffery 2013-08-24 07:37:53 +0100
  • 3ffbc1eb62 Added error recovery Harry Jeffery 2013-08-24 00:42:01 +0100
  • 510f1adc7f Added /KILL command, fixed d/c bug Harry Jeffery 2013-08-24 00:18:54 +0100
  • 9b71bdcbdd Added OPER and auth file parsing. Harry Jeffery 2013-08-23 23:59:33 +0100
  • 0383fcab8b Small tidy up and fixed potential disconnect bug Harry Jeffery 2013-08-23 22:58:40 +0100
  • 4552684f01 Tweaked README Harry Jeffery 2013-08-23 22:47:54 +0100
  • a18ae83165 Require registration for /LIST Harry Jeffery 2013-08-23 22:21:47 +0100
  • dfcebc74a3 Added support for /LIST Harry Jeffery 2013-08-23 22:09:29 +0100
  • f592014bed Moved PRIVMSG into Client.reply() Harry Jeffery 2013-08-23 17:39:10 +0100
  • 7980ec0b7f Fixed duplicate nickname issues and /quit bug Harry Jeffery 2013-08-23 17:34:45 +0100
  • afe61051b7 Fixed duplicate nick registration Harry Jeffery 2013-08-23 16:24:06 +0100
  • 8994c1bb55 Tweaked replies to behave as observed in the wild Harry Jeffery 2013-08-23 15:53:56 +0100
  • dcb3071126 Added unknown command reply Harry Jeffery 2013-08-23 15:39:40 +0100
  • ee6dcc8b37 Tidied up a little Harry Jeffery 2013-08-23 15:23:27 +0100
  • af4066c31b Ran go fmt Harry Jeffery 2013-08-23 15:07:18 +0100
  • 747269aed0 Cleaned up disused signal chan from Server Harry Jeffery 2013-08-23 14:59:32 +0100
  • d4d1089627 Added support for /TOPIC Harry Jeffery 2013-08-23 03:49:30 +0100
  • defccb1101 Tidied up JOIN/PART etc. to use Client.reply() Harry Jeffery 2013-08-23 02:32:46 +0100
  • 0e77bd9b13 Initial commit Harry Jeffery 2013-08-23 02:03:37 +0100