summaryrefslogtreecommitdiff
path: root/include/configreader.h
AgeCommit message (Expand)Author
2008-04-15See configreader.cpp line 764 to see how to declare deprecated items. This is...brain
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-03-24A load of classes dont inherit from classbase, and they should. fix.brain
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-14Add fixes to stop people changing the SID of a live server - certain configur...brain
2008-02-26Revert configure so that we can uh, actually compile.brain
2008-02-24More stuffbrain
2008-02-24Rollback complete! Everyone please go through the code and check i havent for...brain
2008-02-24Probably doesnt runbrain
2008-02-21More test suite stuffbrain
2008-02-13Commit patch from danieldg that makes a ton of stuff const-safe for latest wa...brain
2008-02-02Back out the AllowDevoiceSelf stuff, it wasn't going to work anyway. Accident...w00t
2008-02-02Cache User::GetIPString()w00t
2008-01-27Change API OnOperCompare to OnPassCompare, password hashing is now available ...aquanight
2008-01-17Remove InspIRCd::WriteOpers in favour of snomask Ow00t
2008-01-10Header update: 2007 -> 2008w00t
2008-01-10Implement <options:prefixpart|suffixpart|fixedpart>w00t
2008-01-03Patch turning Config->sid from size_t to char **. This also undoes the total ...w00t
2007-11-18First part of stuff for remote includes (this doesnt work yet)brain
2007-11-11Currently crashes with multiple layers of include. don't use this yetbrain
2007-11-11Provide a facility for modules to flag a config file completedbrain
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