summaryrefslogtreecommitdiff
path: root/src/configreader.cpp
AgeCommit message (Expand)Author
2007-02-05Fix crash in ReportConfigError when done via SIGHUP.peavey
2007-02-04Set a few defaults for <connect> tag.peavey
2007-01-25Cut out some code duplication by using the existing exception framework in he...brain
2007-01-20Now wont even try to read an empty filebrain
2007-01-17It says something about how excessive our debug output is when the ssl module...brain
2007-01-09Made the real name value for /admin optional (line isn't displayed if not spe...special
2007-01-07Move all /WHOWAS related out of core and into cmd_whowas.peavey
2007-01-04And fix this bit toobrain
2007-01-02Add support for suffixes K, M, G (kilo, mega, gigabyte) and prefix 0x (hex)brain
2006-12-29Fixed search and replace, code pilfered from m_alias (i think someone misread...brain
2006-12-28Fix for empty 005 linesbrain
2006-12-26have configure detect SOMAXCONN and store it in a string define, SOMAXCONN_Sbrain
2006-12-26Add defaults for a ton of config vars, fix indentation, and add MAXCLIENTS_S ...brain
2006-12-26Add some defaults to serverconfig, removing need to set them in validate meth...peavey
2006-12-26Also add support for default values for ConfValueBool and ConfValueInteger in...peavey
2006-12-26Tidyup a few var inits for whowas and ircu style prefix.peavey
2006-12-26Add possibility to define default value for ConfValue in configreader and Rea...peavey
2006-12-23Fix bug in m_dnsbl, a condition is always matched because someone was using u...brain
2006-12-22Uninitialized values: fun for ALL the family this xmas time.brain
2006-12-22Line 1582 configreader.cppbrain
2006-12-22Refactor connect allow/deny linesbrain
2006-12-17Fix a little = turned into a ==peavey
2006-12-17If the caller said no linefeeds, dont bail, instead just turn the linefeeds i...brain
2006-12-16Config option added for prefixed channel NOTICEs and PRIVMSGs to turn on/off ...peavey
2006-12-16Tidy up text formattingbrain
2006-12-16Add an optional parameter to ConfigReader::ReadValue which defines if we want...brain
2006-12-16Linefeeds in quotes, just for w00t.brain
2006-12-15Jesus, look who's the commit whore today. More header updates, and removal of...w00t
2006-12-13Improve the way 005 ISUPPORT is sent to users when they connect, cache it in ...brain
2006-12-09It works! WOO AND YAY! (this isnt finished yet, only an idiot would use this ...brain
2006-12-09Add the stuff required for the InspSocketHook interfacebrain
2006-12-09Not yet tested -- allow iohooking of inspsocketsbrain
2006-12-03CheckDie was always still here, we were just forgetting to set the die value'...brain
2006-12-03Fix <die:value>, its been broken for quite some time. (whoops *hide*)brain
2006-11-22Removed <options:tempdir> - this hasn't been used since modules were updated ...special
2006-11-19Fix all the _FORTIFY_SOURCE warnings except "punned pointer".brain
2006-11-15Tidy up some stuffbrain
2006-11-15The array should no longer be staticbrain
2006-11-15All of the void* cast stuff gone!!!brain
2006-11-15Remove tons of pointer craq (theres still a tinnny bit more to remove)brain
2006-11-14Tons of tweaks to the config stuff for the corebrain
2006-11-14Tidyup and tons of debug in here, to troubleshoot an ongoing issue with gcc3....brain
2006-11-13Fix PruneWhoWas to actually work right on rehash. Add debug output to whowas....peavey
2006-11-13Do *NOT* use local vars in ServerConfig::Read for temporary storage of valuespeavey
2006-11-13add <whowas> config option to control whowas behaviour. *may break*peavey
2006-11-12When rehashing and adding new ports, error back to the user if the ports fail...brain
2006-11-12When some (but not all) of the ports fail to bind on startup, give the user a...brain
2006-11-05Fixed bug #164 by peaveydkspecial
2006-11-04As requested by satmd, inspircd will now run with no client ports configuredbrain
2006-10-27<pid file> is no longer a manditory tag (thanks dotslasher)brain