summaryrefslogtreecommitdiff
path: root/src/cmd_who.cpp
AgeCommit message (Expand)Author
2007-05-12We've had an IS_OPER macro for a long time. About time we started using it, m...w00t
2007-05-10Slightly modify WHO <port> p to allow a port range, e.g. "WHO 6660-6669,7000,...brain
2007-05-10Small api change with wide reaching effects in modules - Allows modification ...brain
2007-05-09If we're having local, we need far too (f)brain
2007-05-09Add WHO flag 'l', show only local usersbrain
2007-05-09Fix slightly broken oper checks on +ibrain
2007-05-09Add extra matches to /WHO. flags aiMp, away, ident, metadata, port numberbrain
2007-05-09Fix the other logic bug found by peaveybrain
2007-05-09There was some real odd logic in here - thanks owine and HiroPbrain
2007-05-04Fix /who to hide users marked invisibile in some way by a modulebrain
2007-03-13Fix /who thing that dmb spottedbrain
2007-03-09/who tidyup - needs QA'ingbrain
2007-03-09Apply <options:hidewhois> in /who results (bug #239); someone should clean up...special
2006-12-23Hash rehashing changebrain
2006-12-15Jesus, look who's the commit whore today. More header updates, and removal of...w00t
2006-12-14Refactor userrec::chans.brain
2006-12-07Whoopsbrain
2006-12-07Bad w00tie bad, /who isnt checking +s for channel /who!brain
2006-11-15Add WHO flag 'm' to show users who have a mode sequencebrain
2006-09-06Fix crashbug when /who'ing people who arent on a channel (chan->GetPrefixChar...brain
2006-09-06Command result codes. This isnt finished yet, still got to do most of the mod...brain
2006-09-03Auto loading of commands as shared objects via dlsym (very lightweight interf...brain
2006-08-30Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include listsbrain
2006-08-23More prefixchar stuff.brain
2006-08-18Odd bits and bobs to keep the numeric sane if the user is insane (like stskee...brain
2006-08-18Dont allow USERHOST (and new WHO) on unregistered usersbrain
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11ConfigReader and FileReader now take InspIRCd* to their constructorsbrain
2006-08-10Move all_opers into class InspIRCdbrain
2006-08-10Move IsNick, IsIdent into class InspIRCd, update modules that use it.brain
2006-08-10cmode(), cflags(), cstatus() -> chanrec::GetStatusChar(), chanrec::GetStatusF...brain
2006-08-10FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ...brain
2006-08-09Move clientlist and chanlist into InspIRCd*brain
2006-08-09ServerConfig extern moved into class InspIRCdbrain
2006-08-08WHEEEEE!!!!!brain
2006-08-04Fixed bug in new /who code spotted by jillesbrain
2006-07-28Finish off /WHO (i think it covers everything). Now has a few extra optionsbrain
2006-07-16Fixed it myself so i can carry on coding1brain
2006-07-16More WHOw00t
2006-07-16WHO refactoring. In progress currently.w00t
2006-07-16mass tidyup, change A LOT of stuff to const char** which was char** (such as ...brain
2006-04-20Move to new include pathbrain
2006-04-08Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...om
2006-04-06Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T...w00t
2006-03-09Fixed to correctly use iteratorbrain
2006-03-08Removed has_channel(userrec*,chanrec*), the new preferred way of doing it is ...brain
2006-03-07Whowas refactor - probably wont compile yetbrain
2006-03-02Typo that didn't look like a typo :pbrain
2006-03-02Added IS_SINGLE, see comment in include/inspircd.hbrain
2006-03-02Added charlcat which appends a single char to a char* string (range checked)brain