summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-12-16Added support for new command systembrain
2005-12-16Moved to new command systembrain
2005-12-16Porting to new command systembrain
2005-12-16Split all commands into seperate files and redid command system to take class...brain
2005-12-16Forgot to remove dependency on serverstats *statsbrain
2005-12-16Missing externbrain
2005-12-16Missing semicolonbrain
2005-12-16Added 'this' to LoadAllModulesbrain
2005-12-16Moved serverstats stuff outbrain
2005-12-16Moved serverstats* stats to InspIRCd classbrain
2005-12-16Moved SocketEngine* SE into InspIRCd classbrain
2005-12-16Moved LoadAllModules out of constructor, because value of 'this' isnt assigne...brain
2005-12-16More defines movedbrain
2005-12-16Moved a ton of defined to modules.h that belong therebrain
2005-12-16So many inclusion loops it makes your head spin - forward declaring tons of c...brain
2005-12-16Moved ModeGrok and Parser into InspIRCd classbrain
2005-12-16GROK!brain
2005-12-16Moved mode stuff into modeparserbrain
2005-12-16Changed to Parser->CreateCommand()brain
2005-12-16Fixed, no longer need to call SetupCommandHandler, constructor of CommandPars...brain
2005-12-16Changed to use CommandParser for RemoveCommandsbrain
2005-12-16Fixed some return type craqbrain
2005-12-16Fixed to use CommandParserbrain
2005-12-16Moved more command parsing stuff to CommandParserbrain
2005-12-16Changed to include its own headerbrain
2005-12-16Fixed command parserbrain
2005-12-16Changing stuff to using CommandParser classbrain
2005-12-16Moved command_parse functions into class CommandParserbrain
2005-12-16Made remove_commands publicbrain
2005-12-16Renamed removecommands to remove_commandsbrain
2005-12-16Fixed dodgy makefile generationbrain
2005-12-16Fixed some crapbrain
2005-12-16Moved command parsing crap into command_parse.cppbrain
2005-12-16Moved BoundPortCount into serverstatsbrain
2005-12-16Adjusted OnRawSocketClose to new systembrain
2005-12-16Fixed warningbrain
2005-12-16Some things just cant be static...brain
2005-12-16Changed I/O reading stuff for modules to be much faster (and exclusive :()brain
2005-12-16Moving to faster way of hooking i/obrain
2005-12-16Removed syscalls in log, moved va* buffers to static charbrain
2005-12-16Optimized away a memset made it potentially 10x fasterbrain
2005-12-15Added more loggingbrain
2005-12-15Bigger read buffers on ibufbrain
2005-12-15Output buffering fixesbrain
2005-12-15Added Buffer memberbrain
2005-12-15Added FlushWriteBufferbrain
2005-12-15New socket handling codebrain
2005-12-15Fixed BUG BUG BUGbrain
2005-12-15Added 'local users' vectorbrain
2005-12-15Tidied up some string stuffbrain