| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2024-06-21 | 1 | -1/+1 | |
| * | Fix directory includes to always be in a consistent order. | 2024-06-17 | 1 | -5/+9 | |
| * | Update copyright headers. | 2024-06-07 | 1 | -1/+0 | |
| * | Update usages of stdalgo::string::equalsci to use insp::equalsci. | 2023-08-11 | 1 | -7/+8 | |
| * | Merge branch 'insp3' into master. | 2023-07-15 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2023-07-15 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2023-07-13 | 1 | -1/+7 | |
| |\| | |||||
| | * | Fix parsing end-of-file comments that don't end with a newline. | 2023-07-12 | 1 | -1/+7 | |
| * | | Allow <define> tags to not redefine a variable if already set.•••This is useful for having a provider config which uses entities but has defaults to fall back to when they are not defined. | 2023-07-09 | 1 | -4/+5 | |
| * | | Expand the file path in DoOpenFile not DoInclude. | 2023-07-03 | 1 | -7/+10 | |
| * | | Replace FileReader with something more sensible. | 2023-07-03 | 1 | -21/+4 | |
| * | | Rename duration to timeutils and relocate InspIRCd::TimeString. | 2023-05-10 | 1 | -1/+1 | |
| * | | Replace getInt/getUInt/getFloat with type safe templated functions. | 2023-01-25 | 1 | -6/+7 | |
| * | | Convert log calls to use fmtlib format strings | 2023-01-24 | 1 | -7/+7 | |
| * | | Replace InspIRCd::Format with fmt::format. | 2023-01-23 | 1 | -6/+2 | |
| * | | Move duration functions to their own header. | 2023-01-23 | 1 | -1/+2 | |
| * | | Avoid copying shared_ptr<ConfigTag> when not necessary. | 2023-01-10 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -4/+4 | |
| |\| | |||||
| | * | Fix some minor config parser error messages.•••- Fix starting the column count for the first line on one instead of zero. This is incremented when reading the first character so starting at 1 causes an off by one error. - Fix showing "last tag was on line ..." message when there is an error before any tags. | 2022-12-31 | 1 | -5/+12 | |
| | * | Update copyright headers. | 2022-12-30 | 1 | -1/+0 | |
| * | | Rework the levels things are logged at to make more sense. | 2022-12-18 | 1 | -4/+4 | |
| * | | 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 | |
