<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://hg.omfa.de/prosody-hg/</link>
    <language>en-us</language>

    <title>prosody-hg: net/dns.lua history</title>
    <description>net/dns.lua revision history</description>
    <item>
    <title>Use util.time.now() consistently instead of socket.gettime()</title>
    <link>http://hg.omfa.de/prosody-hg/log/d649d011df45/net/dns.lua</link>
    <description><![CDATA[Use util.time.now() consistently instead of socket.gettime()]]></description>
    <author>&#76;&#105;&#110;&#107;&#32;&#77;&#97;&#117;&#118;&#101;&#32;&#60;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#64;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#46;&#102;&#114;&#62;</author>
    <pubDate>Fri, 30 Jan 2026 14:08:53 +0100</pubDate>
</item>
<item>
    <title>various: Do not mutate loop variables as they are treated as const in Lua 5.5</title>
    <link>http://hg.omfa.de/prosody-hg/log/a4c47203a9eb/net/dns.lua</link>
    <description><![CDATA[various: Do not mutate loop variables as they are treated as const in Lua 5.5<br/>
<br/>
Loop variables are treated as &lt;const&gt; in Lua 5.5 and can't be modified<br/>
without declaring another local.<br/>
<br/>
Ref https://github.com/lua/lua/commit/b2f7b3b79f3117885b265575f6c5dbf934757797]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Fri, 23 Feb 2024 18:44:13 +0100</pubDate>
</item>
<item>
    <title>net: Prefix module imports with prosody namespace</title>
    <link>http://hg.omfa.de/prosody-hg/log/ba409c67353b/net/dns.lua</link>
    <description><![CDATA[net: Prefix module imports with prosody namespace]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Fri, 17 Mar 2023 16:23:12 +0100</pubDate>
</item>
<item>
    <title>various: Update IETF RFC URLs for tools.ietf.org transition</title>
    <link>http://hg.omfa.de/prosody-hg/log/bd9e006a7a74/net/dns.lua</link>
    <description><![CDATA[various: Update IETF RFC URLs for tools.ietf.org transition<br/>
<br/>
See https://www.ietf.org/blog/finalizing-ietf-tools-transition/<br/>
<br/>
Already done in various other places.]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Fri, 05 Aug 2022 16:54:15 +0200</pubDate>
</item>
<item>
    <title>Spelling: Fix various spelling mistakes (thanks timeless)</title>
    <link>http://hg.omfa.de/prosody-hg/log/05c250fa335a/net/dns.lua</link>
    <description><![CDATA[Spelling: Fix various spelling mistakes (thanks timeless)<br/>
<br/>
Words, sometimes I wonder how they even work<br/>
<br/>
Maybe I missed something.]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Mon, 07 Mar 2022 00:13:56 +0100</pubDate>
</item>
<item>
    <title>net.dns: Disable jitter for default resolver (used by blocking dns.lookup() calls)</title>
    <link>http://hg.omfa.de/prosody-hg/log/540f1bc5f082/net/dns.lua</link>
    <description><![CDATA[net.dns: Disable jitter for default resolver (used by blocking dns.lookup() calls)<br/>
<br/>
This fixes 'prosodyctl check dns' being slow.]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sun, 28 Jun 2020 12:02:10 +0100</pubDate>
</item>
<item>
    <title>net.dns: Reduce default timeout to 5s</title>
    <link>http://hg.omfa.de/prosody-hg/log/877ceb4feb6d/net/dns.lua</link>
    <description><![CDATA[net.dns: Reduce default timeout to 5s<br/>
<br/>
Most healthy queries will return well within this time, and the<br/>
new retry logic should help spread the cost of additional retries.]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 25 Jun 2020 15:34:29 +0100</pubDate>
</item>
<item>
    <title>net.dns: Increase backoff delays</title>
    <link>http://hg.omfa.de/prosody-hg/log/25680ece29c2/net/dns.lua</link>
    <description><![CDATA[net.dns: Increase backoff delays<br/>
<br/>
Not entirely happy with the overall logic here.]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 25 Jun 2020 15:31:20 +0100</pubDate>
</item>
<item>
    <title>net.dns: Add jitter to spread queries and reduce failures due to congestion</title>
    <link>http://hg.omfa.de/prosody-hg/log/8902cecbdd39/net/dns.lua</link>
    <description><![CDATA[net.dns: Add jitter to spread queries and reduce failures due to congestion]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 25 Jun 2020 15:29:49 +0100</pubDate>
</item>
<item>
    <title>net.dns: Fix timeout retry logic</title>
    <link>http://hg.omfa.de/prosody-hg/log/03a09fa02e8e/net/dns.lua</link>
    <description><![CDATA[net.dns: Fix timeout retry logic<br/>
<br/>
On timeout the query would be resent twice - once within<br/>
servfail(), and again inside the timeout callback.<br/>
<br/>
This commit moves all retry logic to servfail().]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 25 Jun 2020 15:28:23 +0100</pubDate>
</item>
<item>
    <title>net.dns: Add some debug logging</title>
    <link>http://hg.omfa.de/prosody-hg/log/7bcfac630b65/net/dns.lua</link>
    <description><![CDATA[net.dns: Add some debug logging]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 25 Jun 2020 15:22:40 +0100</pubDate>
</item>
<item>
    <title>net.dns: Handle being loaded outside of Prosody</title>
    <link>http://hg.omfa.de/prosody-hg/log/c2b79b44ded7/net/dns.lua</link>
    <description><![CDATA[net.dns: Handle being loaded outside of Prosody<br/>
<br/>
`if timer ...` suggests that this was intended, but it did not work<br/>
because net.timer depends on net.server which refuses to be loaded<br/>
outside of Prosody.]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Mon, 24 Feb 2020 20:21:46 +0100</pubDate>
</item>
<item>
    <title>net.dns: Close resolv.conf handle when done (fixes #1342)</title>
    <link>http://hg.omfa.de/prosody-hg/log/6402bc76f51a/net/dns.lua</link>
    <description><![CDATA[net.dns: Close resolv.conf handle when done (fixes #1342)]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sat, 13 Apr 2019 18:16:28 +0200</pubDate>
</item>
<item>
    <title>Merge 0.10-&gt;trunk</title>
    <link>http://hg.omfa.de/prosody-hg/log/dbb5ec6885fe/net/dns.lua</link>
    <description><![CDATA[Merge 0.10-&gt;trunk]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sun, 10 Jun 2018 17:56:38 +0200</pubDate>
</item>
<item>
    <title>net.dns: Lazily generate unknown RR type names</title>
    <link>http://hg.omfa.de/prosody-hg/log/144666d0ad2f/net/dns.lua</link>
    <description><![CDATA[net.dns: Lazily generate unknown RR type names]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sun, 10 Jun 2018 17:45:49 +0200</pubDate>
</item>
<item>
    <title>Backed out changeset eae606b9266c: Used a lot of memory</title>
    <link>http://hg.omfa.de/prosody-hg/log/b7b960d30eef/net/dns.lua</link>
    <description><![CDATA[Backed out changeset eae606b9266c: Used a lot of memory]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sun, 10 Jun 2018 17:37:06 +0200</pubDate>
</item>
<item>
    <title>net.dns: Expand table of known RR types from IANA registry</title>
    <link>http://hg.omfa.de/prosody-hg/log/c5d5dfaa8d38/net/dns.lua</link>
    <description><![CDATA[net.dns: Expand table of known RR types from IANA registry]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sat, 09 Jun 2018 15:30:26 +0200</pubDate>
</item>
<item>
    <title>Merge 0.10-&gt;trunk</title>
    <link>http://hg.omfa.de/prosody-hg/log/ac21f13798ae/net/dns.lua</link>
    <description><![CDATA[Merge 0.10-&gt;trunk]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sat, 09 Jun 2018 15:47:59 +0200</pubDate>
</item>
<item>
    <title>net.dns: Syntesize type names for the full range</title>
    <link>http://hg.omfa.de/prosody-hg/log/eae606b9266c/net/dns.lua</link>
    <description><![CDATA[net.dns: Syntesize type names for the full range<br/>
<br/>
Otherwise unknown records are identified as A records. This also fixes<br/>
various tracebacks unearthed by previous commits and mis-identified<br/>
records.<br/>
<br/>
Related to #1056 #976 #819]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sat, 09 Jun 2018 15:34:00 +0200</pubDate>
</item>
<item>
    <title>net.dns: Don't attempt to cache unparsed data (fixes #1056)</title>
    <link>http://hg.omfa.de/prosody-hg/log/fcf42bd7d067/net/dns.lua</link>
    <description><![CDATA[net.dns: Don't attempt to cache unparsed data (fixes #1056)<br/>
<br/>
rr[qtype:lower()] can be nil. I think this happens if the type does not<br/>
have a parser.<br/>
<br/>
Also see #819 #976]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sat, 09 Jun 2018 15:35:03 +0200</pubDate>
</item>
<item>
    <title>net.dns: Also cache records from the 'additional' section</title>
    <link>http://hg.omfa.de/prosody-hg/log/e6ba0e5260b4/net/dns.lua</link>
    <description><![CDATA[net.dns: Also cache records from the 'additional' section<br/>
<br/>
Could be getting A/AAAA records here when asking for SRV]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sun, 03 Jun 2018 00:40:42 +0200</pubDate>
</item>
<item>
    <title>net.dns: Cache all records from the 'answer' section (fixes #487)</title>
    <link>http://hg.omfa.de/prosody-hg/log/102242a7ee60/net/dns.lua</link>
    <description><![CDATA[net.dns: Cache all records from the 'answer' section (fixes #487)<br/>
<br/>
This should preserve CNAME records included here]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sat, 09 Jun 2018 00:02:06 +0200</pubDate>
</item>
<item>
    <title>vairious: Add annotation when an empty environment is set [luacheck]</title>
    <link>http://hg.omfa.de/prosody-hg/log/4f0f5b49bb03/net/dns.lua</link>
    <description><![CDATA[vairious: Add annotation when an empty environment is set [luacheck]]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Wed, 28 Feb 2018 20:06:26 +0100</pubDate>
</item>
<item>
    <title>Merge 0.10-&gt;trunk</title>
    <link>http://hg.omfa.de/prosody-hg/log/4e6710b4f873/net/dns.lua</link>
    <description><![CDATA[Merge 0.10-&gt;trunk]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Fri, 01 Dec 2017 04:54:23 +0100</pubDate>
</item>
<item>
    <title>net.dns: Don't compress a single zero group in IPv6 addresses to match behaviour of inet_ntop</title>
    <link>http://hg.omfa.de/prosody-hg/log/3d21c63ec03f/net/dns.lua</link>
    <description><![CDATA[net.dns: Don't compress a single zero group in IPv6 addresses to match behaviour of inet_ntop]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Fri, 01 Dec 2017 04:50:20 +0100</pubDate>
</item>
<item>
    <title>net.dns: Use inet_ntop from util.net if available</title>
    <link>http://hg.omfa.de/prosody-hg/log/1371518f70ff/net/dns.lua</link>
    <description><![CDATA[net.dns: Use inet_ntop from util.net if available]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Wed, 29 Nov 2017 08:02:14 +0100</pubDate>
</item>
<item>
    <title>net.dns: Correctly apply lower bound of RTT (thanks Ge0rG)</title>
    <link>http://hg.omfa.de/prosody-hg/log/9b52b1f19b51/net/dns.lua</link>
    <description><![CDATA[net.dns: Correctly apply lower bound of RTT (thanks Ge0rG)]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sun, 24 Sep 2017 01:04:56 +0200</pubDate>
</item>
<item>
    <title>Merge 0.9-&gt;0.10</title>
    <link>http://hg.omfa.de/prosody-hg/log/a395957f3bf2/net/dns.lua</link>
    <description><![CDATA[Merge 0.9-&gt;0.10]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Tue, 13 Jun 2017 16:38:52 +0200</pubDate>
</item>
<item>
    <title>net.dns: Prevent answers from immediately expiring even if TTL=0 (see #919)</title>
    <link>http://hg.omfa.de/prosody-hg/log/a55eb6c3b45c/net/dns.lua</link>
    <description><![CDATA[net.dns: Prevent answers from immediately expiring even if TTL=0 (see #919)]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Tue, 13 Jun 2017 16:36:47 +0200</pubDate>
</item>
<item>
    <title>Merge 0.9-&gt;0.10</title>
    <link>http://hg.omfa.de/prosody-hg/log/6300394bb713/net/dns.lua</link>
    <description><![CDATA[Merge 0.9-&gt;0.10]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sat, 27 May 2017 16:42:50 +0200</pubDate>
</item>
<item>
    <title>net.dns: Simplify expiry calculation (fixes #919)</title>
    <link>http://hg.omfa.de/prosody-hg/log/2c65f8be38aa/net/dns.lua</link>
    <description><![CDATA[net.dns: Simplify expiry calculation (fixes #919)]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Mon, 22 May 2017 05:32:11 +0200</pubDate>
</item>
<item>
    <title>net.dns: remove unused variable unpack [luacheck]</title>
    <link>http://hg.omfa.de/prosody-hg/log/936b78e9f399/net/dns.lua</link>
    <description><![CDATA[net.dns: remove unused variable unpack [luacheck]]]></description>
    <author>&#65;&#110;&#116;&#111;&#110;&#32;&#83;&#104;&#101;&#115;&#116;&#97;&#107;&#111;&#118;&#32;&#60;&#97;&#118;&#54;&#64;&#100;&#119;&#105;&#109;&#108;&#97;&#98;&#115;&#46;&#110;&#101;&#116;&#62;</author>
    <pubDate>Thu, 28 Jul 2016 15:39:48 +0800</pubDate>
</item>
<item>
    <title>net.dns: remove unused one-letter loop variables [luacheck]</title>
    <link>http://hg.omfa.de/prosody-hg/log/4c519444d4a2/net/dns.lua</link>
    <description><![CDATA[net.dns: remove unused one-letter loop variables [luacheck]]]></description>
    <author>&#65;&#110;&#116;&#111;&#110;&#32;&#83;&#104;&#101;&#115;&#116;&#97;&#107;&#111;&#118;&#32;&#60;&#97;&#118;&#54;&#64;&#100;&#119;&#105;&#109;&#108;&#97;&#98;&#115;&#46;&#110;&#101;&#116;&#62;</author>
    <pubDate>Thu, 14 Jul 2016 18:43:17 +0800</pubDate>
</item>
<item>
    <title>net.dns: don't use &quot;for s,s in pairs...&quot; (unused loop variable s) [luacheck]</title>
    <link>http://hg.omfa.de/prosody-hg/log/3dc7de31d3d1/net/dns.lua</link>
    <description><![CDATA[net.dns: don't use &quot;for s,s in pairs...&quot; (unused loop variable s) [luacheck]]]></description>
    <author>&#65;&#110;&#116;&#111;&#110;&#32;&#83;&#104;&#101;&#115;&#116;&#97;&#107;&#111;&#118;&#32;&#60;&#97;&#118;&#54;&#64;&#100;&#119;&#105;&#109;&#108;&#97;&#98;&#115;&#46;&#110;&#101;&#116;&#62;</author>
    <pubDate>Sat, 09 Jul 2016 10:26:18 +0800</pubDate>
</item>
<item>
    <title>net.dns: remove unused one-letter loop variables [luacheck]</title>
    <link>http://hg.omfa.de/prosody-hg/log/363e4a5e9b0a/net/dns.lua</link>
    <description><![CDATA[net.dns: remove unused one-letter loop variables [luacheck]]]></description>
    <author>&#65;&#110;&#116;&#111;&#110;&#32;&#83;&#104;&#101;&#115;&#116;&#97;&#107;&#111;&#118;&#32;&#60;&#97;&#118;&#54;&#64;&#100;&#119;&#105;&#109;&#108;&#97;&#98;&#115;&#46;&#110;&#101;&#116;&#62;</author>
    <pubDate>Sat, 09 Jul 2016 00:45:59 +0800</pubDate>
</item>
<item>
    <title>net.dns: Import unpack() in forward-compatible way (Fixes compat with Lua5.2+)</title>
    <link>http://hg.omfa.de/prosody-hg/log/addf60d25356/net/dns.lua</link>
    <description><![CDATA[net.dns: Import unpack() in forward-compatible way (Fixes compat with Lua5.2+)]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Mon, 28 Mar 2016 19:56:12 +0200</pubDate>
</item>
<item>
    <title>Merge 0.9-&gt;0.10</title>
    <link>http://hg.omfa.de/prosody-hg/log/5286e79c6829/net/dns.lua</link>
    <description><![CDATA[Merge 0.9-&gt;0.10]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Fri, 22 Jan 2016 14:49:05 +0100</pubDate>
</item>
<item>
    <title>net.dns: Remember query only after it was sent, in case it was not (fixes #598)</title>
    <link>http://hg.omfa.de/prosody-hg/log/388281be2bc7/net/dns.lua</link>
    <description><![CDATA[net.dns: Remember query only after it was sent, in case it was not (fixes #598)]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Thu, 21 Jan 2016 22:26:46 +0100</pubDate>
</item>
<item>
    <title>Merge 0.9-&gt;0.10</title>
    <link>http://hg.omfa.de/prosody-hg/log/eda0feeaf759/net/dns.lua</link>
    <description><![CDATA[Merge 0.9-&gt;0.10]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Fri, 08 Jan 2016 16:16:08 +0100</pubDate>
</item>
<item>
    <title>Backout 88d54bec26b7 prior to release, as it certainly requires more testing</title>
    <link>http://hg.omfa.de/prosody-hg/log/7ec52755622f/net/dns.lua</link>
    <description><![CDATA[Backout 88d54bec26b7 prior to release, as it certainly requires more testing]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Fri, 08 Jan 2016 13:01:27 +0000</pubDate>
</item>
<item>
    <title>net.dns: Allow a zone id in resolv.conf (eg like %eth0)</title>
    <link>http://hg.omfa.de/prosody-hg/log/7b0651e4534f/net/dns.lua</link>
    <description><![CDATA[net.dns: Allow a zone id in resolv.conf (eg like %eth0)]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Mon, 04 Jan 2016 15:46:06 +0100</pubDate>
</item>
<item>
    <title>net.dns: Support IPv6 addresses in resolv.conf [Backported from 0.10]</title>
    <link>http://hg.omfa.de/prosody-hg/log/94d5e2f33a10/net/dns.lua</link>
    <description><![CDATA[net.dns: Support IPv6 addresses in resolv.conf [Backported from 0.10]]]></description>
    <author>&#70;&#108;&#111;&#114;&#105;&#97;&#110;&#32;&#90;&#101;&#105;&#116;&#122;&#32;&#60;&#102;&#108;&#111;&#114;&#111;&#98;&#64;&#98;&#97;&#98;&#101;&#108;&#109;&#111;&#110;&#107;&#101;&#121;&#115;&#46;&#100;&#101;&#62;</author>
    <pubDate>Tue, 18 Jun 2013 23:02:20 +0200</pubDate>
</item>
<item>
    <title>Merge 0.9-&gt;0.10</title>
    <link>http://hg.omfa.de/prosody-hg/log/abff7543b79c/net/dns.lua</link>
    <description><![CDATA[Merge 0.9-&gt;0.10]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Fri, 25 Sep 2015 16:51:42 +0100</pubDate>
</item>
<item>
    <title>net.dns: Unconditionally cache records found in answers</title>
    <link>http://hg.omfa.de/prosody-hg/log/88d54bec26b7/net/dns.lua</link>
    <description><![CDATA[net.dns: Unconditionally cache records found in answers]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Mon, 25 May 2015 23:16:11 +0100</pubDate>
</item>
<item>
    <title>net.dns: Use new IPv4-specific socket factory if available (fixes dns on libevent with latest development version of luasocket)</title>
    <link>http://hg.omfa.de/prosody-hg/log/86fcc3fa1a97/net/dns.lua</link>
    <description><![CDATA[net.dns: Use new IPv4-specific socket factory if available (fixes dns on libevent with latest development version of luasocket)]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Fri, 25 Sep 2015 17:32:13 +0200</pubDate>
</item>
<item>
    <title>net.*: Remove use of module() function</title>
    <link>http://hg.omfa.de/prosody-hg/log/647adfd8f738/net/dns.lua</link>
    <description><![CDATA[net.*: Remove use of module() function]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sat, 21 Feb 2015 10:45:24 +0100</pubDate>
</item>
<item>
    <title>net.dns: Remove resolver:new(), as it needlessly and incorrectly duplicates dns.resolver()</title>
    <link>http://hg.omfa.de/prosody-hg/log/33426c56f5d5/net/dns.lua</link>
    <description><![CDATA[net.dns: Remove resolver:new(), as it needlessly and incorrectly duplicates dns.resolver()]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Mon, 06 Jul 2015 19:11:39 +0100</pubDate>
</item>
<item>
    <title>Merge 0.9-&gt;0.10</title>
    <link>http://hg.omfa.de/prosody-hg/log/9795b8cf14f1/net/dns.lua</link>
    <description><![CDATA[Merge 0.9-&gt;0.10]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sun, 03 May 2015 18:38:39 +0200</pubDate>
</item>
<item>
    <title>net.dns: Make sure argument to math.randomseed does not overflow a 32 bit *signed* int (blame Lua). Closes #439</title>
    <link>http://hg.omfa.de/prosody-hg/log/4f934cf03bc9/net/dns.lua</link>
    <description><![CDATA[net.dns: Make sure argument to math.randomseed does not overflow a 32 bit *signed* int (blame Lua). Closes #439]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sun, 26 Apr 2015 19:50:24 +0200</pubDate>
</item>
<item>
    <title>Merge 0.9-&gt;0.10</title>
    <link>http://hg.omfa.de/prosody-hg/log/855085439f7f/net/dns.lua</link>
    <description><![CDATA[Merge 0.9-&gt;0.10]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sun, 26 Apr 2015 00:06:44 +0200</pubDate>
</item>
<item>
    <title>net.dns, mod_s2s: Add chasing of CNAMEs to net.dns and remove it from mod_s2s</title>
    <link>http://hg.omfa.de/prosody-hg/log/45222bfb206f/net/dns.lua</link>
    <description><![CDATA[net.dns, mod_s2s: Add chasing of CNAMEs to net.dns and remove it from mod_s2s]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Fri, 24 Apr 2015 14:14:01 +0200</pubDate>
</item>
<item>
    <title>Merge 0.9 -&gt; 0.10</title>
    <link>http://hg.omfa.de/prosody-hg/log/8273236a995f/net/dns.lua</link>
    <description><![CDATA[Merge 0.9 -&gt; 0.10]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sun, 09 Nov 2014 20:30:04 +0100</pubDate>
</item>
<item>
    <title>net.dns: Try next server if peer name can not be set (thanks wirehack7)</title>
    <link>http://hg.omfa.de/prosody-hg/log/7cb69eba3e95/net/dns.lua</link>
    <description><![CDATA[net.dns: Try next server if peer name can not be set (thanks wirehack7)]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Thu, 30 Oct 2014 12:28:07 +0100</pubDate>
</item>
<item>
    <title>net.dns: Return new socket from servfail</title>
    <link>http://hg.omfa.de/prosody-hg/log/4a28b8320d7f/net/dns.lua</link>
    <description><![CDATA[net.dns: Return new socket from servfail]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Thu, 30 Oct 2014 12:10:15 +0100</pubDate>
</item>
<item>
    <title>Merge 0.9-&gt;0.10</title>
    <link>http://hg.omfa.de/prosody-hg/log/737c81bd898e/net/dns.lua</link>
    <description><![CDATA[Merge 0.9-&gt;0.10]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sun, 05 Oct 2014 15:37:21 +0200</pubDate>
</item>
<item>
    <title>net.dns: Avoid duplicate cache entries</title>
    <link>http://hg.omfa.de/prosody-hg/log/460584257cc9/net/dns.lua</link>
    <description><![CDATA[net.dns: Avoid duplicate cache entries]]></description>
    <author>&#70;&#108;&#111;&#114;&#105;&#97;&#110;&#32;&#90;&#101;&#105;&#116;&#122;&#32;&#60;&#102;&#108;&#111;&#114;&#111;&#98;&#64;&#98;&#97;&#98;&#101;&#108;&#109;&#111;&#110;&#107;&#101;&#121;&#115;&#46;&#100;&#101;&#62;</author>
    <pubDate>Sun, 05 Oct 2014 14:28:40 +0200</pubDate>
</item>
<item>
    <title>Merge 0.9-&gt;0.10</title>
    <link>http://hg.omfa.de/prosody-hg/log/1940a014aeca/net/dns.lua</link>
    <description><![CDATA[Merge 0.9-&gt;0.10]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Fri, 25 Jul 2014 13:01:57 +0100</pubDate>
</item>
<item>
    <title>net.dns: Remove unused obsolete code</title>
    <link>http://hg.omfa.de/prosody-hg/log/d232bb1bbe1e/net/dns.lua</link>
    <description><![CDATA[net.dns: Remove unused obsolete code]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Fri, 25 Jul 2014 12:54:31 +0100</pubDate>
</item>
<item>
    <title>net.dns: Ensure all pending requests get notified of a timeout when looking up a record (fix for d122420542fb)</title>
    <link>http://hg.omfa.de/prosody-hg/log/b6f76a52eb36/net/dns.lua</link>
    <description><![CDATA[net.dns: Ensure all pending requests get notified of a timeout when looking up a record (fix for d122420542fb)]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Fri, 25 Jul 2014 12:08:07 +0100</pubDate>
</item>
<item>
    <title>Merge 0.9-&gt;0.10</title>
    <link>http://hg.omfa.de/prosody-hg/log/a29cc79295e6/net/dns.lua</link>
    <description><![CDATA[Merge 0.9-&gt;0.10]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Mon, 30 Jun 2014 13:11:01 +0200</pubDate>
</item>

  </channel>
</rss>
