Tue, 22 May 2018 16:13:03 +0100 mod_muc_access_control: Multiple fixes to make the module work (fixes #1086)
Frank Doepper <prosody@woffs.de> [Tue, 22 May 2018 16:13:03 +0100] rev 3028
mod_muc_access_control: Multiple fixes to make the module work (fixes #1086)
Tue, 22 May 2018 14:20:23 +0100 mod_block_strangers: Allow stanza from self (fixes #966, thanks Sergey Popov)
Matthew Wild <mwild1@gmail.com> [Tue, 22 May 2018 14:20:23 +0100] rev 3027
mod_block_strangers: Allow stanza from self (fixes #966, thanks Sergey Popov)
Sun, 20 May 2018 17:19:46 +0200 mod_watchuntrusted: Actually add the untrusted_message_type option
Kim Alvefur <zash@zash.se> [Sun, 20 May 2018 17:19:46 +0200] rev 3026
mod_watchuntrusted: Actually add the untrusted_message_type option Left out of changeset ec671ad1a8a9 by mistake
Sun, 20 May 2018 17:09:10 +0200 mod_pubsub_hub: Use the correct MIME type for Atom feeds
Kim Alvefur <zash@zash.se> [Sun, 20 May 2018 17:09:10 +0200] rev 3025
mod_pubsub_hub: Use the correct MIME type for Atom feeds
Sun, 20 May 2018 16:21:07 +0200 mod_watchuntrusted: Add option for which message 'type' to use on notifications
Kim Alvefur <zash@zash.se> [Sun, 20 May 2018 16:21:07 +0200] rev 3024
mod_watchuntrusted: Add option for which message 'type' to use on notifications Because poezio treats headline messages in a very sensible way that fits great with this kind of system message
Sun, 20 May 2018 03:43:38 +0200 mod_http_authentication/README: Change name of config option to match the code
Kim Alvefur <zash@zash.se> [Sun, 20 May 2018 03:43:38 +0200] rev 3023
mod_http_authentication/README: Change name of config option to match the code
Sun, 20 May 2018 03:03:59 +0200 mod_pubsub_post: Add an option for what to use as pubsub 'actor'
Kim Alvefur <zash@zash.se> [Sun, 20 May 2018 03:03:59 +0200] rev 3022
mod_pubsub_post: Add an option for what to use as pubsub 'actor'
Sun, 20 May 2018 02:56:48 +0200 mod_pubsub_post: Factor out the 'actor' into an argument
Kim Alvefur <zash@zash.se> [Sun, 20 May 2018 02:56:48 +0200] rev 3021
mod_pubsub_post: Factor out the 'actor' into an argument
Sun, 20 May 2018 00:00:33 +0200 mod_pubsub_post: Add support for publishing arbitrary JSON
Kim Alvefur <zash@zash.se> [Sun, 20 May 2018 00:00:33 +0200] rev 3020
mod_pubsub_post: Add support for publishing arbitrary JSON Payloads are wrapped in XEP-0335: JSON Containers
Sun, 20 May 2018 00:04:41 +0200 mod_pubsub_post: Add support for posting Atom feeds, publishing each entry
Kim Alvefur <zash@zash.se> [Sun, 20 May 2018 00:04:41 +0200] rev 3019
mod_pubsub_post: Add support for posting Atom feeds, publishing each entry
Sat, 19 May 2018 23:56:39 +0200 mod_pubsub_post: Change to support arbitrary XML payloads
Kim Alvefur <zash@zash.se> [Sat, 19 May 2018 23:56:39 +0200] rev 3018
mod_pubsub_post: Change to support arbitrary XML payloads
Sat, 19 May 2018 23:54:05 +0200 mod_pubsub_post: Remove unused import [luacheck]
Kim Alvefur <zash@zash.se> [Sat, 19 May 2018 23:54:05 +0200] rev 3017
mod_pubsub_post: Remove unused import [luacheck]
Sat, 19 May 2018 23:43:23 +0200 mod_http_authentication: Replace 'Known issues' section with Compatibility since the issue referenced has been resolved
Kim Alvefur <zash@zash.se> [Sat, 19 May 2018 23:43:23 +0200] rev 3016
mod_http_authentication: Replace 'Known issues' section with Compatibility since the issue referenced has been resolved
Sat, 19 May 2018 23:52:19 +0200 mod_http_upload: Add an experimental prosodyctl command for expiring uploads
Kim Alvefur <zash@zash.se> [Sat, 19 May 2018 23:52:19 +0200] rev 3015
mod_http_upload: Add an experimental prosodyctl command for expiring uploads prosodyctl mod_http_upload expire user@example.com [user2@example.com etc]
Mon, 14 May 2018 20:17:49 +0200 mod_cloud_notify: remove useless counter (hardcode it to 1)
tmolitor <thilo@eightysoft.de> [Mon, 14 May 2018 20:17:49 +0200] rev 3014
mod_cloud_notify: remove useless counter (hardcode it to 1)
Tue, 08 May 2018 17:59:02 +0100 mod_privacy_lists: Convert order to a string before using as attribute value (thanks ValdikSS)
Matthew Wild <mwild1@gmail.com> [Tue, 08 May 2018 17:59:02 +0100] rev 3013
mod_privacy_lists: Convert order to a string before using as attribute value (thanks ValdikSS)
Tue, 01 May 2018 01:59:14 +0200 mod_pastebin: Fix loading on normal hosts (thanks ppmathis)
Kim Alvefur <zash@zash.se> [Tue, 01 May 2018 01:59:14 +0200] rev 3012
mod_pastebin: Fix loading on normal hosts (thanks ppmathis)
Mon, 30 Apr 2018 01:49:59 +0200 mod_http_roster_admin: Add syntax highlighting hints
Kim Alvefur <zash@zash.se> [Mon, 30 Apr 2018 01:49:59 +0200] rev 3011
mod_http_roster_admin: Add syntax highlighting hints
Sun, 29 Apr 2018 08:33:54 +0100 mod_http_roster_admin: Add missing protocol docs
Matthew Wild <mwild1@gmail.com> [Sun, 29 Apr 2018 08:33:54 +0100] rev 3010
mod_http_roster_admin: Add missing protocol docs
Tue, 17 Apr 2018 14:00:40 +0200 mod_mam_muc/README: Clarify that only v0.5 of XEP-0313 is supported when used with Prosody 0.10.x
Kim Alvefur <zash@zash.se> [Tue, 17 Apr 2018 14:00:40 +0200] rev 3009
mod_mam_muc/README: Clarify that only v0.5 of XEP-0313 is supported when used with Prosody 0.10.x
Mon, 16 Apr 2018 21:21:51 +0200 mod_http_dir_listing2: Add README based the one from mod_http_dir_listing
Kim Alvefur <zash@zash.se> [Mon, 16 Apr 2018 21:21:51 +0200] rev 3008
mod_http_dir_listing2: Add README based the one from mod_http_dir_listing
Mon, 16 Apr 2018 21:18:51 +0200 mod_http_dir_listing2: Sort file listing such that directories come before files
Kim Alvefur <zash@zash.se> [Mon, 16 Apr 2018 21:18:51 +0200] rev 3007
mod_http_dir_listing2: Sort file listing such that directories come before files
Mon, 16 Apr 2018 21:18:47 +0200 mod_http_dir_listing2: Switch to util.interpolation for HTML rendering
Kim Alvefur <zash@zash.se> [Mon, 16 Apr 2018 21:18:47 +0200] rev 3006
mod_http_dir_listing2: Switch to util.interpolation for HTML rendering
Mon, 16 Apr 2018 21:03:13 +0200 mod_http_dir_listing2: Copy of mod_http_dir_listing
Kim Alvefur <zash@zash.se> [Mon, 16 Apr 2018 21:03:13 +0200] rev 3005
mod_http_dir_listing2: Copy of mod_http_dir_listing
Sun, 15 Apr 2018 08:45:43 -0700 Initial commit of mod_slack_webhooks.
Nathan Whitehorn <nwhitehorn@physics.ucla.edu> [Sun, 15 Apr 2018 08:45:43 -0700] rev 3004
Initial commit of mod_slack_webhooks. This provides an HTTP-based interface to and from Prosody-hosted MUCs equivalent to Slack's incoming and outgoing webhook interfaces, allowing a variety of Slack integrations to be used with a Prosody MUC.
Sun, 15 Apr 2018 12:39:32 +0100 mod_register_web: Handle errors contacting upstream API
Matthew Wild <mwild1@gmail.com> [Sun, 15 Apr 2018 12:39:32 +0100] rev 3003
mod_register_web: Handle errors contacting upstream API
Sat, 07 Apr 2018 01:41:01 +0200 mod_conversejs: Offer the current domain if registration is enabled to skip the server selection and improve UX
Kim Alvefur <zash@zash.se> [Sat, 07 Apr 2018 01:41:01 +0200] rev 3002
mod_conversejs: Offer the current domain if registration is enabled to skip the server selection and improve UX
Thu, 05 Apr 2018 19:08:46 +0200 mod_net_proxy: Fixed errors when connection with nil ip is being processed
Pascal Mathis <mail@pascalmathis.com> [Thu, 05 Apr 2018 19:08:46 +0200] rev 3001
mod_net_proxy: Fixed errors when connection with nil ip is being processed
Wed, 04 Apr 2018 21:40:08 +0200 mod_firewall: Handle unsubcription action correctly (fixes #1119)
Kim Alvefur <zash@zash.se> [Wed, 04 Apr 2018 21:40:08 +0200] rev 3000
mod_firewall: Handle unsubcription action correctly (fixes #1119)
Wed, 04 Apr 2018 21:59:00 +0100 mod_component_http: Fix parameter order, see Prosody trunk e2919978673e for more info
Matthew Wild <mwild1@gmail.com> [Wed, 04 Apr 2018 21:59:00 +0100] rev 2999
mod_component_http: Fix parameter order, see Prosody trunk e2919978673e for more info
Wed, 04 Apr 2018 16:43:35 +0200 mod_query_client_ver: Add a README
Kim Alvefur <zash@zash.se> [Wed, 04 Apr 2018 16:43:35 +0200] rev 2998
mod_query_client_ver: Add a README
Wed, 04 Apr 2018 16:43:22 +0200 mod_query_client_ver: Use the module name as adhoc command node (mistakenly not changed after copying from mod_ping)
Kim Alvefur <zash@zash.se> [Wed, 04 Apr 2018 16:43:22 +0200] rev 2997
mod_query_client_ver: Use the module name as adhoc command node (mistakenly not changed after copying from mod_ping)
Wed, 04 Apr 2018 16:36:58 +0200 mod_query_client_ver: Restrict adhoc command to local admins
Kim Alvefur <zash@zash.se> [Wed, 04 Apr 2018 16:36:58 +0200] rev 2996
mod_query_client_ver: Restrict adhoc command to local admins
Wed, 04 Apr 2018 16:32:51 +0200 mod_query_client_ver: Fix check for sessions on the current host
Kim Alvefur <zash@zash.se> [Wed, 04 Apr 2018 16:32:51 +0200] rev 2995
mod_query_client_ver: Fix check for sessions on the current host
Wed, 04 Apr 2018 16:31:44 +0200 mod_query_client_ver: Add a simple adhoc command that queries all currently connected clients
Kim Alvefur <zash@zash.se> [Wed, 04 Apr 2018 16:31:44 +0200] rev 2994
mod_query_client_ver: Add a simple adhoc command that queries all currently connected clients
Wed, 04 Apr 2018 15:55:09 +0200 mod_post_msg: Add support for a JSON based format similar to what mod_component_http uses
Kim Alvefur <zash@zash.se> [Wed, 04 Apr 2018 15:55:09 +0200] rev 2993
mod_post_msg: Add support for a JSON based format similar to what mod_component_http uses
Wed, 04 Apr 2018 15:54:30 +0200 mod_post_msg/README: Document how authentication is performed
Kim Alvefur <zash@zash.se> [Wed, 04 Apr 2018 15:54:30 +0200] rev 2992
mod_post_msg/README: Document how authentication is performed
Wed, 04 Apr 2018 15:52:16 +0200 mod_post_msg/README: Describe the URL format
Kim Alvefur <zash@zash.se> [Wed, 04 Apr 2018 15:52:16 +0200] rev 2991
mod_post_msg/README: Describe the URL format
Wed, 04 Apr 2018 15:50:52 +0200 mod_post_msg/README: Clarify 'body' fields
Kim Alvefur <zash@zash.se> [Wed, 04 Apr 2018 15:50:52 +0200] rev 2990
mod_post_msg/README: Clarify 'body' fields
Wed, 04 Apr 2018 15:50:13 +0200 mod_post_msg/README: Update Introduction text
Kim Alvefur <zash@zash.se> [Wed, 04 Apr 2018 15:50:13 +0200] rev 2989
mod_post_msg/README: Update Introduction text
Wed, 04 Apr 2018 15:44:29 +0200 mod_post_msg/README: Document the payload formats
Kim Alvefur <zash@zash.se> [Wed, 04 Apr 2018 15:44:29 +0200] rev 2988
mod_post_msg/README: Document the payload formats
Wed, 04 Apr 2018 15:36:47 +0200 mod_post_msg/README: Normalize markdown syntax
Kim Alvefur <zash@zash.se> [Wed, 04 Apr 2018 15:36:47 +0200] rev 2987
mod_post_msg/README: Normalize markdown syntax
Wed, 04 Apr 2018 15:35:27 +0200 mod_post_msg/README: Reword about borrowing
Kim Alvefur <zash@zash.se> [Wed, 04 Apr 2018 15:35:27 +0200] rev 2986
mod_post_msg/README: Reword about borrowing
Wed, 04 Apr 2018 15:35:04 +0200 mod_post_msg/README: Remove author, it's in the vcs metadata
Kim Alvefur <zash@zash.se> [Wed, 04 Apr 2018 15:35:04 +0200] rev 2985
mod_post_msg/README: Remove author, it's in the vcs metadata
Mon, 02 Apr 2018 16:15:24 +0200 mod_conversejs: Specify a charset on script tag to prevent Browser from guessing
Kim Alvefur <zash@zash.se> [Mon, 02 Apr 2018 16:15:24 +0200] rev 2984
mod_conversejs: Specify a charset on script tag to prevent Browser from guessing
Mon, 02 Apr 2018 15:00:57 +0100 mod_http_upload_external: Fix syntax error in share.php
Matthew Wild <mwild1@gmail.com> [Mon, 02 Apr 2018 15:00:57 +0100] rev 2983
mod_http_upload_external: Fix syntax error in share.php
Mon, 02 Apr 2018 10:57:17 +0100 mod_http_upload_external: Add newer 'v2' protocol (and share_v2.php) which supports content-type preservation
Matthew Wild <mwild1@gmail.com> [Mon, 02 Apr 2018 10:57:17 +0100] rev 2982
mod_http_upload_external: Add newer 'v2' protocol (and share_v2.php) which supports content-type preservation
Mon, 02 Apr 2018 10:52:32 +0100 mod_http_upload_external: share.php example: Add CSP headers
Matthew Wild <mwild1@gmail.com> [Mon, 02 Apr 2018 10:52:32 +0100] rev 2981
mod_http_upload_external: share.php example: Add CSP headers
Sun, 01 Apr 2018 23:24:33 +0200 Implement dummy body message to indicate high priority push
tmolitor <thilo@eightysoft.de> [Sun, 01 Apr 2018 23:24:33 +0200] rev 2980
Implement dummy body message to indicate high priority push This adds a dummy body sent alongside the push when the original message also contained a body to indicate a high priority push. The body can be configured and its contents are generally meaningless with most app servers because it will be stripped before pushed to the client.
Sun, 01 Apr 2018 22:43:15 +0200 mod_net_proxy: Added missing return when detecting unparseable PROXYv1 source address
Pascal Mathis <mail@pascalmathis.com> [Sun, 01 Apr 2018 22:43:15 +0200] rev 2979
mod_net_proxy: Added missing return when detecting unparseable PROXYv1 source address
Sun, 01 Apr 2018 22:41:40 +0200 mod_net_proxy: Updated HAProxy example configuration to listen on v4+v6
Pascal Mathis <mail@pascalmathis.com> [Sun, 01 Apr 2018 22:41:40 +0200] rev 2978
mod_net_proxy: Updated HAProxy example configuration to listen on v4+v6
Sat, 31 Mar 2018 22:16:35 +0200 mod_delay: Improve the README’s description
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> [Sat, 31 Mar 2018 22:16:35 +0200] rev 2977
mod_delay: Improve the README’s description
Fri, 30 Mar 2018 21:00:15 +0200 mod_http_upload_external: Use a more widespread method to obtain Content-Length (thanks Yves)
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> [Fri, 30 Mar 2018 21:00:15 +0200] rev 2976
mod_http_upload_external: Use a more widespread method to obtain Content-Length (thanks Yves)
Fri, 30 Mar 2018 13:41:56 +0200 mod_http_logging: Fix typo [luacheck]
Kim Alvefur <zash@zash.se> [Fri, 30 Mar 2018 13:41:56 +0200] rev 2975
mod_http_logging: Fix typo [luacheck]
Fri, 30 Mar 2018 13:40:50 +0200 mod_migrate: Mention the possible need to supply the list of users
Kim Alvefur <zash@zash.se> [Fri, 30 Mar 2018 13:40:50 +0200] rev 2974
mod_migrate: Mention the possible need to supply the list of users
Fri, 30 Mar 2018 13:40:06 +0200 mod_http_logging: Wrap API for sending data from file handles
Kim Alvefur <zash@zash.se> [Fri, 30 Mar 2018 13:40:06 +0200] rev 2973
mod_http_logging: Wrap API for sending data from file handles
Fri, 30 Mar 2018 13:37:39 +0200 mod_http_logging: Be robust against missing connection object
Kim Alvefur <zash@zash.se> [Fri, 30 Mar 2018 13:37:39 +0200] rev 2972
mod_http_logging: Be robust against missing connection object
Fri, 30 Mar 2018 13:36:38 +0200 mod_http_logging: Use 'ip' field provided by mod_http if available
Kim Alvefur <zash@zash.se> [Fri, 30 Mar 2018 13:36:38 +0200] rev 2971
mod_http_logging: Use 'ip' field provided by mod_http if available
Fri, 30 Mar 2018 13:35:43 +0200 mod_http_logging: Factor out body length calculation
Kim Alvefur <zash@zash.se> [Fri, 30 Mar 2018 13:35:43 +0200] rev 2970
mod_http_logging: Factor out body length calculation
Fri, 30 Mar 2018 13:34:15 +0200 mod_http_logging: Factor out logging into a function for future reuse
Kim Alvefur <zash@zash.se> [Fri, 30 Mar 2018 13:34:15 +0200] rev 2969
mod_http_logging: Factor out logging into a function for future reuse
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 tip