summaryrefslogtreecommitdiff
path: root/doc/todo/tor.mdwn
Commit message (Collapse)AuthorAge
* ideaGravatar Joey Hess2016-12-29
|
* updateGravatar Joey Hess2016-12-28
|
* todoGravatar Joey Hess2016-12-24
|
* updateGravatar Joey Hess2016-12-24
|
* enable-tor: When run as a regular user, test a connection back to the hidden ↵Gravatar Joey Hess2016-12-24
| | | | | | | | | | | | | | | | | | | service over tor. This way we know that after enable-tor, the tor hidden service is fully published and working, and so there should be no problems with it at pairing time. It has to start up its own temporary listener on the hidden service. It would be nice to have it start the remotedaemon running, so that extra step is not needed afterwards. But, there may already be a remotedaemon running, in communication with the assistant and we don't want to start another one. I thought about trying to HUP any running remotedaemon, but Windows does not make it easy to do that. In any case, having the user start the remotedaemon themselves lets them know it needs to be running to serve the hidden service. This commit was sponsored by Boyd Stephen Smith Jr. on Patreon.
* Revert "close"Gravatar Joey Hess2016-12-24
| | | | | | This reverts commit 6c089cff615bc44ca94cc4ca77dc69f281dd2ab8. Commit contained incomplete work.
* closeGravatar Joey Hess2016-12-22
|
* todoGravatar Joey Hess2016-12-21
|
* p2p --pair with magic wormhole (untested)Gravatar Joey Hess2016-12-18
| | | | | | It builds. I have not tried to run it yet. :) This commit was sponsored by Jake Vosloo on Patreon.
* updatesGravatar Joey Hess2016-12-13
|
* updateGravatar Joey Hess2016-12-09
|
* remotedaemon: git change detection over tor hidden serviceGravatar Joey Hess2016-12-09
|
* updateGravatar Joey Hess2016-12-09
|
* content removal is supposed to succed if the content was already not presentGravatar Joey Hess2016-12-09
|
* todoGravatar Joey Hess2016-12-08
|
* more todoGravatar Joey Hess2016-12-08
|
* update progress logs in remotedaemon send/receiveGravatar Joey Hess2016-12-08
|
* fix memory leakGravatar Joey Hess2016-12-08
| | | | | | | I'm unsure why this fixed it, but it did. Seems to suggest that the memory leak is not due to a bug in my code, but that ghc didn't manage to take full advantage of laziness, or was failing to gc something it could have.
* correctionGravatar Joey Hess2016-12-08
|
* analysisGravatar Joey Hess2016-12-08
|
* profilingGravatar Joey Hess2016-12-08
|
* we have a memory leakGravatar Joey Hess2016-12-08
|
* updateGravatar Joey Hess2016-12-08
|
* convert P2P runners from Maybe to Either StringGravatar Joey Hess2016-12-08
| | | | | | So we get some useful error messages when things fail. This commit was sponsored by Peter Hogg on Patreon.
* updateGravatar Joey Hess2016-12-08
|
* todoGravatar Joey Hess2016-12-07
|
* updateGravatar Joey Hess2016-12-07
|
* fix math error that caused resumes to always failGravatar Joey Hess2016-12-07
|
* offset meters when resumingGravatar Joey Hess2016-12-07
|
* todoGravatar Joey Hess2016-12-07
|
* remote uuid discovery in p2p --linkGravatar Joey Hess2016-12-07
| | | | | | This also tests that we can connect to the peer. This commit was sponsored by Jeff Goeke-Smith on Patreon.
* add todo list for remaining tor stuffGravatar Joey Hess2016-12-07