Send inn-committers mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.isc.org/mailman/listinfo/inn-committers
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of inn-committers digest..."
Today's Topics:
1. INN commit: trunk (5 files) (INN Commit)
2. INN commit: branches/2.6 (5 files) (INN Commit)
----------------------------------------------------------------------
Message: 1
Date: Thu, 12 Jan 2017 13:09:21 -0800 (PST)
From: INN Commit <[email protected]>
To: [email protected]
Subject: INN commit: trunk (5 files)
Message-ID: <[email protected]>
Date: Thursday, January 12, 2017 @ 13:09:21
Author: iulius
Revision: 10134
Mention new RFC 8054 (COMPRESS extension) as implemented in nnrpd
Modified:
trunk/doc/FAQ
trunk/doc/pod/nnrpd.pod
trunk/doc/pod/readme.pod
trunk/nnrpd/misc.c
trunk/nnrpd/zlib.c
--------------------+
doc/FAQ | 5 +++--
doc/pod/nnrpd.pod | 5 +++--
doc/pod/readme.pod | 3 ++-
nnrpd/misc.c | 2 +-
nnrpd/zlib.c | 2 +-
5 files changed, 10 insertions(+), 7 deletions(-)
Modified: doc/FAQ
===================================================================
--- doc/FAQ 2016-12-17 14:33:14 UTC (rev 10133)
+++ doc/FAQ 2017-01-12 21:09:21 UTC (rev 10134)
@@ -113,8 +113,9 @@
flexible and configurable Usenet / Netnews news server. For a complete
description of the protocols behind Usenet and Netnews, see RFC 3977
(NNTP), RFC 4642 (TLS/NNTP), RFC 4643 (NNTP authentication), RFC 4644
- (streaming NNTP feeds), RFC 5536 (USEFOR), RFC 5537 (USEPRO) and RFC
- 6048 (NNTP LIST additions) or their replacements.
+ (streaming NNTP feeds), RFC 5536 (USEFOR), RFC 5537 (USEPRO),
+ RFC 6048 (NNTP LIST additions) and RFC 8054 (NNTP compression) or their
+ replacements.
In brief, Netnews is a set of protocols for exchanging messages between
a decentralized network of news servers. News articles are organized
Modified: doc/pod/nnrpd.pod
===================================================================
--- doc/pod/nnrpd.pod 2016-12-17 14:33:14 UTC (rev 10133)
+++ doc/pod/nnrpd.pod 2017-01-12 21:09:21 UTC (rev 10134)
@@ -240,8 +240,9 @@
=head1 PROTOCOL DIFFERENCES
B<nnrpd> implements the NNTP commands defined in S<RFC 3977> (NNTP),
-S<RFC 4642> (TLS/NNTP), S<RFC 4643> (NNTP authentication) and S<RFC 6048>
-(NNTP LIST additions) with the following differences:
+S<RFC 4642> (TLS/NNTP), S<RFC 4643> (NNTP authentication), S<RFC 6048>
+(NNTP LIST additions) and S<RFC 8054> (NNTP compression) with the
+following differences:
=over 4
Modified: doc/pod/readme.pod
===================================================================
--- doc/pod/readme.pod 2016-12-17 14:33:14 UTC (rev 10133)
+++ doc/pod/readme.pod 2017-01-12 21:09:21 UTC (rev 10134)
@@ -17,7 +17,8 @@
description of the protocols behind Usenet and Netnews, see S<RFC 3977>
(NNTP), S<RFC 4642> (TLS/NNTP), S<RFC 4643> (NNTP authentication),
S<RFC 4644> (streaming NNTP feeds), S<RFC 5536> (USEFOR), S<RFC 5537>
-(USEPRO) and S<RFC 6048> (NNTP LIST additions) or their replacements.
+(USEPRO), S<RFC 6048> (NNTP LIST additions) and S<RFC 8054> (NNTP
+compression) or their replacements.
In brief, Netnews is a set of protocols for exchanging messages between
a decentralized network of news servers. News articles are organized
Modified: nnrpd/misc.c
===================================================================
--- nnrpd/misc.c 2016-12-17 14:33:14 UTC (rev 10133)
+++ nnrpd/misc.c 2017-01-12 21:09:21 UTC (rev 10134)
@@ -491,7 +491,7 @@
#if defined(HAVE_ZLIB)
/*
-** The COMPRESS command.
+** The COMPRESS command. RFC 8054.
*/
void
CMDcompress(int ac, char *av[])
Modified: nnrpd/zlib.c
===================================================================
--- nnrpd/zlib.c 2016-12-17 14:33:14 UTC (rev 10133)
+++ nnrpd/zlib.c 2017-01-12 21:09:21 UTC (rev 10134)
@@ -1,6 +1,6 @@
/* $Id$
**
-** COMPRESS functionality.
+** COMPRESS functionality. RFC 8054.
*/
#include "config.h"
------------------------------
Message: 2
Date: Thu, 12 Jan 2017 13:09:58 -0800 (PST)
From: INN Commit <[email protected]>
To: [email protected]
Subject: INN commit: branches/2.6 (5 files)
Message-ID: <[email protected]>
Date: Thursday, January 12, 2017 @ 13:09:58
Author: iulius
Revision: 10135
Mention new RFC 8054 (COMPRESS extension) as implemented in nnrpd
Modified:
branches/2.6/doc/FAQ
branches/2.6/doc/pod/nnrpd.pod
branches/2.6/doc/pod/readme.pod
branches/2.6/nnrpd/misc.c
branches/2.6/nnrpd/zlib.c
--------------------+
doc/FAQ | 5 +++--
doc/pod/nnrpd.pod | 5 +++--
doc/pod/readme.pod | 3 ++-
nnrpd/misc.c | 2 +-
nnrpd/zlib.c | 2 +-
5 files changed, 10 insertions(+), 7 deletions(-)
Modified: doc/FAQ
===================================================================
--- doc/FAQ 2017-01-12 21:09:21 UTC (rev 10134)
+++ doc/FAQ 2017-01-12 21:09:58 UTC (rev 10135)
@@ -113,8 +113,9 @@
flexible and configurable Usenet / Netnews news server. For a complete
description of the protocols behind Usenet and Netnews, see RFC 3977
(NNTP), RFC 4642 (TLS/NNTP), RFC 4643 (NNTP authentication), RFC 4644
- (streaming NNTP feeds), RFC 5536 (USEFOR), RFC 5537 (USEPRO) and RFC
- 6048 (NNTP LIST additions) or their replacements.
+ (streaming NNTP feeds), RFC 5536 (USEFOR), RFC 5537 (USEPRO),
+ RFC 6048 (NNTP LIST additions) and RFC 8054 (NNTP compression) or their
+ replacements.
In brief, Netnews is a set of protocols for exchanging messages between
a decentralized network of news servers. News articles are organized
Modified: doc/pod/nnrpd.pod
===================================================================
--- doc/pod/nnrpd.pod 2017-01-12 21:09:21 UTC (rev 10134)
+++ doc/pod/nnrpd.pod 2017-01-12 21:09:58 UTC (rev 10135)
@@ -240,8 +240,9 @@
=head1 PROTOCOL DIFFERENCES
B<nnrpd> implements the NNTP commands defined in S<RFC 3977> (NNTP),
-S<RFC 4642> (TLS/NNTP), S<RFC 4643> (NNTP authentication) and S<RFC 6048>
-(NNTP LIST additions) with the following differences:
+S<RFC 4642> (TLS/NNTP), S<RFC 4643> (NNTP authentication), S<RFC 6048>
+(NNTP LIST additions) and S<RFC 8054> (NNTP compression) with the
+following differences:
=over 4
Modified: doc/pod/readme.pod
===================================================================
--- doc/pod/readme.pod 2017-01-12 21:09:21 UTC (rev 10134)
+++ doc/pod/readme.pod 2017-01-12 21:09:58 UTC (rev 10135)
@@ -13,7 +13,8 @@
description of the protocols behind Usenet and Netnews, see S<RFC 3977>
(NNTP), S<RFC 4642> (TLS/NNTP), S<RFC 4643> (NNTP authentication),
S<RFC 4644> (streaming NNTP feeds), S<RFC 5536> (USEFOR), S<RFC 5537>
-(USEPRO) and S<RFC 6048> (NNTP LIST additions) or their replacements.
+(USEPRO), S<RFC 6048> (NNTP LIST additions) and S<RFC 8054> (NNTP
+compression) or their replacements.
In brief, Netnews is a set of protocols for exchanging messages between
a decentralized network of news servers. News articles are organized
Modified: nnrpd/misc.c
===================================================================
--- nnrpd/misc.c 2017-01-12 21:09:21 UTC (rev 10134)
+++ nnrpd/misc.c 2017-01-12 21:09:58 UTC (rev 10135)
@@ -491,7 +491,7 @@
#if defined(HAVE_ZLIB)
/*
-** The COMPRESS command.
+** The COMPRESS command. RFC 8054.
*/
void
CMDcompress(int ac, char *av[])
Modified: nnrpd/zlib.c
===================================================================
--- nnrpd/zlib.c 2017-01-12 21:09:21 UTC (rev 10134)
+++ nnrpd/zlib.c 2017-01-12 21:09:58 UTC (rev 10135)
@@ -1,6 +1,6 @@
/* $Id$
**
-** COMPRESS functionality.
+** COMPRESS functionality. RFC 8054.
*/
#include "config.h"
------------------------------
Subject: Digest Footer
_______________________________________________
inn-committers mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/inn-committers
------------------------------
End of inn-committers Digest, Vol 94, Issue 1
*********************************************