From 729e864ad0ea8f6cd39c12f8d1e2424bf5d0e4fa Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 7 Dec 2016 12:11:38 -0400 Subject: [PATCH] add todo list for remaining tor stuff --- doc/todo/tor.mdwn | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 doc/todo/tor.mdwn diff --git a/doc/todo/tor.mdwn b/doc/todo/tor.mdwn new file mode 100644 index 0000000000..d97c0a986c --- /dev/null +++ b/doc/todo/tor.mdwn @@ -0,0 +1,20 @@ +git-annex sync over tor + +Mostly working! + +Current todo list: + +* uuid discovery in p2p link +* copy --to peer seems to make the remotedaemon buffer the content in + memory, more than I'd expect. +* update progress meters +* Think about locking some more. What happens if the connection to the peer + is dropped while we think we're locking content there from being dropped? +* merge to master + +Eventually: + +* address exchange via electrum-mnemonic or magic wormhole (see PAKE) +* webapp UI for easy pairing +* friend-of-a-friend peer discovery to build more interconnected networks + of nodes