about summary refs log tree commit homepage
path: root/TODO
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-07-13 21:54:55 +0000
committerEric Wong <e@80x24.org>2019-07-13 21:55:11 +0000
commit4b82e287358c9cd858456798c7f09881d2d274aa (patch)
treea3036884cb7250c66a54ec8d730653cb5c1dc909 /TODO
parent8c4505904f84411442b8b855a111da1461b57c45 (diff)
downloadpublic-inbox-4b82e287358c9cd858456798c7f09881d2d274aa.tar.gz
It never ends...
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 4 insertions, 3 deletions
diff --git a/TODO b/TODO
index 2d20bad4..9f58342f 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.