index
:
~steering
/
inspircd++.git
this commit
insp2
insp4
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
configparser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Move the ParseStack constructor out of the header.
Sadie Powell
2021-09-30
1
-0
/
+35
*
|
Remove a bunch of unnecessary whitespace.
Sadie Powell
2021-08-17
1
-1
/
+0
*
|
Fix undefined behaviour with converting a path to a string.
Sadie Powell
2021-06-10
1
-2
/
+6
*
|
Fix MSVC compatibility issues.
Sadie Powell
2021-06-07
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-05-14
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-05-14
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-05-11
1
-1
/
+1
|
\
|
|
*
Fix a bunch of weird indentation and spacing issues.
Sadie Powell
2021-04-27
1
-1
/
+1
*
|
Migrate collections from insert to emplace.
Sadie Powell
2021-04-18
1
-1
/
+1
*
|
Migrate IOHookProvider from reference<> to std::shared_ptr<>.
Sadie Powell
2021-04-09
1
-1
/
+1
*
|
Switch simple iterator loops to use range-based for loops.
Sadie Powell
2021-04-07
1
-3
/
+6
*
|
Constify variables within loops.
Sadie Powell
2021-04-01
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-30
1
-1
/
+16
|
\
|
|
*
Add an <include> option to allow certain config files to not exist.
•••
This is useful when using modules that generate a config file such as the filter and permchannels modules.
Sadie Powell
2021-03-19
1
-1
/
+16
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-17
1
-4
/
+4
|
\
|
|
*
Treat an empty bool/duration/int/uint config field as undefined.
Sadie Powell
2021-03-14
1
-4
/
+4
*
|
Fix inconsistencies with FilePosition and column counting.
Sadie Powell
2020-11-03
1
-4
/
+11
*
|
Rename ConfigTag::tag to ConfigTag::name.
Sadie Powell
2020-11-03
1
-16
/
+16
*
|
Move FilePosition to fileutils.h and use in ConfigTag.
Sadie Powell
2020-11-03
1
-36
/
+8
*
|
Replace ConfigTag::create with a public constructor.
Sadie Powell
2020-11-03
1
-17
/
+6
*
|
Rename ConfigItems to ConfigTag::Items.
Sadie Powell
2020-11-03
1
-14
/
+11
*
|
Convert ConfigTag from reference<> to std::shared_ptr<>.
Sadie Powell
2020-10-31
1
-4
/
+4
*
|
Replace FileSystem::GetFileList with std::filesystem.
Sadie Powell
2020-05-19
1
-9
/
+16
*
|
Switch to the C++17 fallthrough attribute.
Sadie Powell
2020-05-11
1
-1
/
+1
*
|
Mark all config parsing methods as const.
Sadie Powell
2020-04-12
1
-12
/
+12
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-04-09
1
-2
/
+15
|
\
|
|
*
Add a way to disable using environment variables in included files.
Sadie Powell
2020-04-07
1
-1
/
+14
|
*
Fix various documentation and formatting issues.
Sadie Powell
2020-03-30
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-03-18
1
-2
/
+17
|
\
|
|
*
Standardise the characters allowed in config identifiers.
Sadie Powell
2020-03-05
1
-2
/
+10
|
*
Add support for using environment variables in the config.
Sadie Powell
2020-02-20
1
-1
/
+8
*
|
Remove support for 0/1 in getBool.
•••
These were compat for an ancient version from before getBool existed.
Sadie Powell
2020-03-09
1
-2
/
+2
*
|
Use C++11 inline initialisation for class members.
Sadie Powell
2020-02-06
1
-4
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-02-04
1
-3
/
+4
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-01-31
1
-1
/
+1
|
*
Use case insensitive comparisons in getBool.
Sadie Powell
2020-01-18
1
-2
/
+3
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-01-17
1
-0
/
+6
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-01-11
1
-0
/
+6
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-07-16
1
-0
/
+22
|
\
|
|
*
Add support for including directories containing .conf files.
Peter Powell
2019-06-10
1
-0
/
+22
*
|
LogManager: remove fakederef.
Sadie Powell
2019-02-07
1
-8
/
+8
*
|
Remove all 2.0 config compatibility code.
Sadie Powell
2019-01-25
1
-26
/
+1
*
|
Replace the TR1NS macro with the std namespace.
Sadie Powell
2019-01-25
1
-1
/
+1
|
/
*
Only parse valid durations, don't treat invalid multipliers as seconds (#1538)
linuxdaemon
2018-12-21
1
-2
/
+2
*
Move some config parser-internal types out of the public header.
Peter Powell
2018-12-09
1
-5
/
+79
*
Use the default if an invalid duration is found in getDuration.
Peter Powell
2018-11-24
1
-0
/
+7
*
Fix a bunch of harmless compiler warnings on recent GCC releases.
Peter Powell
2018-10-26
1
-1
/
+2
*
Make more config stuff case insensitive.
Peter Powell
2018-07-24
1
-7
/
+7
*
Add a ConfigTag::getString overload that calls a validation method.
Peter Powell
2018-07-10
1
-0
/
+15
*
Add range checking to ConfigTag::getFloat.
Peter Powell
2018-04-16
1
-2
/
+5
[prev]
[next]