]> Sergey Matveev's repositories - public-inbox.git/commitdiff
TODO: remove done items, add some more
authorEric Wong <e@80x24.org>
Sat, 13 Jul 2019 21:54:55 +0000 (21:54 +0000)
committerEric Wong <e@80x24.org>
Sat, 13 Jul 2019 21:55:11 +0000 (21:55 +0000)
It never ends...

TODO

diff --git a/TODO b/TODO
index 2d20bad4b6206a3c94989c7118e8ee977829ec2e..9f58342f3b457dfa369b1bdf0f86813c9d65d789 100644 (file)
--- 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.