summaryrefslogtreecommitdiff
path: root/include/mode.h
AgeCommit message (Expand)Author
2008-08-31Whoops, left off a virtual. Please ensure youre using this version if you act...brain
2008-08-31Move all the parameters around AGAIN. See docs shortlybrain
2008-08-17Add OnParameterMissing to modehandler, called when the mode handler should ha...brain
2008-05-04Update comments for new apibrain
2008-05-04Conversion of command handler params from "const char* const* parameters, int...brain
2008-05-02Optimize MODE #chan b etc, avoid a 256 byte memset for duplicate mode checksbrain
2008-05-01Simple user/channel mode patchbrain
2008-04-02Fixes for bug #493, tidyups to clearing of channel modes on losing FJOIN. Mod...brain
2008-04-01Add an optional bool to ModeParser::ModeString() to not give the nickname n t...brain
2008-03-23Add ability to control what opertypes can set what operonly user/chan modes. ...aquanight
2008-02-20Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...brain
2008-02-18Someone please help me fix the warnings in modules caused by this change. All...brain
2008-02-14New mode stuff. Note, the framework is now here so that every mode handler ca...brain
2008-02-03Clear up header insanityw00t
2008-01-10Header update: 2007 -> 2008w00t
2007-11-04Remove some unnecessary headers from places, commit working BanCacheManager s...w00t
2007-10-23pedantic safebrain
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-08-26Proper fix for end-of-list numerics on restricted lists in bug #386, rather t...brain
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-06-17More commentsbrain
2007-05-19Fix std::sort stuff for w00tbrain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-01-03Fix lusers breakage introduced by latest set of optimizationsbrain
2006-12-29This doesnt need to be staticbrain
2006-12-29Add counter system for umodes to get rid of some O(n)brain
2006-12-15And now, just to force you to recompile the *whole* ircd.. updated headers on...w00t
2006-09-09Make SAMODE oper output tidierbrain
2006-09-03Add /RELOAD and move cmd_mode into its own command.brain
2006-09-02Allow unloading of modules which implement modes!brain
2006-08-31*thwap* om for not fixing the bugs he finds :pbrain
2006-08-30Remove a ton of <typeinfo>, <iostream>, <sstream> etc that we usually never usebrain
2006-08-25Add <options:cyclehosts> which allows a user to appear to have quit when thei...brain
2006-08-23ModeParser::InsertMode is no longer required -- this is auto-generated by the...brain
2006-08-23Document ModeParser::FindPrefix() and chanrec::GetAllPrefixes()brain
2006-08-23Multi-prefix FJOIN, and allowing module-defined prefixes across the networkbrain
2006-08-23More prefixchar stuff.brain
2006-08-23Document mode prefixesbrain
2006-08-23Mode handlers handling listmodes where a listmode item is a nickname can now ...brain
2006-08-12Explain what ModeParser doesbrain
2006-08-11(Bigger than it looks, i did this with perl inplace edit) -- commands now tak...brain
2006-08-10So much stuff changed in this one, i forgot most of it.brain
2006-08-10Move InsertMode into ModeParserbrain
2006-08-03Dynamically generate 004 numeric from the modehandler listbrain
2006-07-28Add support for syntax of commands in place of the text 'Not enough parameter...brain
2006-07-27Change std::pair<bool,std::string> to neater typedef "ModePair"brain
2006-07-27Mode merging during FJOIN with ourts==theirts. Only +k and +l have CheckTimes...brain
2006-07-27commit remainder of new mode bouncing stuff for TS based modesbrain
2006-07-26Add extra method to mode handler, ModeHandler::ModeSet().brain