]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/commands/cmd_lusers.cpp
Replace hardcoded mode letters, part 3
[user/henk/code/inspircd.git] / src / commands / cmd_lusers.cpp
2013-07-19 attilamolnarReplace hardcoded mode letters, part 3
2013-06-05 attilamolnarMerge insp20
2013-06-01 attilamolnarWatch mode names with ModeWatchers instead of mode...
2013-06-01 attilamolnarRemove useless ModeType parameter from ModeWatcher...
2013-03-27 attilamolnarcmd_lusers Fix miscounting
2013-03-03 attilamolnarcmd_lusers Be smart and know how many invisible users...
2013-03-03 attilamolnarcmd_lusers Use of size() instead of counting elements
2013-03-03 attilamolnarcmd_lusers Refresh max local/global user counters after...
2013-03-03 attilamolnarcmd_lusers Convert to a module
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
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...
2012-04-18 Robin BurchellMerge pull request #70 from Shawn-Smith/insp20+chancrea...
2012-04-15 Robin BurchellMerge pull request #55 from Justasic/insp20
2012-04-15 Justin CrawfordFixes for bug #12
2010-02-25 danieldgFix /LUSERS miscounting
2010-01-11 brain...because every now and again, i have to do a massive...
2010-01-10 danieldgRemove spanningtree override of /LUSERS
2009-09-16 danieldgAttempt to revert r11734
2009-09-16 danieldgMerge commands and modules in source, since they are...
2009-09-13 danieldgClean up Command constructor
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-05-18 aquanightMake User:: nick/ident/dhost/fullname and some other...
2008-05-04 brainConversion of command handler params from "const char...
2008-03-30 aquanightCommit -Wformat=2 -Wmissing-format-attributes, printf...
2008-03-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-02 w00tMove some stuff to usermanager, remove a little header...
2008-01-17 w00tMove a number of methods from class InspIRCd to class...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-10-23 brainAll the core is now pedantic safe!
2007-10-22 w00tRemove a wrapper, it's easy to read as is :p
2007-10-22 w00tMove cmd_*.cpp to src/commands/. Not done in the nicest...