Module: ngircd.git
Branch: master
Commit: c6ae353756d833a5c7392f5a1892c9338b7d3dce
URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=c6ae3537…
Author: Alexander Barton <alex(a)barton.de>
Date: Sun Dec 2 18:49:11 2012 +0100
Update NEWS and ChangeLog files
---
ChangeLog | 14 ++++++++++++++
NEWS | 8 ++++++++
2 files changed, 22 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 4c825ac..34ea569 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -…
[View More]11,6 +11,20 @@
ngIRCd
+ ngIRCd 20~rc2 (2012-12-02)
+ - Rework cloaked hostname handling and implement the "METADATA cloakhost"
+ subcommand: Now ngIRCd uses two fields internally, one to store the
+ "real" hostname and one to save the "cloaked" hostname. This allows
+ "foreign servers" (aka "IRC services") to alter the real and cloaked
+ hostnames of clients without problems, even when the user itself issues
+ additional "MODE +x" and "MODE -x" commands.
+ - RPL_UMODEIS: send correct target name, even on server links.
+ - Update platformtest.sh to follow autoconf changes and only generate
+ the "configure" script when it is missing.
+ - Fix the test suite to correctly execute test scripts even when stdout
+ is redirected.
+ - Fix some compiler warnings on NetBSD and OpenBSD.
+
ngIRCd 20~rc1 (2012-11-11)
- Update doc/Services.txt: describe the upcoming version of Anope 1.9.8,
then including a protocol module for ngIRCd. And remove our own patches
diff --git a/NEWS b/NEWS
index 43f1c8d..ac50527 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,14 @@
ngIRCd
+ ngIRCd 20~rc2 (2012-12-02)
+ - Rework cloaked hostname handling and implement the "METADATA cloakhost"
+ subcommand: Now ngIRCd uses two fields internally, one to store the
+ "real" hostname and one to save the "cloaked" hostname. This allows
+ "foreign servers" (aka "IRC services") to alter the real and cloaked
+ hostnames of clients without problems, even when the user itself issues
+ additional "MODE +x" and "MODE -x" commands.
+
ngIRCd 20~rc1 (2012-11-11)
- Update doc/Services.txt: describe the upcoming version of Anope 1.9.8,
then including a protocol module for ngIRCd. And remove our own patches
[View Less]