Sat, 23 Oct 2021 14:20:16 +0200 mod_rest: Add XEP-0100 gateway to mapping schema
Kim Alvefur <zash@zash.se> [Sat, 23 Oct 2021 14:20:16 +0200] rev 4724
mod_rest: Add XEP-0100 gateway to mapping schema
Wed, 20 Oct 2021 22:16:14 +0200 mod_bookmarks2: Use max_items='max' on trunk, with fallback
Kim Alvefur <zash@zash.se> [Wed, 20 Oct 2021 22:16:14 +0200] rev 4723
mod_bookmarks2: Use max_items='max' on trunk, with fallback check_node_config() throws an error attempting to compare the pep_max_items number with the 'max' string, which allows detecting and support using 'max' where available. Unsure what happens when you upgrade, that seems a problem for a future commit! :)
Tue, 19 Oct 2021 11:05:13 +0100 mod_cloud_notify: Fix traceback for clients without a stable client_id
Matthew Wild <mwild1@gmail.com> [Tue, 19 Oct 2021 11:05:13 +0100] rev 4722
mod_cloud_notify: Fix traceback for clients without a stable client_id
Mon, 18 Oct 2021 15:42:37 +0200 mod_auth_ldap: Mark as Merged into Prosody
Kim Alvefur <zash@zash.se> [Mon, 18 Oct 2021 15:42:37 +0200] rev 4721
mod_auth_ldap: Mark as Merged into Prosody
Mon, 18 Oct 2021 13:00:28 +0100 mod_cloud_notify: Move client info out of sub-object to improve usability with map store API
Matthew Wild <mwild1@gmail.com> [Mon, 18 Oct 2021 13:00:28 +0100] rev 4720
mod_cloud_notify: Move client info out of sub-object to improve usability with map store API
Mon, 18 Oct 2021 12:44:29 +0100 mod_cloud_notify_priority_tag: Fix summary (thanks Zash)
Matthew Wild <mwild1@gmail.com> [Mon, 18 Oct 2021 12:44:29 +0100] rev 4719
mod_cloud_notify_priority_tag: Fix summary (thanks Zash)
Mon, 18 Oct 2021 11:55:56 +0100 mod_http_admin_api: Include client info in push registration debug output
Matthew Wild <mwild1@gmail.com> [Mon, 18 Oct 2021 11:55:56 +0100] rev 4718
mod_http_admin_api: Include client info in push registration debug output
Mon, 18 Oct 2021 11:44:13 +0100 mod_cloud_notify: Record client id (or resource) and language during registration
Matthew Wild <mwild1@gmail.com> [Mon, 18 Oct 2021 11:44:13 +0100] rev 4717
mod_cloud_notify: Record client id (or resource) and language during registration
Mon, 18 Oct 2021 11:43:48 +0100 mod_cloud_notify: Fix some minor luacheck offences
Matthew Wild <mwild1@gmail.com> [Mon, 18 Oct 2021 11:43:48 +0100] rev 4716
mod_cloud_notify: Fix some minor luacheck offences
Sun, 17 Oct 2021 23:25:25 +0200 mod_cloud_notify: Reverse dependencies
Kim Alvefur <zash@zash.se> [Sun, 17 Oct 2021 23:25:25 +0200] rev 4715
mod_cloud_notify: Reverse dependencies These 3 modules depend on mod_cloud_notify, so this should be reflected in the metadata. And the dependency resolver gotta have something to do! :)
Sun, 17 Oct 2021 17:08:07 +0200 mod_auth_cyrus: Import from Prosody rev 8f1e7fd55e7b
Kim Alvefur <zash@zash.se> [Sun, 17 Oct 2021 17:08:07 +0200] rev 4714
mod_auth_cyrus: Import from Prosody rev 8f1e7fd55e7b
Fri, 15 Oct 2021 15:10:36 +0200 mod_delegation: update to XEP-0355 v0.5
Goffi <goffi@goffi.org> [Fri, 15 Oct 2021 15:10:36 +0200] rev 4713
mod_delegation: update to XEP-0355 v0.5 - namespace bump to "urn:xmpp:delegation:2" - disco remaining infos now uses the XEP defined "urn:xmpp:delegation:2:bare:disco#info:*" namespace - complemeted disco remaining infos implementation for requests made on nodes not already managed by the server - bare JID disco items now uses the XEP defined "urn:xmpp:delegation:2:bare:disco#items:*'" namespace
Fri, 15 Oct 2021 11:30:44 +0200 mod_cloud_notify_extensions: Add depends metadata for plugin installer
Kim Alvefur <zash@zash.se> [Fri, 15 Oct 2021 11:30:44 +0200] rev 4712
mod_cloud_notify_extensions: Add depends metadata for plugin installer Allowing a single `prosodyctl install mod_cloud_notify_extensions` to Just Work and get it all installed.
Tue, 12 Oct 2021 13:57:24 +0200 mod_groups_internal: Remove deleted user from groups
Kim Alvefur <zash@zash.se> [Tue, 12 Oct 2021 13:57:24 +0200] rev 4711
mod_groups_internal: Remove deleted user from groups
Tue, 12 Oct 2021 13:52:12 +0200 mod_groups_internal: Fix accidental global [luacheck]
Kim Alvefur <zash@zash.se> [Tue, 12 Oct 2021 13:52:12 +0200] rev 4710
mod_groups_internal: Fix accidental global [luacheck]
Sun, 10 Oct 2021 20:10:29 +0100 mod_cloud_notify_extensions: Convenience meta-module for Tigase push extensions
Matthew Wild <mwild1@gmail.com> [Sun, 10 Oct 2021 20:10:29 +0100] rev 4709
mod_cloud_notify_extensions: Convenience meta-module for Tigase push extensions
Sun, 03 Oct 2021 17:14:32 +0200 mod_tlsfail/README: Fix header
Kim Alvefur <zash@zash.se> [Sun, 03 Oct 2021 17:14:32 +0200] rev 4708
mod_tlsfail/README: Fix header The site browser did not like `<failure/>`
Sun, 03 Oct 2021 17:12:32 +0200 mod_tlsfail: Add README
Kim Alvefur <zash@zash.se> [Sun, 03 Oct 2021 17:12:32 +0200] rev 4707
mod_tlsfail: Add README
Sun, 03 Oct 2021 17:04:05 +0200 mod_tlsfail: Add c2s support
Kim Alvefur <zash@zash.se> [Sun, 03 Oct 2021 17:04:05 +0200] rev 4706
mod_tlsfail: Add c2s support
Fri, 01 Oct 2021 16:58:37 +0200 mod_tweet_data: Return when no tweet data returned
JC Brand <jc@opkode.com> [Fri, 01 Oct 2021 16:58:37 +0200] rev 4705
mod_tweet_data: Return when no tweet data returned Can happen when a tweet is protected by its author.
Wed, 29 Sep 2021 13:39:59 +0200 mod_pastebin: Fix pasting when <body> is not the first tag (thanks thorsten)
Kim Alvefur <zash@zash.se> [Wed, 29 Sep 2021 13:39:59 +0200] rev 4704
mod_pastebin: Fix pasting when <body> is not the first tag (thanks thorsten) Introduced in ded630a87563 stanza:get_child() and :get_child_text() operates on the first child when no name or namespace is given. If it so happens that the first child is an <thread/> instead of <body> then it calculates the line length against that instead of the body. Apparently in the vast majority of clients the <body> is first, so this issue was not noticed until now.
Wed, 29 Sep 2021 00:26:44 +0200 mod_rest: Support returning multiple replies in an <xmpp> container
Kim Alvefur <zash@zash.se> [Wed, 29 Sep 2021 00:26:44 +0200] rev 4703
mod_rest: Support returning multiple replies in an <xmpp> container Allows retrieving MAM results and possibly other things.
Sat, 25 Sep 2021 11:43:31 +0000 mod_cloud_notify: notify on groupchat messages sent to bare JID
arcseconds <arcseconds@zoho.com> [Sat, 25 Sep 2021 11:43:31 +0000] rev 4702
mod_cloud_notify: notify on groupchat messages sent to bare JID
Thu, 23 Sep 2021 17:13:35 +0200 mod_muc_http_auth: Make sure query parameters are URL encoded
Seve Ferrer <seve@delape.net> [Thu, 23 Sep 2021 17:13:35 +0200] rev 4701
mod_muc_http_auth: Make sure query parameters are URL encoded
Thu, 23 Sep 2021 16:41:42 +0200 mod_muc_http_auth: Make sure query parameters are URL encoded
Seve Ferrer <seve@delape.net> [Thu, 23 Sep 2021 16:41:42 +0200] rev 4700
mod_muc_http_auth: Make sure query parameters are URL encoded
Tue, 21 Sep 2021 14:00:01 +0200 mod_muc_http_auth: External auth services might need to check on the nickname as well
Seve Ferrer <seve@delape.net> [Tue, 21 Sep 2021 14:00:01 +0200] rev 4699
mod_muc_http_auth: External auth services might need to check on the nickname as well
Sat, 18 Sep 2021 11:51:48 +0100 mod_muc_markers: Don't skip archiving markable messages (thanks nicoco)
Matthew Wild <mwild1@gmail.com> [Sat, 18 Sep 2021 11:51:48 +0100] rev 4698
mod_muc_markers: Don't skip archiving markable messages (thanks nicoco)
Thu, 16 Sep 2021 22:57:52 +0200 mod_muc_require_tos: Generate a message id instead of hardcoding "foo"
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> [Thu, 16 Sep 2021 22:57:52 +0200] rev 4697
mod_muc_require_tos: Generate a message id instead of hardcoding "foo"
Thu, 16 Sep 2021 22:47:52 +0200 mod_muc_require_tos: Prevent a traceback when receiving a message with occupant being nil
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> [Thu, 16 Sep 2021 22:47:52 +0200] rev 4696
mod_muc_require_tos: Prevent a traceback when receiving a message with occupant being nil
Thu, 16 Sep 2021 22:32:59 +0200 mod_muc_require_tos: Send the message after the subject, once the client is fully joined
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> [Thu, 16 Sep 2021 22:32:59 +0200] rev 4695
mod_muc_require_tos: Send the message after the subject, once the client is fully joined
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip