summaryrefslogtreecommitdiff
path: root/src/commands/cmd_who.cpp
AgeCommit message (Expand)Author
2008-05-18Make User:: nick/ident/dhost/fullname and some other things std::string inste...aquanight
2008-05-10Improve this not to use pointer maths directly, use an iteratorbrain
2008-05-10Fix for bug #532 reported by dantheman, thanksbrain
2008-05-08When searching by servername without wildcards, conceal +i users no matter wh...brain
2008-05-04Conversion of command handler params from "const char* const* parameters, int...brain
2008-03-22Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...brain
2008-02-20Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...brain
2008-02-13Commit patch from danieldg that makes a ton of stuff const-safe for latest wa...brain
2008-02-08Slight speed improvement in WHOing invisible users, insignificantbrain
2008-02-02Move some stuff to usermanager, remove a little header insanity, remove trace...w00t
2008-01-10Header update: 2007 -> 2008w00t
2007-10-27Who flags now count as a wildcard for searching for privacy reasons, fixes bu...brain
2007-10-22Move cmd_*.cpp to src/commands/. Not done in the nicest of ways yet, but ah w...w00t