Age | Commit message (Expand) | Author |
2006-07-09 | Fixed to have DELETE | brain |
2006-07-09 | DELETE()'s in destructors *fwap* | om |
2006-07-09 | Add a missing cf->DoImplements(List); >_< | om |
2006-07-09 | Okay..updates to u_listmode, general cleanups and add some virtual methods wh... | om |
2006-07-09 | Add a return MODEACTION_DENY, fixes 'control reaches end of non-void function... | om |
2006-07-08 | Fixed pointless dereference spotted by Foamy | brain |
2006-07-08 | Tidied up m_testcommand (removed a mode handler) | brain |
2006-07-08 | Convert m_censor to new api | brain |
2006-07-08 | Fix all typos (not as fun as 'kill all humans' but meh, beggers cant be choos... | brain |
2006-07-08 | Did some renaming so that the methods for modes in chanrec and userrec are id... | brain |
2006-07-08 | Convert to new API and optimize colour checking (we were using 0 ... string::... | brain |
2006-07-08 | Fix typo | brain |
2006-07-08 | Port m_blockcaps to new api, remove OnExtendedMode and OnDisplayList events e... | brain |
2006-07-08 | Convert to new API | brain |
2006-07-08 | Convert u_listmode and m_banexception to new api | brain |
2006-07-08 | Remove Server::AddExtendedMode and Server::AddExtendedListMode, replace with ... | brain |
2006-07-08 | Forward port of fix for Add*Line to apply automatically | special |
2006-07-08 | Implement DisplayList virtual method calls, and implement it in cmode_b | brain |
2006-07-08 | Add code to remove an opers opertype when they oper down | brain |
2006-07-08 | Add usermode +o, with special checking so that an oper may only remove the mo... | brain |
2006-07-08 | Forgot return;s | brain |
2006-07-08 | Added DisplayCurrentModes which will display the modes of a channel or nick | brain |
2006-07-08 | Fix typos | brain |
2006-07-08 | Add code to display umode changes when they occur | brain |
2006-07-08 | Add userrec::HasMode, fix some typos. | brain |
2006-07-08 | Convert new +isw modes to new mode format | brain |
2006-07-08 | Refactored user modes to work like the channel modes - core and module data n... | brain |
2006-07-08 | Added usermodes +swi. | brain |
2006-07-08 | Remove comemnted-out GiveVoice and TakeVoice | brain |
2006-07-08 | Add cmode +v - that's all the RFC channel modes done now | brain |
2006-07-08 | Remove the TakeHops and GiveHops from comments | brain |
2006-07-08 | Add support for cmode +h | brain |
2006-07-08 | Tidyup, and add numeric 472 "unknown mode char" | brain |
2006-07-08 | Fix for permissions :p | brain |
2006-07-08 | Put back security checks so non-ops cant set modes again :p | brain |
2006-07-08 | Integrate +o into handlers | brain |
2006-07-08 | Add cmode +o (op/deop) and in the process change a lot of char* to const char... | brain |
2006-07-08 | Convert the output limit back to the parameter | brain |
2006-07-08 | Add channelmode +l | brain |
2006-07-08 | Add chmode +k, cut down includes in use in mode.cpp | brain |
2006-07-08 | Comments | brain |
2006-07-07 | Add support for channelmode +i | brain |
2006-07-07 | Add cmode_n and cmode_t | brain |
2006-07-07 | Typoed a const | brain |
2006-07-07 | Add channel modes +n and +t | brain |
2006-07-07 | Save ourselves 3 dereferences | brain |
2006-07-07 | Clean 'removed' bans too | brain |
2006-07-07 | Tidier than a trinary op | brain |
2006-07-07 | Move BanItem into the class | brain |
2006-07-07 | Remove the transposition of @ and ! stuff, doesnt work right and not a good e... | brain |