<?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: spec/core_storagemanager_spec.lua history</title>
    <description>spec/core_storagemanager_spec.lua revision history</description>
    <item>
    <title>mod_storage_internal: Return item-not-found for unknown before/after ids</title>
    <link>http://hg.omfa.de/prosody-hg/log/f77911437539/spec/core_storagemanager_spec.lua</link>
    <description><![CDATA[mod_storage_internal: Return item-not-found for unknown before/after ids<br/>
<br/>
This is required per XEP-0313, otherwise clients cannot tell the difference<br/>
between an empty successful query and a query where their sync point is no<br/>
longer within the archive.]]></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, 12 Dec 2025 12:43:23 +0000</pubDate>
</item>
<item>
    <title>mod_storage_internal: Fix queries with only start returning extra items</title>
    <link>http://hg.omfa.de/prosody-hg/log/cbd234461c41/spec/core_storagemanager_spec.lua</link>
    <description><![CDATA[mod_storage_internal: Fix queries with only start returning extra items<br/>
<br/>
Queries with start &gt; last item would return one item, because there's<br/>
some boundary condition in binary_search().<br/>
<br/>
This is here fixed by always applying filters that omit items outside<br/>
the requested range.<br/>
<br/>
See also 2374c7665d0b]]></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, 14 Apr 2025 15:10:29 +0200</pubDate>
</item>
<item>
    <title>core.storagemanager: Fix tests by removing an assert that upset luarocks</title>
    <link>http://hg.omfa.de/prosody-hg/log/97bbe60336bc/spec/core_storagemanager_spec.lua</link>
    <description><![CDATA[core.storagemanager: Fix tests by removing an assert that upset luarocks<br/>
<br/>
Not sure why but this assert() caused a stack overflow in luarocks]]></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, 19 Mar 2025 16:15:52 +0100</pubDate>
</item>
<item>
    <title>mod_storage_internal, tests: Fix before/after combined with the 'reverse' flag</title>
    <link>http://hg.omfa.de/prosody-hg/log/6877786d73d7/spec/core_storagemanager_spec.lua</link>
    <description><![CDATA[mod_storage_internal, tests: Fix before/after combined with the 'reverse' flag]]></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>Tue, 12 Dec 2023 13:41:14 +0000</pubDate>
</item>
<item>
    <title>tests: Add hack to test only a single storage driver</title>
    <link>http://hg.omfa.de/prosody-hg/log/2902c54f45a6/spec/core_storagemanager_spec.lua</link>
    <description><![CDATA[tests: Add hack to test only a single storage driver<br/>
<br/>
Fixes that LuaDBI being unavailable makes these produce nothing but<br/>
endless stack overflows in luarocks.]]></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, 22 Jul 2023 16:20:36 +0200</pubDate>
</item>
<item>
    <title>tests: Update storagemanager tests for prosody.* namespace change</title>
    <link>http://hg.omfa.de/prosody-hg/log/c5ccdfbbe9c1/spec/core_storagemanager_spec.lua</link>
    <description><![CDATA[tests: Update storagemanager tests for prosody.* namespace change<br/>
<br/>
Part of an attempt to make these tests work again. Previously they would<br/>
just explode in a million luarocks stack overflows]]></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, 22 Jul 2023 16:17:13 +0200</pubDate>
</item>
<item>
    <title>storagemanager tests: Reorder test data in chronological order</title>
    <link>http://hg.omfa.de/prosody-hg/log/3692265becb7/spec/core_storagemanager_spec.lua</link>
    <description><![CDATA[storagemanager tests: Reorder test data in chronological order<br/>
<br/>
Why was the test data not in chronological order?<br/>
<br/>
Altho, maybe that was the point? Except for MAM, the data might *not* be<br/>
in chronological order!]]></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, 11 May 2021 02:04:59 +0200</pubDate>
</item>
<item>
    <title>storagemanager: Add keyval+ (combined keyval + map) store type</title>
    <link>http://hg.omfa.de/prosody-hg/log/52fcdfe710ca/spec/core_storagemanager_spec.lua</link>
    <description><![CDATA[storagemanager: Add keyval+ (combined keyval + map) store type<br/>
<br/>
This combines the two most common store types, which modules often end up<br/>
opening with both interfaces separately anyway.<br/>
<br/>
As well as combining them, I've taken the opportunity to improve some of the<br/>
method names to make them clearer.]]></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>Tue, 27 Sep 2022 17:46:27 +0100</pubDate>
</item>
<item>
    <title>Merge 0.12-&gt;trunk</title>
    <link>http://hg.omfa.de/prosody-hg/log/3d3a0c4e2662/spec/core_storagemanager_spec.lua</link>
    <description><![CDATA[Merge 0.12-&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, 29 Jul 2022 17:10:31 +0200</pubDate>
</item>
<item>
    <title>storage tests: Add test for the archive:summary API</title>
    <link>http://hg.omfa.de/prosody-hg/log/a2624315d30e/spec/core_storagemanager_spec.lua</link>
    <description><![CDATA[storage tests: Add test for the archive:summary API<br/>
<br/>
Passes with memory, internal, sqlite<br/>
Fails with postgres as in #1766]]></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 Jul 2022 18:32:45 +0200</pubDate>
</item>
<item>
    <title>compat: Remove handling of Lua 5.1 location of 'unpack' function</title>
    <link>http://hg.omfa.de/prosody-hg/log/39ae08180c81/spec/core_storagemanager_spec.lua</link>
    <description><![CDATA[compat: Remove handling of Lua 5.1 location of 'unpack' 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>Mon, 11 Jul 2022 19:07:38 +0200</pubDate>
</item>
<item>
    <title>core.storagemanager: Respect archive ids issued by storage drivers in tests</title>
    <link>http://hg.omfa.de/prosody-hg/log/e0d0680e04cc/spec/core_storagemanager_spec.lua</link>
    <description><![CDATA[core.storagemanager: Respect archive ids issued by storage drivers in tests<br/>
<br/>
Storage drivers may issue their own IDs tho none of the included ones do<br/>
this atm, but the 3rd party module mod_storage_xmlarchive has its<br/>
special format.]]></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, 15 Aug 2021 12:28:58 +0200</pubDate>
</item>
<item>
    <title>core.storagemanager: s/Multilpe/Multiple/ [codespell]</title>
    <link>http://hg.omfa.de/prosody-hg/log/2358299bc928/spec/core_storagemanager_spec.lua</link>
    <description><![CDATA[core.storagemanager: s/Multilpe/Multiple/ [codespell]]]></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 Mar 2021 15:04:45 +0100</pubDate>
</item>
<item>
    <title>mod_storage_sql: Implement map-like API for archives</title>
    <link>http://hg.omfa.de/prosody-hg/log/10fba62332c5/spec/core_storagemanager_spec.lua</link>
    <description><![CDATA[mod_storage_sql: Implement map-like API for archives<br/>
<br/>
Used by mod_http_file_share, muc moderation, etc.<br/>
<br/>
Tests tweaked because they failed on stanza internals that happen<br/>
becasue of re-serialization. Namespaces differ since inheritance is<br/>
implicit when building but explicit after parsing.]]></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, 01 Feb 2021 12:47:05 +0100</pubDate>
</item>
<item>
    <title>storage: Test reverse-ordered queries</title>
    <link>http://hg.omfa.de/prosody-hg/log/367e6beaf8ab/spec/core_storagemanager_spec.lua</link>
    <description><![CDATA[storage: Test reverse-ordered queries]]></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, 01 Feb 2021 12:17:56 +0100</pubDate>
</item>
<item>
    <title>storage tests: Add test for querying a set of IDs</title>
    <link>http://hg.omfa.de/prosody-hg/log/7b2ee8995af9/spec/core_storagemanager_spec.lua</link>
    <description><![CDATA[storage tests: Add test for querying a set of IDs]]></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, 12 Jan 2021 18:03:40 +0100</pubDate>
</item>
<item>
    <title>storage tests: Test querys with both before and after IDs</title>
    <link>http://hg.omfa.de/prosody-hg/log/9f1355689648/spec/core_storagemanager_spec.lua</link>
    <description><![CDATA[storage tests: Test querys with both before and after IDs<br/>
<br/>
Needed for extended MAM, supported by SQL storage already.]]></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, 12 Jan 2021 15:52:14 +0100</pubDate>
</item>
<item>
    <title>storage tests: Add tests for archive queries before/after specific ids</title>
    <link>http://hg.omfa.de/prosody-hg/log/470602a8b633/spec/core_storagemanager_spec.lua</link>
    <description><![CDATA[storage tests: Add tests for archive queries before/after specific ids<br/>
<br/>
Also increased the size of the test data for easier debugging with more<br/>
complex tests.]]></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, 12 Jun 2020 16:59:06 +0100</pubDate>
</item>
<item>
    <title>mod_storage_internal: Fix keeping old timestamp in archive map API</title>
    <link>http://hg.omfa.de/prosody-hg/log/5a6ba2f38e2b/spec/core_storagemanager_spec.lua</link>
    <description><![CDATA[mod_storage_internal: Fix keeping old timestamp in archive map API<br/>
<br/>
This led to a missing 'when' field on changed items, which would cause a<br/>
traceack.]]></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, 15 May 2020 20:55:22 +0200</pubDate>
</item>
<item>
    <title>mod_storage_internal: Implement key-value API</title>
    <link>http://hg.omfa.de/prosody-hg/log/f23363380599/spec/core_storagemanager_spec.lua</link>
    <description><![CDATA[mod_storage_internal: Implement key-value API]]></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, 11 May 2020 21:56:19 +0200</pubDate>
</item>
<item>
    <title>spec/storage: Reset build context of test stanza make comparisons easier</title>
    <link>http://hg.omfa.de/prosody-hg/log/93019f3edd68/spec/core_storagemanager_spec.lua</link>
    <description><![CDATA[spec/storage: Reset build context of test stanza make comparisons easier<br/>
<br/>
While building a stanza there's a .last_add field keeping track of where<br/>
in the XML tree tags are being added.  This field does not survive a<br/>
roundtrip through preserialize / deserialize.  :reset() removes this,<br/>
which simplifes comparisons after such a roundtrip.]]></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, 11 May 2020 21:41:02 +0200</pubDate>
</item>
<item>
    <title>storagemanager, mod_storage_sql: Rename methods to :get_all() and :delete_all()</title>
    <link>http://hg.omfa.de/prosody-hg/log/19692fc5c106/spec/core_storagemanager_spec.lua</link>
    <description><![CDATA[storagemanager, mod_storage_sql: Rename methods to :get_all() and :delete_all()]]></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>Wed, 11 Mar 2020 16:32:41 +0000</pubDate>
</item>
<item>
    <title>storagemanager: Add support for :find_key() and :delete_key() to map store shim</title>
    <link>http://hg.omfa.de/prosody-hg/log/b50b1eae711c/spec/core_storagemanager_spec.lua</link>
    <description><![CDATA[storagemanager: Add support for :find_key() and :delete_key() to map store shim]]></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>Wed, 11 Mar 2020 16:29:57 +0000</pubDate>
</item>
<item>
    <title>storagemanager: Fix unused variable in tests [luacheck]</title>
    <link>http://hg.omfa.de/prosody-hg/log/c9251d74a112/spec/core_storagemanager_spec.lua</link>
    <description><![CDATA[storagemanager: Fix unused variable in tests [luacheck]]]></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>Wed, 11 Mar 2020 16:07:36 +0000</pubDate>
</item>
<item>
    <title>mod_storage_sql: Add map_store:find_key() and map_store:delete_key() (+ tests)</title>
    <link>http://hg.omfa.de/prosody-hg/log/0054aec3e8c5/spec/core_storagemanager_spec.lua</link>
    <description><![CDATA[mod_storage_sql: Add map_store:find_key() and map_store:delete_key() (+ tests)]]></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>Wed, 11 Mar 2020 15:57:53 +0000</pubDate>
</item>
<item>
    <title>storagemanager: Add tests for map stores</title>
    <link>http://hg.omfa.de/prosody-hg/log/33c7e4920591/spec/core_storagemanager_spec.lua</link>
    <description><![CDATA[storagemanager: Add tests for map stores]]></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>Wed, 11 Mar 2020 14:36:56 +0000</pubDate>
</item>
<item>
    <title>tests: Silence [luacheck] warnings</title>
    <link>http://hg.omfa.de/prosody-hg/log/6c6ff4509082/spec/core_storagemanager_spec.lua</link>
    <description><![CDATA[tests: Silence [luacheck] warnings]]></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, 23 Dec 2019 21:33:10 +0100</pubDate>
</item>
<item>
    <title>various: Don't rely on _G.unpack existing</title>
    <link>http://hg.omfa.de/prosody-hg/log/e11e076f0eb8/spec/core_storagemanager_spec.lua</link>
    <description><![CDATA[various: Don't rely on _G.unpack existing]]></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, 08 Dec 2018 17:09:55 +0100</pubDate>
</item>
<item>
    <title>storagemanager: Fix tests on Lua 5.3</title>
    <link>http://hg.omfa.de/prosody-hg/log/4803ab9a5983/spec/core_storagemanager_spec.lua</link>
    <description><![CDATA[storagemanager: Fix tests on Lua 5.3<br/>
<br/>
_G.unpack moved to table.unpack]]></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, 21 Oct 2018 21:03:54 +0200</pubDate>
</item>
<item>
    <title>storagemanager tests: Also cover memory driver</title>
    <link>http://hg.omfa.de/prosody-hg/log/89e4cbd1a564/spec/core_storagemanager_spec.lua</link>
    <description><![CDATA[storagemanager tests: Also cover memory driver]]></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, 12 Oct 2018 03:43:56 +0200</pubDate>
</item>
<item>
    <title>storagemanager tests: Remove debug print()</title>
    <link>http://hg.omfa.de/prosody-hg/log/ea40fe484c38/spec/core_storagemanager_spec.lua</link>
    <description><![CDATA[storagemanager tests: Remove debug print()]]></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, 11 Oct 2018 14:18:38 +0100</pubDate>
</item>
<item>
    <title>storagemanager tests: Add many more archive tests, including (failing) cases for #1200 and #1073</title>
    <link>http://hg.omfa.de/prosody-hg/log/6798fcd25e9c/spec/core_storagemanager_spec.lua</link>
    <description><![CDATA[storagemanager tests: Add many more archive tests, including (failing) cases for #1200 and #1073]]></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, 11 Oct 2018 14:10:55 +0100</pubDate>
</item>
<item>
    <title>storagemanager tests: Add additional archive query tests</title>
    <link>http://hg.omfa.de/prosody-hg/log/0d491bc98b9f/spec/core_storagemanager_spec.lua</link>
    <description><![CDATA[storagemanager tests: Add additional archive query tests]]></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, 11 Oct 2018 13:29:14 +0100</pubDate>
</item>
<item>
    <title>storagemanager tests: Add some additional checks</title>
    <link>http://hg.omfa.de/prosody-hg/log/2098794ac866/spec/core_storagemanager_spec.lua</link>
    <description><![CDATA[storagemanager tests: Add some additional checks]]></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>Wed, 10 Oct 2018 22:03:11 +0100</pubDate>
</item>
<item>
    <title>storagemanager tests: Add initial basic tests for archive stores</title>
    <link>http://hg.omfa.de/prosody-hg/log/b70ce39d366f/spec/core_storagemanager_spec.lua</link>
    <description><![CDATA[storagemanager tests: Add initial basic tests for archive stores]]></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>Wed, 10 Oct 2018 22:00:37 +0100</pubDate>
</item>
<item>
    <title>Fix storage tests so they run, but not by default</title>
    <link>http://hg.omfa.de/prosody-hg/log/9d892b2415bf/spec/core_storagemanager_spec.lua</link>
    <description><![CDATA[Fix storage tests so they run, but not by default]]></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, 01 Oct 2018 20:21:26 +0100</pubDate>
</item>

  </channel>
</rss>
