summaryrefslogtreecommitdiff
path: root/src/configreader.cpp
AgeCommit message (Expand)Author
2007-05-13Replace strip/blockcolor tags with <options:exemptchanops>, sexy string of mo...w00t
2007-05-11Refactor port binding, warning not yet tested fullybrain
2007-05-09Implement bug #282 from owine: kill sender hiding. <options:hidekills> needs ...w00t
2007-05-07we typedeffed nspace::hash_map<std::string,command_t*> to command_table ages ...brain
2007-04-30Fix one issue, add another feature: When sending MODE +beI, weed out duplicat...brain
2007-04-27Add support for hiding listmode lists such as +beI from unprivileged users.brain
2007-04-15Add tweaks to support feature request in bug #256, now awaiting QA testbrain
2007-04-15Feature request outlined in bug #257, allow connect/allow lines by portbrain
2007-04-06Fix the previous commit better - always copy the null terminator (oops)brain
2007-04-06Fix issue spotted by devious - if a value is defined and a later rehash clear...brain
2007-04-05Fix for bug #199 (Feature request) submitted by owine. Ended up adding an ext...brain
2007-04-01Add -config parameter to bin/inspircd which allows a user to specify the conf...brain
2007-04-01Add <options:fixedquit> and <options:suffixquit> to go along with the existin...brain
2007-03-08option to allow announce of invites to channel (similar to unreal)brain
2007-02-19Addition of feature request outlined in bug #195, suggested by Brickerbrain
2007-02-12Fix odd warnings from propolice.brain
2007-02-11Allow for nick!user@host in TOPIC information.brain
2007-02-10Fix rehashing to display a success notice, tidy up some WriteOpers noticesbrain
2007-02-10When opening a file to read, check its not a directory with stat()brain
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