summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Added a commentGravatar http://olg.myid.net/2012-11-05
|
* Added a comment: unlock not behaving as you describeGravatar https://www.google.com/accounts/o8/id?id=AItOawlJEI45rGczFAnuM7gRSj4C6s9AS9yPZDc2012-11-05
|
* blog for the dayGravatar Joey Hess2012-11-05
|
* finished XMPP pairing!Gravatar Joey Hess2012-11-05
| | | | | This includes keeping track of which buddies we're pairing with, to know which PairAck are legitimate.
* tweakGravatar Joey Hess2012-11-05
|
* clean up protocol docsGravatar Joey Hess2012-11-05
|
* switch to silent chat messages for XMPP pairingGravatar Joey Hess2012-11-05
| | | | | Along the way, significantly cleaned up Assistant.XMPP, and made XMPP message decoding more efficient.
* fix non-xmpp buildGravatar Joey Hess2012-11-05
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-11-05
|\
* | fixedGravatar Joey Hess2012-11-05
| |
| * Added a commentGravatar annexuser2012-11-05
| |
| * Added a commentGravatar http://joeyh.name/2012-11-05
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-11-05
|\
* | Bugfix: Fix hang in webapp when setting up a ssh remote with an absolute path.Gravatar Joey Hess2012-11-05
| |
* | webapp: When setting up authorized_keys, use GIT_ANNEX_SHELL_DIRECTORY.Gravatar Joey Hess2012-11-05
| |
* | git-annex-shell: GIT_ANNEX_SHELL_DIRECTORY can be set to limit it to ↵Gravatar Joey Hess2012-11-05
| | | | | | | | operating on a specified directory.
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawn7gQ1zZDdWhXy9H51W2krZYShNmKL3qfM2012-11-05
| |
| * rename todo/whishlist:_make_partial_files_available_during_transfer.mdwn to ↵Gravatar http://lj.rossia.org/users/imz/2012-11-05
| | | | | | | | todo/wishlist:_make_partial_files_available_during_transfer.mdwn
| * Added a commentGravatar annexuser2012-11-05
| |
| * Added a comment: exact versionGravatar https://www.google.com/accounts/o8/id?id=AItOawmmPHsszTlpa3s3x_LEzmEYkZfEmqq7IjU2012-11-05
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmmPHsszTlpa3s3x_LEzmEYkZfEmqq7IjU2012-11-05
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmmPHsszTlpa3s3x_LEzmEYkZfEmqq7IjU2012-11-05
| |
| * Added a commentGravatar http://joeyh.name/2012-11-04
| |
| * Added a commentGravatar http://joeyh.name/2012-11-04
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-11-04
|\|
| * Added a commentGravatar http://joeyh.name/2012-11-04
| |
| * removedGravatar http://joeyh.name/2012-11-04
| |
| * removedGravatar http://joeyh.name/2012-11-04
| |
| * Added a commentGravatar http://joeyh.name/2012-11-04
| |
| * Added a commentGravatar http://joeyh.name/2012-11-04
| |
| * Added a commentGravatar http://joeyh.name/2012-11-04
| |
* | add cp to THIRDPARTY_BINSGravatar Joey Hess2012-11-04
| | | | | | | | | | git-annex is built with various cp options, so cp needs to match the build environment.
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmmPHsszTlpa3s3x_LEzmEYkZfEmqq7IjU2012-11-04
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmmPHsszTlpa3s3x_LEzmEYkZfEmqq7IjU2012-11-04
| |
| * Added a commentGravatar http://joeyh.name/2012-11-04
| |
| * (no commit message)Gravatar http://olg.myid.net/2012-11-04
| |
| * Added a comment: worked wellGravatar http://christian.amsuess.com/chrysn2012-11-04
|/
* workaround for Google Talk's insane handling of self-directed presenceGravatar Joey Hess2012-11-03
| | | | | | | | Maybe the spec allows it, but broadcasting self-directed presence info to all buddies is just insane. I had to bring back the IQ messages for self-pairing, while still using directed presence for other pairing. Ugly.
* avoid repeated pairing alertsGravatar Joey Hess2012-11-03
|
* switch to directed presence for pair requestsGravatar Joey Hess2012-11-03
| | | | | | | | | | | | | | | | | | | | | Testing between Google Talk and prosody, the directed IQ messages were not received. Google Talk probably only relays them between clients using the same account. I first tried even more directed presence, with each client JID being sent a separate presence, but that didn't work on Google Talk, particularly it was ignored when one client sent it to another client using the same account. So, presence directed at the user@host of the client to pair with. Tested working between Google Talk and prosody (in both directions), as well as between two clients with the same account on Google Talk, and two clients with the same account on prosody. Only problem with this form of directed presence is that if I also use it for git pushes, more clients than are interested in a push's data will receive it. So I may need some better approach, or a hybrid between directed IQ and directed presence.
* update xmpp protocolGravatar Joey Hess2012-11-03
| | | | | | | | | Amusingly, I am not really using xmpp ping for pairing. I forgot to put in the ping tag! And when I did, it stopped working, on Google Talk. Seems it handles client to client pings, at least using the same JID, without actually sending them to the end client. My mistake avoided this, and seems to work, so I've left it as-is for now, with just the git-annex tag in an IQ message. Also tested on prosody.
* rename xmpp creds fileGravatar Joey Hess2012-11-03
| | | | it's not just about push notifications anymore
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-11-03
|\
* | blog for the dayGravatar Joey Hess2012-11-03
| |
* | XMPP pair requests are now received, and an alert displayedGravatar Joey Hess2012-11-03
| |
| * poll vote (Google Drive)Gravatar 2a01:e35:1382:f950:21d9:7aaa:461b:48ee2012-11-03
| |
* | XMPP pairing notifications are now sentGravatar Joey Hess2012-11-03
| | | | | | | | Rest of pairing process still to do.
| * Added a comment: git-annex.app Not working on 32 bit machinesGravatar https://www.google.com/accounts/o8/id?id=AItOawkurjhi0CRJvgm7QNaZDWS9hitBtavqIpc2012-11-03
| |
* | bugfixGravatar Joey Hess2012-11-03
| |
* | send a presence query when the buddy list is displayedGravatar Joey Hess2012-11-03
| | | | | | | | | | This ensures that clients that have not sent presence in a while will show up in the list.