]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/commands/cmd_who.cpp
Add Inspircd::AddServices
[user/henk/code/inspircd.git] / src / commands / cmd_who.cpp
2009-11-15 danieldgAdd Inspircd::AddServices
2009-10-21 danieldgMove some local-only fields to LocalUser
2009-10-14 danieldgMove static map of extensions into ServerInstance,...
2009-10-03 danieldgGet rid of a bunch of memory-wasting C-style strings
2009-09-16 danieldgAttempt to revert r11734
2009-09-16 danieldgMerge commands and modules in source, since they are...
2009-09-13 danieldgClean up Command constructor
2009-09-13 danieldgMembership* changes
2009-09-13 danieldgChange Extensible to use strongly typed entries
2009-09-13 specialDon't allow /who to match servers when HideWhoisServer...
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-09-02 danieldgAdd OnSendWhoLine hook, and use it in the oper hiding...
2009-09-02 danieldgRip out VisData in preparation for replacing it with...
2009-09-01 danieldgRename User::GetPort to GetServerPort to clarify its...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-03 danieldgRestrict some /WHO options to opers
2009-02-19 danieldgRestrict /WHO <item> M to opers
2009-02-14 peaveyNuke trailing spaces
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-07 w00tConvert necessary match calls to use ASCII casemap.
2008-10-18 w00tTie a number of /who settings to servers/auspex and...
2008-08-28 w00tRename lowermap to rfc_case_insensitive_map, add case_s...
2008-08-25 w00tImplement /who 1d t (search for who matches for users...
2008-08-25 w00tAdd opt_time to WHO (will be /who +t flag) and clean...
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...