summaryrefslogtreecommitdiff
path: root/src/configreader.cpp
AgeCommit message (Expand)Author
2008-09-07Start moving IO hooking from being bufferedsocket based to residing in EventH...w00t
2008-09-06Make ThreadEngine::Mutex() protected too, make the user use Lock() and Unlock()brain
2008-08-27Add <disabled:fakenonexistant> - ircd will pretend that a disabled command ju...w00t
2008-08-07Implement <options:invitebypassmodes>, optionally circumvent +blk if invited ...w00t
2008-08-06fix compile errors under debug profile in windows.brain
2008-07-29Remove last vestige of libircdfoo, by changing tag into a single identifier...w00t
2008-07-20Fix potential off-by-one on large reads (thanks psychon)w00t
2008-07-20Fixes to some stuff that writes on memory it shouldn't (thanks psychon).w00t
2008-07-18Implement <disabled:usermodes> and <disabled:chanmodes>.aquanight
2008-07-17Combine IP+port in a failed port list, show (the more helpful) error string s...w00t
2008-07-14Lots, lots more numerics.h conversionw00t
2008-07-13More conversion, and a note to client coders.w00t
2008-07-12Add <cidr> block, and documentation in example config.w00t
2008-07-12Add .example suffix to namew00t
2008-07-12Copy new conf location and seperate modules.conf on installw00t
2008-06-18Add the rest of the stuff for named pipe comms, including feedback informatio...brain
2008-06-15Define PATH_MAX if its not already definedbrain
2008-06-12Remove PATH_MAX because some retard removed itbrain
2008-06-12Now builds ok on gcc 4.3, not tested fully. Also UGLY, oh we hate you GCC, wh...brain
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