about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-02-07 02:31:57 -0600
committerEric Wong <e@yhbt.net>2020-02-08 06:05:25 +0000
commitfaa0f744db6047db0594baf00535cc8122211ede (patch)
tree486c2dd97cba3f9e9c93d72b88a7840e1070fe38 /Documentation
parentf1d0ab0a05ebbd2388584f2249736c061ec737fc (diff)
downloadpublic-inbox-faa0f744db6047db0594baf00535cc8122211ede.tar.gz
NNTP TLS and COMPRESS support and cgit spawning from
the WWW interface were implemented last year.

Given the lack of syscall number stability guarantee on the
OpenBSD and FreeBSD, I don't think supporting a pure-Perl kevent
is feasible.  Inline::C may still be an option since IO::KQueue
is abandoned, though, as it is for some Linux-only syscalls and
maybe some POSIX ones not covered by POSIX.pm.
Diffstat (limited to 'Documentation')
-rwxr-xr-xDocumentation/standards.perl6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/standards.perl b/Documentation/standards.perl
index 2c30cbb9..76c8c432 100755
--- a/Documentation/standards.perl
+++ b/Documentation/standards.perl
@@ -26,9 +26,9 @@ my $rfcs = [
         3977 => 'NNTP',
         977 => 'NNTP (old)',
         6048 => 'NNTP additions to LIST command (TODO)',
-        8054 => 'NNTP compression (TODO)',
-        4642 => 'NNTP TLS (TODO)',
-        8143 => 'NNTP TLS (TODO)',
+        8054 => 'NNTP compression',
+        4642 => 'NNTP TLS',
+        8143 => 'NNTP TLS',
         2980 => 'NNTP extensions (obsolete, but NOT irrelevant)',
         4287 => 'Atom syndication',
         4685 => 'Atom threading extensions',