]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/configreader.h
Remove unneeded Extensible inheritance and remove "age" field from classbase
[user/henk/code/inspircd.git] / include / configreader.h
2009-09-02 danieldgRemove unneeded Extensible inheritance and remove ...
2009-08-12 danieldgFixes for config reader
2009-08-01 w00tVarious rehash fixes that it seems were introduced...
2009-07-01 danieldgFix error reporting on rehash
2009-07-01 danieldgMake rehash generate a new ServerInstance->Config object
2009-07-01 danieldgMove list of open ports out of Config object
2009-05-25 danieldgRemove the ServerConfig::DirValid check that breaks...
2009-05-24 danieldgOnRehash changes: split to multiple hooks to clarify...
2009-04-17 danieldgFix memory leak on rehash: opertype used char* instead...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-14 peaveyNuke trailing spaces
2009-02-13 brainAdd security:genericoper as requested by Strawberry...
2009-01-02 w00tUpdate copyrights for 2009.
2008-11-01 w00tObsolete m_restrictbanned, add <security:restrictbanned...
2008-10-23 w00tPatch from dz to fix bug 622 (config errors build up...
2008-10-20 w00tImplement <security:runasuser> and <security:runasgroup...
2008-10-18 w00tWorking privs implementation, and example usage in...
2008-09-21 psychonFix some comment which was left over from before the...
2008-09-20 brainFix a rather nasty race condition revealed by my readin...
2008-09-20 brainmore comments
2008-09-08 w00tMake OnAcceptReady pure virtual, rename ListenSocket...
2008-09-07 w00tStart moving IO hooking from being bufferedsocket based...
2008-08-27 w00tAdd <disabled:fakenonexistant> - ircd will pretend...
2008-08-07 w00tImplement <options:invitebypassmodes>, optionally circu...
2008-07-19 w00tChange modes in channels and users to use std::bitset...
2008-07-18 aquanightImplement <disabled:usermodes> and <disabled:chanmodes>.
2008-07-12 w00tAdd <cidr> block, and documentation in example config.
2008-06-08 brainCheck for invalid characters in keys, will catch config...
2008-05-26 brainDont increment maxmodes at finalisation, it isnt used...
2008-05-25 brainAll the limits were one less than specified in the...
2008-05-25 brainAdd parsing of <limits> tag and finish documenting...
2008-05-25 brainFirst phase of conversion to dynamic limits on all...
2008-05-20 brainA few minor fixes, some copy constructor stuff, misname...
2008-05-13 brainCheck for windows drive letters on the start of paths...
2008-04-15 brainSee configreader.cpp line 764 to see how to declare...
2008-04-11 brain(untested) don't move newconfig to ServerConfig::config...
2008-04-11 brainRemove 'default log' and <options:loglevel> (wtf?)
2008-03-24 brainA load of classes dont inherit from classbase, and...
2008-03-24 brainThis module uses io hooking too, fix it up
2008-03-23 aquanightAdd ability to control what opertypes can set what...
2008-03-14 brainAdd fixes to stop people changing the SID of a live...
2008-02-26 brainRevert configure so that we can uh, actually compile.
2008-02-24 brainMore stuff
2008-02-24 brainRollback complete! Everyone please go through the code...
2008-02-24 brainProbably doesnt run
2008-02-21 brainMore test suite stuff
2008-02-13 brainCommit patch from danieldg that makes a ton of stuff...
2008-02-02 w00tBack out the AllowDevoiceSelf stuff, it wasn't going...
2008-02-02 w00tCache User::GetIPString()
2008-01-27 aquanightChange API OnOperCompare to OnPassCompare, password...
2008-01-17 w00tRemove InspIRCd::WriteOpers in favour of snomask O
2008-01-10 w00tHeader update: 2007 -> 2008
2008-01-10 w00tImplement <options:prefixpart|suffixpart|fixedpart>
2008-01-03 w00tPatch turning Config->sid from size_t to char **. This...
2007-11-18 brainFirst part of stuff for remote includes (this doesnt...
2007-11-11 brainCurrently crashes with multiple layers of include....
2007-11-11 brainProvide a facility for modules to flag a config file...
2007-11-11 brainReport failure to load configs
2007-11-11 brainAdd a counter for errored files
2007-11-11 brainMore stuff for this. Its starting to take shape a bit...
2007-11-11 brainBegin rethink on this. Warning, this WILL break your...
2007-11-11 brainIn prep for remote includes, configuration reading...
2007-11-04 brainGet rid of global_implementation[] and implement_lists...
2007-11-04 brainRemove our vectors of Module*/ircd_module*, replace...
2007-11-03 brainMore anal config parsing, validates channel fields...
2007-10-31 w00tClean up XLine conf stuff a little bit, move most of...
2007-10-23 brainVisual studio doesnt like throw definitions like this
2007-10-23 brainPedantic safe
2007-10-15 w00tInspSocket -> BufferedSocket. Paves the way for a Simpl...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-08-28 brainTidy up duplicate code, provide GetSID() method on...
2007-08-27 brainAdd <server:id> - this is optional, as stated in the...
2007-08-26 brainAdded new announceinvite setting i discussed briefly...
2007-08-26 brainAdd option to set invite announcements to nobody, ops...
2007-08-19 brainAdd <connect:maxchans> as per feature bug #338 - combin...
2007-08-19 brainAdd extra stuff to make it work (and compile)
2007-08-19 brainPick up a few error conditions we didnt before in the...
2007-07-27 brainNeeds testbuilding in windows. I will probably do this...
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-06-17 brainTons of stuff added since 1.0 is missing documentation...
2007-06-04 brainAdd options:moronbanner. Yes really, thats what its...
2007-05-27 brainConfig option for default channel modes -- more to...
2007-05-26 brainDunno why this method was static, doesnt need to be...
2007-05-20 w00t- Modify ServerConfig::GetFullProgDir to just return...
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-13 w00tReplace strip/blockcolor tags with <options:exemptchano...
2007-05-11 brainRefactor port binding, warning not yet tested fully
2007-05-09 w00tImplement bug #282 from owine: kill sender hiding....
2007-04-30 brainFix one issue, add another feature: When sending MODE...
2007-04-27 brainAdd support for hiding listmode lists such as +beI...
2007-04-15 brainFeature request outlined in bug #257, allow connect...
2007-04-05 brainFix for bug #199 (Feature request) submitted by owine...
2007-04-01 brainAdd <options:fixedquit> and <options:suffixquit> to...
2007-03-08 brainoption to allow announce of invites to channel (similar...
2007-02-19 brainAddition of feature request outlined in bug #195, sugge...
2007-02-11 brainAllow for nick!user@host in TOPIC information.
2006-12-26 peaveyAlso add support for default values for ConfValueBool...
2006-12-26 peaveyAdd possibility to define default value for ConfValue...
2006-12-23 brainRefactored /RESTART (and added InspIRCd::Restart(reason))
next