summaryrefslogtreecommitdiff
path: root/include/mode.h
AgeCommit message (Expand)Author
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
2006-04-02Undo me screwing stuff upom
2006-04-02Add amd64/linux to list of OS'es tested, but mainly CIA test :Pom
2006-03-09UM_WALLOPS had value 3 which was a combination of UM_SERVERNOTICE and UM_INVI...brain
2006-03-09Added userrec::modebits - fast way of checking if user has +swi rather than a...brain
2006-03-06Tidied up give/take methodsbrain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2005-12-16Split all commands into seperate files and redid command system to take class...brain
2005-12-16GROK!brain
2005-12-16Moved mode stuff into modeparserbrain
2005-12-14Tidied up inspircd.hbrain
2004-05-28Test change to verify security settings on brainbox allow me to commit to cvsbrain
2004-05-16Updated header commentsbrain
2004-04-26Fixed bug #15 - mode case sensitivity issue in mirc (glitch reported by strik...brain
2004-04-19added mode.h/mode.cpp and seperated mode functions into itbrain