Sat, 02 Jul 2022 02:30:02 +0200 mod_http_muc_log: Drop support for pre-0.11 MUC API
Kim Alvefur <zash@zash.se> [Sat, 02 Jul 2022 02:30:02 +0200] rev 4974
mod_http_muc_log: Drop support for pre-0.11 MUC API The oldest supported Prosody branch is 0.11, therefore we can drop code for the MUC API of Prosody 0.10 and before. The module:shared("rooms") method was never even in a release...
Sat, 02 Jul 2022 02:30:06 +0200 mod_csi_battery_saver: Add support for urn:xmpp:jingle-message:1 (XEP-0353)
tmolitor <thilo@eightysoft.de> [Sat, 02 Jul 2022 02:30:06 +0200] rev 4973
mod_csi_battery_saver: Add support for urn:xmpp:jingle-message:1 (XEP-0353)
Sat, 02 Jul 2022 02:29:03 +0200 mod_cloud_notify: Compat for prosody 0.12
tmolitor <thilo@eightysoft.de> [Sat, 02 Jul 2022 02:29:03 +0200] rev 4972
mod_cloud_notify: Compat for prosody 0.12
Tue, 28 Jun 2022 16:45:09 +0100 mod_firewall: README: Fix grammar and further improve wording
Matthew Wild <mwild1@gmail.com> [Tue, 28 Jun 2022 16:45:09 +0100] rev 4971
mod_firewall: README: Fix grammar and further improve wording
Tue, 28 Jun 2022 16:39:44 +0100 mod_firewall: README: Clarify when storage access can occur with roster checks
Matthew Wild <mwild1@gmail.com> [Tue, 28 Jun 2022 16:39:44 +0100] rev 4970
mod_firewall: README: Clarify when storage access can occur with roster checks
Tue, 28 Jun 2022 16:28:44 +0100 mod_firewall: README: Correct mention of 'JUMP_CHAIN' to 'JUMP CHAIN'
Matthew Wild <mwild1@gmail.com> [Tue, 28 Jun 2022 16:28:44 +0100] rev 4969
mod_firewall: README: Correct mention of 'JUMP_CHAIN' to 'JUMP CHAIN'
Mon, 27 Jun 2022 22:18:10 +0200 mod_ping_muc/README: Update Compatibility section for 0.12 going stable
Kim Alvefur <zash@zash.se> [Mon, 27 Jun 2022 22:18:10 +0200] rev 4968
mod_ping_muc/README: Update Compatibility section for 0.12 going stable
Sun, 26 Jun 2022 21:23:42 +0200 mod_http_muc_log: Show XEP-0444 reactions
Kim Alvefur <zash@zash.se> [Sun, 26 Jun 2022 21:23:42 +0200] rev 4967
mod_http_muc_log: Show XEP-0444 reactions
Mon, 20 Jun 2022 18:24:32 +0200 mod_muc_restrict_media: Don't apply restriction to affiliated users
Kim Alvefur <zash@zash.se> [Mon, 20 Jun 2022 18:24:32 +0200] rev 4966
mod_muc_restrict_media: Don't apply restriction to affiliated users Looks like an oversight. Assuming that all truthy affiliations are valid, and that "outcast" would not reach this point anyway.
Tue, 14 Jun 2022 19:08:57 +0200 mod_pubsub_post/README: Update references to trunk with release numbers
Kim Alvefur <zash@zash.se> [Tue, 14 Jun 2022 19:08:57 +0200] rev 4965
mod_pubsub_post/README: Update references to trunk with release numbers
Mon, 13 Jun 2022 14:25:39 +0200 mod_muc_ping: Remove since Prosody mod_muc 0.11+ covers this natively
Kim Alvefur <zash@zash.se> [Mon, 13 Jun 2022 14:25:39 +0200] rev 4964
mod_muc_ping: Remove since Prosody mod_muc 0.11+ covers this natively See trunk rev 7c1cdf5f9f83 and trunk rev 224e681c4db2
Sun, 05 Jun 2022 21:59:17 +0200 mod_rest: Add various things to openapi spec
Kim Alvefur <zash@zash.se> [Sun, 05 Jun 2022 21:59:17 +0200] rev 4963
mod_rest: Add various things to openapi spec These are already in xmpp-schema.json
Sun, 05 Jun 2022 21:56:22 +0200 mod_rest: Add some descriptive details to schema
Kim Alvefur <zash@zash.se> [Sun, 05 Jun 2022 21:56:22 +0200] rev 4962
mod_rest: Add some descriptive details to schema
Mon, 30 May 2022 16:14:51 +0200 mod_profile: Obsolete. Remove. Redirect to mod_vcard_legacy
Kim Alvefur <zash@zash.se> [Mon, 30 May 2022 16:14:51 +0200] rev 4961
mod_profile: Obsolete. Remove. Redirect to mod_vcard_legacy
Sun, 29 May 2022 02:03:41 +0200 mod_http_admin_api: Update for 0.12 changes to mod_smacks
Kim Alvefur <zash@zash.se> [Sun, 29 May 2022 02:03:41 +0200] rev 4960
mod_http_admin_api: Update for 0.12 changes to mod_smacks
Sun, 29 May 2022 02:02:07 +0200 mod_rest: Provide a log function on temporary session
Kim Alvefur <zash@zash.se> [Sun, 29 May 2022 02:02:07 +0200] rev 4959
mod_rest: Provide a log function on temporary session Fixes traceback in places using session.log()
Sat, 28 May 2022 16:43:04 +0200 merge upstream
Goffi <goffi@goffi.org> [Sat, 28 May 2022 16:43:04 +0200] rev 4958
merge upstream
Sat, 28 May 2022 16:42:13 +0200 mod_delegation: use clean_xmlns to remove jabber:client namespace from node:
Goffi <goffi@goffi.org> [Sat, 28 May 2022 16:42:13 +0200] rev 4957
mod_delegation: use clean_xmlns to remove jabber:client namespace from node: for the same reason as in mod_privilege, `jabber:client` namespace is removed with the clean_xmlns method coming from there. Furthermore, the forwarded <iq> stanza use the `jabber:client` xmlns while the stanza may come from a component with e.g. `jabber:component:accept` xmlns, this can lead to inconsistencies between the <iq> stanza and children (like <error> element).
Sat, 28 May 2022 15:03:05 +0200 mod_rest: Add an example OAuth client (needs mod_http_oauth2)
Kim Alvefur <zash@zash.se> [Sat, 28 May 2022 15:03:05 +0200] rev 4956
mod_rest: Add an example OAuth client (needs mod_http_oauth2)
Sat, 28 May 2022 14:53:17 +0200 mod_muc_occupant_id: Update Compatibility to mention being built-in in 0.12
Kim Alvefur <zash@zash.se> [Sat, 28 May 2022 14:53:17 +0200] rev 4955
mod_muc_occupant_id: Update Compatibility to mention being built-in in 0.12
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 -50 -30 +30 +50 +100 +300 tip