summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
AgeCommit message (Expand)Author
2005-12-29Changed to MAX_DESCRIPTORSbrain
2005-12-29Added counters for MAX_DESCRIPTORS etc which allows the socket engine to refu...brain
2005-12-29Fixed an extremely n00bish mistake involving referencing a global copy of Ser...brain
2005-12-29Optimizing to not use so much cpu with high user loadsbrain
2005-12-28Signal handlers were not being set when -nofork was enabledbrain
2005-12-26Fixed and implemented /modules debug <glob>brain
2005-12-26Fixed typobrain
2005-12-26Added global_implementation array, bypasses calls which *NO* modules are curr...brain
2005-12-26Fixed support for implementation hooksbrain
2005-12-26Adding hook type checking to event calls to speed them upbrain
2005-12-19SSL is a fucking mess.brain
2005-12-18Added IOHookModule stuff to allow for different modules to hook different portsbrain
2005-12-16Split all commands into seperate files and redid command system to take class...brain
2005-12-16Added 'this' to LoadAllModulesbrain
2005-12-16Moved serverstats* stats to InspIRCd classbrain
2005-12-16Moved LoadAllModules out of constructor, because value of 'this' isnt assigne...brain
2005-12-16Moved ModeGrok and Parser into InspIRCd classbrain
2005-12-16Moved mode stuff into modeparserbrain
2005-12-16Fixed, no longer need to call SetupCommandHandler, constructor of CommandPars...brain
2005-12-16Changed to use CommandParser for RemoveCommandsbrain
2005-12-16Moved more command parsing stuff to CommandParserbrain
2005-12-16Moved command_parse functions into class CommandParserbrain
2005-12-16Renamed removecommands to remove_commandsbrain
2005-12-16Moved command parsing crap into command_parse.cppbrain
2005-12-16Moved BoundPortCount into serverstatsbrain
2005-12-16Changed I/O reading stuff for modules to be much faster (and exclusive :()brain
2005-12-15Added 'local users' vectorbrain
2005-12-15Full removal of inspircd_util.hbrain
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-15Moved a ton of user related functions from inspircd.cpp to users.cppbrain
2005-12-14Added more stuff to InspIRCd classbrain
2005-12-14Reverted module_sockets back to global scopebrain
2005-12-14Grrrrrrbrain
2005-12-14Moving module_sockets into main classbrain
2005-12-14Code tidyingbrain
2005-12-14Shuffling stuff aboutbrain
2005-12-14Moved a bunch of stuff into class InspIRCdbrain
2005-12-14Fixed some craq++brain
2005-12-14Fixed varsbrain
2005-12-14Fixupsbrain
2005-12-14Fixed to use MAXSOCKSbrain
2005-12-14Moved BindPorts out of main file into inspircd_io.cppbrain
2005-12-14TittyBiscuits!brain
2005-12-14Made inspircd itself a class, and called its instance TittyBiscuits, just bec...brain
2005-12-14Moved add_channel, del_channel, kick_channel to channels.cppbrain
2005-12-14Tidied up inspircd.hbrain
2005-12-14Moved some other stuff into ServerConfigbrain
2005-12-14Moved include stack stuff to be private to ServerConfigbrain