]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/configparser.cpp
Treat an empty bool/duration/int/uint config field as undefined.
[user/henk/code/inspircd.git] / src / configparser.cpp
2021-03-14 Sadie PowellTreat an empty bool/duration/int/uint config field...
2020-04-07 Sadie PowellAdd a way to disable using environment variables in...
2020-03-30 Sadie PowellFix various documentation and formatting issues.
2020-03-05 Sadie PowellStandardise the characters allowed in config identifiers.
2020-02-20 Sadie PowellAdd support for using environment variables in the...
2020-01-31 InspIRCd RobotUpdate copyright headers.
2020-01-18 Sadie PowellUse case insensitive comparisons in getBool.
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-06-10 Peter PowellAdd support for including directories containing .conf...
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2018-12-21 linuxdaemonOnly parse valid durations, don't treat invalid multipl...
2018-12-09 Peter PowellMove some config parser-internal types out of the publi...
2018-11-24 Peter PowellUse the default if an invalid duration is found in...
2018-11-07 Peter PowellMerge tag 'v2.0.27' into master.
2018-10-26 Peter PowellFix a bunch of harmless compiler warnings on recent...
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-08-15 Peter PowellMerge branch 'insp20' into master.
2018-07-24 Peter PowellMake more config stuff case insensitive.
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-07-10 Peter PowellAdd a ConfigTag::getString overload that calls a valida...
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2018-04-16 Peter PowellAdd range checking to ConfigTag::getFloat.
2018-04-16 Peter PowellAdd ConfigTag::getUInt for reading unsigned config...
2018-04-16 Peter PowellConvert ConfigTag::getDuration to return an unsigned...
2018-04-16 Peter PowellExtract ConfigTag::getInt magnitude logic to a function...
2018-04-16 Peter PowellConvert ConfigTag::CheckRange to a function template.
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-10-18 Peter PowellAdd a constructor to OperInfo and use it to set the...
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-09-03 Peter PowellAdd support for length arguments in getString.
2017-08-05 Peter PowellMerge pull request #1351 from SaberUK/master+webirc
2017-07-27 Peter PowellMerge pull request #1271 from SaberUK/master+exemption
2017-07-25 Peter PowellMerge pull request #1300 from SaberUK/master+genssl
2017-07-12 Peter PowellMerge pull request #1270 from SaberUK/master+sasl
2017-07-12 Peter PowellMerge pull request #1267 from SaberUK/master+config
2017-07-12 Peter PowellMerge pull request #677 from Robby-/master-dnsblzline
2017-07-09 Peter PowellMerge v2.0.23 and v2.0.24 into master.
2017-05-17 AdamMerge pull request #1094 from SISheogorath/insp20+fixed...
2016-12-08 Peter PowellStore config values in a map instead of a unique vector...
2016-11-15 Attila MolnarMerge pull request #1241 from SaberUK/master+helpop
2016-11-01 Attila MolnarMerge pull request #1238 from SaberUK/master+openssl
2016-11-01 Attila MolnarMerge pull request #1236 from SaberUK/master+port
2016-11-01 Attila MolnarMerge pull request #1215 from SaberUK/master+config
2016-09-20 Peter PowellStrip carriage returns in the config parser.
2016-09-02 Attila MolnarMerge insp20
2016-08-17 Attila MolnarMerge insp20
2016-02-29 Attila MolnarMerge pull request #1147 from SaberUK/insp20+gcc6
2016-02-26 Peter PowellFix GCC 6 warning about null checking this.
2016-02-22 Attila MolnarMerge insp20
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2014-12-19 Attila MolnarMerge branch 'master+listmode'
2014-12-19 Attila MolnarMerge branch 'master+flatmap'
2014-12-15 Attila MolnarChange type of some associative containers to their...
2014-11-01 Attila MolnarAdd stdalgo::isin() and use it to simplify code
2014-10-27 Attila MolnarRemove if (!this) check from ConfigTag::readString()
2014-10-27 Attila MolnarMerge insp20
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 PowellFix various warnings when building with LLVM 3.5.
2014-07-25 Attila MolnarMerge insp20
2014-06-09 Attila MolnarUse std::find() in ParseStack::ParseFile()
2014-06-09 Attila MolnarDeduplicate ParseStack::ParseFile() and ParseExec()
2014-04-11 Peter PowellImplement support for numeric character references.
2014-04-07 Attila MolnarMerge insp20
2014-01-21 Attila MolnarMerge insp20
2014-01-04 Peter PowellFix some Windows-related problems.
2013-09-13 ChrisTXFix a shadow warning created by ConfigTag::create
2013-08-30 attilamolnarMerge insp20
2013-08-27 attilamolnarFix Windows build and a few more problems
2013-08-12 attilamolnarAdd ConfigTag::getDuration() with optional bounds checking
2013-08-12 Attila MolnarMerge pull request #591 from SaberUK/master+config...
2013-08-12 Peter PowellAdd <path> keys for all of the compile-time paths.
2013-08-10 Peter PowellReplace range() with min and max arguments on getInt().
2013-07-16 Attila MolnarMerge pull request #589 from SaberUK/master+fix-debug...
2013-07-16 Peter PowellFix some warnings which are causing debug builds to...
2013-06-06 Attila MolnarMerge pull request #544 from SaberUK/master+kill-maxbuf
2013-06-06 Peter PowellConvert a ton of uses of MAXBUF to use a fixed buffer...
2013-06-05 attilamolnarMerge insp20
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
2013-04-27 attilamolnarMerge insp20
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2013-04-06 Attila MolnarMerge pull request #475 from SaberUK/master+default...
2013-04-06 Peter PowellDefault to the XML config format.
2013-03-20 attilamolnarAdd support for mandatory tags in included config files
2012-08-13 Robin BurchellMerge pull request #251 from Shawn-Smith/insp20+extbanU
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-13 Attila MolnarMerge pull request #249 from Shawn-Smith/insp20+simplemode
2012-07-11 attilamolnarClose files opened with popen() with pclose() instead...
2012-06-27 Attila MolnarMerge pull request #235 from attilamolnar/insp20+invitefix
2012-06-15 Robin BurchellMerge pull request #193 from attilamolnar/insp20+newlinefix
2012-06-07 attilamolnarCut the ending \n from all lines in included (exec...
2012-06-01 Robin BurchellMerge pull request #179 from attilamolnar/insp20+desyncfix
2012-05-30 Robin BurchellMerge pull request #175 from attilamolnar/insp20+chopfix
2012-05-29 attilamolnarFix last character being chopped off in included (exec...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
next