Commit Graph

12 Commits

Author SHA1 Message Date
Justin
ca503377dc Now supports client registration tracking
Added flag for client that is set when registration is completed.
Providing middleware/wrapper for CommandHandlers to check if client is registered.
2015-08-10 08:31:44 -07:00
Justin
0491f08d73 Fixed initial connection livliness timers.
Initial timer changed to use the quit function before IRC handshake has been completed
2015-08-09 16:31:18 -07:00
Justin
e31fe5d24d NAMES responses for global added.
When no parameter is passed all channels and global are returned
Now prevents invisible users from being revealed
2015-08-09 12:56:44 -07:00
Justin
aa1780a415 IRC WHO command now handles a global mask/request 2015-08-09 10:37:52 -07:00
Justin
b8408ad060 Notification on Nick change added 2015-08-08 19:19:02 -07:00
Justin
7b23d2015d Can now change nickname using IRC NICK command 2015-08-08 16:37:17 -07:00
Justin
e8faa15312 Increased idle and quit timeouts 2015-08-08 10:14:43 -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
db91c5e08b Fixed server crash from client malformed data 2015-08-02 08:21:16 -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