]> Sergey Matveev's repositories - public-inbox.git/commitdiff
TODO: DHT (distributed hash table) for Message-IDs
authorEric Wong <e@80x24.org>
Sun, 20 Oct 2019 00:21:26 +0000 (00:21 +0000)
committerEric Wong <e@80x24.org>
Mon, 21 Oct 2019 00:17:46 +0000 (00:17 +0000)
This would encourage SPOF avoidance.  It would also make it
easier to do "Certificate Transparency"-style attestation of
messages.

TODO

diff --git a/TODO b/TODO
index a327ca0604a28fafd442425cd8fba2d601f339ec..7eecde08b19f851903e52d71064f95d4132d2ed8 100644 (file)
--- 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.
 
   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)
 
 * optional Cache::FastMmap support so production deployments won't
   need Varnish (Varnish doesn't protect NNTP, either)