Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | remove debug prints | Joey Hess | 2013-05-30 |
| | |||
* | when xmpp connection fails, show the host(s) it tried to connect to | Joey Hess | 2013-05-27 |
| | |||
* | Makefile now builds using cabal, taking advantage of cabal's automatic ↵ | Joey Hess | 2013-02-27 |
| | | | | | | | | | detection of appropriate build flags. The only thing lost is ./ghci Speed: make fast used to take 20 seconds here, when rebuilding from touching Command/Unused.hs. With cabal, it's 29 seconds. | ||
* | finished where indentation changes | Joey Hess | 2012-12-13 |
| | |||
* | export function to avoid 2 warnings | Joey Hess | 2012-11-29 |
| | |||
* | don't test host in configure | Joey Hess | 2012-10-30 |
| | | | | That'll fail when building offline. | ||
* | allow WITH_HOST setting too | Joey Hess | 2012-10-28 |
| | |||
* | support using haskell-dns for SRV lookups | Joey Hess | 2012-10-28 |
| | | | | | This library should be easier to install than ADNS, so I've made it be used by default. | ||
* | XMPP configuration form | Joey Hess | 2012-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 construction | Joey Hess | 2012-10-26 |
| | |||
* | hook up SRV lookups for XMPP | Joey Hess | 2012-10-26 |
| | |||
* | add the SRV library, forgot to add | Joey Hess | 2012-10-25 |