summaryrefslogtreecommitdiff
path: root/Utility/SRV.hs
Commit message (Collapse)AuthorAge
* 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