index
:
~steering
/
inspircd++.git
this commit
insp2
insp4
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
extra
/
m_log_json.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace getInt/getUInt/getFloat with type safe templated functions.
Sadie Powell
2023-01-25
1
-1
/
+1
*
Convert log calls to use fmtlib format strings
Sadie Powell
2023-01-24
1
-1
/
+1
*
Replace InspIRCd::Format with fmt::format.
Sadie Powell
2023-01-23
1
-5
/
+5
*
Log the versions of third-party libraries used by modules.
Sadie Powell
2023-01-19
1
-0
/
+6
*
Qualify auto correctly in all cases.
Sadie Powell
2023-01-10
1
-1
/
+1
*
Avoid copying shared_ptr<ConfigTag> when not necessary.
Sadie Powell
2023-01-10
1
-2
/
+2
*
Update module descriptions.
Sadie Powell
2022-12-12
1
-1
/
+1
*
Use auto instead of type names where the type is obvious.
Sadie Powell
2022-09-29
1
-1
/
+1
*
Add support for logging JSON to stdout and stderr.
Sadie Powell
2022-08-24
1
-8
/
+36
*
Fix cached log messages not having the correct timestamp.
Sadie Powell
2022-08-23
1
-3
/
+3
*
Modernize various minor legacy C++isms.
Sadie Powell
2022-07-30
1
-1
/
+1
*
Fix not ticking the log timers after the first tick.
Sadie Powell
2022-05-17
1
-1
/
+1
*
Flush logs every 15 minutes to avoid losing data.
Sadie Powell
2022-05-02
1
-1
/
+11
*
Implement support for JSON logging.
Sadie Powell
2022-05-02
1
-0
/
+152