X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=TODO;h=9f58342f3b457dfa369b1bdf0f86813c9d65d789;hb=46c79526fd34996605a97ce52437069aa6462cef;hp=7bd68c7b816bd5e13a44119fe70d068663be3c74;hpb=2c5ef3910834b1a931bc83d294181dc6baddddd3;p=public-inbox.git diff --git a/TODO b/TODO index 7bd68c7b..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) @@ -33,8 +31,6 @@ all need to be considered for everything we introduce) ensure things continue working as they should (or more better) while retaining compatibility with old versions. -* NNTP COMPRESS extension (see innd) - * Support more of RFC 3977 (NNTP) * Combined "super server" for NNTP/HTTP/POP3 to reduce memory overhead @@ -107,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.