Sat, 14 Jan 2023 16:16:47 +0000 mod_unified_push: Improved error handling and reporting
Matthew Wild <mwild1@gmail.com> [Sat, 14 Jan 2023 16:16:47 +0000] rev 5158
mod_unified_push: Improved error handling and reporting
Sat, 14 Jan 2023 16:16:00 +0000 mod_unified_push: fix return values for paseto backend
Matthew Wild <mwild1@gmail.com> [Sat, 14 Jan 2023 16:16:00 +0000] rev 5157
mod_unified_push: fix return values for paseto backend
Sat, 14 Jan 2023 16:15:35 +0000 mod_unified_push: Fix storage backend error behaviours and return values
Matthew Wild <mwild1@gmail.com> [Sat, 14 Jan 2023 16:15:35 +0000] rev 5156
mod_unified_push: Fix storage backend error behaviours and return values
Sat, 14 Jan 2023 16:14:50 +0000 mod_unified_push: Fix default ACL in component mode
Matthew Wild <mwild1@gmail.com> [Sat, 14 Jan 2023 16:14:50 +0000] rev 5155
mod_unified_push: Fix default ACL in component mode
Sat, 14 Jan 2023 15:32:24 +0000 mod_unified_push: Fixes for paseto backend initialization
Matthew Wild <mwild1@gmail.com> [Sat, 14 Jan 2023 15:32:24 +0000] rev 5154
mod_unified_push: Fixes for paseto backend initialization Now generates and stores a random key automatically.
Sat, 14 Jan 2023 14:31:37 +0000 mod_unified_push: Add support for multiple token backends, including stoage
Matthew Wild <mwild1@gmail.com> [Sat, 14 Jan 2023 14:31:37 +0000] rev 5153
mod_unified_push: Add support for multiple token backends, including stoage Now that we have ACLs by default, it is no longer necessary to be completely stateless. On 0.12, using storage has benefits over JWT, because it does not expose client JIDs to the push apps/services. In trunk, PASETO is stateless and does not expose client JIDs.
Fri, 13 Jan 2023 16:50:43 +0000 mod_unified_push: Refactor in anticipation of other registration backends
Matthew Wild <mwild1@gmail.com> [Fri, 13 Jan 2023 16:50:43 +0000] rev 5152
mod_unified_push: Refactor in anticipation of other registration backends
Fri, 13 Jan 2023 16:41:48 +0000 mod_unified_push: Add ACL option to restrict access
Matthew Wild <mwild1@gmail.com> [Fri, 13 Jan 2023 16:41:48 +0000] rev 5151
mod_unified_push: Add ACL option to restrict access It defaults to the current host if on a VirtualHost, or parent host if a component.
Fri, 13 Jan 2023 16:40:00 +0000 mod_unified_push: Fix JWT method parameter order (fixes #1791)
Matthew Wild <mwild1@gmail.com> [Fri, 13 Jan 2023 16:40:00 +0000] rev 5150
mod_unified_push: Fix JWT method parameter order (fixes #1791)
Fri, 13 Jan 2023 16:28:08 +0100 mod_http_dir_listing: Update Compatibility section
Kim Alvefur <zash@zash.se> [Fri, 13 Jan 2023 16:28:08 +0100] rev 5149
mod_http_dir_listing: Update Compatibility section Mentioned versions were not supported anymore, so this updates to currently supported Prosody versions
Fri, 13 Jan 2023 16:27:02 +0100 mod_http_dir_listing: Add metadata to fix plugin package build
Kim Alvefur <zash@zash.se> [Fri, 13 Jan 2023 16:27:02 +0100] rev 5148
mod_http_dir_listing: Add metadata to fix plugin package build Needs these extras due to the non-standard layout and the extra resources
Wed, 11 Jan 2023 10:09:12 +0000 mod_invites_api: Fix traceback when no query params (thanks Menel)
Matthew Wild <mwild1@gmail.com> [Wed, 11 Jan 2023 10:09:12 +0000] rev 5147
mod_invites_api: Fix traceback when no query params (thanks Menel)
Wed, 11 Jan 2023 09:59:55 +0000 mod_invites_api: Fix traceback on list command with no entries (thanks mirux)
Matthew Wild <mwild1@gmail.com> [Wed, 11 Jan 2023 09:59:55 +0000] rev 5146
mod_invites_api: Fix traceback on list command with no entries (thanks mirux)
Tue, 10 Jan 2023 20:49:17 +0100 Remove reverse dependencies on mod_invites (for plugin installer)
Kim Alvefur <zash@zash.se> [Tue, 10 Jan 2023 20:49:17 +0100] rev 5145
Remove reverse dependencies on mod_invites (for plugin installer) Since mod_invites is included with Prosody 0.12, the same version which includes the plugin installer, there should be no need to depend on in.
Tue, 10 Jan 2023 19:40:22 +0100 mod_pubsub_summary: Mention HTML to Message Styling conversion
Kim Alvefur <zash@zash.se> [Tue, 10 Jan 2023 19:40:22 +0100] rev 5144
mod_pubsub_summary: Mention HTML to Message Styling conversion
Tue, 10 Jan 2023 16:34:21 +0000 mod_unified_push: Remove dependency on trunk util.jwt (0.12 compat)
Matthew Wild <mwild1@gmail.com> [Tue, 10 Jan 2023 16:34:21 +0000] rev 5143
mod_unified_push: Remove dependency on trunk util.jwt (0.12 compat) This should allow the module to work on 0.12, while preserving expiry checking (which was not built in to 0.12's util.jwt).
Tue, 10 Jan 2023 16:07:00 +0000 mod_unified_push: README: Documentation updates (example, etc.)
Matthew Wild <mwild1@gmail.com> [Tue, 10 Jan 2023 16:07:00 +0000] rev 5142
mod_unified_push: README: Documentation updates (example, etc.)
Tue, 10 Jan 2023 15:45:25 +0000 mod_sasl2_fast: Add some comments
Matthew Wild <mwild1@gmail.com> [Tue, 10 Jan 2023 15:45:25 +0000] rev 5141
mod_sasl2_fast: Add some comments
Tue, 10 Jan 2023 15:45:03 +0000 mod_unified_push: Various fixes, now working with Conversations
Matthew Wild <mwild1@gmail.com> [Tue, 10 Jan 2023 15:45:03 +0000] rev 5140
mod_unified_push: Various fixes, now working with Conversations
Tue, 10 Jan 2023 16:05:01 +0100 mod_pubsub_summary: Trim preceding and trailing whitespace from title
Kim Alvefur <zash@zash.se> [Tue, 10 Jan 2023 16:05:01 +0100] rev 5139
mod_pubsub_summary: Trim preceding and trailing whitespace from title To improve formatting of titles encoded like <title> Lorem Ipsum </title>
Sun, 08 Jan 2023 17:54:11 +0100 mod_pubsub_text_interface: Try to clarify help message wrt node arguments
Kim Alvefur <zash@zash.se> [Sun, 08 Jan 2023 17:54:11 +0100] rev 5138
mod_pubsub_text_interface: Try to clarify help message wrt node arguments
Sun, 08 Jan 2023 17:53:14 +0100 mod_pubsub_text_interface: Improve error messages
Kim Alvefur <zash@zash.se> [Sun, 08 Jan 2023 17:53:14 +0100] rev 5137
mod_pubsub_text_interface: Improve error messages The internal error conditions are not always very clear, especially 'item-not-found' which actually means the _node_ does not exist.
Sun, 08 Jan 2023 13:17:41 +0100 mod_onions: Fix URL and linkify it.
Martin Dosch <martin@mdosch.de> [Sun, 08 Jan 2023 13:17:41 +0100] rev 5136
mod_onions: Fix URL and linkify it.
Sun, 08 Jan 2023 13:45:30 +0100 mod_pubsub_summary: Render geo:-URI from OASIS emergency broadcasts
Kim Alvefur <zash@zash.se> [Sun, 08 Jan 2023 13:45:30 +0100] rev 5135
mod_pubsub_summary: Render geo:-URI from OASIS emergency broadcasts Used in Swedish Emergency information feed
Sat, 07 Jan 2023 17:36:16 +0100 mod_ping_muc: Error out if loaded on Components
Kim Alvefur <zash@zash.se> [Sat, 07 Jan 2023 17:36:16 +0100] rev 5134
mod_ping_muc: Error out if loaded on Components Several users report tracebacks that could only happen when loaded outside of a VirtualHost
Sat, 07 Jan 2023 17:15:47 +0100 mod_pubsub_summary: Hide link relation when value is "alternate"
Kim Alvefur <zash@zash.se> [Sat, 07 Jan 2023 17:15:47 +0100] rev 5133
mod_pubsub_summary: Hide link relation when value is "alternate" Because this is usually the main URL for the post
Thu, 05 Jan 2023 17:28:06 +0000 mod_unified_push: Experimenal Unified Push provider
Matthew Wild <mwild1@gmail.com> [Thu, 05 Jan 2023 17:28:06 +0000] rev 5132
mod_unified_push: Experimenal Unified Push provider
Tue, 03 Jan 2023 16:10:16 +0100 mod_muc_moderation/README: Simplify Compatibility section
Kim Alvefur <zash@zash.se> [Tue, 03 Jan 2023 16:10:16 +0100] rev 5131
mod_muc_moderation/README: Simplify Compatibility section Features that vary depending on the configured storage is a bit tricky to express.
Sat, 31 Dec 2022 17:09:18 +0100 mod_rest: Fix reference in OpenAPI
Kim Alvefur <zash@zash.se> [Sat, 31 Dec 2022 17:09:18 +0100] rev 5130
mod_rest: Fix reference in OpenAPI
Sat, 31 Dec 2022 17:03:40 +0100 mod_rest: Add XEP-0461 to OpenAPI
Kim Alvefur <zash@zash.se> [Sat, 31 Dec 2022 17:03:40 +0100] rev 5129
mod_rest: Add XEP-0461 to OpenAPI Gotta keep up with schema-xmpp.json
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 tip