user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
From: Eric Wong <e@yhbt.net>
To: meta@public-inbox.org
Subject: [PATCH 2/3] doc: mark some TODO items as done
Date: Fri,  7 Feb 2020 02:31:57 -0600	[thread overview]
Message-ID: <20200207083158.30139-3-e@yhbt.net> (raw)
In-Reply-To: <20200207083158.30139-1-e@yhbt.net>

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 +++---
 TODO                         | 2 +-
 lib/PublicInbox/DSKQXS.pm    | 2 --
 3 files changed, 4 insertions(+), 6 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',
diff --git a/TODO b/TODO
index 611d623a..94f690ef 100644
--- 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
 
diff --git a/lib/PublicInbox/DSKQXS.pm b/lib/PublicInbox/DSKQXS.pm
index a815945a..b9b0b6c5 100644
--- a/lib/PublicInbox/DSKQXS.pm
+++ b/lib/PublicInbox/DSKQXS.pm
@@ -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;

  parent reply	other threads:[~2020-02-07  8:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-07  8:31 [PATCH 0/3] some more pre-release updates Eric Wong
2020-02-07  8:31 ` [PATCH 1/3] doc: update copyright for standards.perl Eric Wong
2020-02-07  8:31 ` Eric Wong [this message]
2020-02-07  8:31 ` [PATCH 3/3] doc: more 1.3.0 release notes updates Eric Wong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://public-inbox.org/README

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200207083158.30139-3-e@yhbt.net \
    --to=e@yhbt.net \
    --cc=meta@public-inbox.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).