Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Say "OpenSSL" in additional permission notices | June McEnroe | 2020-08-04 |
| | | | | LibreSSL is "a modified version of that library". | ||
* | Add additional permission for linking with LibreSSL | June McEnroe | 2020-06-08 |
| | | | | https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs | ||
* | Add logging functions | June McEnroe | 2020-03-25 |
| | | | | The mkdir dance is a bit awkward... | ||
* | Remove legacy code | June McEnroe | 2020-02-11 |
| | |||
* | Make copyright headers consistent | June McEnroe | 2019-07-27 |
| | |||
* | 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. |