changed Makefile; build all commands as an own file
[NeonServV5.git] / ChanNode.c
2011-09-15 pk910moved all modes to an extra ModeNode struct
2011-09-12 pk910fixed endless loop in freeChanNode
2011-09-09 pk910added some database information to cmd_netinfo
2011-09-09 pk910added cmd_netinfo
2011-08-31 pk910fixed last commits
2011-08-28 pk910added simple channel ban cache
2011-08-27 pk910added cmd_kick, cmd_kickban & all the functions dependi...
2011-08-20 pk910added cmd_clvl and moved all the database request funct...
2011-08-17 pk910completed cmd_adduser and added CMDFLAG_REGISTERED_CHAN...
2011-08-12 pk910added free functions to free everything (maybe a restar...
2011-08-12 pk910fixed last commit #3
2011-08-12 pk910wrote modcmd bind system
2011-08-12 pk910fixed parseModes
2011-08-12 pk910removed unused variable
2011-08-12 pk910moved debug outputs and added getModeString
2011-08-12 pk910added special modes handler
2011-08-12 pk910initialize chan->modes on create
2011-08-12 pk910fixed last commit #2
2011-08-12 pk910fixed last commit
2011-08-12 pk910added channel mode handler
2011-08-11 pk910added "channel master bot" system to prevent event...
2011-08-11 pk910fixed syntax of last commit
2011-08-11 pk910added raw_topic, raw_privmsg and wrote the small "dead...
2011-08-11 pk910added ChanUser.c and basic cache system
2011-08-10 pk910fixed ChanNode "fast access" array
2011-08-10 pk910fixed last commit
2011-08-10 pk910continued writing cache