fixed IRCParser bug (we shouldn't check chanuser after freeing it ;))
[NeonServV5.git] / src / IRCParser.c
2011-11-29 pk910fixed IRCParser bug (we shouldn't check chanuser after...
2011-11-12 pk910fixed bot user handling (bot should only have a user...
2011-11-10 pk910parse channel topic (raw 332) on join
2011-11-06 pk910added support for an external statistics script
2011-10-31 pk910hide default greeting & ignore join on joinflood-check...
2011-10-30 pk910fixed Registering User queue
2011-10-28 pk910added user registered event, tidied up helper functions...
2011-10-26 pk910*** VERSION 5.2.0 ***
2011-10-23 pk910found and fixed some very strange code in IRCParser...
2011-10-05 pk910*** VERSION 5.1.0 ***
2011-10-03 pk910added GPL header to all files and added INSTALL AUTHORS...
2011-10-02 pk910tried to reorder the program structure and build process