diff options
author | Joel Rosdahl <joel@rosdahl.net> | 2016-07-19 15:42:15 +0200 |
---|---|---|
committer | Joel Rosdahl <joel@rosdahl.net> | 2016-07-19 15:42:56 +0200 |
commit | 1b2598f846e04780305cdbd184627d2c344ee8eb (patch) | |
tree | c90c2d218cef6bebbf84b002e5fff1a470ebc25d /CHANGES | |
parent | 871b99d13f0521fe7ed8568e30be1245919febfb (diff) | |
download | miniircd-1b2598f846e04780305cdbd184627d2c344ee8eb.tar.gz miniircd-1b2598f846e04780305cdbd184627d2c344ee8eb.zip |
Update CHANGES
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -3,6 +3,15 @@ Unreleased * Find certificate specified with relative path when using --daemon. * Handle quickly disconnecting client without crashing. * Import ssl module before entering chroot jail. + * Renamed options: + * --logdir to --channel-log-dir + * --statedir to --state-dir + * Added options: + * --log-count: number of log files to keep + * --log-file: log file path + * --log-max-size: maximum size of log file before rotating + * --password-file: file from which to read connection password + * --pid-file: file to write PID to 1.1 (2015-05-22) |