Module: ngircd.git
Branch: master
Commit: 7dacc314f91a134d6a84290c7b35858836b0ae55
URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=7dacc314…
Author: Alexander Barton <alex(a)barton.de>
Date: Mon Apr 6 14:33:23 2015 +0200
Update NEWS and ChangeLog for ngIRCd 22.1
---
ChangeLog | 36 ++++++++++++++++++++++++++++++++++++
NEWS | 11 +++++++++++
2 files changed, 47 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 45787f5..4ffe16a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,42 @@
-- ChangeLog --
+ngIRCd 22.1
+
+ - Update doc/Platforms.txt and doc/FAQ.txt.
+ - Fix spelling of RPL_WHOISBOT message text.
+ - Don't send nick name as default PART reason: No other IRC daemon seems
+ to do this (today?). Closes #185.
+ Reported by Cahata in #ngircd, thanks!
+ - Fix "WHO #<chan>" showing invisible users and hiding all visible, the
+ logic was reversed! This bug has been introduced by commit c74115f2,
+ "Simplify mode checking on channels and users within a channel", ngIRCd
+ releases 21, 21.1, and 22 are affected :-( Problem reported by Cahata
+ in #ngircd, Thanks!
+ - Fix typo in src/testsuite/README
+ - Auth PING: Fix our information text for manual sending of "PONG". Up to
+ now, ngIRCd doesn't send a valid IRC command at all, oops!
+ - Auth PING: Fix internal time stamp conversion and don't send a prefix in
+ our PING command. The prefix confuses WeeChat, at least, which doesn't
+ send an appropriate PONG in the case ...
+ Debugging and patch by "wowaname" on #ngircd, thanks!
+ - Fix syntax of ERR_LISTFULL_MSG(478) numeric. Pointed out by "wowaname"
+ in #ngircd, thanks!
+ - Enhance debug messages while sending CHANINFO commands.
+ - Reset "last try" timer when enabling a passive server. This results in
+ a new connection attempt as soon as possible.
+ - Change log message for "Can't resolve address" and for IP address
+ forgeries.
+ - doc/HowToRelease.txt: Add note about the bug tracker.
+ - Update "CipherList" to not enable SSLv3 by default. Idea, initial patch,
+ and testing by Christoph Biedl <ngircd.anoy(a)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-,
diff --git a/NEWS b/NEWS
index dd8e4cb..3e4a45c 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,17 @@
-- NEWS --
+ngIRCd 22.1
+
+ - Update "CipherList" to not enable SSLv3 by default. Idea, initial patch,
+ and testing by Christoph Biedl <ngircd.anoy(a)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-,
Module: ngircd.git
Branch: master
Commit: 24adfb88b4b251468a84d9f31098f9b9f0b3920b
URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=24adfb88…
Author: Alexander Barton <alex(a)barton.de>
Date: Mon Apr 6 14:32:59 2015 +0200
Update some copyright notices for 2015
---
AUTHORS | 2 +-
ChangeLog | 2 +-
INSTALL | 2 +-
NEWS | 2 +-
README | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/AUTHORS b/AUTHORS
index a91c59e..ce6d113 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -2,7 +2,7 @@
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.
diff --git a/ChangeLog b/ChangeLog
index 68cabc5..45787f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@
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.
diff --git a/INSTALL b/INSTALL
index 0aa853c..fa73bd7 100644
--- a/INSTALL
+++ b/INSTALL
@@ -2,7 +2,7 @@
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.
diff --git a/NEWS b/NEWS
index 9ec7547..dd8e4cb 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@
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.
diff --git a/README b/README
index 4bcafb2..ef71c27 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@
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.
Module: ngircd.git
Branch: master
Commit: 6ed440a030a439df3c47528088e0584757697c9f
URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=6ed440a0…
Author: Alexander Barton <alex(a)barton.de>
Date: Mon Apr 6 14:07:16 2015 +0200
Platforms.txt: Add and update systems
- Update powerpc/apple/darwin7.9.0
Thanks to Götz Hoffart <goetz(a)hoffart.de>!
---
doc/Platforms.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/Platforms.txt b/doc/Platforms.txt
index 95f21b0..49f7e3f 100644
--- a/doc/Platforms.txt
+++ b/doc/Platforms.txt
@@ -77,7 +77,7 @@ m88k/dg/dgux5.4R3.10 gcc 2.5.8 CVSHEAD 04-03-15 alex Y Y ? ?
mipsel/unknown/linux-gnu gcc 4.1.2 18 11-07-05 goetz Y Y N Y 1
mipsel/unknown/linux-gnu gcc 4.4.5 21 13-11-24 goetz Y Y Y Y 1
powerpc/apple/darwin6.8 gcc 3.1 21 14-01-03 goetz Y Y Y Y
-powerpc/apple/darwin7.9.0 gcc 3.3 21.1 14-04-14 goetz Y Y Y Y 3
+powerpc/apple/darwin7.9.0 gcc 3.3 22 15-03-22 goetz Y Y Y Y 3
powerpc/apple/darwin8.11.0 gcc 4.0.1 18 11-07-02 goetz Y Y Y Y 3
powerpc/apple/darwin9.8.0 gcc 4.0.1 21 14-01-04 goetz Y Y Y Y 3
powerpc/unknown/linux-gnu gcc 3.3.3 0.8.0 04-05-30 alex Y Y Y Y
Module: ngircd.git
Branch: master
Commit: f16eb1b686ab3cd3c0b313ef6853dce3ee129677
URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=f16eb1b6…
Author: Alexander Barton <alex(a)barton.de>
Date: Wed Mar 11 22:14:24 2015 +0100
Fix typo in src/testsuite/README
---
src/testsuite/README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/testsuite/README b/src/testsuite/README
index c8a3917..4ff5ea9 100644
--- a/src/testsuite/README
+++ b/src/testsuite/README
@@ -50,7 +50,7 @@ start-server.sh [<id>]
and that no other instance of the test binary is already running.
The exit code is 0 if the test binary could be started.
-stop-server.sha [<id>]
+stop-server.sh [<id>]
This script uses getpid.sh to detect a running test binary
"T-ngircd<id>" and then shuts it down using the TERM signal.