git-annex/doc/devblog/day_149__signal.mdwn

17 lines
625 B
Text
Raw Normal View History

2014-04-10 15:27:21 +00:00
[[!meta title="day 150 signal"]]
2014-04-09 20:33:10 +00:00
The git-remote-daemon now robustly handles loss of signal, with
2014-04-19 14:53:18 +00:00
reconnection backoffs. And it detects if the remote ssh server has too
old a version of git-annex-shell and the webapp will display a warning
2014-04-09 20:33:10 +00:00
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.