| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove some unnecessary uses of <iostream>. | 2024-09-16 | 1 | -1/+0 | |
| * | Allow building log_json against yyjson.•••This is the default if available. RapidJSON has not had a release in years and has known security vulnerabilities so we should really not be using it. | 2024-08-23 | 1 | -12/+56 | |
| * | Update copyright headers. | 2024-07-14 | 1 | -1/+1 | |
| * | Modernise PackageInfo directives.•••- Add Alpine packages. - Add missing directives to log_json. - Drop obsolete version constraints. - Use system-like for debian and rhel. | 2024-07-13 | 1 | -0/+5 | |
| * | Update copyright headers. | 2024-06-07 | 1 | -1/+1 | |
| * | Rename duration to timeutils and relocate InspIRCd::TimeString. | 2023-05-10 | 1 | -2/+3 | |
| * | Marginally improve the performance of JSON logging. | 2023-03-24 | 1 | -4/+4 | |
| * | Replace getInt/getUInt/getFloat with type safe templated functions. | 2023-01-25 | 1 | -1/+1 | |
| * | Convert log calls to use fmtlib format strings | 2023-01-24 | 1 | -1/+1 | |
| * | Replace InspIRCd::Format with fmt::format. | 2023-01-23 | 1 | -5/+5 | |
| * | Log the versions of third-party libraries used by modules. | 2023-01-19 | 1 | -0/+6 | |
| * | Qualify auto correctly in all cases. | 2023-01-10 | 1 | -1/+1 | |
| * | Avoid copying shared_ptr<ConfigTag> when not necessary. | 2023-01-10 | 1 | -2/+2 | |
| * | Update module descriptions. | 2022-12-12 | 1 | -1/+1 | |
| * | Use auto instead of type names where the type is obvious. | 2022-09-29 | 1 | -1/+1 | |
| * | Add support for logging JSON to stdout and stderr. | 2022-08-24 | 1 | -8/+36 | |
| * | Fix cached log messages not having the correct timestamp. | 2022-08-23 | 1 | -3/+3 | |
| * | Modernize various minor legacy C++isms. | 2022-07-30 | 1 | -1/+1 | |
| * | Fix not ticking the log timers after the first tick. | 2022-05-17 | 1 | -1/+1 | |
| * | Flush logs every 15 minutes to avoid losing data. | 2022-05-02 | 1 | -1/+11 | |
| * | Implement support for JSON logging. | 2022-05-02 | 1 | -0/+152 |
