]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/cmd_whois.cpp
Move a bundle of stuff to server.cpp from inspircd.cpp
[user/henk/code/inspircd.git] / src / cmd_whois.cpp
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-12 w00tWhile I'm on the macro warpath: start using IS_AWAY...
2007-05-12 w00tWe've had an IS_OPER macro for a long time. About time...
2007-05-11 brainMake sure we always use the correct index for the nickn...
2007-05-10 w00tPatch by djGrrr to WHOIS to fix up another potential...
2007-05-10 w00tRemove redundant if (), pointed out by djGrrr.
2007-05-10 w00tMuch thanks to djGrrr for being helpful. Give this...
2007-05-10 w00tFIX: Don't show time for remote clients on /whois nick
2007-05-10 w00tI got very confused here.. let's fix this
2007-05-10 w00tClarify some of the comments here..
2007-05-10 w00t(will be tested like nowish): Modified version of djGrr...
2007-05-10 w00tIf hidewhois is enabled, don't show idle time unless...
2007-05-04 brainCloaking of WHOIS didnt work quite right, fixed
2007-05-04 brainApply visibility state to whois, next stop, /who
2007-03-31 w00tTweak to numeric 378: is connecting from ident@host
2007-01-27 brainfix so that OnWhois is triggered for remote whois,...
2006-12-15 w00tJesus, look who's the commit whore today. More header...
2006-10-28 brainAdd 'dest' parameter to OnWhoisLine, contains the user...
2006-10-28 brainAdd support for OnWhoisLine, which allows modules to...
2006-09-10 brainMove Spacify() into irc:: namespace as multiple modules...
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-18 brainOdd bits and bobs to keep the numeric sane if the user...
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainextern time_t TIME -> InspIRCd::Time()
2006-08-11 brainConfigReader and FileReader now take InspIRCd* to their...
2006-08-10 brainMass-tidyup of module global vars, theyre no longer...
2006-08-10 brainMove IsNick, IsIdent into class InspIRCd, update module...
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-09 brainMove more stuff into userrec
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-08 brainWHEEEEE!!!!!
2006-08-04 brainChange to using userrec::ip as a sockaddr to store...
2006-08-01 brainThe IPV6 stuff compiles now, with compile-correct ipv6...
2006-07-28 brainChange all references to voodoo numbers (7, 3 etc)...
2006-07-16 brainCreated new class irc::commasepstream.
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-07-09 brainAdded Spacify() function local to cmd_whois.cpp which...
2006-07-01 omChange WriteChannelWithServ and it's _NoFormat to take...
2006-06-04 brainFix for an/a and vowel detection in "is an ircop" numer...
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-04-04 ommove do_whois to cmd_whois, i'm stopping now. really.
2006-03-07 brainWhowas refactor - probably wont compile yet
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-16 brainFixed LoopCall method calls
2005-12-16 brainSplit all commands into seperate files and redid comman...