Commit Graph

5 Commits

Author SHA1 Message Date
Justin 9e0c276783 Fix to not reveal channel key to nonmembers
MODE queries were revealing channel key to non-members, now they will just be allowed to see if a key is required to join, but not see the key
2015-08-09 09:58:17 -07:00
Justin 19635143fe Added support for querying of Channel Modes 2015-08-08 14:56:04 -07:00
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 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 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