summaryrefslogtreecommitdiff
path: root/Assistant/Threads/XMPPClient.hs
Commit message (Expand)AuthorAge
* remove xmpp supportGravatar Joey Hess2016-11-14
* make sync aware of adjusted branchesGravatar Joey Hess2016-02-29
* generalize catchHardwareFault to catchIOErrorTypeGravatar Joey Hess2015-12-06
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* unify exception handling into Utility.ExceptionGravatar Joey Hess2014-08-07
* also show signal icon next to connected xmpp remotesGravatar Joey Hess2014-04-09
* webapp: Show a network signal icon next to ssh remotes that it's currently co...Gravatar Joey Hess2014-04-09
* improve sync with xmpp and annex-ignoreGravatar Joey Hess2014-02-01
* add config page for fsck, and alert with button when a fsck is runningGravatar Joey Hess2013-10-10
* hlintGravatar Joey Hess2013-10-02
* avoid debug logging unknown xmpp messages, which may contain sensative inform...Gravatar Joey Hess2013-05-27
* XMPP: Send pings and use them to detect when contact with the server is lost.Gravatar Joey Hess2013-05-22
* add two long-running XMPP push threads, no more inversion of controlGravatar Joey Hess2013-05-22
* 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
* avoid auto-accepting pair requests from friends already paired withGravatar Joey Hess2013-04-30
* more xmpp debuggingGravatar Joey Hess2013-04-30
* assistant: Sanitize XMPP presence information logged for debugging.Gravatar Joey Hess2013-04-24
* refactor alert button creation codeGravatar Joey Hess2013-04-04
* fix build with xmpp and w/o webappGravatar Joey Hess2013-03-24
* webapp: Improved alerts displayed when syncing with remotes, and when syncin...Gravatar Joey Hess2013-03-18
* xmpp: Re-enable XA flag, since disabling it did not turn out to help with the...Gravatar Joey Hess2013-03-16
* xmpp: send a presence query when there's an important message to sendGravatar Joey Hess2013-03-16
* xmpp: --debug now enables a sanitized dump of the XMPP protocolGravatar Joey Hess2013-03-16
* make liftAnnex and liftAssistant polymorphic, like liftIOGravatar Joey Hess2013-03-16
* webapp: Display an alert when there are XMPP remotes, and a cloud transfer re...Gravatar Joey Hess2013-03-15
* webapp: Improved UI for pairing your own devices together using XMPP.Gravatar Joey Hess2013-03-15
* empty buddy list when client is connectingGravatar Joey Hess2013-03-07
* show when not connected to xmpp serverGravatar Joey Hess2013-03-06
* assistant: XMPP git pull and push requests are cached and sent when presence ...Gravatar Joey Hess2013-03-06
* better xmpp debuggingGravatar Joey Hess2013-03-06
* tag xmpp pushes with jidGravatar Joey Hess2013-03-06
* webapp: Now allows restarting any threads that crash.Gravatar Joey Hess2013-01-26
* whitespace fixesGravatar Joey Hess2012-12-13
* add a yes/no confirm for xmpp pairing requestsGravatar Joey Hess2012-11-11
* auto-accept pair requests from JIDs already paired withGravatar Joey Hess2012-11-11
* don't try to transfer data to/from XMPP remotesGravatar Joey Hess2012-11-11
* allow both one push and one receive-pack to run at the same timeGravatar Joey Hess2012-11-11
* set negative XMPP presence priorityGravatar Joey Hess2012-11-10
* more refactoringGravatar Joey Hess2012-11-10
* more nice refactoringGravatar Joey Hess2012-11-10
* separate data type for push stagesGravatar Joey Hess2012-11-10
* refactorGravatar Joey Hess2012-11-10
* use a lookup table for speedGravatar Joey Hess2012-11-10
* refactorGravatar Joey Hess2012-11-10
* avoid excessive debuggingGravatar Joey Hess2012-11-09
* run xmpp push actions in separate thread from xmpp clientGravatar Joey Hess2012-11-09
* add canpush xmpp commandGravatar Joey Hess2012-11-09
* xmpp push control flowGravatar Joey Hess2012-11-08