]> arthur.barton.de Git - ngircd-alex.git/blobdiff - NEWS
Fix with oneshot invites
[ngircd-alex.git] / NEWS
diff --git a/NEWS b/NEWS
index 6b083d37dd3c96021a474e03ed204db64b1bd1d8..578b9f0744ba2e26a920640d6ee9ee73b2c2b835 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,14 +2,25 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2014 Alexander Barton and Contributors.
+               (c)2001-2015 Alexander Barton and Contributors.
                ngIRCd is free software and published under the
                    terms of the GNU General Public License.
 
                                   -- NEWS --
 
 
-ngIRCd 22
+ngIRCd 22.1 (2015-04-06)
+
+  - Update "CipherList" to not enable SSLv3 by default. Idea, initial patch,
+    and testing by Christoph Biedl <ngircd.anoy@manchmal.in-ulm.de>.
+  - Change ngIRCd test suite not to use DNS lookups: Different operating
+    systems do behave quite differently when doing DNS lookups, for example
+    "127.0.0.1" sometimes resolves to "localhost" and sometimes to
+    "localhost.localdomain" (for example OpenBSD). And other OS resolve
+    "localhost" to the real host name (for example Cygwin). So not using
+    DNS at all makes the test site much more portable.
+
+ngIRCd 22 (2014-10-11)
 
   - Match all list patterns case-insensitive: this affects the invite-,
     ban-, and except lists, as well as G-Lines an K-Lines.
@@ -28,10 +39,10 @@ ngIRCd 22
   - Test suite/platformtest.sh: Detect when tests have been skipped.
   - Allow "DefaultUserModes" to set all possible modes, including modes only
     settable by IRC Operators.
-  - Implement user mode "F": "relaxed flood protection". Clients with mode "F"
-    set are allowed to send data to the daemon. This mode is only settable by
-    IRC Operators and can cause problems in the network -- so be careful and
-    only set it on "trusted" clients!
+  - Implement user mode "F": "relaxed flood protection". Clients with mode
+    "F" set are allowed to rapidly send data to the daemon. This mode is only
+    settable by IRC Operators and can cause problems in the network -- so be
+    careful and only set it on "trusted" clients!
     User mode "F" is used by Bahamut for this purpose, for example.
   - Use server password when PAM is compiled in but disabled.
   - Streamline punctuation of log messages.