summaryrefslogtreecommitdiff
path: root/include
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-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
2006-07-01Change WriteChannelWithServ and it's _NoFormat to take a const char* serverna...om
2006-07-01Replace rather craq'y loop with a couple of std::string callsom
2006-06-30Tweak to IS_LOCAL macro to exclude invalid fd's that are > MAX_DESCRIPTORSbrain
2006-06-29And add the include to make all the modules compile...om
2006-06-29This already adds the file and line number itself, call do_log() rather than ...om
2006-06-29Change log() to a #define, the real symbol is now do_log(), the new macro aut...om
2006-06-29Convert char* to const char* in InspSocket constructor prototype. Shouldn't b...om
2006-06-27Added auto-binding, picks the first ip in the <bind> tags that isnt localhost...brain
2006-06-21Added Server::PublishFeature(),brain
2006-06-20Class Request and class Event now take a void* in their constructor to save o...brain
2006-05-11Increase length of dhostbrain
2006-05-10Fix output corruption when host is exactly 64 chars longbrain
2006-04-25Check for NULL, set pointers to NULL after deletionbrain
2006-04-24Fix various typos and warningsbrain
2006-04-24Typo in the macro :pbrain
2006-04-24delete operator tracking in debug mode (using a macro -- live with it.)brain
2006-04-20Movement of cmd_* headers into include/commands (this is incomplete)brain