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
/
logging.cpp
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Rename duration to timeutils and relocate InspIRCd::TimeString.
Sadie Powell
2023-05-10
1
-2
/
+3
|
*
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 VAFORMAT/InspIRCd::Format/... with fmt::sprintf.
Sadie Powell
2023-01-23
1
-5
/
+0
|
*
Replace InspIRCd::Format with fmt::format.
Sadie Powell
2023-01-23
1
-3
/
+3
|
*
Move NotifyRawIO to the Log namespace.
Sadie Powell
2023-01-22
1
-6
/
+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
|
*
Deduplicate sending the raw I/O logging warning.
Sadie Powell
2023-01-09
1
-0
/
+7
|
*
Fix enabling the raw I/O logging warning when <log:level> is rawio.
Sadie Powell
2023-01-09
1
-1
/
+6
|
*
Use auto instead of type names where the type is obvious.
Sadie Powell
2022-09-29
1
-1
/
+1
|
*
Fix cached log messages not having the correct timestamp.
Sadie Powell
2022-08-23
1
-8
/
+10
|
*
Prevent writing to loggers whilst deleting a logger.
Sadie Powell
2022-06-25
1
-0
/
+5
|
*
Fix not ticking the log timers after the first tick.
Sadie Powell
2022-05-17
1
-1
/
+1
|
*
Remove a variable that is unused because of the previous commit.
Sadie Powell
2022-05-16
1
-1
/
+0
|
*
Remove an unnecessary log message.
Sadie Powell
2022-05-16
1
-2
/
+0
|
*
Flush logs every 15 minutes to avoid losing data.
Sadie Powell
2022-05-02
1
-1
/
+11
|
*
Add a log method for stringifying a logging method.
Sadie Powell
2022-05-02
1
-0
/
+24
|
*
Rewrite the entire logging system.
Sadie Powell
2022-05-01
1
-0
/
+247
- 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.