Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |