Sun, 12 Sep 2021 11:38:47 +0100 mod_storage_xep0227: Update for XEP-0227 r1.1: Support for SCRAM, MAM, PEP
Matthew Wild <mwild1@gmail.com> [Sun, 12 Sep 2021 11:38:47 +0100] rev 11793
mod_storage_xep0227: Update for XEP-0227 r1.1: Support for SCRAM, MAM, PEP
Sun, 12 Sep 2021 10:51:27 +0100 util.set: Add :contains_set() method
Matthew Wild <mwild1@gmail.com> [Sun, 12 Sep 2021 10:51:27 +0100] rev 11792
util.set: Add :contains_set() method
Sun, 12 Sep 2021 10:50:20 +0100 util.array: Add :slice() method + tests
Matthew Wild <mwild1@gmail.com> [Sun, 12 Sep 2021 10:50:20 +0100] rev 11791
util.array: Add :slice() method + tests Behaviour follows the same logic as string.sub (so yes, 1-indexed).
Sun, 12 Sep 2021 10:31:02 +0100 util.stanza: Add :get_child_with_attr() + tests
Matthew Wild <mwild1@gmail.com> [Sun, 12 Sep 2021 10:31:02 +0100] rev 11790
util.stanza: Add :get_child_with_attr() + tests
Sat, 11 Sep 2021 13:59:35 +0100 mod_pubsub/pubsub.lib: Export config forms for use by other modules
Matthew Wild <mwild1@gmail.com> [Sat, 11 Sep 2021 13:59:35 +0100] rev 11789
mod_pubsub/pubsub.lib: Export config forms for use by other modules In this case I need them for 227 import/export.
Sun, 12 Sep 2021 11:47:22 +0200 mod_http_file_share: Fix traceback in global quota debug logging (thanks Martin)
Kim Alvefur <zash@zash.se> [Sun, 12 Sep 2021 11:47:22 +0200] rev 11788
mod_http_file_share: Fix traceback in global quota debug logging (thanks Martin) Error in util.human.units.format because of B(nil) when the global quota is unset.
Sun, 12 Sep 2021 11:46:32 +0200 util.prosodyctl.check: Remove stray debug print()
Kim Alvefur <zash@zash.se> [Sun, 12 Sep 2021 11:46:32 +0200] rev 11787
util.prosodyctl.check: Remove stray debug print()
Sun, 12 Sep 2021 01:48:51 +0200 util.prosodyctl.check: Ignore unused "ok" variable [luacheck]
Kim Alvefur <zash@zash.se> [Sun, 12 Sep 2021 01:48:51 +0200] rev 11786
util.prosodyctl.check: Ignore unused "ok" variable [luacheck]
Sun, 12 Sep 2021 01:38:33 +0200 mod_http_file_share: Add optional global quota on total storage usage
Kim Alvefur <zash@zash.se> [Sun, 12 Sep 2021 01:38:33 +0200] rev 11785
mod_http_file_share: Add optional global quota on total storage usage Before, maximum storage usage (assuming all users upload as much as they could) would depend on the quota, retention period and number of users. Since number of users can vary, this makes it hard to know how much storage will be needed. Adding a limit to the total overall storage use solves this, making it simple to set it to some number based on what storage is actually available. Summary job run less often than the prune job since it touches the entire archive; and started before the prune job since it's needed before the first upload.
Sat, 11 Sep 2021 22:24:34 +0200 util.prosodyctl.check: Refuse to do ojn test unless prosody is running
Kim Alvefur <zash@zash.se> [Sat, 11 Sep 2021 22:24:34 +0200] rev 11784
util.prosodyctl.check: Refuse to do ojn test unless prosody is running Other tests don't require a running prosody and I forgot to start it when testing.
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip