summaryrefslogtreecommitdiff
path: root/include/mode.h
AgeCommit message (Expand)Author
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
2006-07-16mass tidyup, change A LOT of stuff to const char** which was char** (such as ...brain
2006-07-10Inherit tons of stuff from classbase that should always have beenbrain
2006-07-10Made a load more stuff Extensible which might be of use to someonebrain
2006-07-10Added ModeParser::AddModeWatcher() and ModeParser::DelModeWatcher()brain
2006-07-09Finally finished documenting new mode parser. Lots of comments.brain
2006-07-08Convert u_listmode and m_banexception to new apibrain
2006-07-08Added DisplayCurrentModes which will display the modes of a channel or nickbrain
2006-07-08Refactored user modes to work like the channel modes - core and module data n...brain
2006-07-08Added usermodes +swi.brain
2006-07-08Add cmode +o (op/deop) and in the process change a lot of char* to const char...brain
2006-07-08ModeHandler documentedbrain
2006-07-07Started work on ModeParser::CleanMask()brain
2006-07-07Commentsbrain
2006-07-07Mode +b stuff, probably wont work yetbrain
2006-07-07Aaaand, correct all the obligitary typosbrain
2006-07-07Added masking stuff.brain
2006-07-07Mode parser WORKS! (for simple non-parameterized channel modes)brain
2006-07-07Header for cmode_s.cppbrain
2006-04-10Typedef an ugly iterator, dont send mode string if no modes were in the outpu...brain
2006-04-10More fixesbrain
2006-04-10Extra allowance for modes which have different number of params when being se...brain
2006-04-10Start of new mode parserbrain
2006-04-09Om's way is better and lets watchers change mode parameters for the modes the...brain
2006-04-09Start of mode parser refactoringbrain