]> arthur.barton.de Git - ngircd-alex.git/blobdiff - ChangeLog
New configuration option "NoZeroConf" to disable ZeroConf registration
[ngircd-alex.git] / ChangeLog
index 73c847341cdd323c6d194705129f8e04aaa56200..de87b29f0c1bcb6a7cbf9af52f198ec5698cd422 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
 ngIRCd Release 17
 
+  - 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.