C. McEnroe
|
721c3a9ee6
|
Add additional permission for linking with LibreSSL
https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs
|
2020-06-08 17:48:07 -04:00 |
C. McEnroe
|
d99f20c0ff
|
Add logging functions
The mkdir dance is a bit awkward...
|
2020-03-25 18:56:09 -04:00 |
C. McEnroe
|
15ff2a470e
|
Remove legacy code
|
2020-02-11 02:45:39 -05:00 |
Curtis McEnroe
|
98b76d1b7e
|
Make copyright headers consistent
|
2019-07-27 18:00:01 -04:00 |
Curtis McEnroe
|
b2f6082dff
|
Add M-l to list the log
|
2019-02-25 21:48:05 -05:00 |
Curtis McEnroe
|
c4c4de6923
|
Use getline in place of fgetln
|
2019-01-25 03:17:02 -05:00 |
Curtis McEnroe
|
3d9906b00f
|
Measure length of log timestamp more consistently
|
2018-11-30 17:17:34 -05:00 |
Curtis McEnroe
|
908b834c1a
|
Strip timestamps from log replay
Also fix string length. %.*s does not behave as one might expect when
writing wchar_t.
|
2018-11-29 18:52:03 -05:00 |
Curtis McEnroe
|
d7659376d1
|
Add basic log replay
|
2018-11-29 18:20:24 -05:00 |
Curtis McEnroe
|
240f9ebf84
|
Use PascalCase for constants
Begone underscores.
|
2018-09-02 16:13:00 -04:00 |
Curtis McEnroe
|
6ec3c3011e
|
Do not set log files executable
Oops.
|
2018-08-18 00:02:38 -04:00 |
Curtis McEnroe
|
9469db993c
|
Add logging
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.
|
2018-08-17 21:50:45 -04:00 |