summaryrefslogtreecommitdiff
path: root/src/mode.cpp
AgeCommit message (Expand)Author
2006-07-08Implement DisplayList virtual method calls, and implement it in cmode_bbrain
2006-07-08Add usermode +o, with special checking so that an oper may only remove the mo...brain
2006-07-08Forgot return;sbrain
2006-07-08Added DisplayCurrentModes which will display the modes of a channel or nickbrain
2006-07-08Fix typosbrain
2006-07-08Add code to display umode changes when they occurbrain
2006-07-08Added usermodes +swi.brain
2006-07-08Remove comemnted-out GiveVoice and TakeVoicebrain
2006-07-08Add cmode +v - that's all the RFC channel modes done nowbrain
2006-07-08Remove the TakeHops and GiveHops from commentsbrain
2006-07-08Add support for cmode +hbrain
2006-07-08Tidyup, and add numeric 472 "unknown mode char"brain
2006-07-08Fix for permissions :pbrain
2006-07-08Put back security checks so non-ops cant set modes again :pbrain
2006-07-08Integrate +o into handlersbrain
2006-07-08Add cmode +o (op/deop) and in the process change a lot of char* to const char...brain
2006-07-08Add channelmode +lbrain
2006-07-08Add chmode +k, cut down includes in use in mode.cppbrain
2006-07-08Commentsbrain
2006-07-07Add support for channelmode +ibrain
2006-07-07Add cmode_n and cmode_tbrain
2006-07-07Save ourselves 3 dereferencesbrain
2006-07-07Remove the transposition of @ and ! stuff, doesnt work right and not a good e...brain
2006-07-07Avoid throwing a std::out_of_range exception when given a ban without ! or @ ...brain
2006-07-07Fix to check for colon (accidentally typed pos_of_dot)brain
2006-07-07Mask cleaning.brain
2006-07-07Started work on ModeParser::CleanMask()brain
2006-07-07A bit more debuggingbrain
2006-07-07'Activate' +m by putting it in the constructorbrain
2006-07-07GCC defines and <hash_map> -> "hash_map.h"brain
2006-07-07Fix listmodes and modes with paramsbrain
2006-07-07Add mode +b to active listbrain
2006-07-07fix channel mode +bbrain
2006-07-07Mode +b stuff, probably wont work yetbrain
2006-07-07Tidied up checking in ModeParser::AddMode() and added a humorous comment abou...brain
2006-07-07Initialize mode handlers and watchers to 0 in the constructor, or mucho pain ...brain
2006-07-07Aaaand, correct all the obligitary typosbrain
2006-07-07Added hashing stuff to hold both user and channel modes in the watcher/handle...brain
2006-07-07Mode parser WORKS! (for simple non-parameterized channel modes)brain
2006-07-07Dummy framework to insert the class for channelmode +sbrain
2006-07-07Header for cmode_s.cppbrain
2006-04-24delete operator tracking in debug mode (using a macro -- live with it.)brain
2006-04-10Typedef an ugly iterator, dont send mode string if no modes were in the outpu...brain
2006-04-10Typo fixes, move some stuff aboutbrain
2006-04-10INSERT foot INTO mouth WHERE user='Brain'brain
2006-04-10I hate HATE HATE templates.brain
2006-04-10istringstream not ostringstreambrain
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