summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-12-07 12:11:38 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-12-07 12:11:38 -0400
commit58ff2b89c981372194025c5135f21e683ff8fd51 (patch)
treecd2a7e2d24fd9f7205db9ee4e1c9a1516abd1c0d
parent5ebc49fffd75c61087b1163aaa4380fcb0f0c42c (diff)
add todo list for remaining tor stuff
-rw-r--r--doc/todo/tor.mdwn20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/todo/tor.mdwn b/doc/todo/tor.mdwn
new file mode 100644
index 000000000..d97c0a986
--- /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