summaryrefslogtreecommitdiff
path: root/doc/devblog/day_440__holidaze.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-12-27 16:44:44 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-12-27 16:44:44 -0400
commit2e23d2a2f56f922db25d9b962825d842006b66b9 (patch)
tree0ac8feb5de0db790374081e0d07ecffe99c033ff /doc/devblog/day_440__holidaze.mdwn
parent27a301bf619edf027633d5f6267cad9806b4dbe8 (diff)
parentff8c60ca1d57965ea9c4d8c45790980f587de96c (diff)
Merge branch 'master' into no-xmpp
Diffstat (limited to 'doc/devblog/day_440__holidaze.mdwn')
-rw-r--r--doc/devblog/day_440__holidaze.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/devblog/day_440__holidaze.mdwn b/doc/devblog/day_440__holidaze.mdwn
new file mode 100644
index 000000000..e002d0d15
--- /dev/null
+++ b/doc/devblog/day_440__holidaze.mdwn
@@ -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.