]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/commands/cmd_nick.cpp
First phase of conversion to dynamic limits on all the lengths, configured via the...
[user/henk/code/inspircd.git] / src / commands / cmd_nick.cpp
2008-05-25 brainFirst phase of conversion to dynamic limits on all...
2008-05-23 brainNEVER use the two-param assign unless you want your...
2008-05-19 brainConvert connection::host
2008-05-19 w00tFix users being unable to register (aquanight, what...
2008-05-18 aquanightMake User:: nick/ident/dhost/fullname and some other...
2008-05-07 w00tAdd support for /nick 0: changes nick to UID, which...
2008-05-04 brainConversion of command handler params from "const char...
2008-04-08 w00tAllow remote users to bypass Q:Line (why on earth wasn...
2008-04-08 w00tDon't check Q:Lines if server is enforcing a nick chang...
2008-03-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-03-19 peaveyAnd one more tweak to this.
2008-03-19 peaveyFix OnUserRegister() not getting called for if USER...
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-11 w00tAdd -Wshadow to cflags, and fix a bunch of warnings...
2008-01-10 w00tHeader update: 2007 -> 2008
2008-01-09 w00tFake lag on nick change, thanks pLaYa
2007-11-02 brainTidy up, and make the identifer for a line type be...
2007-11-02 brainxline gutting, once more. There is no longer an active_...
2007-10-23 brainAll the core is now pedantic safe!
2007-10-22 w00tMove cmd_*.cpp to src/commands/. Not done in the nicest...