summaryrefslogtreecommitdiff
path: root/src/cmd_stats.cpp
AgeCommit message (Expand)Author
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-07-01Optimizations and code tidyups. QA please check that svsnick and other forced...brain
2007-06-03Probably fix 2nd compile issue on RH7 and add some checks which *should* ensu...om
2007-06-03And a minor cleanup of the /stats z code. Nothing spectacular..om
2007-06-03Possible fix for compile issue on some distributions. Then again there was pr...om
2007-06-01WIN: As promised when I took it out, whowas stats in /STATS z is now working ...peavey
2007-06-01Make valgrind happy and not leak mem.peavey
2007-05-28Remove code for clientcount/servercount from /stats p. At the moment it was s...w00t
2007-05-28Show IPs that a port is bound to in /stats p, don't remove duplicate ports an...w00t
2007-05-22take out whowas stats from stats z until I figure out how to fix it.peavey
2007-05-19Visual studio's ability to translate tabs to four spaces as default frustrate...brain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
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