summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-04-09 16:33:10 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-04-09 16:33:10 -0400
commit8ce27d1c6f4f5a197c3f263bd2fd7d6db39ec7a6 (patch)
treef08c34a5b7086f8c9c3294aff6a0bfd6c82a5fca
parent1e1da13d6b500b1b90b9a9620056ab16a0da48c1 (diff)
devblog
-rw-r--r--doc/assistant/connection.pngbin0 -> 3181 bytes
-rw-r--r--doc/devblog/day_149__signal.mdwn14
2 files changed, 14 insertions, 0 deletions
diff --git a/doc/assistant/connection.png b/doc/assistant/connection.png
new file mode 100644
index 000000000..3cd6bef86
--- /dev/null
+++ b/doc/assistant/connection.png
Binary files differ
diff --git a/doc/devblog/day_149__signal.mdwn b/doc/devblog/day_149__signal.mdwn
new file mode 100644
index 000000000..6a085b1e0
--- /dev/null
+++ b/doc/devblog/day_149__signal.mdwn
@@ -0,0 +1,14 @@
+The git-remote-daemon now robustly handles loss of signal, with
+reconnection backoffs. And it detects if the remote ssh server has a too
+old version of git-annex-shell and the webapp will display a warning
+message.
+
+[[!img /assistant/connection.png]]
+
+Also, made the webapp show a network signal bars icon next to both
+ssh and xmpp remotes that it's currently connected with. And, updated the
+webapp's nudging to set up XMPP to now suggest either an XMPP or a ssh remote.
+
+I think that the `remotecontrol` branch is nearly ready for merging!
+
+Today's work was sponsored by Paul Tagliamonte.