summaryrefslogtreecommitdiff
path: root/src/cmd_stats.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-11Refactor port binding, warning not yet tested fullybrain
2007-05-07we typedeffed nspace::hash_map<std::string,command_t*> to command_table ages ...brain
2007-05-04Fix for bug #274, same port appearing multiple times in stats p if bound mult...brain
2007-03-24Test stuff to fix remote stats brokagebrain
2007-03-12Make /stats P show 'secs' after idle timesbrain
2007-02-17Yes, we know how to spell voluntary (and involuntary!) :<om
2007-01-10Typopeavey
2007-01-10Change stats z to show volountary and involountary seperatelybrain
2007-01-07Move all /WHOWAS related out of core and into cmd_whowas.peavey
2007-01-06Whoopsbrain
2007-01-06Dont try and show idle time of remote opers in STATS Pbrain
2007-01-01Add port type identifiersbrain
2006-12-25Cosmetic fix to stats z output.peavey
2006-12-24Add whowas usage to stats z.peavey
2006-12-23Hash rehashing changebrain
2006-12-22Refactor connect allow/deny linesbrain
2006-12-15Jesus, look who's the commit whore today. More header updates, and removal of...w00t
2006-12-14CPU Usage percent in stats z! yay!brain
2006-11-16Make STATS i, y, c, n more relevent to 1.1brain
2006-10-31Incorporate stats p patch by peaveydk (shows port numbers and number of clien...brain
2006-10-07Replaced operonlystats with userstats to improve securityspecial
2006-10-01Try this w00tbrain
2006-09-17Hide ulines from /stats Pbrain
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-29Snomask +l (linking) and some +x (XLINE)brain
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11Move all of the xline stuff into class XLineManager, make an instance of it i...brain
2006-08-11extern time_t TIME -> InspIRCd::Time()brain
2006-08-11ConfigReader and FileReader now take InspIRCd* to their constructorsbrain
2006-08-10Mass-tidyup of module global vars, theyre no longer global vars.brain
2006-08-10Move IsNick, IsIdent into class InspIRCd, update modules that use it.brain
2006-08-10FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ...brain
2006-08-09Move tons more stuff into class InspIRCdbrain
2006-08-09Move clientlist and chanlist into InspIRCd*brain
2006-08-09ServerConfig extern moved into class InspIRCdbrain
2006-08-08WHEEEEE!!!!!brain
2006-08-04Fix /stats T dns totalsbrain
2006-08-04Remove leading : from /stats l, add /stats Lbrain
2006-08-04Change field name to time_openbrain
2006-08-04Change /stats l to be more usablebrain
2006-08-04Typo in /stats ubrain
2006-08-04Change to using userrec::ip as a sockaddr to store port, ip and address famil...brain
2006-08-01Comments, add more detail, remove dnsqueue.h include from tons of placesbrain
2006-07-30REMOTE STATS! WOOO AND YAY!brain
2006-07-19Change stats recv/send to double, so they can hold truly massive numbers of t...brain
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