summaryrefslogtreecommitdiff
path: root/src/commands/cmd_list.cpp
AgeCommit message (Expand)Author
2016-08-13Fix more incorrect std::string::operator[] usageAttila Molnar
2016-02-29Remove embarrassing negative comments about some clients from the codeAttila Molnar
2015-01-17cmd_list: Give +s precedence to +pDaniel Vassdal
2012-05-16Check whether it is empty parameter before checking its valueChin Lee
2012-05-16Fix issue #120 reported by @swildeChin Lee
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
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-13Clean up Command constructordanieldg
2009-09-03Change cmd_*.so to use the Module object APIdanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-01-02Update copyrights for 2009.w00t
2008-10-18Implement channels/auspex priv for /names and /list.w00t
2008-09-25Fix faulty logic, glob patterns may not start with > or <. TODO: iterate comm...peavey
2008-08-28Rename lowermap to rfc_case_insensitive_map, add case_sensitive_map.. adjust ...w00t
2008-08-21match() is no longer a function+no header, now a static method of InspIRCd cl...w00t
2008-05-19Convert channel::name to std::string, this was a beastie!brain
2008-05-18Make User:: nick/ident/dhost/fullname and some other things std::string inste...aquanight
2008-05-18Fix two occurances of match() on a const char* herebrain
2008-05-13Fix the format of +p channels in /list (both in core /list and in m_safelist)...brain
2008-05-11Show keys to opers correctlybrain
2008-05-11Show +sp channels to opers correctlybrain
2008-05-04Conversion of command handler params from "const char* const* parameters, int...brain
2008-03-30Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi...aquanight
2008-03-22Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...brain
2008-02-20Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...brain
2008-01-10Header update: 2007 -> 2008w00t
2008-01-06Basic core changes for permanent channels.w00t
2007-10-22Move cmd_*.cpp to src/commands/. Not done in the nicest of ways yet, but ah w...w00t