| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactor the internals of the oper system.•••- Allow overriding privileges from the <class> blocks in the <type> and <oper> blocks. - Separate oper types from oper accounts in the code. This enables moving some core stuff out of the config tag later. - Merge the config tags together to make a synthetic tag that can have getXXX called on it instead of using getConfig and then converting it. - Move the details of Have*Permission into the oper type class. - Improve oper events to allow modules to easily hook into the oper system. | 2022-11-28 | 1 | -15/+0 | |
| * | Fix a compiler error on Alpine and macOS. | 2022-11-16 | 1 | -0/+2 | |
| * | Merge branch 'insp3' into master. | 2022-11-16 | 1 | -2/+19 | |
| |\ | |||||
| | * | Fix the previous commit on Windows. | 2022-11-09 | 1 | -2/+4 | |
| | * | Log when the uid/gid of config files might be wrong. | 2022-11-08 | 1 | -2/+29 | |
| * | | More const correctness. | 2022-10-23 | 1 | -1/+1 | |
| * | | Fix various cases of the &* being next to the name instead of type. | 2022-09-29 | 1 | -1/+1 | |
| * | | Fix more warnings discovered with -Weverything. | 2022-09-05 | 1 | -1/+1 | |
| * | | Fix some warnings noticed by the readability-* clang-tidy checkers. | 2022-09-03 | 1 | -1/+1 | |
| * | | Modernize various minor legacy C++isms. | 2022-07-30 | 1 | -6/+5 | |
| * | | Switch from NULL to nullptr. | 2022-07-22 | 1 | -4/+4 | |
| * | | Centralise the logging of malformed config values. | 2022-06-25 | 1 | -24/+24 | |
| * | | Fix an inverted condition in configparser. | 2022-06-25 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-06-22 | 1 | -0/+2 | |
| |\| | |||||
| | * | Also add hex colour escapes to the formatting entity list. | 2022-06-20 | 1 | -0/+2 | |
| * | | Merge branch 'insp3' into master. | 2022-05-25 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix some compiler warnings on i386. | 2022-05-25 | 1 | -1/+1 | |
| * | | Rewrite logging calls to use the new APIs. | 2022-05-01 | 1 | -10/+8 | |
| * | | Slim down the globally included files. | 2022-04-30 | 1 | -0/+5 | |
| * | | Merge branch 'insp3' into master. | 2022-04-29 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-04-28 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-04-16 | 1 | -0/+9 | |
| |\| | |||||
| | * | Add a method to ConfigTag to help with retrieving a single character. | 2022-04-10 | 1 | -0/+10 | |
| * | | Move FilePosition to be with the config stuff it is used by. | 2022-01-18 | 1 | -0/+12 | |
| * | | Replace FileWrapper with std::unique_ptr. | 2022-01-18 | 1 | -47/+29 | |
| * | | Add the final keyword to all remaining classes that can have it. | 2021-12-20 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-09-30 | 1 | -0/+37 | |
| |\| | |||||
| | * | Move the ParseStack constructor out of the header. | 2021-09-30 | 1 | -0/+35 | |
| * | | Remove a bunch of unnecessary whitespace. | 2021-08-17 | 1 | -1/+0 | |
| * | | Fix undefined behaviour with converting a path to a string. | 2021-06-10 | 1 | -2/+6 | |
| * | | Fix MSVC compatibility issues. | 2021-06-07 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-05-14 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-05-14 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-05-11 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix a bunch of weird indentation and spacing issues. | 2021-04-27 | 1 | -1/+1 | |
| * | | Migrate collections from insert to emplace. | 2021-04-18 | 1 | -1/+1 | |
| * | | Migrate IOHookProvider from reference<> to std::shared_ptr<>. | 2021-04-09 | 1 | -1/+1 | |
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -3/+6 | |
| * | | Constify variables within loops. | 2021-04-01 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 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. | 2021-03-19 | 1 | -1/+16 | |
| * | | Merge branch 'insp3' into master. | 2021-03-17 | 1 | -4/+4 | |
| |\| | |||||
| | * | Treat an empty bool/duration/int/uint config field as undefined. | 2021-03-14 | 1 | -4/+4 | |
| * | | Fix inconsistencies with FilePosition and column counting. | 2020-11-03 | 1 | -4/+11 | |
| * | | Rename ConfigTag::tag to ConfigTag::name. | 2020-11-03 | 1 | -16/+16 | |
| * | | Move FilePosition to fileutils.h and use in ConfigTag. | 2020-11-03 | 1 | -36/+8 | |
| * | | Replace ConfigTag::create with a public constructor. | 2020-11-03 | 1 | -17/+6 | |
| * | | Rename ConfigItems to ConfigTag::Items. | 2020-11-03 | 1 | -14/+11 | |
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | 2020-10-31 | 1 | -4/+4 | |
| * | | Replace FileSystem::GetFileList with std::filesystem. | 2020-05-19 | 1 | -9/+16 | |
