Age | Commit message (Expand) | Author |
2006-07-09 | Finally finished documenting new mode parser. Lots of comments. | brain |
2006-07-09 | Fix whoopsies | brain |
2006-07-09 | Added Server::GetModuleName(), Module* to filename | brain |
2006-07-09 | Reorder to avoid warning. | brain |
2006-07-09 | Altered u_listmode to have a constructor arg 'autotidy' which if set to true ... | brain |
2006-07-09 | Alter SetModeParam to take const char* to save on casts, notice a load of mod... | brain |
2006-07-09 | Okay..updates to u_listmode, general cleanups and add some virtual methods wh... | om |
2006-07-09 | Add a parameter to set what config tag to parse (defaults to what was previou... | om |
2006-07-08 | Did some renaming so that the methods for modes in chanrec and userrec are id... | brain |
2006-07-08 | Port m_blockcaps to new api, remove OnExtendedMode and OnDisplayList events e... | 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 | Implement DisplayList virtual method calls, and implement it in cmode_b | brain |
2006-07-08 | Add usermode +o, with special checking so that an oper may only remove the mo... | brain |
2006-07-08 | Added DisplayCurrentModes which will display the modes of a channel or nick | brain |
2006-07-08 | Add userrec::HasMode, fix some typos. | brain |
2006-07-08 | Change channelmodes -> usermodes (typo) | 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 | Add cmode +v - that's all the RFC channel modes done now | brain |
2006-07-08 | Add support for cmode +h | 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 | Add channelmode +l | brain |
2006-07-08 | Add chmode +k, cut down includes in use in mode.cpp | brain |
2006-07-08 | ModeHandler documented | brain |
2006-07-07 | Add support for channelmode +i | brain |
2006-07-07 | Add channel modes +n and +t | brain |
2006-07-07 | Move BanItem into the class | brain |
2006-07-07 | Started work on ModeParser::CleanMask() | brain |
2006-07-07 | Comments | brain |
2006-07-07 | Added cmode_m (channel mode +m) | brain |
2006-07-07 | Mode +b stuff, probably wont work yet | brain |
2006-07-07 | Add cmode_p (private) | brain |
2006-07-07 | Aaaand, correct all the obligitary typos | brain |
2006-07-07 | Added masking stuff. | brain |
2006-07-07 | Mode parser WORKS! (for simple non-parameterized channel modes) | brain |
2006-07-07 | Header for cmode_s.cpp | brain |
2006-07-07 | change std::string's to const std::string references for *Feature() funcs | om |
2006-07-07 | Added InspSocket::WantWrite(), InspSocket::OnWriteReady() and private data me... | brain |
2006-07-07 | modules.*: Put some void* back to char*, sorry if they were only like that be... | om |
2006-07-03 | Change InspSocket's private members to only be protected, I couldn't find any... | om |
2006-07-01 | relocate the Move* methods to private: where they belong, rename erase_factor... | brain |
2006-07-01 | Make WritePID a public function of class InspIRCd | brain |
2006-07-01 | Move SetSignals(), Start() and DaemonSeed() into private methods of class Ins... | brain |
2006-07-01 | Change WriteChannelWithServ and it's _NoFormat to take a const char* serverna... | om |
2006-07-01 | Replace rather craq'y loop with a couple of std::string calls | om |
2006-06-30 | Tweak to IS_LOCAL macro to exclude invalid fd's that are > MAX_DESCRIPTORS | brain |
2006-06-29 | And add the include to make all the modules compile... | om |
2006-06-29 | This already adds the file and line number itself, call do_log() rather than ... | om |