summary refs log tree commit diff
path: root/log.c
AgeCommit message (Collapse)Author
2021-01-10Check fprintf return values rather than ferrorC. McEnroe
2020-08-04Say "OpenSSL" in additional permission noticesC. McEnroe
LibreSSL is "a modified version of that library".
2020-06-08Add additional permission for linking with LibreSSLC. McEnroe
https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs
2020-03-25Add logging functionsC. McEnroe
The mkdir dance is a bit awkward...
2020-02-11Remove legacy codeC. McEnroe
2019-07-27Make copyright headers consistentCurtis McEnroe
2019-02-25Add M-l to list the logCurtis McEnroe
2019-01-25Use getline in place of fgetlnCurtis McEnroe
2018-11-30Measure length of log timestamp more consistentlyCurtis McEnroe
2018-11-29Strip timestamps from log replayCurtis McEnroe
Also fix string length. %.*s does not behave as one might expect when writing wchar_t.
2018-11-29Add basic log replayCurtis McEnroe
2018-09-02Use PascalCase for constantsCurtis McEnroe
Begone underscores.
2018-08-18Do not set log files executableCurtis McEnroe
Oops.
2018-08-17Add loggingCurtis McEnroe
The reason logFmt takes a timestamp as a parameter is to support IRCv3 server-time in the future to accurately log the znc buffer. Hopefully.