From faa0f744db6047db0594baf00535cc8122211ede Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 7 Feb 2020 02:31:57 -0600 Subject: doc: mark some TODO items as done 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. --- Documentation/standards.perl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Documentation') 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', -- cgit v1.2.3-24-ge0c7