<?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: plugins/mod_tombstones.lua history</title>
    <description>plugins/mod_tombstones.lua revision history</description>
    <item>
    <title>mod_tombstones: Add shell commands for listing and clearing tombstones</title>
    <link>http://hg.omfa.de/prosody-hg/log/55a7143a58ec/plugins/mod_tombstones.lua</link>
    <description><![CDATA[mod_tombstones: Add shell commands for listing and clearing tombstones]]></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, 05 Jun 2026 16:24:55 +0100</pubDate>
</item>
<item>
    <title>mod_tombstones: Factor out tombstone management to helper functions</title>
    <link>http://hg.omfa.de/prosody-hg/log/a8ce6f45ba35/plugins/mod_tombstones.lua</link>
    <description><![CDATA[mod_tombstones: Factor out tombstone management to helper functions]]></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, 05 Jun 2026 16:24:39 +0100</pubDate>
</item>
<item>
    <title>plugins: Use integer config API with interval specification where sensible</title>
    <link>http://hg.omfa.de/prosody-hg/log/50324f66ca2a/plugins/mod_tombstones.lua</link>
    <description><![CDATA[plugins: Use integer config API with interval specification where sensible<br/>
<br/>
Many of these fall into a few categories:<br/>
- util.cache size, must be &gt;= 1<br/>
- byte or item counts that logically can't be negative<br/>
- port numbers that should be in 1..0xffff]]></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, 17 Jul 2023 01:38:54 +0200</pubDate>
</item>
<item>
    <title>plugins: Switch to :get_option_period() for time range options</title>
    <link>http://hg.omfa.de/prosody-hg/log/c8d949cf6b09/plugins/mod_tombstones.lua</link>
    <description><![CDATA[plugins: Switch to :get_option_period() for time range options<br/>
<br/>
Improves readability (&quot;1 day&quot; vs 86400) and centralizes validation.]]></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, 16 Jul 2023 20:49:33 +0200</pubDate>
</item>
<item>
    <title>plugins: Prefix module imports with prosody namespace</title>
    <link>http://hg.omfa.de/prosody-hg/log/74b9e05af71e/plugins/mod_tombstones.lua</link>
    <description><![CDATA[plugins: 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, 24 Mar 2023 13:15:28 +0100</pubDate>
</item>
<item>
    <title>mod_tombstones: Add caching to improve performance on busy servers (fixes #1728)</title>
    <link>http://hg.omfa.de/prosody-hg/log/a698f65df453/plugins/mod_tombstones.lua</link>
    <description><![CDATA[mod_tombstones: Add caching to improve performance on busy servers (fixes #1728)]]></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, 28 Mar 2022 11:08:18 +0100</pubDate>
</item>
<item>
    <title>mod_tombstones: Add some future TODOs</title>
    <link>http://hg.omfa.de/prosody-hg/log/0c9b64178eda/plugins/mod_tombstones.lua</link>
    <description><![CDATA[mod_tombstones: Add some future TODOs]]></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, 23 Dec 2021 15:22:47 +0100</pubDate>
</item>
<item>
    <title>mod_tombstones: Remember deleted accounts #1307</title>
    <link>http://hg.omfa.de/prosody-hg/log/94de6b7596cc/plugins/mod_tombstones.lua</link>
    <description><![CDATA[mod_tombstones: Remember deleted accounts #1307<br/>
<br/>
Presence subscriptions are normally revoked on account deletion, which<br/>
informs the contact. Sometimes this notification gets lost e.g. due to<br/>
s2s problems. The accounts JID may also be present e.g. in MUC<br/>
affiliations, chat group member lists, pubsub subscriptions or other<br/>
systems. These may grant privileges which would fall to someone who<br/>
creates the same account again, which this module is meant to prevent.]]></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, 23 Dec 2021 14:08:20 +0100</pubDate>
</item>

  </channel>
</rss>
