Sun, 22 May 2022 20:33:14 +0200 mod_muc_auto_reserve_nicks: Force refresh of nickname (thanks phryk)
Kim Alvefur <zash@zash.se> [Sun, 22 May 2022 20:33:14 +0200] rev 4954
mod_muc_auto_reserve_nicks: Force refresh of nickname (thanks phryk)
Sun, 22 May 2022 17:05:05 +0200 mod_rest: Add mapping of XEP-0380: Explicit Message Encryption
Kim Alvefur <zash@zash.se> [Sun, 22 May 2022 17:05:05 +0200] rev 4953
mod_rest: Add mapping of XEP-0380: Explicit Message Encryption Useful since OMEMO etc isn't mapped
Sat, 21 May 2022 22:57:57 +0200 mod_rest: Document /archive/ in openapi spec
Kim Alvefur <zash@zash.se> [Sat, 21 May 2022 22:57:57 +0200] rev 4952
mod_rest: Document /archive/ in openapi spec
Sat, 21 May 2022 22:55:41 +0200 mod_rest: Treat archive.ids as comma-separated to work in query string
Kim Alvefur <zash@zash.se> [Sat, 21 May 2022 22:55:41 +0200] rev 4951
mod_rest: Treat archive.ids as comma-separated to work in query string Can't easily put an array into a query string. Hope nobody puts commas into their archive ids.
Sat, 21 May 2022 14:48:18 +0200 mod_reload_modules: Be aware of component module (thanks Menel)
Kim Alvefur <zash@zash.se> [Sat, 21 May 2022 14:48:18 +0200] rev 4950
mod_reload_modules: Be aware of component module (thanks Menel) Without this, the component module is seen as a module that is loaded but not configured, and is thus unloaded
Fri, 20 May 2022 08:41:45 -0400 mod_onions: Fix for bitop with Lua 5.4
moparisthebest <admin@moparisthebest.com> [Fri, 20 May 2022 08:41:45 -0400] rev 4949
mod_onions: Fix for bitop with Lua 5.4
Fri, 20 May 2022 08:39:17 -0400 mod_net_proxy: Fix for bitop with Lua 5.4
moparisthebest <admin@moparisthebest.com> [Fri, 20 May 2022 08:39:17 -0400] rev 4948
mod_net_proxy: Fix for bitop with Lua 5.4
Tue, 17 May 2022 11:44:44 +0200 mod_rest: Fix attempt to index nil in handling of single iq response
Kim Alvefur <zash@zash.se> [Tue, 17 May 2022 11:44:44 +0200] rev 4947
mod_rest: Fix attempt to index nil in handling of single iq response Fix handling of many responses, break handling of single response :(
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.
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 tip