summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2016-07-19 15:42:15 +0200
committerJoel Rosdahl <joel@rosdahl.net>2016-07-19 15:42:56 +0200
commit1b2598f846e04780305cdbd184627d2c344ee8eb (patch)
treec90c2d218cef6bebbf84b002e5fff1a470ebc25d
parent871b99d13f0521fe7ed8568e30be1245919febfb (diff)
downloadminiircd-1b2598f846e04780305cdbd184627d2c344ee8eb.tar.gz
miniircd-1b2598f846e04780305cdbd184627d2c344ee8eb.zip
Update CHANGES
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5be7743..0cb6eff 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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)