]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/inspircd_io.cpp
Removed lowercasing of servername on validation
[user/henk/code/inspircd.git] / src / inspircd_io.cpp
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()
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.
next