From: Eric Wong Date: Sun, 20 Oct 2019 00:21:26 +0000 (+0000) Subject: TODO: DHT (distributed hash table) for Message-IDs X-Git-Tag: v1.2.0~27 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=1bbfab375438f149dcff9047dd0c5ed3a08eed53 TODO: DHT (distributed hash table) for Message-IDs This would encourage SPOF avoidance. It would also make it easier to do "Certificate Transparency"-style attestation of messages. --- diff --git a/TODO b/TODO index a327ca06..7eecde08 100644 --- a/TODO +++ b/TODO @@ -21,6 +21,9 @@ 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. +* DHT (distributed hash table) for mapping Message-IDs to various + archive locations to avoid SPOF. + * optional Cache::FastMmap support so production deployments won't need Varnish (Varnish doesn't protect NNTP, either)