summaryrefslogtreecommitdiff
path: root/src/commands/cmd_stats.cpp
AgeCommit message (Expand)Author
2016-08-13Fix more incorrect std::string::operator[] usageAttila Molnar
2015-01-12Increase penalty for some core commandsAttila Molnar
2014-12-30Fix User::age being incorrectly used in some places instead of signonAttila Molnar
2014-06-07Fix harmless loop off-by-ones found by Moonlightningsatmd
2014-02-11Fix various problems detected by Clang 3.4.Peter Powell
2013-04-01cmd_stats List opers without iterating the whole userlistattilamolnar
2012-11-29Add a typedef for LocalUserListattilamolnar
2012-10-12Windows: In-depth cleanup (see details)ChrisTX
2012-07-17Fixed Windows buildAdam
2012-07-13Move STATS handler back to cmd_stats so it's hotpatchable againattilamolnar
2012-07-07cmd_stats Remove unused preprocessor stuff (it has been living in stats.cpp f...attilamolnar
2012-07-02Remove leftover #ifdefs and #includes from cmd_*.cppattilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-01-19Remove overrides for ADMIN, STATS, TIMEdanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-09-16Attempt to revert r11734danieldg
2009-09-16Merge commands and modules in source, since they are already merged in installdanieldg
2009-09-14Fix incorrect min/max parameters on commandsdanieldg
2009-09-13Clean up Command constructordanieldg
2009-09-03Change cmd_*.so to use the Module object APIdanieldg
2009-09-02ModResult conversion: Change return type of all module functionsdanieldg
2009-09-02Remove misleading byte counts from stats zdanieldg
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