]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/inspircd_io.cpp
And the bit I missed... :/
[user/henk/code/inspircd.git] / src / inspircd_io.cpp
2006-04-04 omAnd the bit I missed... :/
2006-04-04 omRemove a load of unneeded debugging output
2006-04-04 brainJust indentation tidyups, dont worry i didnt break...
2006-04-04 omExtra error detection, thwap me if this comes up with...
2006-04-04 omRemove duplicate error messages
2006-04-04 omDie properly on included config file errors
2006-04-04 omUndo the last tweak, which broke it, and show filenames...
2006-04-04 omcombine a couple of if()'s
2006-04-04 omRemove some random unneeded casts
2006-04-04 omAll new shiny config parser, there's probably some...
2006-04-04 w00tForward port the removal of -nolimit (doesn't seem...
2006-04-03 omFix Odin & Dune's obscure bug when you have the name...
2006-04-03 omInitialise OperSpyWhois value to false, just in case.
2006-03-30 omAdd configuration option <options:operspywhois> to...
2006-03-26 brainListening sockets are now explicitly nonblocking just...
2006-03-18 brainAllow adding of new client ports via /REHASH.
2006-03-13 brainObscure bug of the week: InspIRCd crashes when given...
2006-03-13 brainRemoval of ancient TRUE/FALSE #defines (C-ish stuff)
2006-03-12 brainRemoved lowercasing of servername on validation
2006-03-12 brainConst refs (this is about the last of them in the core...
2006-03-10 brainRemoved 8-space indents
2006-03-10 brainWhoops, forgot a NULL
2006-03-10 brainCommented all the new config stuff
2006-03-10 brainTypo
2006-03-10 brainMoved more stuff into right places
2006-03-10 brainMade it compile :p
2006-03-10 brainMass tidyup of ServerConfig::Read and stuff
2006-03-10 brainTest stuff for improved multi-tags in core
2006-03-10 brainSupport for hostnames in <bind> tag (so long as the...
2006-03-10 brainTidyup of config reader lowlevel reading
2006-03-10 brainAlign names that are output on startup using \t htabs
2006-03-10 brainMoved typedefs etc into the header where they belong
2006-03-10 brainMove vars to top of function
2006-03-10 brainValidating wrong field
2006-03-10 brainImprovements
2006-03-10 brainTidyup of ServerConf::Read about half done (works)
2006-03-10 brainProbably doesnt work yet
2006-03-09 brainMore stuff done
2006-03-09 brainI hate casts.
2006-03-09 brainPlease diagnose error line 205
2006-03-09 w00tCleanup.
2006-03-09 w00tUpdate to Start() credits, now refers users to /info...
2006-03-06 brainCM -> CM1
2006-03-06 brainTidied GetMaxBans to leave the ConfigReader subsystem...
2006-03-02 brainAdded IS_SINGLE, see comment in include/inspircd.h
2006-03-02 brainAdded a sleep on startup to stop it mucking up the...
2006-03-02 brain*UNTESTED* speeding up HasPermission by factor of hundr...
2006-03-02 brainis_uline was an inefficient piece of crap - fixed.
2006-03-02 brainMade extensive use of charlcat to cut down on strlcat...
2006-02-28 brainFixes for new banhiding
2006-02-28 brainBanHiding
2006-02-28 brainTweaks for unrealisms
2006-02-28 brainExtra error output when fails to bind a port
2006-02-26 brainValgrind fixes
2006-02-26 brainRemoved setpriority()
2006-02-26 brainLowercase the servername automatically
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()
next