]> Sergey Matveev's repositories - public-inbox.git/commitdiff
doc: mark some TODO items as done
authorEric Wong <e@yhbt.net>
Fri, 7 Feb 2020 08:31:57 +0000 (02:31 -0600)
committerEric Wong <e@yhbt.net>
Sat, 8 Feb 2020 06:05:25 +0000 (06:05 +0000)
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
TODO
lib/PublicInbox/DSKQXS.pm

index 2c30cbb9ce19a821f1fb345872f6ac29a06737a8..76c8c4323cbc31edb66f251ce203a4cd0c69df58 100755 (executable)
@@ -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',
diff --git a/TODO b/TODO
index 611d623a9b1be1ad2b534190f0cb94ebcf2f7d29..94f690efdbd619f7902690163b614bc6a8e31c5a 100644 (file)
--- a/TODO
+++ b/TODO
@@ -103,7 +103,7 @@ all need to be considered for everything we introduce)
   Sometimes an indexing bug only affects a handful of messages,
   so it's not worth the trouble of doing a full reindex.
 
-* code repository integration (with cgit, gitweb, etc...)
+* code repository integration (cgit: done, TODO: gitweb, etc...)
 
 * migration path to v2 without breaking v1 "git fetch" cronjobs
 
index a815945a24c8cad572e138e0ea85f21e0f6a201c..b9b0b6c5dfbae3f29dd61a10a4778d41a37e8f1a 100644 (file)
@@ -10,8 +10,6 @@
 # support cases public-inbox-nntpd/httpd care about.
 #
 # It also implements signalfd(2) emulation via "tie".
-#
-# A pure-Perl version using syscall() is planned.
 package PublicInbox::DSKQXS;
 use strict;
 use warnings;