summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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.
* | refactor XMPP clientGravatar Joey Hess2012-11-03
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-11-03
|\
* | switch to new URI version by default, -DWITH_OLD_URI for oldGravatar Joey Hess2012-11-03
| |
| * Delete the duplicate and incorrect installation method for NixOSGravatar https://www.google.com/accounts/o8/id?id=AItOawnVSFYYxe8zGfv6paEoLZBMwfkYuMPxZ9E2012-11-03
|/
* fix marking git-annex clients away when they disconnectGravatar Joey Hess2012-11-02
|
* ignore our own client presenceGravatar Joey Hess2012-11-02
|
* 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
| |
* | xmpp buddy list trackingGravatar Joey Hess2012-11-02
| |
* | pastoGravatar Joey Hess2012-11-02
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-11-02
|\|
| * enhancement request: no rsync error messages in fsck output when accessing ↵Gravatar http://christian.amsuess.com/chrysn2012-11-02
| | | | | | | | old files
* | give <&&> and <||> same fixity as && and ||Gravatar Joey Hess2012-11-02
| | | | | | | | | | | | Suggestion by Daniel Trstenjak These are not currently mixed in my code base, so no real change.
| * 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
|
* Added a commentGravatar https://me.yahoo.com/a/6xTna_B_h.ECb6_ftC2dYLytAEwrv36etg_054U-#4c1e72012-11-01
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawlqL9r-NagkZZWj5P_u08Q6_QIKj3ZgbBo2012-11-01
|
* Added a commentGravatar http://joeyh.name/2012-11-01
|
* (no commit message)Gravatar https://me.yahoo.com/a/6xTna_B_h.ECb6_ftC2dYLytAEwrv36etg_054U-#4c1e72012-11-01
|
* bloglet for the dayGravatar Joey Hess2012-10-31
|
* updateGravatar Joey Hess2012-10-31
|
* Added a comment: Same on 10.8.2Gravatar https://www.google.com/accounts/o8/id?id=AItOawnKgoTWEDuAqxBT7LnQVNJBmI0wajSgORA2012-10-31
|
* webapp: Ensure that rsync special remotes are enabled using the same name ↵Gravatar Joey Hess2012-10-31
| | | | | | | they were originally created using. It was creating a new special remote with a different name, unless the stars perfectly aligned and the names matched.
* webapp: Generate better git remote names.Gravatar Joey Hess2012-10-31
| | | | | | Wrote a better git remote name sanitizer. Git blows up on lots of weird stuff, especially if it starts the remote name, but I managed to get some common punctuation working.
* webapp: Fix renaming of special remotes.Gravatar Joey Hess2012-10-31
| | | | | Working around what seems to me to be a git bug. Surely there are valid setups of real git remotes that don't have fetch set?
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-10-31
|\
* | webapp: Fix creation of rsync.net repositories.Gravatar Joey Hess2012-10-31
| |
| * Added a comment: you should install a gpg agentGravatar http://joeyh.name/2012-10-31
|/
* closeGravatar Joey Hess2012-10-31
|
* fix bug closureGravatar Joey Hess2012-10-31
|
* tagGravatar Joey Hess2012-10-31
|