summaryrefslogtreecommitdiff
path: root/doc/design/assistant/blog
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-01-11 16:03:49 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-01-11 16:03:49 -0400
commitf84282e09b34a675a8f0486fdfe71622e610b27d (patch)
treea20f6ced5f0855355ddc3be2ec254026c557e9df /doc/design/assistant/blog
parent5387b44657d01e436282e3ae6650a8f083b5ef00 (diff)
blog for the day
Diffstat (limited to 'doc/design/assistant/blog')
-rw-r--r--doc/design/assistant/blog/day_169__direct_mode_is_safe.mdwn24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/design/assistant/blog/day_169__direct_mode_is_safe.mdwn b/doc/design/assistant/blog/day_169__direct_mode_is_safe.mdwn
new file mode 100644
index 000000000..6f75e6582
--- /dev/null
+++ b/doc/design/assistant/blog/day_169__direct_mode_is_safe.mdwn
@@ -0,0 +1,24 @@
+I've finished making direct mode file transfers safe. The last peice of the
+puzzle was making `git-annex-shell recv-key` check data it's received from
+direct mode repositories. This is a bit expensive, but avoids adding
+another round-trip to the protocol. I might revisit this later, this was
+just a quick fix.
+
+---
+
+The [[poll|what is preventing me from using git-annex assistant]] was
+quite useful. Some interesting points:
+
+* 14% have been reading this blog, and rightly don't trust direct mode to
+ be safe. Which is why I went ahead with a quick fix to make it safe.
+* 6% want an Ubuntu PPA. I don't anticipate doing this myself, but
+ if anyone who develops for Ubuntu wants to put together a PPA with a
+ newer version, I can help you pick the newer haskell packages you'll
+ need from Debian, etc.
+* 9% just need me to update the amd64 build in Debian sid. I forgot to
+ include it in the last release, and the Debian buildds cannot currently
+ autobuild git-annex due to some breakage in the versions of haskell
+ libraries in unstable. Hopefully I'll remember to include an amd64 build
+ in my next release.
+
+And lots of other interesting stuff, I have a nice new TODO list now. :)