about summary refs log tree commit homepage
path: root/TODO
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-10-20 00:21:26 +0000
committerEric Wong <e@80x24.org>2019-10-21 00:17:46 +0000
commit1bbfab375438f149dcff9047dd0c5ed3a08eed53 (patch)
tree0e1c004fd3a14ca088859061c3053aff21c06102 /TODO
parentb107d856d100317f1d9a5e13ebdf02af01a750f8 (diff)
downloadpublic-inbox-1bbfab375438f149dcff9047dd0c5ed3a08eed53.tar.gz
This would encourage SPOF avoidance.  It would also make it
easier to do "Certificate Transparency"-style attestation of
messages.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
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)