Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | rejigger imports for clean build with ghc 7.10's AMP changes | Joey Hess | 2015-05-10 |
| | | | | | The explict import Prelude after import Control.Applicative is a trick to avoid a warning. | ||
* | update my email address and homepage url | Joey Hess | 2015-01-21 |
| | |||
* | fix some mixed space+tab indentation | Joey Hess | 2014-10-09 |
| | | | | | | | | | This fixes all instances of " \t" in the code base. Most common case seems to be after a "where" line; probably vim copied the two space layout of that line. Done as a background task while listening to episode 2 of the Type Theory podcast. | ||
* | relicense general utility library code to BSD | Joey Hess | 2014-05-10 |
| | | | | | Omitted a couple of files what have had significant contributions from others. | ||
* | fix build with haskell DNS 1.0.0 | Joey Hess | 2013-09-17 |
| | |||
* | 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 |