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

    <title>prosody-modules: mod_storage_appendmap/mod_storage_appendmap.lua history</title>
    <description>mod_storage_appendmap/mod_storage_appendmap.lua revision history</description>
    <item>
    <title>various: Adjust for loop variables becoming constants in Lua 5.5</title>
    <link>http://hg.omfa.de/prosody-modules/log/f61564e11d3b/mod_storage_appendmap/mod_storage_appendmap.lua</link>
    <description><![CDATA[various: Adjust for loop variables becoming constants in Lua 5.5]]></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, 07 Apr 2026 14:30:31 +0200</pubDate>
</item>
<item>
    <title>mod_storage_appendmap: Include timestamps when appending data</title>
    <link>http://hg.omfa.de/prosody-modules/log/78f766372e2c/mod_storage_appendmap/mod_storage_appendmap.lua</link>
    <description><![CDATA[mod_storage_appendmap: Include timestamps when appending data<br/>
<br/>
Meant to give some sense of when each piece of data was added, to aid in<br/>
debugging changes or manual rollbacks.]]></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 Nov 2023 21:06:23 +0100</pubDate>
</item>
<item>
    <title>mod_storage_appendmap: Implement item/user iteration methods</title>
    <link>http://hg.omfa.de/prosody-modules/log/ea6c18ec0669/mod_storage_appendmap/mod_storage_appendmap.lua</link>
    <description><![CDATA[mod_storage_appendmap: Implement item/user iteration methods]]></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 Nov 2023 21:03:30 +0100</pubDate>
</item>
<item>
    <title>mod_storage_appendmap: Fix keyvalue writes</title>
    <link>http://hg.omfa.de/prosody-modules/log/e44b868cc575/mod_storage_appendmap/mod_storage_appendmap.lua</link>
    <description><![CDATA[mod_storage_appendmap: Fix keyvalue writes<br/>
<br/>
store_raw() takes a filename, unlike most other datamanager functions<br/>
that take a series of path components, leading to this bug where it<br/>
would write the hostname into a file named after the first argument<br/>
(commonly a username) in the working directory.]]></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 Oct 2022 21:35:18 +0200</pubDate>
</item>
<item>
    <title>mod_storage_appendmap: Factor out serialization into reusable functions</title>
    <link>http://hg.omfa.de/prosody-modules/log/6a7b7cb7148e/mod_storage_appendmap/mod_storage_appendmap.lua</link>
    <description><![CDATA[mod_storage_appendmap: Factor out serialization into reusable functions]]></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, 13 Oct 2017 00:31:40 +0200</pubDate>
</item>
<item>
    <title>mod_storage_appendmap: Successfully return nothing on ENOENT</title>
    <link>http://hg.omfa.de/prosody-modules/log/4548c3d685b4/mod_storage_appendmap/mod_storage_appendmap.lua</link>
    <description><![CDATA[mod_storage_appendmap: Successfully return nothing on ENOENT]]></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, 21 Mar 2017 15:56:43 +0100</pubDate>
</item>
<item>
    <title>mod_storage_appendmap: Escape Lua keywords</title>
    <link>http://hg.omfa.de/prosody-modules/log/623e23190c3e/mod_storage_appendmap/mod_storage_appendmap.lua</link>
    <description><![CDATA[mod_storage_appendmap: Escape Lua keywords]]></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, 02 Jan 2017 21:04:36 +0100</pubDate>
</item>
<item>
    <title>mod_storage_appendmap: Fix pattern meant to match valid Lua Names so such are escaped correctly</title>
    <link>http://hg.omfa.de/prosody-modules/log/a2625a36c092/mod_storage_appendmap/mod_storage_appendmap.lua</link>
    <description><![CDATA[mod_storage_appendmap: Fix pattern meant to match valid Lua Names so such are escaped correctly]]></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, 02 Jan 2017 21:03:56 +0100</pubDate>
</item>
<item>
    <title>mod_storage_appendmap: Prevent _ENV = false</title>
    <link>http://hg.omfa.de/prosody-modules/log/98354fbea63c/mod_storage_appendmap/mod_storage_appendmap.lua</link>
    <description><![CDATA[mod_storage_appendmap: Prevent _ENV = false]]></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, 09 Jun 2016 11:47:55 +0200</pubDate>
</item>
<item>
    <title>mod_storage_appendmap: Fix keyvalue:set()</title>
    <link>http://hg.omfa.de/prosody-modules/log/8f7083b980cf/mod_storage_appendmap/mod_storage_appendmap.lua</link>
    <description><![CDATA[mod_storage_appendmap: Fix keyvalue:set()]]></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, 06 Mar 2016 19:28:21 +0100</pubDate>
</item>
<item>
    <title>mod_storage_appendmap: Experimental storage module optimized for map stores</title>
    <link>http://hg.omfa.de/prosody-modules/log/b84284144e21/mod_storage_appendmap/mod_storage_appendmap.lua</link>
    <description><![CDATA[mod_storage_appendmap: Experimental storage module optimized for map stores]]></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, 06 Mar 2016 17:03:19 +0100</pubDate>
</item>

  </channel>
</rss>
