summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2006-07-10- Add usermode +n for notice masks - our implementation of snomasks. We're no...w00t
2006-07-10-Clone mode methods into notice mask methods for userrec.w00t
2006-07-10Add empty snomasks.cpp (still got to add headers here so the build doesnt bar...brain
2006-07-10Add interface to AddModeWatcher and DelModeWatcher into class Serverbrain
2006-07-10Added ModeParser::AddModeWatcher() and ModeParser::DelModeWatcher()brain
2006-07-09Finally finished documenting new mode parser. Lots of comments.brain
2006-07-09Fix whoopsiesbrain
2006-07-09Added Server::GetModuleName(), Module* to filenamebrain
2006-07-09Reorder to avoid warning.brain
2006-07-09Altered u_listmode to have a constructor arg 'autotidy' which if set to true ...brain
2006-07-09Alter SetModeParam to take const char* to save on casts, notice a load of mod...brain
2006-07-09Okay..updates to u_listmode, general cleanups and add some virtual methods wh...om
2006-07-09Add a parameter to set what config tag to parse (defaults to what was previou...om
2006-07-08Did some renaming so that the methods for modes in chanrec and userrec are id...brain
2006-07-08Port m_blockcaps to new api, remove OnExtendedMode and OnDisplayList events e...brain
2006-07-08Convert u_listmode and m_banexception to new apibrain
2006-07-08Remove Server::AddExtendedMode and Server::AddExtendedListMode, replace with ...brain
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-08Added DisplayCurrentModes which will display the modes of a channel or nickbrain
2006-07-08Add userrec::HasMode, fix some typos.brain
2006-07-08Change channelmodes -> usermodes (typo)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-08Add cmode +v - that's all the RFC channel modes done nowbrain
2006-07-08Add support for cmode +hbrain
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-08ModeHandler documentedbrain
2006-07-07Add support for channelmode +ibrain
2006-07-07Add channel modes +n and +tbrain
2006-07-07Move BanItem into the classbrain
2006-07-07Started work on ModeParser::CleanMask()brain
2006-07-07Commentsbrain
2006-07-07Added cmode_m (channel mode +m)brain
2006-07-07Mode +b stuff, probably wont work yetbrain
2006-07-07Add cmode_p (private)brain
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-07-07change std::string's to const std::string references for *Feature() funcsom
2006-07-07Added InspSocket::WantWrite(), InspSocket::OnWriteReady() and private data me...brain
2006-07-07modules.*: Put some void* back to char*, sorry if they were only like that be...om
2006-07-03Change InspSocket's private members to only be protected, I couldn't find any...om
2006-07-01relocate the Move* methods to private: where they belong, rename erase_factor...brain
2006-07-01Make WritePID a public function of class InspIRCdbrain
2006-07-01Move SetSignals(), Start() and DaemonSeed() into private methods of class Ins...brain