summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2008-03-18 20:12:47 +0000
committerFlorian Westphal <fw@strlen.de>2008-03-26 21:31:13 +0100
commitabb1abeb772c0876655c066d396f92ee46292c62 (patch)
treeada464bdabfffa4334bd02befee0704ad8efe7ab /ChangeLog
parentab1f48a34668295275b794f1cc09839acc445c2b (diff)
downloadngircd-abb1abeb772c0876655c066d396f92ee46292c62.tar.gz
ngircd-abb1abeb772c0876655c066d396f92ee46292c62.zip
Do not exit unconditionally if config file cannot be opened
ngircd will exit if the config file cannot be opened. While
thats okay if ngircd starts up for the first time, it isn't
when we are re-reading the config file after a /REHASH or SIGHUP.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b5626382..736ef7c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,7 @@
 
 ngIRCd HEAD
 
+  - Do not exit on SIGHUP or /REHASH if the config file cannot opened.
   - Add IPv6 support.
   - Install a LaunchDaemon script to start/stop ngIRCd on Mac OS X.
   - Implemented IRC commands INFO, SUMMON (dummy), and USERS (dummy) and
@@ -759,4 +760,4 @@ ngIRCd 0.0.1, 31.12.2001
 
 
 -- 
-$Id: ChangeLog,v 1.344 2008/02/26 22:05:42 fw Exp $
+$Id: ChangeLog,v 1.345 2008/03/18 20:12:47 fw Exp $