]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/inspircd_io.cpp
(Untested) added hashcomp.cpp, seperates out the stl hash_map stuff
[user/henk/code/inspircd.git] / src / inspircd_io.cpp
2005-05-15 brainMoved a ton of functions into helperfuncs.h to speed...
2005-05-11 brainFixed weird bug where on mass join/part flood, the...
2005-05-10 brainCannot initialize kqueue BEFORE the daemon fork!
2005-05-09 brainFixes to way allocations are handled
2005-05-02 brainAdded /stats T
2005-04-26 brainmmmm, green. Elphaba would be so proud :p
2005-04-26 brainUpdated startup colour scheme
2005-04-26 brainStrlen tidyup (based on results of gprof output)
2005-04-26 brainMajor code tidyup (-W) - expect a few belches
2005-04-18 brainAdded PID reporting and testing before daemonize
2005-04-17 brainRemoved some old uneeded code
2005-04-16 brainFixed lingering (SO_REUSEADDR was being set to 0?)
2005-04-11 brainMade setrlimit a commandline option
2005-04-11 brainAdded getrlimit/setrlimit to set process limits to...
2005-04-10 brainChanged escape codes to work better on dark-on-light...
2005-04-07 brainFixed "error in free()" and other bugs going to open...
2005-04-05 brainMajor optimizations!
2005-04-05 brainIf writing the PID file fails, it is now written to...
2005-04-03 brainAdded shutdown() calls on die
2005-04-03 brainAdded code to shutdown listening sockets on exit
2005-04-02 brainConfig files read by the ircd are now chmod'ed 0600
2005-04-02 brainAdded pid file support, and documentation for it
2005-03-27 brainMade config parsing code a bit more lenient
2005-03-26 brainFixed a minor typo
2005-03-26 brainFixed parsing error with comments that have tabs before...
2005-03-25 brainAdded implementation of strlcpy and strlcat for systems...
2005-03-25 brainAdded a lot of config error checking
2005-03-14 brainUnknown change
2004-09-11 brainChanges for security based on RATS analysis
2004-09-11 brainSecurity audit based on RATS output
2004-09-04 brainFix to bug #24, stringstream::clear() clears the stream...
2004-09-04 brainFix for bug #24 (/stats entries doubling after rehash)
2004-05-16 brainUpdated header comments
2004-04-22 brainAdded tons of services/uline stuff. DO NOT USE YET...
2004-04-20 brainConfigReader fixes to cope with tab characters (why...
2004-04-08 brainAdded ConfigReader::EnumValues() (requested by Craig)
2004-04-08 brainAttempted fixes to make ModuleReader::ReadValue return...
2004-04-08 brainFixes to connection pooling... this brain misunderstood...
2004-04-07 brainAdded preliminary support for ConfigReader::Verify...
2004-04-07 brainFixed config reader to cache its files instead of re...
2004-04-04 brainAdded support for module-based chanmodes with parameter...
2004-04-04 brainAdded support for /modules command
2004-04-03 brainFixes for setpriority on freebsd
2003-09-27 frostycoolslugCombined The file Modules and Config file existance...
2003-09-27 frostycoolslugchanged CheckModule from (char module[MAXBUF]) to ...
2003-09-27 frostycoolslugFixed Bug Causing missing modules to Seg Fault The...
2003-03-23 brainChanged so that when the process detaches, it changes...
2003-02-09 brainChanged to work with new log-level
2003-02-02 brainAdded first part of server linking code
2003-01-30 brainMoved to Dev-C++ as an editor for project (more stable...
2003-01-23 brainInitial revision