]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/cmd_nick.cpp
Remove references to inspircd_io from these, stop configure making all the modules...
[user/henk/code/inspircd.git] / src / cmd_nick.cpp
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...
2006-03-07 brainWhowas refactor - probably wont compile yet
2006-03-07 brainTidying, strlen, strcasecmp where not needed.
2006-02-21 w00tIt didn't, there was more strlcpy
2006-02-21 w00tFix this, I think.
2006-01-16 brainFixed bug with {} -> [] etc in NICK where nick == newni...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2006-01-11 brainChanged fd_ref_table from 65536 to more correct MAX_DES...
2005-12-28 brainNew system for client exits using CullList seems stable...
2005-12-28 brainChanges to the way clients are exited during mainloop...
2005-12-26 brainAdding hook type checking to event calls to speed them up
2005-12-20 brainFixed to not allow :Abc NICK Abc, where the case of...
2005-12-20 brainFixed case-change nicks not being propogated
2005-12-20 brainAllow case changes in nick w00t -> w00T
2005-12-18 brainMissing header in cmd_nick.cpp
2005-12-16 brainSplit all commands into seperate files and redid comman...