]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/commands/cmd_list.cpp
Fix more incorrect std::string::operator[] usage
[user/henk/code/inspircd.git] / src / commands / cmd_list.cpp
2016-08-13 Attila MolnarFix more incorrect std::string::operator[] usage
2016-02-29 Attila MolnarRemove embarrassing negative comments about some client...
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-17 Attila MolnarMerge pull request #968 from ShutterQuick/insp20+sporder
2015-01-17 Daniel Vassdalcmd_list: Give +s precedence to +p
2012-05-16 Robin BurchellMerge pull request #113 from nenolod/feature/mlock
2012-05-16 Chin LeeCheck whether it is empty parameter before checking...
2012-05-16 Chin LeeFix issue #120 reported by @swilde
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-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-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-10-18 w00tImplement channels/auspex priv for /names and /list.
2008-09-25 peaveyFix faulty logic, glob patterns may not start with...
2008-08-28 w00tRename lowermap to rfc_case_insensitive_map, add case_s...
2008-08-21 w00tmatch() is no longer a function+no header, now a static...
2008-05-19 brainConvert channel::name to std::string, this was a beastie!
2008-05-18 aquanightMake User:: nick/ident/dhost/fullname and some other...
2008-05-18 brainFix two occurances of match() on a const char* here
2008-05-13 brainFix the format of +p channels in /list (both in core...
2008-05-11 brainShow keys to opers correctly
2008-05-11 brainShow +sp channels to opers correctly
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-01-10 w00tHeader update: 2007 -> 2008
2008-01-06 w00tBasic core changes for permanent channels.
2007-10-22 w00tMove cmd_*.cpp to src/commands/. Not done in the nicest...