Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-10 | Check fprintf return values rather than ferror | C. McEnroe | |
2020-08-04 | Say "OpenSSL" in additional permission notices | C. McEnroe | |
LibreSSL is "a modified version of that library". | |||
2020-06-08 | Add additional permission for linking with LibreSSL | C. McEnroe | |
https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs | |||
2020-03-25 | Add logging functions | C. McEnroe | |
The mkdir dance is a bit awkward... | |||
2020-02-11 | Remove legacy code | C. McEnroe | |
2019-07-27 | Make copyright headers consistent | Curtis McEnroe | |
2019-02-25 | Add M-l to list the log | Curtis McEnroe | |
2019-01-25 | Use getline in place of fgetln | Curtis McEnroe | |
2018-11-30 | Measure length of log timestamp more consistently | Curtis McEnroe | |
2018-11-29 | Strip timestamps from log replay | Curtis McEnroe | |
Also fix string length. %.*s does not behave as one might expect when writing wchar_t. | |||
2018-11-29 | Add basic log replay | Curtis McEnroe | |
2018-09-02 | Use PascalCase for constants | Curtis McEnroe | |
Begone underscores. | |||
2018-08-18 | Do not set log files executable | Curtis McEnroe | |
Oops. | |||
2018-08-17 | Add logging | Curtis 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. |