]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/commands/cmd_who.cpp
match() is no longer a function+no header, now a static method of InspIRCd class...
[user/henk/code/inspircd.git] / src / commands / cmd_who.cpp
2008-08-21 w00tmatch() is no longer a function+no header, now a static...
2008-05-19 brainConvert channel::name to std::string, this was a beastie!
2008-05-18 aquanightMake User:: nick/ident/dhost/fullname and some other...
2008-05-10 brainImprove this not to use pointer maths directly, use...
2008-05-10 brainFix for bug #532 reported by dantheman, thanks
2008-05-08 brainWhen searching by servername without wildcards, conceal...
2008-05-04 brainConversion of command handler params from "const char...
2008-03-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-13 brainCommit patch from danieldg that makes a ton of stuff...
2008-02-08 brainSlight speed improvement in WHOing invisible users...
2008-02-02 w00tMove some stuff to usermanager, remove a little header...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-10-27 brainWho flags now count as a wildcard for searching for...
2007-10-22 w00tMove cmd_*.cpp to src/commands/. Not done in the nicest...