summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-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-15Output buffering fixesbrain
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
2005-12-15Fixed typo in shorthand ifbrain
2005-12-15Re-introduced 3-line function CleanFilenamebrain
2005-12-15Full removal of inspircd_util.hbrain
2005-12-15Removed inspircd_util.cpp, this was NEVER really used!brain
2005-12-15Optimized helperfuncsbrain
2005-12-15Improved pointer voodoo in chanmodes(), many less strlcatsbrain
2005-12-15std::string -> irc::stringbrain
2005-12-15Fixed to work with new IsInvitedbrain
2005-12-15Moved rehashnick and force_nickchange to users.cppbrain
2005-12-15Fixed old use of userrec::HasPermissionbrain
2005-12-15Tidied up call_handler to use stringsbrain
2005-12-15Added externsbrain
2005-12-15Rar!brain