]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/configreader.h
Switch <stdint.h> test to use a test file too.
[user/henk/code/inspircd.git] / include / configreader.h
2014-10-13 Attila MolnarMerge pull request #934 from SaberUK/insp20+fix-various...
2014-10-13 Attila MolnarMerge pull request #933 from SaberUK/insp20+fix-llvm34
2014-10-13 Peter PowellAvoid calling methods on NULL pointers wherever possible.
2013-09-13 ChrisTXFix a shadow warning created by ConfigTag::create
2012-12-09 attilamolnarRemove ServerLimits::Finalise(), it's completely wrong
2012-10-29 attilamolnarMove ServerConfig::ProcessColors() into class InspIRCd...
2012-09-30 attilamolnarMake ConfigReader::GetSID() return a const reference...
2012-08-24 attilamolnarAdd a config option to enable/disable the welcome notic...
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-06 Attila MolnarMerge pull request #127 from Justasic/insp20+color
2012-07-06 Justin CrawfordAdded color codes to /rules, moved the parsing to Serve...
2012-07-05 Attila MolnarMerge pull request #242 from SaberUK/insp20-doxygen-fix
2012-07-05 Peter PowellFix Doxygen syntax errors.
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2012-04-18 Robin BurchellMerge pull request #70 from Shawn-Smith/insp20+chancrea...
2012-04-15 Robin BurchellMerge pull request #55 from Justasic/insp20
2012-04-15 Robin BurchellMerge pull request #59 from Robby-/insp20-nosnoticestack
2012-04-15 Robby-Backported Shawn's NoSnoticeStack code from insp21
2010-12-23 JackmcbarnFix bug #113
2010-03-22 danieldgChange <security:operspywhois> to a tristate
2010-03-19 danieldgAdd RAWIO log level which is more verbose than DEBUG
2010-03-14 danieldgAdd <options:cyclehostsfromuser> to configure source...
2010-02-23 danieldgReplace #define IPV6 with <config defaultbind="ipv6...
2010-02-10 danieldgWhy are we wasting space on DieValue?
2010-02-02 danieldgExecutable include for MOTD and more
2010-01-29 danieldgRemove MaxWhoResults, replace with an increase of Penal...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-11-11 danieldgGet rid of DieDelay, it just freezes the ircd prior...
2009-11-03 danieldgRemove AllowHalfop item from server config
2009-10-25 danieldgFixes found by removing User inheritance from StreamSocket
2009-10-24 danieldgMove forward declarations to typedefs.h
2009-10-23 danieldgChange to <type:vhost> and <oper:vhost> because <oper...
2009-10-22 danieldgMake ConfigTag::items private
2009-10-21 danieldgMove command-line items to CommandLineConf
2009-10-21 danieldgUse ConfigTagList as a faster access method for access...
2009-10-21 danieldgMove AllowedPrivs and similar oper information from...
2009-10-21 danieldgChange User::oper to an OperInfo reference
2009-10-21 danieldgUpdate documentation and remove unused classes/functions
2009-10-18 danieldgRemove VF_SERVICEPROVIDER, prevent heap allocation...
2009-10-17 peaveyCoreExport ConfigTag, fixes unresolved symbols when...
2009-10-17 danieldgAdd filename/line information to all ConfigTag objects
2009-10-17 danieldgRewrite ConfigReader again
2009-10-16 danieldgClean up static allocations
2009-10-13 danieldgChange to new execution directory structure
2009-10-12 danieldgm_exemptchanops by jackmcbarn - channel mode +X to...
2009-10-03 danieldgGet rid of a bunch of memory-wasting C-style strings
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-24 danieldgMove configuration filename specification to start...
2009-09-13 danieldgPrevent <include:executable> from running <include...
2009-09-02 danieldgRemove strnewdup(), it is a good source of possible...
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...
next