From 3c8498ec5f70972fecc0c3e315ba04c40dd9471c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 6 Mar 2013 16:32:47 -0400 Subject: [PATCH] blog for the day --- .../blog/day_205_206__rainy_day__snow_day.mdwn | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/design/assistant/blog/day_205_206__rainy_day__snow_day.mdwn diff --git a/doc/design/assistant/blog/day_205_206__rainy_day__snow_day.mdwn b/doc/design/assistant/blog/day_205_206__rainy_day__snow_day.mdwn new file mode 100644 index 0000000000..e1d07c8e42 --- /dev/null +++ b/doc/design/assistant/blog/day_205_206__rainy_day__snow_day.mdwn @@ -0,0 +1,12 @@ +Yesterday was all bug fixes, nothing to write about really. + +Today I've been working on getting XMPP remotes to sync more reliably. +I left some big holes when I stopped work on it in November: + +1. The assistant did not sync with XMPP remotes when it started up. +2. .. Or when it detected a network reconnection. +3. There was no way to trigger a full scan for transfers + after receiving a push from an XMPP remote. + +The asynchronous nature of git push over XMPP complicated doing this, but +I've solved all 3 issues today.