summaryrefslogtreecommitdiff
path: root/src/cmd_stats.cpp
AgeCommit message (Expand)Author
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
2006-04-08Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...om
2006-04-04All new shiny config parser, there's probably some bugs there somewhere but h...om
2006-03-07Whowas refactor - probably wont compile yetbrain
2006-03-07Tidying, strlen, strcasecmp where not needed.brain
2006-02-15Removed a whole lot of strchr's looking for mode +o where we can do if *user-...brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2006-01-11Changed fd_ref_table from 65536 to more correct MAX_DESCRIPTORSbrain