]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/cmd_nick.cpp
FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, GetClass...
[user/henk/code/inspircd.git] / src / cmd_nick.cpp
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-08 brainWriteCommon() and WriteCommonExcept() -> userrec::Write...
2006-08-08 brainWHEEEEE!!!!!
2006-08-08 brainuserrec::UpdateNickHash(), userrec::ForceNickChange...
2006-08-01 brainComments, add more detail, remove dnsqueue.h include...
2006-08-01 brainStuff to make user host resolving use class Resolver...
2006-08-01 brainRemoved threaded dns (it might make a comeback some...
2006-07-29 brainFix typo
2006-07-28 brainAllow invalid nicks from remote users in NICK (we'll...
2006-07-28 brainChange all references to voodoo numbers (7, 3 etc)...
2006-07-20 brainFixed, no longer a memory leak (Thread leak)
2006-07-20 brainSomeone please take a look at this and tell me why...
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-07-14 brainAdd <options:nouserdns> - defaults to off. if set to...
2006-04-20 brainMove to new include path
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...