| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2024-06-07 | 1 | -1/+1 | |
| * | Abbreviate the date even more in the debug logger. | 2024-05-21 | 1 | -1/+1 | |
| * | Switch --(protocol)debug to use a custom logger. | 2024-05-01 | 1 | -1/+18 | |
| * | Add --protocoldebug, make --debug default to DEBUG not RAWIO. | 2024-05-01 | 1 | -2/+11 | |
| * | Rename the error log level to critical.•••"ERROR" is apparently defined by more than just Windows. Let's pick a different name which is less likely to cause collisions. | 2023-08-11 | 1 | -10/+10 | |
| * | Refactor the ServerConfig class.•••All fields are now ordered in the most memory efficient way and all public fields use the correct case. Every member has been redocumented to match the current documentation style. | 2023-07-03 | 1 | -2/+2 | |
| * | Rename duration to timeutils and relocate InspIRCd::TimeString. | 2023-05-10 | 1 | -2/+3 | |
| * | 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 VAFORMAT/InspIRCd::Format/... with fmt::sprintf. | 2023-01-23 | 1 | -5/+0 | |
| * | Replace InspIRCd::Format with fmt::format. | 2023-01-23 | 1 | -3/+3 | |
| * | Move NotifyRawIO to the Log namespace. | 2023-01-22 | 1 | -6/+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 | |
| * | Deduplicate sending the raw I/O logging warning. | 2023-01-09 | 1 | -0/+7 | |
| * | Fix enabling the raw I/O logging warning when <log:level> is rawio. | 2023-01-09 | 1 | -1/+6 | |
| * | Use auto instead of type names where the type is obvious. | 2022-09-29 | 1 | -1/+1 | |
| * | Fix cached log messages not having the correct timestamp. | 2022-08-23 | 1 | -8/+10 | |
| * | Prevent writing to loggers whilst deleting a logger. | 2022-06-25 | 1 | -0/+5 | |
| * | Fix not ticking the log timers after the first tick. | 2022-05-17 | 1 | -1/+1 | |
| * | Remove a variable that is unused because of the previous commit. | 2022-05-16 | 1 | -1/+0 | |
| * | Remove an unnecessary log message. | 2022-05-16 | 1 | -2/+0 | |
| * | Flush logs every 15 minutes to avoid losing data. | 2022-05-02 | 1 | -1/+11 | |
| * | Add a log method for stringifying a logging method. | 2022-05-02 | 1 | -0/+24 | |
| * | Rewrite the entire logging system.•••- Much cleaner API for writing to the log. - Adds support for stderr and stdout logging to the core. - Adds support for sql and syslog logging in modules. | 2022-05-01 | 1 | -0/+247 |
