Mon, 16 May 2022 20:31:58 +0200 mod_rest: Ensure MAM result-iq is included in results from remote hosts
Kim Alvefur <zash@zash.se> [Mon, 16 May 2022 20:31:58 +0200] rev 4946
mod_rest: Ensure MAM result-iq is included in results from remote hosts Needed for the same reason as the special message handling, the remote route does not pass our origin.send() here
Mon, 16 May 2022 19:47:09 +0200 mod_rest: Add special handling to catch MAM results from remote hosts
Kim Alvefur <zash@zash.se> [Mon, 16 May 2022 19:47:09 +0200] rev 4945
mod_rest: Add special handling to catch MAM results from remote hosts Makes MAM queries to remote hosts works. As the comment says, MAM results from users' local archives or local MUCs are returned via origin.send() which is provided in the event and thus already worked. Results from remote hosts go via normal stanza routing and events, which need this extra handling to catch. This pattern of iq-set, message+, iq-result is generally limited to MAM. Closest similar thing might be MUC join, but to really handle that you would need the webhook callback mechanism.
Sat, 14 May 2022 15:52:23 +0200 mod_auth_dovecot: Fix compat with Lua 5.2+ move of unpack() (thanks Tom)
Kim Alvefur <zash@zash.se> [Sat, 14 May 2022 15:52:23 +0200] rev 4944
mod_auth_dovecot: Fix compat with Lua 5.2+ move of unpack() (thanks Tom)
Sat, 14 May 2022 15:50:44 +0200 mod_auth_dovecot: Add luarocks metadata to make automatic packaging work
Kim Alvefur <zash@zash.se> [Sat, 14 May 2022 15:50:44 +0200] rev 4943
mod_auth_dovecot: Add luarocks metadata to make automatic packaging work This subdirectory is not handled by the luarocks packaging in module browser
Wed, 11 May 2022 12:44:32 +0200 upstream merge
Goffi <goffi@goffi.org> [Wed, 11 May 2022 12:44:32 +0200] rev 4942
upstream merge
Wed, 11 May 2022 12:43:26 +0200 mod_privilege: update to v0.4:
Goffi <goffi@goffi.org> [Wed, 11 May 2022 12:43:26 +0200] rev 4941
mod_privilege: update to v0.4: - now the namespace "urn:xmpp:privilege:2" is exclusively used - IQ permission implementation - README update roster pushes are not implemented yet
Sat, 30 Apr 2022 01:02:38 +0200 mod_rest: Fix 'format' property in schema
Kim Alvefur <zash@zash.se> [Sat, 30 Apr 2022 01:02:38 +0200] rev 4940
mod_rest: Fix 'format' property in schema These are unused anyways so no harm.
Sat, 30 Apr 2022 01:00:01 +0200 mod_rest: Expand mapping of XEP-0045 join stanza
Kim Alvefur <zash@zash.se> [Sat, 30 Apr 2022 01:00:01 +0200] rev 4939
mod_rest: Expand mapping of XEP-0045 join stanza The previous 'join' mapping was apparently lost in translation when swithing to datamapper, so might as well map some properties allowing history control. Usually you probably want either zero history or history since the last known time of being joined. Maybe that the former should be the default?
Tue, 26 Apr 2022 22:42:09 +0200 mod_audit: make the extension of the module API less of a hack
Jonas Schäfer <jonas@wielicki.name> [Tue, 26 Apr 2022 22:42:09 +0200] rev 4938
mod_audit: make the extension of the module API less of a hack Thanks, Zash, for making me look at mod_http.
Tue, 26 Apr 2022 22:37:13 +0200 mod_audit*: fix luacheck warnings
Jonas Schäfer <jonas@wielicki.name> [Tue, 26 Apr 2022 22:37:13 +0200] rev 4937
mod_audit*: fix luacheck warnings
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 tip