summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* 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.
* 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.
* 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
|\
* | 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
|/
* 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
|
* (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.
* 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.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-11-03
|\
* | blog for the dayGravatar Joey Hess2012-11-03
| |
| * poll vote (Google Drive)Gravatar 2a01:e35:1382:f950:21d9:7aaa:461b:48ee2012-11-03
| |
| * Added a comment: git-annex.app Not working on 32 bit machinesGravatar https://www.google.com/accounts/o8/id?id=AItOawkurjhi0CRJvgm7QNaZDWS9hitBtavqIpc2012-11-03
|/
* Delete the duplicate and incorrect installation method for NixOSGravatar https://www.google.com/accounts/o8/id?id=AItOawnVSFYYxe8zGfv6paEoLZBMwfkYuMPxZ9E2012-11-03
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-11-02
|\
* | blog for the dayGravatar Joey Hess2012-11-02
| |
* | add buddy list to pairing UIGravatar Joey Hess2012-11-02
| |
| * Added a commentGravatar annexuser2012-11-02
|/
* enhancement request: no rsync error messages in fsck output when accessing ↵Gravatar http://christian.amsuess.com/chrysn2012-11-02
| | | | old files
* Added a comment: and you can specify ranges to dropunusedGravatar http://hands.com/~phil/2012-11-02
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawn7gQ1zZDdWhXy9H51W2krZYShNmKL3qfM2012-11-02
|
* (no commit message)Gravatar http://olg.myid.net/2012-11-01
|
* fsck --all should, perhaps, check every file in every refGravatar Joey Hess2012-11-01
|
* (no commit message)Gravatar annexuser2012-11-01
|
* (no commit message)Gravatar http://www.dbruhn.de/2012-11-01
|
* Added a commentGravatar https://me.yahoo.com/a/6xTna_B_h.ECb6_ftC2dYLytAEwrv36etg_054U-#4c1e72012-11-01
|
* Added a commentGravatar http://joeyh.name/2012-11-01
|
* Added a commentGravatar https://me.yahoo.com/a/6xTna_B_h.ECb6_ftC2dYLytAEwrv36etg_054U-#4c1e72012-11-01
|