index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
configparser.cpp
Age
Commit message (
Expand
)
Author
2018-07-24
Make more config stuff case insensitive.
Peter Powell
2018-07-10
Add a ConfigTag::getString overload that calls a validation method.
Peter Powell
2018-04-16
Add range checking to ConfigTag::getFloat.
Peter Powell
2018-04-16
Add ConfigTag::getUInt for reading unsigned config values.
Peter Powell
2018-04-16
Convert ConfigTag::getDuration to return an unsigned long.
Peter Powell
2018-04-16
Extract ConfigTag::getInt magnitude logic to a function template.
Peter Powell
2018-04-16
Convert ConfigTag::CheckRange to a function template.
Peter Powell
2017-10-18
Add a constructor to OperInfo and use it to set the type name.
Peter Powell
2017-09-03
Add support for length arguments in getString.
Peter Powell
2016-12-08
Store config values in a map instead of a unique vector of pairs.
Peter Powell
2016-09-20
Strip carriage returns in the config parser.
Peter Powell
2014-12-15
Change type of some associative containers to their flat versions, including ...
Attila Molnar
2014-11-01
Add stdalgo::isin() and use it to simplify code
Attila Molnar
2014-10-27
Remove if (!this) check from ConfigTag::readString()
Attila Molnar
2014-10-27
Merge insp20
Attila Molnar
2014-10-13
Fix various warnings when building with LLVM 3.5.
Peter Powell
2014-06-09
Use std::find() in ParseStack::ParseFile()
Attila Molnar
2014-06-09
Deduplicate ParseStack::ParseFile() and ParseExec()
Attila Molnar
2014-04-11
Implement support for numeric character references.
Peter Powell
2014-01-21
Merge insp20
Attila Molnar
2014-01-04
Fix some Windows-related problems.
Peter Powell
2013-09-13
Fix a shadow warning created by ConfigTag::create
ChrisTX
2013-08-27
Fix Windows build and a few more problems
attilamolnar
2013-08-12
Add ConfigTag::getDuration() with optional bounds checking
attilamolnar
2013-08-12
Add <path> keys for all of the compile-time paths.
Peter Powell
2013-08-10
Replace range() with min and max arguments on getInt().
Peter Powell
2013-07-16
Fix some warnings which are causing debug builds to fail.
Peter Powell
2013-06-06
Convert a ton of uses of MAXBUF to use a fixed buffer size.
Peter Powell
2013-05-19
Fix spacing in calls to LogManager::Log.
Peter Powell
2013-04-12
Add LOG_ prefix to the log level enum values.
Peter Powell
2013-04-06
Default to the XML config format.
Peter Powell
2013-03-20
Add support for mandatory tags in included config files
attilamolnar
2012-07-11
Close files opened with popen() with pclose() instead of fclose()
attilamolnar
2012-06-08
Cut the ending \n from all lines in included (exec)files
attilamolnar
2012-05-30
Fix last character being chopped off in included (exec)files (e.g. motd and r...
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-03-23
Fail config parse if duplicate keys are found
danieldg
2010-02-10
Better error messages for m_autoop
danieldg
2010-02-09
Clean up documentation of connect blocks a bit
danieldg
2010-02-02
Executable include for MOTD and more
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-10-25
Add <config:format> to avoid breaking existing configuration files with XML e...
danieldg
2009-10-24
Fix semicolon being included in XML entity expansion
danieldg
2009-10-22
Make ConfigTag::items private
danieldg
2009-10-22
Split up configreader.cpp, it's a bit large
danieldg