From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 99F291F461 for ; Sat, 13 Jul 2019 21:54:55 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH] TODO: remove done items, add some more Date: Sat, 13 Jul 2019 21:54:55 +0000 Message-Id: <20190713215455.31863-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: It never ends... --- TODO | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index 2d20bad..9f58342 100644 --- a/TODO +++ b/TODO @@ -21,8 +21,6 @@ all need to be considered for everything we introduce) yet storing large amounts of data on computers without a public IP behind a home Internet connection. -* TLS support for various daemons (including STARTTLS for NNTP and POP3) - * optional Cache::FastMmap support so production deployments won't need Varnish (Varnish doesn't protect NNTP, either) @@ -105,5 +103,8 @@ all need to be considered for everything we introduce) * support hooks, since low-level git-fast-import does not run them https://public-inbox.org/meta/20190405174329.GA21472@chatter.qube.local/ + (note: may not be needed since we do grokmirror manifest.js.gz, now) -* investigate native grokmirror support/integration +* consider using HTTP::Date instead of Date::Parse, since we need the + former is capable of parsing RFC822-ish dates, used by Plack, and + the latter is missing from OpenBSD and maybe other distros. -- EW