summaryrefslogtreecommitdiff
path: root/src/commands/cmd_who.cpp
AgeCommit message (Expand)Author
2014-12-30Fix User::age being incorrectly used in some places instead of signonAttila Molnar
2014-02-20Fix /who on opers incorrectly showing +i opers toAdam
2013-06-01cmd_who Hide +i users when listing users on a server and hidewhois is offattilamolnar
2012-10-12Remove superfluous std::string()sattilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-03-22Remove channel argument from OnSendWhoLine, this information is already avail...danieldg
2010-02-01Add parameters to OnSendWhoLine hook, fixes "/who * o" returning opers with +Hdanieldg
2010-01-29Remove MaxWhoResults, replace with an increase of Penalty based on result lis...danieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-11-15Add Inspircd::AddServicesdanieldg
2009-10-21Move some local-only fields to LocalUserdanieldg
2009-10-14Move static map of extensions into ServerInstance, add const-correctnessdanieldg
2009-10-03Get rid of a bunch of memory-wasting C-style stringsdanieldg
2009-09-16Attempt to revert r11734danieldg
2009-09-16Merge commands and modules in source, since they are already merged in installdanieldg
2009-09-13Clean up Command constructordanieldg
2009-09-13Membership* changesdanieldg
2009-09-13Change Extensible to use strongly typed entriesdanieldg
2009-09-13Don't allow /who to match servers when HideWhoisServer is enabled (unless the...special
2009-09-03Change cmd_*.so to use the Module object APIdanieldg
2009-09-02Add OnSendWhoLine hook, and use it in the oper hiding modulesdanieldg
2009-09-02Rip out VisData in preparation for replacing it with more flexible hooksdanieldg
2009-09-01Rename User::GetPort to GetServerPort to clarify its purposedanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-03-03Restrict some /WHO options to opersdanieldg
2009-02-19Restrict /WHO <item> M to opersdanieldg
2009-02-14Nuke trailing spacespeavey
2009-01-02Update copyrights for 2009.w00t
2008-12-07Convert necessary match calls to use ASCII casemap.w00t
2008-10-18Tie a number of /who settings to servers/auspex and users/auspex respectively.w00t
2008-08-28Rename lowermap to rfc_case_insensitive_map, add case_sensitive_map.. adjust ...w00t
2008-08-25Implement /who 1d t (search for who matches for users connected for a given t...w00t
2008-08-25Add opt_time to WHO (will be /who +t flag) and clean the fuck up CommandWho::...w00t
2008-08-21match() is no longer a function+no header, now a static method of InspIRCd cl...w00t
2008-05-19Convert channel::name to std::string, this was a beastie!brain
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