summaryrefslogtreecommitdiff
path: root/src/inspircd_io.cpp
AgeCommit message (Expand)Author
2005-12-18Added IOHookModule stuff to allow for different modules to hook different portsbrain
2005-12-15Tidied up some string stuffbrain
2005-12-15Full removal of inspircd_util.hbrain
2005-12-14Moved ModuleError()brain
2005-12-14Forgot to initialize a varbrain
2005-12-14Shuffling stuff aboutbrain
2005-12-14Fixed a bad extern (bad extern, BAD)brain
2005-12-14Fixupsbrain
2005-12-14Fixed to use MAXSOCKSbrain
2005-12-14Moved BindPorts out of main file into inspircd_io.cppbrain
2005-12-14More config tidyupsbrain
2005-12-14Moved a ton of *Conf functions into the ServerConfig classbrain
2005-12-14Mis-declared ClearStack()brain
2005-12-14Moved include stack stuff to be private to ServerConfigbrain
2005-12-14Moved readconfig to serverconfig classbrain
2005-12-14Moving more stuff into class ServerConfigbrain
2005-12-14Started moving of data into ServerConfig classbrain
2005-12-12More experimental gubbinsbrain
2005-12-08Reverted bugfixbrain
2005-12-08Changed commentsbrain
2005-12-08Fixed bug #85brain
2005-12-08Attempted config fix for end of line missingbrain
2005-11-29strcmp() is a little expensive, and useless here -- ointers make our lives ea...w00t
2005-05-30Started on -Wall - safe compilebrain
2005-05-29Fixed to allow any form of linefeedbrain
2005-05-29Fix for backslashes in win32 paths (converted to forward slashes in config re...brain
2005-05-29Made erroneous included configs cause the reader to bailbrain
2005-05-29Added include stack to detect looped includesbrain
2005-05-29added <include file> tags (next make paths relative)brain
2005-05-28Fixed fd_Setsize in cygwinbrain
2005-05-18Replacement of bzero with memset for solaris 10 compat.brain
2005-05-18bzero removed for compatibility with solaris 10brain
2005-05-17Added configurable SOMAXCONN sizebrain
2005-05-17Changed from SOMAXCONN to 32brain
2005-05-16Increased listen backlog from 5 to use SOMAXCONN, system defined constant max...brain
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-05-15Moved a ton of functions into helperfuncs.h to speed up recompilesbrain
2005-05-11Fixed weird bug where on mass join/part flood, the channel would bebrain
2005-05-10Cannot initialize kqueue BEFORE the daemon fork!brain
2005-05-09Fixes to way allocations are handledbrain
2005-05-02Added /stats Tbrain
2005-04-26mmmm, green. Elphaba would be so proud :pbrain
2005-04-26Updated startup colour schemebrain
2005-04-26Strlen tidyup (based on results of gprof output)brain
2005-04-26Major code tidyup (-W) - expect a few belchesbrain
2005-04-18Added PID reporting and testing before daemonizebrain
2005-04-17Removed some old uneeded codebrain
2005-04-16Fixed lingering (SO_REUSEADDR was being set to 0?)brain
2005-04-11Made setrlimit a commandline optionbrain
2005-04-11Added getrlimit/setrlimit to set process limits to allow a core dumpbrain