summaryrefslogtreecommitdiff
path: root/include/configreader.h
AgeCommit message (Expand)Author
2008-07-19Change modes in channels and users to use std::bitset instead of an array. Th...w00t
2008-07-18Implement <disabled:usermodes> and <disabled:chanmodes>.aquanight
2008-07-12Add <cidr> block, and documentation in example config.w00t
2008-06-08Check for invalid characters in keys, will catch config errors earlier and cl...brain
2008-05-26Dont increment maxmodes at finalisation, it isnt used in the same waybrain
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-13Check for windows drive letters on the start of paths and treat them the same...brain
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