INN commit: trunk (5 files)

INN Commit rra at isc.org
Thu Jan 12 21:09:21 UTC 2017


    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"



More information about the inn-committers mailing list