summaryrefslogtreecommitdiff
path: root/src/commands/cmd_stats.cpp
AgeCommit message (Expand)Author
2009-07-01Make rehash generate a new ServerInstance->Config objectdanieldg
2009-07-01Move list of open ports out of Config objectdanieldg
2009-03-29send ERR_NEEDMOREPARAMS if an empty parameter is given to STATS ('STATS :'), ...dz
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-03-09Fix bug #764 (/stats i outputs numerics with uppercase I), reported by KingTa...w00t
2009-02-14Nuke trailing spacespeavey
2009-01-02Update copyrights for 2009.w00t
2008-12-28Fix bug spotted by KingTarquin, if an empty string is given to /stats with "S...brain
2008-12-01Rip flood/threshold out of config classes also.w00t
2008-11-01Correct this error message to confuse people less.w00t
2008-10-18Tie a number of /who settings to servers/auspex and users/auspex respectively.w00t
2008-10-18Tie /stats that aren't explicitly marked for users into servers/auspex.w00t
2008-08-29Fix extra End of /STATS on spanningtree override of stats c and n.peavey
2008-08-20properly coreexport the getcpu() function etcbrain
2008-08-20We can finally have percent cpu in the stats z on windows now, same as it is ...brain
2008-08-17These are not percentagesbrain
2008-07-22Fix bug #579, missing end of stats and snomask when module returns 1 from OnS...brain
2008-07-02Back out the incomplete linebuffering stuff that shouldn't have been committed..w00t
2008-07-02Forward port r9946: make SVSHOLD silent to avoid useless irritation to opersw00t
2008-06-18more fixesbrain
2008-06-18more fixesbrain
2008-06-18Measure bandwidth statistics from the socket engine (kiloBITS per second in, ...brain
2008-06-18Add the rest of the stuff for named pipe comms, including feedback informatio...brain
2008-06-06On ambiguous abbreviation, list all possibilities and eat the command (numeri...brain
2008-05-25First phase of conversion to dynamic limits on all the lengths, configured vi...brain
2008-05-19Convert connection::hostbrain
2008-05-18Make User:: nick/ident/dhost/fullname and some other things std::string inste...aquanight
2008-05-04Conversion of command handler params from "const char* const* parameters, int...brain
2008-04-02Fix stats, this has never actually displayed the per-class max in stats I, no...brain
2008-02-20Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...brain
2008-02-14Somebody *eyes a certain norwegian wannabe* defined two commands called WATCH...brain
2008-02-02Move some stuff to usermanager, remove a little header insanity, remove trace...w00t
2008-01-10Header update: 2007 -> 2008w00t
2007-11-04Not yet tested: remove last vestiges of modules[] and module_names[] arrays.brain
2007-11-02I must have been smoking craq, this would never have workedbrain
2007-11-02Put back different stats numerics for /stats g, /stats k etcbrain
2007-11-02Tidy up, and make the identifer for a line type be std::string not charbrain
2007-10-31Fix (?) stats charsbrain
2007-10-24Whoops forgot thisbrain
2007-10-23-pedantic tidyups, lets see if it finds anything worthy of a fixbrain
2007-10-22Move cmd_*.cpp to src/commands/. Not done in the nicest of ways yet, but ah w...w00t