summaryrefslogtreecommitdiff
path: root/src/Network/Tox/Avahi.hs
AgeCommit message (Collapse)Author
2018-06-24supply hostname for dnssd displayAndrew Cady
2018-06-24Share toxid over avahiAndrew Cady
This isn't really completely correct; there should be some possibility for denial of service. The call to setContactAddr is destructive of whatever information was there previously, but we haven't verified that we're talking to the real contact at the time it is called. This problem exists even in the ordinary path where the nodeinfocallback isn't really requiring proof of anything before throwing out data.
2018-06-22Removed redundant imports and other clean up.joe
2018-06-09integrate avahi publish & discoveryAndrew Cady
2018-06-09test publishing and retrieval of NodeInfo via avahiAndrew Cady
2018-06-08add avahi dependencyAndrew Cady