summaryrefslogtreecommitdiff
path: root/Assistant/XMPP
Commit message (Expand)AuthorAge
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* When re-execing git-annex, use current program location, rather than ~/.confi...Gravatar Joey Hess2015-02-28
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* Fix build with process 1.2.1.0.Gravatar Joey Hess2015-01-04
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* unify exception handling into Utility.ExceptionGravatar Joey Hess2014-08-07
* export CreateProcess fields from Utility.ProcessGravatar Joey Hess2014-06-10
* reinit: New command that can initialize a new reposotory using the configurat...Gravatar Joey Hess2014-04-15
* Put non-object tmp files in .git/annex/misctmp, leaving .git/annex/tmp for on...Gravatar Joey Hess2014-02-26
* avoid needing a build-dep on hxt for Data.AssocListGravatar Joey Hess2014-01-14
* Fix a long-standing bug that could cause the wrong index file to be used when...Gravatar Joey Hess2014-01-14
* When an XMPP server has SRV records, try them, but don't then fall back to th...Gravatar Joey Hess2013-07-20
* fix buildGravatar Joey Hess2013-07-08
* fix display of expected sequence numberGravatar Joey Hess2013-07-08
* when xmpp connection fails, show the host(s) it tried to connect toGravatar Joey Hess2013-05-27
* 3 more fd leaksGravatar Joey Hess2013-05-26
* XMPP: Fix a file descriptor leak.Gravatar Joey Hess2013-05-26
* add two long-running XMPP push threads, no more inversion of controlGravatar Joey Hess2013-05-22
* perhaps this fixes the stall tbdGravatar Joey Hess2013-05-21
* 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
* XMPP: Ignore duplicate messages received when pushing.Gravatar Joey Hess2013-05-20
* clean up from windows portingGravatar Joey Hess2013-05-11
* fix for AndroidGravatar Joey Hess2013-05-09
* fix use of wrong shebang when android is installing git-annex-shell wrapper o...Gravatar Joey Hess2013-05-06
* add uuid to all xmpp messagesGravatar Joey Hess2013-04-30
* rename moduleGravatar Joey Hess2013-04-23
* expose Control.Monad.joinGravatar Joey Hess2013-04-22
* assistant: Added sequence numbers to XMPP git push packets. (Not yet used.)Gravatar Joey Hess2013-04-10
* syncNewRemote is not only used for new remotes; rename to syncRemoteGravatar Joey Hess2013-04-08
* fix build with xmpp and w/o webappGravatar Joey Hess2013-03-24
* add globallyAvailable to remotesGravatar Joey Hess2013-03-15
* webapp: Display an alert when there are XMPP remotes, and a cloud transfer re...Gravatar Joey Hess2013-03-15
* add alerts while performing xmpp git push/pullGravatar Joey Hess2013-03-07
* assistant: Fix syncing after XMPP pairing.Gravatar Joey Hess2013-03-06
* tag xmpp pushes with jidGravatar Joey Hess2013-03-06
* assistant: Get back in sync with XMPP remotes after network reconnection, and...Gravatar Joey Hess2013-03-06
* deal with Android's nonstandard shell locationGravatar Joey Hess2013-02-13
* factor out CredsGravatar Joey Hess2012-11-14
* use System.TimeoutGravatar Joey Hess2012-11-14
* upper-case first char of buddy nameGravatar Joey Hess2012-11-12
* 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
* add 120 second timeout when waiting for XMPP packetsGravatar Joey Hess2012-11-11
* fix creation of creds directory for xmppGravatar Joey Hess2012-11-10
* show when a buddy is already pairedGravatar Joey Hess2012-11-10
* full-on git-annex assistant syncing now works over XMPP!Gravatar Joey Hess2012-11-10
* separate data type for push stagesGravatar Joey Hess2012-11-10
* refactorGravatar Joey Hess2012-11-10