This commit is contained in:
Joey Hess 2016-12-24 17:15:01 -04:00
parent 8484c0c197
commit 36c35f7fbe
No known key found for this signature in database
GPG key ID: C910D9222512E3C7

View file

@ -0,0 +1,11 @@
Have been working on some improvements to `git annex enable-tor`. Made it
su to root, using any su-like program that's available. And made it test
the hidden service it sets up, and wait until it's propigated the the Tor
directory authorities. The webapp will need these features, so I thought I
might as well add them at the command-line level.
Also some messing about with locale and encoding issues. About most of
which the less said the better. One significant thing is that I've made the
filesystem encoding be used for all IO by git-annex, rather than needing to
explicitly enable it for each file and process. So, there should be much
less bother with encoding problems going forward.