]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/inspircd_io.cpp
Added support for <options customversion> to customize the second part of VERSION
[user/henk/code/inspircd.git] / src / inspircd_io.cpp
2006-01-15 brainAdded support for <options customversion> to customize...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2006-01-15 brainMade inspircd close and reopen its log on rehash
2006-01-09 brain*TEST* Oper-Only-Stats (not yet tested)
2005-12-30 brainOptimized out some more redundant va_args voodoo
2005-12-28 brainSignal handlers were not being set when -nofork was...
2005-12-22 brainOptimized out strcpys that copy empty strings (craq++)
2005-12-22 brainChanged two fields in ConnectClass to strings, moved...
2005-12-18 brainAdded IOHookModule stuff to allow for different modules...
2005-12-15 brainTidied up some string stuff
2005-12-15 brainFull removal of inspircd_util.h
2005-12-14 brainMoved ModuleError()
2005-12-14 brainForgot to initialize a var
2005-12-14 brainShuffling stuff about
2005-12-14 brainFixed a bad extern (bad extern, BAD)
2005-12-14 brainFixups
2005-12-14 brainFixed to use MAXSOCKS
2005-12-14 brainMoved BindPorts out of main file into inspircd_io.cpp
2005-12-14 brainMore config tidyups
2005-12-14 brainMoved a ton of *Conf functions into the ServerConfig...
2005-12-14 brainMis-declared ClearStack()
2005-12-14 brainMoved include stack stuff to be private to ServerConfig
2005-12-14 brainMoved readconfig to serverconfig class
2005-12-14 brainMoving more stuff into class ServerConfig
2005-12-14 brainStarted moving of data into ServerConfig class
2005-12-12 brainMore experimental gubbins
2005-12-08 brainReverted bugfix
2005-12-08 brainChanged comments
2005-12-08 brainFixed bug #85
2005-12-08 brainAttempted config fix for end of line missing
2005-11-29 w00tstrcmp() is a little expensive, and useless here -...
2005-05-30 brainStarted on -Wall - safe compile
2005-05-29 brainFixed to allow any form of linefeed
2005-05-29 brainFix for backslashes in win32 paths (converted to forwar...
2005-05-29 brainMade erroneous included configs cause the reader to...
2005-05-29 brainAdded include stack to detect looped includes
2005-05-29 brainadded <include file> tags (next make paths relative)
2005-05-28 brainFixed fd_Setsize in cygwin
2005-05-18 brainReplacement of bzero with memset for solaris 10 compat.
2005-05-18 brainbzero removed for compatibility with solaris 10
2005-05-17 brainAdded configurable SOMAXCONN size
2005-05-17 brainChanged from SOMAXCONN to 32
2005-05-16 brainIncreased listen backlog from 5 to use SOMAXCONN, syste...
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
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