summaryrefslogtreecommitdiff
path: root/Assistant/Types/NetMessager.hs
Commit message (Expand)AuthorAge
* get rid of (completely safe) uses of Char8Gravatar Joey Hess2014-05-27
* remove Read instance for RefGravatar Joey Hess2014-02-19
* fix minor memory leak caused by recent CanPush changeGravatar Joey Hess2013-05-22
* add two long-running XMPP push threads, no more inversion of controlGravatar Joey Hess2013-05-22
* avoid building up a lot of threads all waiting for their chance to run a pushGravatar Joey Hess2013-05-22
* XMPP: Avoid redundant and unncessary pushes. Note that this breaks compatibil...Gravatar Joey Hess2013-05-21
* per-client inboxes for push messagesGravatar Joey Hess2013-05-21
* XMPP: Be better at responding to CanPush messages when busy with something else.Gravatar Joey Hess2013-05-21
* add uuid to all xmpp messagesGravatar Joey Hess2013-04-30
* assistant: Sanitize XMPP presence information logged for debugging.Gravatar Joey Hess2013-04-24
* assistant: Added sequence numbers to XMPP git push packets. (Not yet used.)Gravatar Joey Hess2013-04-10
* hlintGravatar Joey Hess2013-04-03
* xmpp: --debug now enables a sanitized dump of the XMPP protocolGravatar Joey Hess2013-03-16
* assistant: XMPP git pull and push requests are cached and sent when presence ...Gravatar Joey Hess2013-03-06
* allow both one push and one receive-pack to run at the same timeGravatar Joey Hess2012-11-11
* separate data type for push stagesGravatar Joey Hess2012-11-10
* on second thought, do allow deferring StartingPushGravatar Joey Hess2012-11-10
* fix deferring of CanPush, and stop deferring StartingPushGravatar Joey Hess2012-11-10
* add canpush xmpp commandGravatar Joey Hess2012-11-09
* xmpp push control flowGravatar Joey Hess2012-11-08
* renameGravatar Joey Hess2012-11-08
* hooked up XMPP git push send/receive (but not yet control flow)Gravatar Joey Hess2012-11-08
* data types and xml generation/parsing for xmpp pushGravatar Joey Hess2012-11-07
* switch to silent chat messages for XMPP pairingGravatar Joey Hess2012-11-05
* workaround for Google Talk's insane handling of self-directed presenceGravatar Joey Hess2012-11-03
* XMPP pairing notifications are now sentGravatar Joey Hess2012-11-03
* send a presence query when the buddy list is displayedGravatar Joey Hess2012-11-03
* refactor XMPP clientGravatar Joey Hess2012-11-03