aboutsummaryrefslogtreecommitdiff
path: root/src/modules/extra/m_log_json.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace getInt/getUInt/getFloat with type safe templated functions.Gravatar Sadie Powell2023-01-251-1/+1
* Convert log calls to use fmtlib format stringsGravatar Sadie Powell2023-01-241-1/+1
* Replace InspIRCd::Format with fmt::format.Gravatar Sadie Powell2023-01-231-5/+5
* Log the versions of third-party libraries used by modules.Gravatar Sadie Powell2023-01-191-0/+6
* Qualify auto correctly in all cases.Gravatar Sadie Powell2023-01-101-1/+1
* Avoid copying shared_ptr<ConfigTag> when not necessary.Gravatar Sadie Powell2023-01-101-2/+2
* Update module descriptions.Gravatar Sadie Powell2022-12-121-1/+1
* Use auto instead of type names where the type is obvious.Gravatar Sadie Powell2022-09-291-1/+1
* Add support for logging JSON to stdout and stderr.Gravatar Sadie Powell2022-08-241-8/+36
* Fix cached log messages not having the correct timestamp.Gravatar Sadie Powell2022-08-231-3/+3
* Modernize various minor legacy C++isms.Gravatar Sadie Powell2022-07-301-1/+1
* Fix not ticking the log timers after the first tick.Gravatar Sadie Powell2022-05-171-1/+1
* Flush logs every 15 minutes to avoid losing data.Gravatar Sadie Powell2022-05-021-1/+11
* Implement support for JSON logging.Gravatar Sadie Powell2022-05-021-0/+152