Commit Graph

8 Commits

Author SHA1 Message Date
Justin 2ef0464d1d Added proper parsing of channel modes.
Implemented parsing and storage of Channel Mode flags. Not all flags are currently being utilized.
2015-08-07 17:37:41 -07:00
justin a6e09ed19f Started support for Channel Modes 2015-08-05 13:25:25 -04:00
justin b354ba7187 Started adding support for Modes.
Added support for the following commands:
*  TOPIC
*  AWAY
*  MODE (just usermode support for now)
2015-08-05 11:33:06 -04:00
justin db91c5e08b Fixed server crash from client malformed data 2015-08-02 08:21:16 -04:00
justin e93564e777 Fixed issue with key not properly being required for channel. 2015-08-01 23:18:06 -04:00
justin c9d9191a5a Added channels. Closes #1.
Support for the following Commands added.
JOIN, PART, PRIVMSG, NOTICE, and WHO
2015-08-01 22:46:58 -04:00
justin acfc3f2c60 Base IRC server started.
Support for NICK, USER, QUIT, PING, and PONG commands added
2015-08-01 13:32:41 -04:00
justin 89428e0e2e Init commit 2015-08-01 11:34:43 +00:00