log

age author description
Sat, 14 May 2022 15:52:23 +0200 Kim Alvefur mod_auth_dovecot: Fix compat with Lua 5.2+ move of unpack() (thanks Tom)
Sat, 14 May 2022 15:50:44 +0200 Kim Alvefur mod_auth_dovecot: Add luarocks metadata to make automatic packaging work
Sat, 28 May 2022 16:42:13 +0200 Goffi mod_delegation: use clean_xmlns to remove jabber:client namespace from node:
Wed, 11 May 2022 12:44:32 +0200 Goffi upstream merge
Sat, 30 Apr 2022 01:02:38 +0200 Kim Alvefur mod_rest: Fix 'format' property in schema
Sat, 30 Apr 2022 01:00:01 +0200 Kim Alvefur mod_rest: Expand mapping of XEP-0045 join stanza
Tue, 26 Apr 2022 22:42:09 +0200 Jonas Schäfer mod_audit: make the extension of the module API less of a hack
Tue, 26 Apr 2022 22:37:13 +0200 Jonas Schäfer mod_audit*: fix luacheck warnings
Tue, 26 Apr 2022 22:32:44 +0200 Jonas Schäfer mod_audit*: modules for audit logging in prosody
Sun, 24 Apr 2022 23:58:41 -0400 moparisthebest mod_s2soutinjection: Rewrite based on mod_onions for 0.12 compat (thanks Zash)
Fri, 22 Apr 2022 14:29:32 +0200 Kim Alvefur mod_http_muc_log: Fix exception on lack of trailing slash in room path
Mon, 18 Apr 2022 23:02:04 +0200 Kim Alvefur mod_rest: Fix description of extdisco endpoint (thanks MattJ)
Sun, 17 Apr 2022 12:52:13 +0200 Kim Alvefur mod_rest/apidemo: Don't show traceback to users on config/resource problem
Sun, 17 Apr 2022 12:51:45 +0200 Kim Alvefur mod_rest: Add some notes about custom disco#info mapping code
Sun, 17 Apr 2022 12:49:06 +0200 Kim Alvefur mod_auth_cyrus: Adjust module import to work with repo clone - Fix #1744
Mon, 11 Apr 2022 20:32:05 +0100 Matthew Wild mod_http_admin_api: Indicate whether a given push registration uses encryption
Mon, 11 Apr 2022 20:31:43 +0100 Matthew Wild mod_http_admin_api: Fix client -> client_id (the actual field name)
Mon, 11 Apr 2022 00:19:48 +0200 Kim Alvefur mod_http_oauth2/README: Update Compatibility section to mention 0.12
Sat, 09 Apr 2022 01:04:25 +0200 Kim Alvefur mod_rest: Add configuration of which stanzas to route to callback
Sat, 09 Apr 2022 00:43:18 +0200 Kim Alvefur mod_rest: Improve logging of results from callback startup probe
Sat, 09 Apr 2022 00:41:18 +0200 Kim Alvefur mod_rest: Support parameters in callback URL
Sat, 09 Apr 2022 00:37:55 +0200 Kim Alvefur mod_rest/README: Mention the OPTIONS probe fired at the callback
Thu, 07 Apr 2022 17:49:08 +0200 Kim Alvefur mod_rest: Improve error handling during format mapping
Thu, 07 Apr 2022 17:48:08 +0200 Kim Alvefur mod_rest: Catch and coerce errors in echo endpoint
Thu, 07 Apr 2022 15:39:57 +0200 Kim Alvefur mod_rest: Move most of XEP-0432 handling into JSON mapping schema
Thu, 07 Apr 2022 15:39:11 +0200 Kim Alvefur mod_rest/jsonmap: Fix indentation
Mon, 04 Apr 2022 17:50:24 +0200 Kim Alvefur mod_conversejs: Bump Copyright year
Mon, 04 Apr 2022 17:48:34 +0200 Kim Alvefur mod_conversejs: Remove plugin installer dependency on mod_bookmarks
Wed, 11 May 2022 12:43:26 +0200 Goffi mod_privilege: update to v0.4:
Wed, 30 Mar 2022 17:52:41 +0200 Kim Alvefur mod_register_web: Include HTML templates in rock (thanks unbunt)
Thu, 24 Mar 2022 14:56:30 +0100 Kim Alvefur mod_bookmarks2: Ignore failure to delete nothing (thanks Ge0rG)
Sat, 19 Mar 2022 17:52:33 +0000 Matthew Wild mod_vjud: Add permission parameter "any" for compatibility with 0.12 (fixes #1720)
Sat, 19 Mar 2022 09:10:25 +0000 Matthew Wild mod_adhoc_account_management: Add compatibility with 0.12 permission string (thanks mirux)
Thu, 17 Mar 2022 20:24:43 +0000 Matthew Wild mod_onions: Add comment explaining s2s-check-certificate handler
Tue, 15 Mar 2022 21:59:51 +0100 Kim Alvefur mod_invites_register: Push invitee contact entry to inviter (Thanks gerald)
Tue, 08 Mar 2022 11:57:25 +0000 Matthew Wild mod_http_upload: Update compatibility information
Fri, 04 Mar 2022 19:57:13 +0000 Matthew Wild mod_muc_restrict_media: Fix traceback when checking default (thanks Martin)
Fri, 04 Mar 2022 19:56:52 +0000 Matthew Wild mod_muc_restrict_media: Fix logic inversion on default value
Wed, 23 Feb 2022 12:40:50 +0100 Kim Alvefur mod_cloud_notify_encrypted: Linkify dependencies
Tue, 22 Feb 2022 20:27:09 +0100 Kim Alvefur mod_ping_muc: Fix typo in README
Tue, 22 Feb 2022 14:00:01 +0100 Kim Alvefur mod_portcheck: Don't rewrite '*' to '0.0.0.0' since Prosody doesn't
Sun, 20 Feb 2022 11:49:06 +0100 Kim Alvefur mod_muc_moderation: Update Clients section (+ Gajim, clix)
Sat, 19 Feb 2022 01:42:12 +0100 Kim Alvefur mod_portcheck: Include '*' in allowed characters so '*:port' works
Fri, 18 Feb 2022 23:40:41 +0100 Kim Alvefur mod_graceful_shutdown: Add a banner saying no longer needed with trunk
Fri, 18 Feb 2022 18:35:45 +0100 Kim Alvefur mod_portcheck: Shell command to check if ports are open
Thu, 17 Feb 2022 01:59:24 +0100 Kim Alvefur mod_dnsupdate: Add a --remove option to delete all SRV records
Tue, 15 Feb 2022 21:51:52 +0100 Kim Alvefur mod_turn_external: Fix type of config option (thanks mirux)
Mon, 14 Feb 2022 14:36:32 +0000 Matthew Wild mod_turn_external: Import from prosody trunk @ ed23bbf3b946
Fri, 11 Feb 2022 16:13:09 +0100 Kim Alvefur mod_graceful_shutdown: Close multiplex ports
Fri, 11 Feb 2022 16:11:55 +0100 Kim Alvefur mod_graceful_shutdown: Deactivate direct TLS c2s along with plain c2s
Wed, 09 Feb 2022 18:16:33 +0100 Kim Alvefur mod_conversejs: Revert back to depending on mod_bookmarks
Wed, 09 Feb 2022 18:10:27 +0100 Kim Alvefur mod_bookmarks2: Remove conflict check with mod_bookmarks
Wed, 09 Feb 2022 00:34:36 +0100 Kim Alvefur mod_rest: Add XEP-0363 HTTP Upload to schemas
Tue, 08 Feb 2022 13:51:41 +0100 Kim Alvefur mod_rest: Ensure mod_http is loaded before API demo
Mon, 07 Feb 2022 16:52:19 +0100 Kim Alvefur mod_ping_muc: Remove 'kick' status code
Sat, 05 Feb 2022 01:11:22 +0100 Kim Alvefur mod_bookmarks: Add a stub that loads mod_bookmarks2
Sat, 05 Feb 2022 01:10:14 +0100 Kim Alvefur mod_bookmarks: Use autolink to mod_bookmarks2
Sat, 05 Feb 2022 01:09:35 +0100 Kim Alvefur mod_bookmarks: Also link to mod_bookmarks included with Prosody (trunk)
Fri, 04 Feb 2022 21:22:10 +0100 Kim Alvefur mod_pubsub_feeds: Allow but ignore XML comments and processing instructions
Fri, 04 Feb 2022 16:25:23 +0100 Kim Alvefur mod_dnsupdate: Fix typo