summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 15 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 93206efe..03090b88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,27 @@
 
                      ngIRCd - Next Generation IRC Server
+                           http://ngircd.barton.de/
 
-                        (c)2001-2010 Alexander Barton,
-                    alex@barton.de, http://www.barton.de/
-
+               (c)2001-2011 Alexander Barton and Contributors.
                ngIRCd is free software and published under the
                    terms of the GNU General Public License.
 
                                -- ChangeLog --
 
 
+ngIRCd
+
+  - Make [No]ZeroConf configuration option work with Howl.
+  - Deprecate NoXX-Options in ngircd.conf: 'NoDNS=no' => 'DNS=yes',
+    'NoIdent=no' => 'Ident=yes', 'NoPAM=no' => 'PAM=yes', and
+    'NoZeroConf=no' => 'ZeroConf=yes' (and vice-versa).
+    The defaults are adjusted accordingly and the old variables are still
+    accepted, so there is no functional change.
+  - Fix confusing "adding to invite list" debug messages.
+  - Don't throttle services and servers beeing registered.
+  - Xcode: correctly sort files
+  - Don't assert() when serching a client for an invalid server token.
+
 ngIRCd Release 17.1 (2010-12-19)
 
   - --configtest: remember if MOTD is configured by file or phrase