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
*
Modernize various minor legacy C++isms.
Sadie Powell
2022-07-30
1
-6
/
+5
*
Switch from NULL to nullptr.
Sadie Powell
2022-07-22
1
-4
/
+4
*
Centralise the logging of malformed config values.
Sadie Powell
2022-06-25
1
-24
/
+24
*
Fix an inverted condition in configparser.
Sadie Powell
2022-06-25
1
-1
/
+1
*
Merge branch 'insp3' into master.
Sadie Powell
2022-06-22
1
-0
/
+2
|
\
|
*
Also add hex colour escapes to the formatting entity list.
Sadie Powell
2022-06-20
1
-0
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-05-25
1
-1
/
+1
|
\
|
|
*
Fix some compiler warnings on i386.
Sadie Powell
2022-05-25
1
-1
/
+1
*
|
Rewrite logging calls to use the new APIs.
Sadie Powell
2022-05-01
1
-10
/
+8
*
|
Slim down the globally included files.
Sadie Powell
2022-04-30
1
-0
/
+5
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-04-29
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2022-04-28
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-04-16
1
-0
/
+9
|
\
|
|
*
Add a method to ConfigTag to help with retrieving a single character.
Sadie Powell
2022-04-10
1
-0
/
+10
*
|
Move FilePosition to be with the config stuff it is used by.
Sadie Powell
2022-01-18
1
-0
/
+12
*
|
Replace FileWrapper with std::unique_ptr.
Sadie Powell
2022-01-18
1
-47
/
+29
*
|
Add the final keyword to all remaining classes that can have it.
Sadie Powell
2021-12-20
1
-2
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-09-30
1
-0
/
+37
|
\
|
|
*
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
[next]