From 1bbfab375438f149dcff9047dd0c5ed3a08eed53 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 20 Oct 2019 00:21:26 +0000 Subject: [PATCH] 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. --- TODO | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.44.0