Age | Commit message (Expand) | Author |
2005-12-16 | Tidied up headers and externs -- brain | brain |
2005-12-16 | Fixed LoopCall method calls | brain |
2005-12-16 | Commented why this is seriously fucked-up-looking :p | brain |
2005-12-16 | Typo in declaration | brain |
2005-12-16 | Last set of modules converted to new command system | brain |
2005-12-16 | Added support for new command system | brain |
2005-12-16 | Moved to new command system | brain |
2005-12-16 | Porting to new command system | brain |
2005-12-16 | Split all commands into seperate files and redid command system to take class... | brain |
2005-12-16 | Forgot to remove dependency on serverstats *stats | brain |
2005-12-16 | Missing extern | brain |
2005-12-16 | Missing semicolon | brain |
2005-12-16 | Added 'this' to LoadAllModules | brain |
2005-12-16 | Moved serverstats stuff out | brain |
2005-12-16 | Moved serverstats* stats to InspIRCd class | brain |
2005-12-16 | Moved SocketEngine* SE into InspIRCd class | brain |
2005-12-16 | Moved LoadAllModules out of constructor, because value of 'this' isnt assigne... | brain |
2005-12-16 | More defines moved | brain |
2005-12-16 | Moved a ton of defined to modules.h that belong there | brain |
2005-12-16 | So many inclusion loops it makes your head spin - forward declaring tons of c... | brain |
2005-12-16 | Moved ModeGrok and Parser into InspIRCd class | brain |
2005-12-16 | GROK! | brain |
2005-12-16 | Moved mode stuff into modeparser | brain |
2005-12-16 | Changed to Parser->CreateCommand() | brain |
2005-12-16 | Fixed, no longer need to call SetupCommandHandler, constructor of CommandPars... | brain |
2005-12-16 | Changed to use CommandParser for RemoveCommands | brain |
2005-12-16 | Fixed some return type craq | brain |
2005-12-16 | Fixed to use CommandParser | brain |
2005-12-16 | Moved more command parsing stuff to CommandParser | brain |
2005-12-16 | Changed to include its own header | brain |
2005-12-16 | Fixed command parser | brain |
2005-12-16 | Changing stuff to using CommandParser class | brain |
2005-12-16 | Moved command_parse functions into class CommandParser | brain |
2005-12-16 | Made remove_commands public | brain |
2005-12-16 | Renamed removecommands to remove_commands | brain |
2005-12-16 | Fixed dodgy makefile generation | brain |
2005-12-16 | Fixed some crap | brain |
2005-12-16 | Moved command parsing crap into command_parse.cpp | brain |
2005-12-16 | Moved BoundPortCount into serverstats | brain |
2005-12-16 | Adjusted OnRawSocketClose to new system | brain |
2005-12-16 | Fixed warning | brain |
2005-12-16 | Some things just cant be static... | brain |
2005-12-16 | Changed I/O reading stuff for modules to be much faster (and exclusive :() | brain |
2005-12-16 | Moving to faster way of hooking i/o | brain |
2005-12-16 | Removed syscalls in log, moved va* buffers to static char | brain |
2005-12-16 | Optimized away a memset made it potentially 10x faster | brain |
2005-12-15 | Added more logging | brain |
2005-12-15 | Bigger read buffers on ibuf | brain |
2005-12-15 | Output buffering fixes | brain |
2005-12-15 | Added Buffer member | brain |