Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add M-l to list the log | June McEnroe | 2019-02-25 |
| | |||
* | Use getline in place of fgetln | June McEnroe | 2019-01-25 |
| | |||
* | Measure length of log timestamp more consistently | June McEnroe | 2018-11-30 |
| | |||
* | Strip timestamps from log replay | June McEnroe | 2018-11-29 |
| | | | | | Also fix string length. %.*s does not behave as one might expect when writing wchar_t. | ||
* | Add basic log replay | June McEnroe | 2018-11-29 |
| | |||
* | Use PascalCase for constants | June McEnroe | 2018-09-02 |
| | | | | Begone underscores. | ||
* | Do not set log files executable | June McEnroe | 2018-08-18 |
| | | | | Oops. | ||
* | Add logging | June McEnroe | 2018-08-17 |
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. |