Age | Commit message (Expand) | Author |
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 |
2006-06-29 | Change log() to a #define, the real symbol is now do_log(), the new macro aut... | om |
2006-06-29 | Convert char* to const char* in InspSocket constructor prototype. Shouldn't b... | om |
2006-06-27 | Added auto-binding, picks the first ip in the <bind> tags that isnt localhost... | brain |
2006-06-21 | Added Server::PublishFeature(), | brain |
2006-06-20 | Class Request and class Event now take a void* in their constructor to save o... | brain |
2006-05-11 | Increase length of dhost | brain |
2006-05-10 | Fix output corruption when host is exactly 64 chars long | brain |
2006-04-25 | Check for NULL, set pointers to NULL after deletion | brain |
2006-04-24 | Fix various typos and warnings | brain |
2006-04-24 | Typo in the macro :p | brain |
2006-04-24 | delete operator tracking in debug mode (using a macro -- live with it.) | brain |
2006-04-20 | Movement of cmd_* headers into include/commands (this is incomplete) | brain |
2006-04-12 | Made FindMatching(Global|Local) available via users.h | brain |
2006-04-11 | Die windows die. | om |
2006-04-10 | Route some more stuff through socket.h and hash_map.h. Add #define protection... | om |