summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-07-09Add a return MODEACTION_DENY, fixes 'control reaches end of non-void function...om
2006-07-08Fixed pointless dereference spotted by Foamybrain
2006-07-08Tidied up m_testcommand (removed a mode handler)brain
2006-07-08Convert m_censor to new apibrain
2006-07-08Fix all typos (not as fun as 'kill all humans' but meh, beggers cant be choos...brain
2006-07-08Did some renaming so that the methods for modes in chanrec and userrec are id...brain
2006-07-08Convert to new API and optimize colour checking (we were using 0 ... string::...brain
2006-07-08Fix typobrain
2006-07-08Port m_blockcaps to new api, remove OnExtendedMode and OnDisplayList events e...brain
2006-07-08Convert to new APIbrain
2006-07-08Convert u_listmode and m_banexception to new apibrain
2006-07-08Remove Server::AddExtendedMode and Server::AddExtendedListMode, replace with ...brain
2006-07-08Forward port of fix for Add*Line to apply automaticallyspecial
2006-07-08Implement DisplayList virtual method calls, and implement it in cmode_bbrain
2006-07-08Add code to remove an opers opertype when they oper downbrain
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-08Add userrec::HasMode, fix some typos.brain
2006-07-08Convert new +isw modes to new mode formatbrain
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-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-08Convert the output limit back to the parameterbrain
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-07Typoed a constbrain
2006-07-07Add channel modes +n and +tbrain
2006-07-07Save ourselves 3 dereferencesbrain
2006-07-07Clean 'removed' bans toobrain
2006-07-07Tidier than a trinary opbrain
2006-07-07Move BanItem into the classbrain
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-07toomanyexclamation and toomanyat are no longer required herebrain
2006-07-07Fix to check for colon (accidentally typed pos_of_dot)brain
2006-07-07Mask cleaning.brain