diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-06 16:32:47 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-06 16:32:47 -0400 |
commit | 446f996fee22eec7fdf37ca14bbdc724afae56d0 (patch) | |
tree | 1ad83c2aaf14a84e12ad93cd9494ed0e212f9ae0 | |
parent | dc82128f6f0ffef9f6973baed3ad63d89802c898 (diff) |
blog for the day
-rw-r--r-- | doc/design/assistant/blog/day_205_206__rainy_day__snow_day.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
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 000000000..e1d07c8e4 --- /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. |