diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-12-07 12:11:38 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-12-07 12:11:38 -0400 |
commit | 58ff2b89c981372194025c5135f21e683ff8fd51 (patch) | |
tree | cd2a7e2d24fd9f7205db9ee4e1c9a1516abd1c0d /doc/todo/tor.mdwn | |
parent | 5ebc49fffd75c61087b1163aaa4380fcb0f0c42c (diff) |
add todo list for remaining tor stuff
Diffstat (limited to 'doc/todo/tor.mdwn')
-rw-r--r-- | doc/todo/tor.mdwn | 20 |
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 |