]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/cmd_who.cpp
/who tidyup - needs QA'ing
[user/henk/code/inspircd.git] / src / cmd_who.cpp
2007-03-09 brain/who tidyup - needs QA'ing
2007-03-09 specialApply <options:hidewhois> in /who results (bug #239...
2006-12-23 brainHash rehashing change
2006-12-15 w00tJesus, look who's the commit whore today. More header...
2006-12-14 brainRefactor userrec::chans.
2006-12-07 brainWhoops
2006-12-07 brainBad w00tie bad, /who isnt checking +s for channel ...
2006-11-15 brainAdd WHO flag 'm' to show users who have a mode sequence
2006-09-06 brainFix crashbug when /who'ing people who arent on a channe...
2006-09-06 brainCommand result codes. This isnt finished yet, still...
2006-09-03 brainAuto loading of commands as shared objects via dlsym...
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-23 brainMore prefixchar stuff.
2006-08-18 brainOdd bits and bobs to keep the numeric sane if the user...
2006-08-18 brainDont allow USERHOST (and new WHO) on unregistered users
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainConfigReader and FileReader now take InspIRCd* to their...
2006-08-10 brainMove all_opers into class InspIRCd
2006-08-10 brainMove IsNick, IsIdent into class InspIRCd, update module...
2006-08-10 braincmode(), cflags(), cstatus() -> chanrec::GetStatusChar...
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-09 brainMove clientlist and chanlist into InspIRCd*
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-08 brainWHEEEEE!!!!!
2006-08-04 brainFixed bug in new /who code spotted by jilles
2006-07-28 brainFinish off /WHO (i think it covers everything). Now...
2006-07-16 brainFixed it myself so i can carry on coding1
2006-07-16 w00tMore WHO
2006-07-16 w00tWHO refactoring. In progress currently.
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-04-20 brainMove to new include path
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...
2006-04-06 w00tHoly christ that was a LOT OF SPACES. TABS, USE THEM...
2006-03-09 brainFixed to correctly use iterator
2006-03-08 brainRemoved has_channel(userrec*,chanrec*), the new preferr...
2006-03-07 brainWhowas refactor - probably wont compile yet
2006-03-02 brainTypo that didn't look like a typo :p
2006-03-02 brainAdded IS_SINGLE, see comment in include/inspircd.h
2006-03-02 brainAdded charlcat which appends a single char to a char...
2006-02-15 brainRemoved a whole lot of strchr's looking for mode +o...
2006-02-06 brainPedantic tweak to /WHO (this actually needs rewriting...
2006-01-18 brainTest-fix for crazy's bug (/who 0 * as oper while on...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2006-01-11 brainChanged fd_ref_table from 65536 to more correct MAX_DES...
2005-12-22 brainOptimized out strcpys that copy empty strings (craq++)
2005-12-16 brainSplit all commands into seperate files and redid comman...