aboutsummaryrefslogtreecommitdiff
path: root/Utility/SRV.hs
Commit message (Collapse)AuthorAge
* Fix build with dns-3.0.Gravatar Joey Hess2017-11-24
| | | | This commit was sponsored by Henrik Riomar on Patreon.
* Drop support for building with old versions of dns and http-conduit.Gravatar Joey Hess2017-03-10
|
* Roll the dns build flag into the assistant build flag.Gravatar Joey Hess2016-01-26
|
* remove unused support for ADNS libraryGravatar Joey Hess2016-01-26
|
* rejigger imports for clean build with ghc 7.10's AMP changesGravatar Joey Hess2015-05-10
| | | | | The explict import Prelude after import Control.Applicative is a trick to avoid a warning.
* update my email address and homepage urlGravatar Joey Hess2015-01-21
|
* fix some mixed space+tab indentationGravatar Joey Hess2014-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 BSDGravatar Joey Hess2014-05-10
| | | | | Omitted a couple of files what have had significant contributions from others.
* fix build with haskell DNS 1.0.0Gravatar Joey Hess2013-09-17
|
* remove debug printsGravatar Joey Hess2013-05-30
|
* when xmpp connection fails, show the host(s) it tried to connect toGravatar Joey Hess2013-05-27
|
* Makefile now builds using cabal, taking advantage of cabal's automatic ↵Gravatar Joey Hess2013-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 changesGravatar Joey Hess2012-12-13
|
* export function to avoid 2 warningsGravatar Joey Hess2012-11-29
|
* don't test host in configureGravatar Joey Hess2012-10-30
| | | | That'll fail when building offline.
* allow WITH_HOST setting tooGravatar Joey Hess2012-10-28
|
* support using haskell-dns for SRV lookupsGravatar Joey Hess2012-10-28
| | | | | This library should be easier to install than ADNS, so I've made it be used by default.
* 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
|
* add the SRV library, forgot to addGravatar Joey Hess2012-10-25