]> arthur.barton.de Git - ngircd-alex.git/blobdiff - ChangeLog
Update copyright notices for 2010 :)
[ngircd-alex.git] / ChangeLog
index 93206efe05b00b7fa5c7f6253a0853b1cd6a63cd..03090b882a87d997fe88bf0c512ef489d0670906 100644 (file)
--- 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