]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/configparser.cpp
Merge pull request #1106 from SaberUK/master+purge-pkg-path
[user/henk/code/inspircd.git] / src / configparser.cpp
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
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-03-23 danieldgFail config parse if duplicate keys are found
2010-02-10 danieldgBetter error messages for m_autoop
2010-02-09 danieldgClean up documentation of connect blocks a bit
2010-02-02 danieldgExecutable include for MOTD and more
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-25 danieldgAdd <config:format> to avoid breaking existing configur...
2009-10-24 danieldgFix semicolon being included in XML entity expansion
2009-10-22 danieldgMake ConfigTag::items private
2009-10-22 danieldgSplit up configreader.cpp, it's a bit large