summaryrefslogtreecommitdiff
path: root/src/commands/cmd_nick.cpp
AgeCommit message (Expand)Author
2009-01-22Fix for bug found by danieldg, where remote nicks were truncated to NICKMAX, ...brain
2009-01-02Update copyrights for 2009.w00t
2008-11-01Obsolete m_restrictbanned, add <security:restrictbannedusers>, default on.. t...w00t
2008-10-22Only announce Q:Line hits on NICK from unregistered users, thanks satmd.w00t
2008-07-12Don't add a 10 second penalty to all connecting users (this was accidental)w00t
2008-05-25First phase of conversion to dynamic limits on all the lengths, configured vi...brain
2008-05-23NEVER use the two-param assign unless you want your string padding to len byt...brain
2008-05-19Convert connection::hostbrain
2008-05-19Fix users being unable to register (aquanight, what the fuck were you smoking...w00t
2008-05-18Make User:: nick/ident/dhost/fullname and some other things std::string inste...aquanight
2008-05-07Add support for /nick 0: changes nick to UID, which can come in useful for ci...w00t
2008-05-04Conversion of command handler params from "const char* const* parameters, int...brain
2008-04-08Allow remote users to bypass Q:Line (why on earth wasn't this the case)w00t
2008-04-08Don't check Q:Lines if server is enforcing a nick change (I forgot we had a w...w00t
2008-03-22Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...brain
2008-03-19And one more tweak to this.peavey
2008-03-19Fix OnUserRegister() not getting called for if USER sent before NICK on regis...peavey
2008-02-20Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...brain
2008-02-11Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ...w00t
2008-01-10Header update: 2007 -> 2008w00t
2008-01-09Fake lag on nick change, thanks pLaYaw00t
2007-11-02Tidy up, and make the identifer for a line type be std::string not charbrain
2007-11-02xline gutting, once more. There is no longer an active_lines vector, and no r...brain
2007-10-23All the core is now pedantic safe!brain
2007-10-22Move cmd_*.cpp to src/commands/. Not done in the nicest of ways yet, but ah w...w00t