summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Added a commentGravatar http://a-or-b.myopenid.com/2012-10-28
|
* (no commit message)Gravatar http://a-or-b.myopenid.com/2012-10-28
|
* recommend bind9-hostGravatar Joey Hess2012-10-27
|
* add host command to standalone buildsGravatar Joey Hess2012-10-27
|
* blog for the dayGravatar Joey Hess2012-10-27
|
* add XMPP nudge alert, displayed after making a cloud repositoryGravatar Joey Hess2012-10-27
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-10-27
|\
* | add an icon for The CloudGravatar Joey Hess2012-10-27
| | | | | | | | | | | | | | | | | | | | | | I am befuddled that Twitter Bootstrap has no built-in Icon for The Cloud, and also that Chromium's depiction of CLOUD (U+2601) has an uncanny resemblance to PILE OF POO (U+1F4A9) when rendered small, and looks like a looming Frankenstorm when rendered large, and not a sweet, sunny, nothing can go wrong The Cloud. <http://www.fileformat.info/info/unicode/char/2601/browsertest.htm> So, I must resort to irony in my choice of icons.
| * Added a commentGravatar http://joeyh.name/2012-10-27
| |
| * Added a comment: Haskell XMPPGravatar https://www.google.com/accounts/o8/id?id=AItOawmaM3-vbAh5B8tY_IL3yh31ik6cAVsgoPw2012-10-27
| |
* | updateGravatar Joey Hess2012-10-27
| |
* | Merge branch 'xmpp'Gravatar Joey Hess2012-10-27
|\ \ | |/ |/|
| * XEP-0126 is not compatable with my use of presence, remove it from TODOGravatar Joey Hess2012-10-27
| |
| * updateGravatar Joey Hess2012-10-27
| |
| * (re)start XMPP when it's configured in the webappGravatar Joey Hess2012-10-27
| |
| * reconnect XMPP when NetWatcher notices a changeGravatar Joey Hess2012-10-27
| |
* | poll vote (My phone (or MP3 player))Gravatar 128.151.150.172012-10-27
| |
| * xmpp reconnectionGravatar Joey Hess2012-10-27
| | | | | | | | | | If it managed to run for 5 minutes, reconnect immediately. Otherwise, wait 5 minutes before reconnecting.
| * typoGravatar Joey Hess2012-10-26
| |
| * gnutls segfault fixedGravatar Joey Hess2012-10-26
| | | | | | | | | | | | | | | | Adjust build deps to ensure that only a fixed version of the library will be used. Also, removed the bound thread stuff, which I now think was (probably) a red herring.
* | fix syntaxGravatar Joey Hess2012-10-26
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-10-26
|\ \
| | * Merge branch 'master' into xmppGravatar Joey Hess2012-10-26
| | |\ | |_|/ |/| | | | | | | | Conflicts: Assistant/Threads/NetWatcher.hs
* | | NetWatcher: When dbus connection is lost, try to reconnect.Gravatar Joey Hess2012-10-26
| | | | | | | | | | | | | | | | | | | | | | | | MountWatcher can't do this, because it uses the session dbus, and won't have access to the new DBUS_SESSION_BUS_ADDRESS if a new session is started. Bumped dbus library version, FD leak in it is fixed.
| * | Added a comment: chunkingGravatar https://www.google.com/accounts/o8/id?id=AItOawlFUH5H4OUj9vMJIoXQs8bheiptgANQ6fU2012-10-26
|/ /
| * split out xmpp utilitiesGravatar Joey Hess2012-10-26
| |
| * run xmpp test in bound threadGravatar Joey Hess2012-10-26
| |
* | Added a comment: Neat ideaGravatar http://joeyh.name/2012-10-26
| |
* | linkGravatar Joey Hess2012-10-26
| |
* | signGravatar Joey Hess2012-10-26
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-10-26
|\ \
* | | blog for the dayGravatar Joey Hess2012-10-26
| | |
| | * XMPP configuration formGravatar Joey Hess2012-10-26
| | | | | | | | | | | | | | | | | | Currently relies on SRV being set, or the JID's hostname being the server hostname and the port being default. Future work: Allow manual configuration of user name, hostname, and port.
| | * SRV record constructionGravatar Joey Hess2012-10-26
| | |
| | * hook up SRV lookups for XMPPGravatar Joey Hess2012-10-26
| | |
| * | (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawlFUH5H4OUj9vMJIoXQs8bheiptgANQ6fU2012-10-26
| | |
| * | Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawniayrgSdVLUc3c6bf93VbO-_HT4hzxmyo2012-10-26
| | |
| | * Merge branch 'master' into xmppGravatar Joey Hess2012-10-26
| | |\ | |_|/ |/| | | | | | | | | | | Conflicts: Assistant/Threads/MountWatcher.hs Assistant/Threads/NetWatcher.hs
* | | improved dbus error handlingGravatar Joey Hess2012-10-26
| | | | | | | | | | | | | | | | | | | | | Now when the dbus connection is dropped, it'll fall back to polling. I could make it try to reconnect, but there's a FD leak in the dbus library, so not yet.
| * | Added a commentGravatar http://joeyh.name/2012-10-25
|/ /
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-10-25
|\ \
* | | Use USER and HOME environment when set, and only fall back to getpwent, ↵Gravatar Joey Hess2012-10-25
| | | | | | | | | | | | which doesn't work with LDAP or NIS.
| | * add the SRV library, forgot to addGravatar Joey Hess2012-10-25
| | |
| | * SRV lookup libraryGravatar Joey Hess2012-10-25
| | | | | | | | | | | | | | | | | | | | | | | | This uses the ADNS library, if available. Otherwise, the host program. I anticipate that cabal users won't easily get hsdns installed, since it's a Haskell binding to a C library. And using host is just fine, as long as the system has it.
| * | Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawniayrgSdVLUc3c6bf93VbO-_HT4hzxmyo2012-10-25
|/ /
* | correctionGravatar Joey Hess2012-10-25
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-10-25
|\ \
* | | blog for the dayGravatar Joey Hess2012-10-25
| | |
| | * better bound threadGravatar Joey Hess2012-10-25
| | |
| * | Added a comment: ok, that worked.Gravatar ka72012-10-25
| | |