summaryrefslogtreecommitdiff
path: root/src/configreader.cpp
AgeCommit message (Expand)Author
2008-06-08Dont announce successful rehash if bail is set to true (e.g. we're booting)brain
2008-06-08More useful error reporting that give closer line numbers, so long as you can...brain
2008-06-08Config reader strictness: check for escape sequences (\" etc) outside of a qu...brain
2008-06-08Make checks more strictbrain
2008-06-08Bitch when we find stray characters outside of a tag, this will track down a ...brain
2008-06-08Allow 0-9 in tag/key names, and special check for > and \nbrain
2008-06-08Check in tag names toobrain
2008-06-08Check for invalid characters in keys, will catch config errors earlier and cl...brain
2008-06-06m_abbreviation completed. :)brain
2008-05-25All the limits were one less than specified in the config, so now we postincr...brain
2008-05-25Add parsing of <limits> tag and finish documenting it, make all the values ma...brain
2008-05-25First phase of conversion to dynamic limits on all the lengths, configured vi...brain
2008-05-20A few minor fixes, some copy constructor stuff, misnamed channelmanager const...brain
2008-05-18Make User:: nick/ident/dhost/fullname and some other things std::string inste...aquanight
2008-05-18Jason, try this..w00t
2008-05-18Fix for Jason's bug.. this needs more thought, though. I'll probably whip up ...w00t
2008-05-13Check for windows drive letters on the start of paths and treat them the same...brain
2008-05-12Patch ReadFile() not to bork on one line files, and ensure it works ok with w...brain
2008-05-10Fix LoadConf always reading 1 extra byte of random garbage.peavey
2008-04-21Merge in large patchset from GreenReaper, useful fixes for freeing a ton of d...brain
2008-04-19fix text in validate methods where option was moved to either performance or ...peavey
2008-04-15Fixes for ValidateHostnamepeavey
2008-04-15Chain ValidateServerName onto ValidateHostname so that the servername gets ho...brain
2008-04-15Deprecate a few more config options.peavey
2008-04-15Nuke the ability to define <options:loglevel> from orbit :pbrain
2008-04-15See configreader.cpp line 764 to see how to declare deprecated items. This is...brain
2008-04-14Move options vlaues netbuffersize, maxwho, maxconn, softlimit, quietbursts, n...brain
2008-04-14TRUNK CONFIG BREAKAGE WARNING: Move a bunch of options tag values into a new ...brain
2008-04-13trunk doesnt seem to like < and > in a quoted section, because someone REMOVE...brain
2008-04-12Fixes for bug #515, update existing in-use connect tags on the fly in rehashbrain
2008-04-11(untested) don't move newconfig to ServerConfig::config_data until its been v...brain
2008-04-11Remove 'default log' and <options:loglevel> (wtf?)brain
2008-04-10Fix for bug #503 reported by Stealth (at last)brain
2008-04-02Depreciated ServerInstance->Log() seems to crash configreader on rehash? We s...brain
2008-04-02Remove MAXCLIENTS, this is supported at runtime by the softlimit anyway.brain
2008-03-30Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi...aquanight
2008-03-24This module uses io hooking too, fix it upbrain
2008-03-23Add ability to control what opertypes can set what operonly user/chan modes. ...aquanight
2008-03-22Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...brain
2008-03-14Add fixes to stop people changing the SID of a live server - certain configur...brain
2008-02-26EXECUTABLE INCLUDES works! :Dbrain
2008-02-26Fixes to make it run right :)brain
2008-02-26Revert configure so that we can uh, actually compile.brain
2008-02-24Yay, local /rehash is now fixed :)brain
2008-02-24Add mutexes to this to make it a bit more threadsafebrain
2008-02-24I apologise for the 712 space-indented lines i put in here :< *runs*brain
2008-02-24Put log-switching back into configreaderaquanight
2008-02-24Allow for 'bail' and 'user' parameters to rehash threadbrain
2008-02-24Rollback complete! Everyone please go through the code and check i havent for...brain
2008-02-24No longer crashes.brain