Sun, 21 Mar 2021 23:54:06 +0100 mod_rest: Replace most mappings by using util.datamapper
Kim Alvefur <zash@zash.se> [Sun, 21 Mar 2021 23:54:06 +0100] rev 4522
mod_rest: Replace most mappings by using util.datamapper All the stuff now goes into a JSON file that describes the mappings.
Mon, 22 Mar 2021 21:32:43 +0100 mod_http_admin_api: support for updating user roles via the API
Jonas Schäfer <jonas@wielicki.name> [Mon, 22 Mar 2021 21:32:43 +0100] rev 4521
mod_http_admin_api: support for updating user roles via the API Requires the most recent of the recent prosody-trunks.
Mon, 22 Mar 2021 17:52:28 +0100 mod_http_admin_api: allow updating the user nickname via API
Jonas Schäfer <jonas@wielicki.name> [Mon, 22 Mar 2021 17:52:28 +0100] rev 4520
mod_http_admin_api: allow updating the user nickname via API
Mon, 22 Mar 2021 15:55:02 +0000 mod_muc_markers: Prevent any markers from reaching the archive, even if untracked
Matthew Wild <mwild1@gmail.com> [Mon, 22 Mar 2021 15:55:02 +0000] rev 4519
mod_muc_markers: Prevent any markers from reaching the archive, even if untracked Original intention was to leave alone things that this module isn't handling. However markers in archives are just problematic without more advanced logic about what is markable and what is not. It also requires a more advanced query in mod_muc_rai to determine the latest markable message instead of the latest archived message. I'd rather keep the "is archivable" and "is markable" definition the same for simplicity. I don't want to introduce yet another set of rules for no reason. No markers in MAM.
Sun, 21 Mar 2021 00:31:53 +0100 mod_rest: Add an 'echo' endpoint for debugging
Kim Alvefur <zash@zash.se> [Sun, 21 Mar 2021 00:31:53 +0100] rev 4518
mod_rest: Add an 'echo' endpoint for debugging It returns the XML stanza built from e.g. the JSON format.
Wed, 17 Mar 2021 15:52:12 +0100 mod_pubsub_summary: Fix to not strip inline links
Kim Alvefur <zash@zash.se> [Wed, 17 Mar 2021 15:52:12 +0100] rev 4517
mod_pubsub_summary: Fix to not strip inline links Links were turned into `label <url>` and then a later pass removed the `<url>` part leaving only the label. This should avoid that. Escaping is hard.
Sun, 14 Mar 2021 23:31:32 +0100 mod_firewall: Add basic LIST backend for receiving items from PubSub
Kim Alvefur <zash@zash.se> [Sun, 14 Mar 2021 23:31:32 +0100] rev 4516
mod_firewall: Add basic LIST backend for receiving items from PubSub Relies on mod_pubsub_subscription
Mon, 15 Mar 2021 16:31:23 +0100 mod_pubsub_subscription: New module providing an API for pubsub subscriptions
Kim Alvefur <zash@zash.se> [Mon, 15 Mar 2021 16:31:23 +0100] rev 4515
mod_pubsub_subscription: New module providing an API for pubsub subscriptions This lets other modules hook events from local or remote XEP-0060 pubsub services. API allows keeping track of items added, removed or if the whole node gets cleared or even deleted. Requested by MattJ.
Mon, 15 Mar 2021 16:55:21 +0000 mod_muc_rai: Switch to low-priority pre-* events, which should suffice for per-session tracking
Matthew Wild <mwild1@gmail.com> [Mon, 15 Mar 2021 16:55:21 +0000] rev 4514
mod_muc_rai: Switch to low-priority pre-* events, which should suffice for per-session tracking
Sun, 14 Mar 2021 17:19:38 +0100 mod_http_upload_external: add access control option
Nicolas Cedilnik <nicoco@nicoco.fr> [Sun, 14 Mar 2021 17:19:38 +0100] rev 4513
mod_http_upload_external: add access control option
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip