]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/commands/cmd_stats.cpp
Fix more incorrect std::string::operator[] usage
[user/henk/code/inspircd.git] / src / commands / cmd_stats.cpp
2016-08-13 Attila MolnarFix more incorrect std::string::operator[] usage
2015-01-21 Attila MolnarMerge pull request #961 from SaberUK/insp20+fix-snotice
2015-01-19 Attila MolnarMerge branch 'insp20+penalty' into insp20
2015-01-12 Attila MolnarIncrease penalty for some core commands
2014-12-30 Attila MolnarFix User::age being incorrectly used in some places...
2014-06-07 satmdFix harmless loop off-by-ones found by Moonlightning
2014-02-18 Attila MolnarMerge pull request #772 from SaberUK/insp20+llvm34
2014-02-11 Peter PowellFix various problems detected by Clang 3.4.
2013-04-01 attilamolnarcmd_stats List opers without iterating the whole userlist
2012-11-29 attilamolnarAdd a typedef for LocalUserList
2012-10-12 AdamMerge pull request #320 from ChrisTX/insp20+cleanupwin
2012-10-12 ChrisTXWindows: In-depth cleanup (see details)
2012-08-13 Robin BurchellMerge pull request #251 from Shawn-Smith/insp20+extbanU
2012-07-18 AdamFixed Windows build
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-13 Attila MolnarMerge pull request #249 from Shawn-Smith/insp20+simplemode
2012-07-13 attilamolnarMove STATS handler back to cmd_stats so it's hotpatchab...
2012-07-07 attilamolnarcmd_stats Remove unused preprocessor stuff (it has...
2012-07-04 Attila MolnarMerge pull request #239 from alyx/insp20
2012-07-02 attilamolnarRemove leftover #ifdefs and #includes from cmd_*.cpp
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-01-19 danieldgRemove overrides for ADMIN, STATS, TIME
2010-01-11 brain...because every now and again, i have to do a massive...
2009-09-16 danieldgAttempt to revert r11734
2009-09-16 danieldgMerge commands and modules in source, since they are...
2009-09-14 danieldgFix incorrect min/max parameters on commands
2009-09-13 danieldgClean up Command constructor
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgRemove misleading byte counts from stats z
2009-07-01 danieldgMake rehash generate a new ServerInstance->Config object
2009-07-01 danieldgMove list of open ports out of Config object
2009-03-29 dzsend ERR_NEEDMOREPARAMS if an empty parameter is given...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-09 w00tFix bug #764 (/stats i outputs numerics with uppercase...
2009-02-14 peaveyNuke trailing spaces
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-28 brainFix bug spotted by KingTarquin, if an empty string...
2008-12-01 w00tRip flood/threshold out of config classes also.
2008-11-01 w00tCorrect this error message to confuse people less.
2008-10-18 w00tTie a number of /who settings to servers/auspex and...
2008-10-18 w00tTie /stats that aren't explicitly marked for users...
2008-08-29 peaveyFix extra End of /STATS on spanningtree override of...
2008-08-20 brainproperly coreexport the getcpu() function etc
2008-08-20 brainWe can finally have percent cpu in the stats z on windo...
2008-08-17 brainThese are not percentages
2008-07-22 brainFix bug #579, missing end of stats and snomask when...
2008-07-02 w00tBack out the incomplete linebuffering stuff that should...
2008-07-02 w00tForward port r9946: make SVSHOLD silent to avoid useles...
2008-06-18 brainmore fixes
2008-06-18 brainmore fixes
2008-06-18 brainMeasure bandwidth statistics from the socket engine...
2008-06-18 brainAdd the rest of the stuff for named pipe comms, includi...
2008-06-06 brainOn ambiguous abbreviation, list all possibilities and...
2008-05-25 brainFirst phase of conversion to dynamic limits on all...
2008-05-19 brainConvert connection::host
2008-05-18 aquanightMake User:: nick/ident/dhost/fullname and some other...
2008-05-04 brainConversion of command handler params from "const char...
2008-04-02 brainFix stats, this has never actually displayed the per...
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-14 brainSomebody *eyes a certain norwegian wannabe* defined...
2008-02-02 w00tMove some stuff to usermanager, remove a little header...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-04 brainNot yet tested: remove last vestiges of modules[] and...
2007-11-02 brainI must have been smoking craq, this would never have...
2007-11-02 brainPut back different stats numerics for /stats g, /stats...
2007-11-02 brainTidy up, and make the identifer for a line type be...
2007-10-31 brainFix (?) stats chars
2007-10-24 brainWhoops forgot this
2007-10-23 brain-pedantic tidyups, lets see if it finds anything worthy...
2007-10-22 w00tMove cmd_*.cpp to src/commands/. Not done in the nicest...