X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=00e8c395c184b6a05114cd3498b208cd0046f32d;hb=1fa5b119950780b8ad2c052d737b8b8f89e0ef2d;hp=73c847341cdd323c6d194705129f8e04aaa56200;hpb=212311efc5ab9a0196d163e40f01d56cf1a6d237;p=ngircd-alex.git diff --git a/ChangeLog b/ChangeLog index 73c84734..00e8c395 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,15 @@ ngIRCd Release 17 + ngIRCd 17~rc1 (2010-10-11) + - New configuration option "NoZeroConf" to disable service registration at + runtime even if ngIRCd is compiled with support for ZeroConf (e.g. using + Howl, Avahi or on Mac OS X). + - New configuration option "SyslogFacility" to define the syslog "facility" + (the "target"), to which ngIRCd should send its log messages. + Possible values are system dependant, but most probably "auth", "daemon", + "user" and "local1" through "local7" are possible values; see syslog(3). + Default is "local5" for historical reasons. - Dump the "internal server state" (configured servers, established connections and known clients) to the console or syslog when receiving the SIGUSR2 signal and debug mode is enabled.