summaryrefslogtreecommitdiff
path: root/include/configreader.h
AgeCommit message (Expand)Author
2007-11-11Report failure to load configsbrain
2007-11-11Add a counter for errored filesbrain
2007-11-11More stuff for this. Its starting to take shape a bit now, and is tidier than...brain
2007-11-11Begin rethink on this. Warning, this WILL break your ircd if youre using trunk!brain
2007-11-11In prep for remote includes, configuration reading is now two-pass.brain
2007-11-04Get rid of global_implementation[] and implement_lists[] from herebrain
2007-11-04Remove our vectors of Module*/ircd_module*, replace with a map of std::pair<i...brain
2007-11-03More anal config parsing, validates channel fields, ip address fields (with/w...brain
2007-10-31Clean up XLine conf stuff a little bit, move most of it to configreader. Also...w00t
2007-10-23Visual studio doesnt like throw definitions like thisbrain
2007-10-23Pedantic safebrain
2007-10-15InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id...w00t
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-08-28Tidy up duplicate code, provide GetSID() method on ServerConfig which returns...brain
2007-08-27Add <server:id> - this is optional, as stated in the example conf,brain
2007-08-26Added new announceinvite setting i discussed briefly with w00t and i like mys...brain
2007-08-26Add option to set invite announcements to nobody, ops only, or all users, bas...brain
2007-08-19Add <connect:maxchans> as per feature bug #338 - combined with the last featu...brain
2007-08-19Add extra stuff to make it work (and compile)brain
2007-08-19Pick up a few error conditions we didnt before in the config reader, and also...brain
2007-07-27Needs testbuilding in windows. I will probably do this in a minute.brain
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-06-17Tons of stuff added since 1.0 is missing documentation commentsbrain
2007-06-04Add options:moronbanner. Yes really, thats what its called. See the example c...brain
2007-05-27Config option for default channel modes -- more to follow, don't use yetbrain
2007-05-26Dunno why this method was static, doesnt need to be...brain
2007-05-20- Modify ServerConfig::GetFullProgDir to just return cwd, previously it did a...w00t
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
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-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-15Feature request outlined in bug #257, allow connect/allow lines by portbrain
2007-04-05Fix for bug #199 (Feature request) submitted by owine. Ended up adding an ext...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-11Allow for nick!user@host in TOPIC information.brain
2006-12-26Also add support for default values for ConfValueBool and ConfValueInteger in...peavey
2006-12-26Add possibility to define default value for ConfValue in configreader and Rea...peavey
2006-12-23Refactored /RESTART (and added InspIRCd::Restart(reason))brain
2006-12-16Config option added for prefixed channel NOTICEs and PRIVMSGs to turn on/off ...peavey
2006-12-16Add an optional parameter to ConfigReader::ReadValue which defines if we want...brain
2006-12-15And now, just to force you to recompile the *whole* ircd.. updated headers on...w00t
2006-12-13Improve the way 005 ISUPPORT is sent to users when they connect, cache it in ...brain
2006-12-09Add the stuff required for the InspSocketHook interfacebrain
2006-12-09Not yet tested -- allow iohooking of inspsocketsbrain
2006-11-22Removed <options:tempdir> - this hasn't been used since modules were updated ...special