git-annex/doc/todo/tor.mdwn

25 lines
962 B
Text
Raw Normal View History

2016-12-07 16:11:38 +00:00
git-annex sync over tor
Mostly working!
Current todo list:
2016-12-08 20:00:29 +00:00
* When a transfer can't be done because another transfer of the same
object is already in progress, the message about this is output by the
remotedaemon --debug, but not forwarded to the peer, which shows
"Connection reset by peer"
2016-12-07 16:11:38 +00:00
* 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?
2016-12-09 17:38:50 +00:00
* Make remotedaemon connect to tor peers, notice when their repos have
changed, and pull, like it does for ssh peers.
2016-12-07 16:11:38 +00:00
Eventually:
2016-12-08 17:58:11 +00:00
* Limiting authtokens to read-only access.
* Revoking authtokens. (This and read-only need a name associated with an
authtoken, so the user can adjust its configuration after creating it.)
2016-12-07 16:11:38 +00:00
* 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