]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/commands/cmd_nick.cpp
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / src / commands / cmd_nick.cpp
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-16 danieldgAttempt to revert r11734
2009-09-16 danieldgMerge commands and modules in source, since they are...
2009-09-14 danieldgIntroduce "X" snomask for remote *:line messages [patch...
2009-09-13 danieldgClean up Command constructor
2009-09-13 danieldgMembership* changes
2009-09-13 danieldgChange Extensible to use strongly typed entries
2009-09-03 danieldgRemove HandleInternal and HandleServer, they are duplic...
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgRemove calls to strdup() in core, it is not better...
2009-04-26 danieldgFix OnUserRegister being triggered twice if someone...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-22 brainFix for bug found by danieldg, where remote nicks were...
2009-01-02 w00tUpdate copyrights for 2009.
2008-11-01 w00tObsolete m_restrictbanned, add <security:restrictbanned...
2008-10-22 w00tOnly announce Q:Line hits on NICK from unregistered...
2008-07-12 w00tDon't add a 10 second penalty to all connecting users...
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...