]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/inspircd_io.cpp
Decide that it wasn't quite appropriate :(
[user/henk/code/inspircd.git] / src / inspircd_io.cpp
2006-02-19 brainRemoved the 'one of' check for <dns>
2006-02-19 brainThrows exception on failed GetIOHook()
2006-02-19 brainAdded check for if the servername contains a '.', if...
2006-02-11 brainAdded anti-retard check to prevent retarded flood settings
2006-02-09 brainAdded comment about the craqness of ServerConfig::Read()
2006-02-07 brainExperimental improved string handling in server links
2006-02-06 brainRemoved some debug notices that were mistakenly in...
2006-02-06 brainFix typo
2006-02-06 brainAdded support for changing tempdir via <options:tempdir>
2006-02-04 brainWhen rehashing by sighup and adding/removing modules...
2006-02-03 brainAdded ircu-like hidewhois feature that allows hiding...
2006-02-03 brain*EXPERIMENTAL* <options:hidesplits> ircu-style quit...
2006-01-27 brainImproved IP handling. Now uses in_addr to store client...
2006-01-23 brainAnd the programming god looked down upon his deciples...
2006-01-22 brainAllowed for configuration of maxtargets in <options...
2006-01-16 brainFixed so that ONLY ports of type "" or type "clients...
2006-01-15 brainmissing linefeed
2006-01-15 brainMade <disabled> non-manditory, added check for when...
2006-01-15 brainCleanFilename movage
2006-01-15 brainFixed SIGHUP rehash to actually send rehash event to...
2006-01-15 brainFixes to make this actually WORK.
2006-01-15 brainAdded checks to forbid declaring certain config tags...
2006-01-15 brainFix for warning in OpenLog call
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
next