]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/cmd_stats.cpp
Passing invalid instance to dns isnt a good idea
[user/henk/code/inspircd.git] / src / cmd_stats.cpp
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...