]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/cmd_stats.cpp
Gorgonzola!
[user/henk/code/inspircd.git] / src / cmd_stats.cpp
2007-03-24 brainTest stuff to fix remote stats brokage
2007-03-12 brainMake /stats P show 'secs' after idle times
2007-02-17 omYes, we know how to spell voluntary (and involuntary...
2007-01-10 peaveyTypo
2007-01-10 brainChange stats z to show volountary and involountary...
2007-01-07 peaveyMove all /WHOWAS related out of core and into cmd_whowas.
2007-01-06 brainWhoops
2007-01-06 brainDont try and show idle time of remote opers in STATS P
2007-01-01 brainAdd port type identifiers
2006-12-25 peaveyCosmetic fix to stats z output.
2006-12-24 peaveyAdd whowas usage to stats z.
2006-12-23 brainHash rehashing change
2006-12-22 brainRefactor connect allow/deny lines
2006-12-15 w00tJesus, look who's the commit whore today. More header...
2006-12-14 brainCPU Usage percent in stats z! yay!
2006-11-16 brainMake STATS i, y, c, n more relevent to 1.1
2006-10-31 brainIncorporate stats p patch by peaveydk (shows port numbe...
2006-10-07 specialReplaced operonlystats with userstats to improve security
2006-10-01 brainTry this w00t
2006-09-17 brainHide ulines from /stats P
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-29 brainSnomask +l (linking) and some +x (XLINE)
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainMove all of the xline stuff into class XLineManager...
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 tons more stuff into class InspIRCd
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 brainFix /stats T dns totals
2006-08-04 brainRemove leading : from /stats l, add /stats L
2006-08-04 brainChange field name to time_open
2006-08-04 brainChange /stats l to be more usable
2006-08-04 brainTypo in /stats u
2006-08-04 brainChange to using userrec::ip as a sockaddr to store...
2006-08-01 brainComments, add more detail, remove dnsqueue.h include...
2006-07-30 brainREMOTE STATS! WOOO AND YAY!
2006-07-19 brainChange stats recv/send to double, so they can hold...
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-04 omAll new shiny config parser, there's probably some...
2006-03-07 brainWhowas refactor - probably wont compile yet
2006-03-07 brainTidying, strlen, strcasecmp where not needed.
2006-02-15 brainRemoved a whole lot of strchr's looking for mode +o...
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...
2006-01-09 brainSilly brain left off a printf specifier
2006-01-09 brainOnly perform check if OperOnlyStats is defined
2006-01-09 brain*TEST* Oper-Only-Stats (not yet tested)
2005-12-28 brainChanged some other stuff that used the old vector/deque...
2005-12-26 brainAdding hook type checking to event calls to speed them up
2005-12-16 brainSplit all commands into seperate files and redid comman...