summaryrefslogtreecommitdiff
path: root/src/inspircd_io.cpp
AgeCommit message (Expand)Author
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
2005-04-10Changed escape codes to work better on dark-on-light terminalsbrain
2005-04-07Fixed "error in free()" and other bugs going to open socketsbrain
2005-04-05Major optimizations!brain
2005-04-05If writing the PID file fails, it is now written to the logbrain
2005-04-03Added shutdown() calls on diebrain
2005-04-03Added code to shutdown listening sockets on exitbrain
2005-04-02Config files read by the ircd are now chmod'ed 0600brain
2005-04-02Added pid file support, and documentation for itbrain
2005-03-27Made config parsing code a bit more lenientbrain
2005-03-26Fixed a minor typobrain
2005-03-26Fixed parsing error with comments that have tabs before thembrain
2005-03-25Added implementation of strlcpy and strlcat for systems that dont have itbrain
2005-03-25Added a lot of config error checkingbrain
2005-03-14Unknown changebrain
2004-09-11Changes for security based on RATS analysisbrain
2004-09-11Security audit based on RATS outputbrain
2004-09-04Fix to bug #24, stringstream::clear() clears the stream error state not its databrain
2004-09-04Fix for bug #24 (/stats entries doubling after rehash)brain