]> arthur.barton.de Git - ngircd-web.git/commitdiff
Update documentation for ngIRCd 20.1
authorAlexander Barton <alex@barton.de>
Wed, 2 Jan 2013 22:22:07 +0000 (23:22 +0100)
committerAlexander Barton <alex@barton.de>
Wed, 2 Jan 2013 22:22:07 +0000 (23:22 +0100)
doc/AUTHORS
doc/ChangeLog
doc/INSTALL
doc/NEWS
doc/README

index 986beefc45ac3b271172d0ed83eeedd11286f94a..1d061a60d4c53c897e232ae958db00a00f983c4a 100644 (file)
@@ -2,7 +2,7 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2012 Alexander Barton and Contributors.
+               (c)2001-2013 Alexander Barton and Contributors.
                ngIRCd is free software and published under the
                    terms of the GNU General Public License.
 
index 9e2a0428bee33c1e93aa39dc8dc0b9a18ba2847b..a4cfdb91ea07ab432ce23eb6aafdcf06433b06f1 100644 (file)
@@ -2,13 +2,27 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2012 Alexander Barton and Contributors.
+               (c)2001-2013 Alexander Barton and Contributors.
                ngIRCd is free software and published under the
                    terms of the GNU General Public License.
 
                                -- ChangeLog --
 
 
+ngIRCd 20.1 (2013-01-02)
+
+  - Allow ERROR command on server and service links only, ignore them and
+    add a penalty time on all other link types.
+  - Enforced mode setting by IRC Operators: Only check the channel user
+    modes of the initiator if he is joined to the channel and not an IRC
+    operator enforcing modes (which requires the configuration option
+    "OperCanUseMode" to be enabled), because trying to check channel user
+    modes of a non-member results in an assertion when running with debug
+    code or could crash the daemon otherwise. This closes bug #147, thanks
+    to James Kirwill <james.kirwill@bk.ru> for tracking this down!
+  - Fix build system to cope with spaces in path names.
+  - Code cleanups, mostly to fix build warnings on Cygwin.
+
 ngIRCd 20 (2012-12-17)
 
   - Allow user names ("INDENT") up to 20 characters when ngIRCd has not
index b445958159e85bdd03cc4b6328c1c59bb0938df1..de60feb8c45549b8da99a1932c7e5bc55d944dd5 100644 (file)
@@ -2,7 +2,7 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2012 Alexander Barton and Contributors.
+               (c)2001-2013 Alexander Barton and Contributors.
                ngIRCd is free software and published under the
                    terms of the GNU General Public License.
 
index 96ecdc8bd12cb3ed9400d49a2a8ce64cb4403ee1..be743e681266239fc91caf1265f7e59b94e4acea 100644 (file)
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -2,13 +2,17 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2012 Alexander Barton and Contributors.
+               (c)2001-2013 Alexander Barton and Contributors.
                ngIRCd is free software and published under the
                    terms of the GNU General Public License.
 
                                   -- NEWS --
 
 
+ngIRCd 20.1 (2013-01-02)
+
+  - This release is a bugfix release only, without new features.
+
 ngIRCd 20 (2012-12-17)
 
   - Allow user names ("INDENT") up to 20 characters when ngIRCd has not
index 11d140d6464b7fb780fa79d9f7c3fa96b2197306..c903aa10f7f5a5e981c5bf649f10219f945c2d14 100644 (file)
@@ -2,7 +2,7 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2012 Alexander Barton and Contributors.
+               (c)2001-2013 Alexander Barton and Contributors.
                ngIRCd is free software and published under the
                    terms of the GNU General Public License.