]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/commands/cmd_list.cpp
Implement channels/auspex priv for /names and /list.
[user/henk/code/inspircd.git] / src / commands / cmd_list.cpp
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...