Log

description author age
mod_watchuntrusted: Actually add the untrusted_message_type option Kim Alvefur Sun, 20 May 2018 17:19:46 +0200
mod_pubsub_hub: Use the correct MIME type for Atom feeds Kim Alvefur Sun, 20 May 2018 17:09:10 +0200
mod_watchuntrusted: Add option for which message 'type' to use on notifications Kim Alvefur Sun, 20 May 2018 16:21:07 +0200
mod_http_authentication/README: Change name of config option to match the code Kim Alvefur Sun, 20 May 2018 03:43:38 +0200
mod_pubsub_post: Add an option for what to use as pubsub 'actor' Kim Alvefur Sun, 20 May 2018 03:03:59 +0200
mod_pubsub_post: Factor out the 'actor' into an argument Kim Alvefur Sun, 20 May 2018 02:56:48 +0200
mod_pubsub_post: Add support for publishing arbitrary JSON Kim Alvefur Sun, 20 May 2018 00:00:33 +0200
mod_pubsub_post: Add support for posting Atom feeds, publishing each entry Kim Alvefur Sun, 20 May 2018 00:04:41 +0200
mod_pubsub_post: Change to support arbitrary XML payloads Kim Alvefur Sat, 19 May 2018 23:56:39 +0200
mod_pubsub_post: Remove unused import [luacheck] Kim Alvefur Sat, 19 May 2018 23:54:05 +0200
mod_http_authentication: Replace 'Known issues' section with Compatibility since the issue referenced has been resolved Kim Alvefur Sat, 19 May 2018 23:43:23 +0200
mod_http_upload: Add an experimental prosodyctl command for expiring uploads Kim Alvefur Sat, 19 May 2018 23:52:19 +0200
mod_cloud_notify: remove useless counter (hardcode it to 1) tmolitor Mon, 14 May 2018 20:17:49 +0200
mod_privacy_lists: Convert order to a string before using as attribute value (thanks ValdikSS) Matthew Wild Tue, 08 May 2018 17:59:02 +0100
mod_pastebin: Fix loading on normal hosts (thanks ppmathis) Kim Alvefur Tue, 01 May 2018 01:59:14 +0200
mod_http_roster_admin: Add syntax highlighting hints Kim Alvefur Mon, 30 Apr 2018 01:49:59 +0200
mod_http_roster_admin: Add missing protocol docs Matthew Wild Sun, 29 Apr 2018 08:33:54 +0100
mod_mam_muc/README: Clarify that only v0.5 of XEP-0313 is supported when used with Prosody 0.10.x Kim Alvefur Tue, 17 Apr 2018 14:00:40 +0200
mod_http_dir_listing2: Add README based the one from mod_http_dir_listing Kim Alvefur Mon, 16 Apr 2018 21:21:51 +0200
mod_http_dir_listing2: Sort file listing such that directories come before files Kim Alvefur Mon, 16 Apr 2018 21:18:51 +0200
mod_http_dir_listing2: Switch to util.interpolation for HTML rendering Kim Alvefur Mon, 16 Apr 2018 21:18:47 +0200
mod_http_dir_listing2: Copy of mod_http_dir_listing Kim Alvefur Mon, 16 Apr 2018 21:03:13 +0200
Initial commit of mod_slack_webhooks. Nathan Whitehorn Sun, 15 Apr 2018 08:45:43 -0700
mod_register_web: Handle errors contacting upstream API Matthew Wild Sun, 15 Apr 2018 12:39:32 +0100
mod_conversejs: Offer the current domain if registration is enabled to skip the server selection and improve UX Kim Alvefur Sat, 07 Apr 2018 01:41:01 +0200
mod_net_proxy: Fixed errors when connection with nil ip is being processed Pascal Mathis Thu, 05 Apr 2018 19:08:46 +0200
mod_firewall: Handle unsubcription action correctly (fixes #1119) Kim Alvefur Wed, 04 Apr 2018 21:40:08 +0200
mod_component_http: Fix parameter order, see Prosody trunk e2919978673e for more info Matthew Wild Wed, 04 Apr 2018 21:59:00 +0100
mod_query_client_ver: Add a README Kim Alvefur Wed, 04 Apr 2018 16:43:35 +0200
mod_query_client_ver: Use the module name as adhoc command node (mistakenly not changed after copying from mod_ping) Kim Alvefur Wed, 04 Apr 2018 16:43:22 +0200
mod_query_client_ver: Restrict adhoc command to local admins Kim Alvefur Wed, 04 Apr 2018 16:36:58 +0200
mod_query_client_ver: Fix check for sessions on the current host Kim Alvefur Wed, 04 Apr 2018 16:32:51 +0200
mod_query_client_ver: Add a simple adhoc command that queries all currently connected clients Kim Alvefur Wed, 04 Apr 2018 16:31:44 +0200
mod_post_msg: Add support for a JSON based format similar to what mod_component_http uses Kim Alvefur Wed, 04 Apr 2018 15:55:09 +0200
mod_post_msg/README: Document how authentication is performed Kim Alvefur Wed, 04 Apr 2018 15:54:30 +0200
mod_post_msg/README: Describe the URL format Kim Alvefur Wed, 04 Apr 2018 15:52:16 +0200
mod_post_msg/README: Clarify 'body' fields Kim Alvefur Wed, 04 Apr 2018 15:50:52 +0200
mod_post_msg/README: Update Introduction text Kim Alvefur Wed, 04 Apr 2018 15:50:13 +0200
mod_post_msg/README: Document the payload formats Kim Alvefur Wed, 04 Apr 2018 15:44:29 +0200
mod_post_msg/README: Normalize markdown syntax Kim Alvefur Wed, 04 Apr 2018 15:36:47 +0200
mod_post_msg/README: Reword about borrowing Kim Alvefur Wed, 04 Apr 2018 15:35:27 +0200
mod_post_msg/README: Remove author, it's in the vcs metadata Kim Alvefur Wed, 04 Apr 2018 15:35:04 +0200
mod_conversejs: Specify a charset on script tag to prevent Browser from guessing Kim Alvefur Mon, 02 Apr 2018 16:15:24 +0200
mod_http_upload_external: Fix syntax error in share.php Matthew Wild Mon, 02 Apr 2018 15:00:57 +0100
mod_http_upload_external: Add newer 'v2' protocol (and share_v2.php) which supports content-type preservation Matthew Wild Mon, 02 Apr 2018 10:57:17 +0100
mod_http_upload_external: share.php example: Add CSP headers Matthew Wild Mon, 02 Apr 2018 10:52:32 +0100
Implement dummy body message to indicate high priority push tmolitor Sun, 01 Apr 2018 23:24:33 +0200
mod_net_proxy: Added missing return when detecting unparseable PROXYv1 source address Pascal Mathis Sun, 01 Apr 2018 22:43:15 +0200
mod_net_proxy: Updated HAProxy example configuration to listen on v4+v6 Pascal Mathis Sun, 01 Apr 2018 22:41:40 +0200
mod_delay: Improve the README’s description Emmanuel Gil Peyrot Sat, 31 Mar 2018 22:16:35 +0200
mod_http_upload_external: Use a more widespread method to obtain Content-Length (thanks Yves) Emmanuel Gil Peyrot Fri, 30 Mar 2018 21:00:15 +0200
mod_http_logging: Fix typo [luacheck] Kim Alvefur Fri, 30 Mar 2018 13:41:56 +0200
mod_migrate: Mention the possible need to supply the list of users Kim Alvefur Fri, 30 Mar 2018 13:40:50 +0200
mod_http_logging: Wrap API for sending data from file handles Kim Alvefur Fri, 30 Mar 2018 13:40:06 +0200
mod_http_logging: Be robust against missing connection object Kim Alvefur Fri, 30 Mar 2018 13:37:39 +0200
mod_http_logging: Use 'ip' field provided by mod_http if available Kim Alvefur Fri, 30 Mar 2018 13:36:38 +0200
mod_http_logging: Factor out body length calculation Kim Alvefur Fri, 30 Mar 2018 13:35:43 +0200
mod_http_logging: Factor out logging into a function for future reuse Kim Alvefur Fri, 30 Mar 2018 13:34:15 +0200
mod_net_proxy: Fixed small indentation mistake in docs Pascal Mathis Thu, 29 Mar 2018 22:07:18 +0200
mod_net_proxy: Added proxy_trusted_proxies for whitelisting incoming connections Pascal Mathis Wed, 28 Mar 2018 20:47:41 +0200
mod_net_proxy: Adjusted log level of errors triggered by remote connections to 'warn' Pascal Mathis Wed, 28 Mar 2018 19:03:10 +0200
mod_net_proxy: Automatically listen on all mapped ports if proxy_ports was not configured Pascal Mathis Wed, 28 Mar 2018 19:00:13 +0200
Rename to README.markdown JC Brand Wed, 28 Mar 2018 00:02:37 +0200
mod_net_proxy: Fixed example configuration for HAProxy Pascal Mathis Tue, 27 Mar 2018 22:31:59 +0200
mod_component_http: Fix to use module:send() instead of origin.send() (thanks Wiktor) Matthew Wild Tue, 27 Mar 2018 11:36:25 +0100
Merge commit JC Brand Tue, 27 Mar 2018 10:51:25 +0200
New HMAC token authentication module for Prosody. JC Brand Tue, 27 Mar 2018 10:48:04 +0200
mod_http_logging: Add some short documentation Kim Alvefur Tue, 27 Mar 2018 09:56:01 +0200
mod_component_http/README: Include language tag in example to enable syntax highlighting in rendered version Kim Alvefur Mon, 26 Mar 2018 16:17:00 +0200
mod_component_http: Update README to include config snippet example Matthew Wild Mon, 26 Mar 2018 14:01:00 +0100
mod_component_http: Fix some [luacheck] warnings Matthew Wild Mon, 26 Mar 2018 13:56:18 +0100
mod_component_http: Fix headings in README Matthew Wild Mon, 26 Mar 2018 13:52:38 +0100
mod_component_http: Allow implementing a component over HTTP Matthew Wild Mon, 26 Mar 2018 13:49:13 +0100
mod_mam_muc: Advertise mam:1 instead of mam:2 if not using new MUC code [fixes #1118] Matthew Wild Mon, 26 Mar 2018 08:05:22 +0100
mod_http_upload/README: Point at mod_http_upload_external Kim Alvefur Sun, 25 Mar 2018 20:31:33 +0200
mod_http_upload: Include the current VirtualHost name in greeting to help with debugging Kim Alvefur Sun, 25 Mar 2018 20:27:14 +0200
mod_csi_battery_saver: Remove whitespace only lines Michel Le Bihan Fri, 23 Mar 2018 22:38:46 +0100
mod_checkcerts: Fixed luacheck warnings Michel Le Bihan Fri, 23 Mar 2018 21:55:32 +0100
mod_muc_gc10: Catch joins correctly (thanks Ge0rG) Kim Alvefur Thu, 22 Mar 2018 16:16:07 +0100
mod_minimix/README: Normalize markdown syntax Kim Alvefur Thu, 22 Mar 2018 14:44:29 +0100
mod_minimix/README: Fix typo (thanks porrier) Kim Alvefur Thu, 22 Mar 2018 14:44:10 +0100
mod_minimix: Experiment in account-based MUC joins Kim Alvefur Thu, 22 Mar 2018 14:33:46 +0100
mod_muc_gc10: Gather statistics on use of the Groupchat 1.0 protocol Kim Alvefur Thu, 22 Mar 2018 14:28:27 +0100
mod_http_upload_external: Use correct namespace (thanks Wiktor) Kim Alvefur Thu, 22 Mar 2018 12:32:02 +0100
mod_storage_xmlarchive: Add a debug message to try to track down why all indicies are read in some cases Kim Alvefur Sun, 18 Mar 2018 22:39:42 +0100
mod_smacks: Ensure stanza count attributes are always strings (thanks Martin) Matthew Wild Sat, 17 Mar 2018 12:58:37 +0000
README: Remove text about 0.8 compatibility repo Kim Alvefur Sat, 17 Mar 2018 10:49:15 +0100
mod_net_proxy: Fixed luacheck warnings Pascal Mathis Fri, 16 Mar 2018 21:17:50 +0100
mod_conversejs: Pass information about if and how of account registration Kim Alvefur Fri, 16 Mar 2018 20:35:14 +0100
mod_conversejs: Pass current domain as 'default_domain' Kim Alvefur Fri, 16 Mar 2018 20:32:35 +0100
mod_net_proxy: Fixed typo in example HAProxy configuration within README Pascal Mathis Thu, 15 Mar 2018 23:44:35 +0100
mod_net_proxy: Fixed backwards compatibility to Prosody 0.10 Pascal Mathis Thu, 15 Mar 2018 21:39:46 +0100
mod_net_proxy: New module implementing PROXY protocol versions 1 and 2 Pascal Mathis Thu, 15 Mar 2018 15:26:30 +0100
mod_register_web: Pass username to generate_register_response Michel Le Bihan Tue, 13 Mar 2018 21:12:21 +0100
mod_firewall: Add special case for $local zone (fixes #1090) Kim Alvefur Mon, 12 Mar 2018 12:26:15 +0100
mod_http_index: Sort list of HTTP applications by name Kim Alvefur Sat, 10 Mar 2018 05:01:15 +0100
mod_http_index: Remove unused style rule Kim Alvefur Sat, 10 Mar 2018 05:00:28 +0100
mod_register_web: Remove unused variables [luacheck] Kim Alvefur Sat, 10 Mar 2018 02:48:07 +0100
mod_register_web: Remove username and password from form data and provide the rest in pre-registration event Kim Alvefur Sat, 10 Mar 2018 02:44:27 +0100
mod_register_web: Return reason for rejection if one was provided by another plugin during pre-registration checks Kim Alvefur Sat, 10 Mar 2018 02:39:54 +0100
mod_register_web: Include IP address in pre-registration check event to allow other modules a chance to act on it Kim Alvefur Sat, 10 Mar 2018 02:38:42 +0100
mod_conversejs: Hack in support for changing the CSS if InVerse mode is enabled Kim Alvefur Sat, 10 Mar 2018 00:49:06 +0100
mod_conversejs/README: Add compatibility section Kim Alvefur Sat, 10 Mar 2018 00:05:46 +0100
mod_conversejs: Allow passing arbitrary options trough to Converse.js Kim Alvefur Sat, 10 Mar 2018 00:05:30 +0100
mod_conversejs/README: Expand config section Kim Alvefur Sat, 10 Mar 2018 00:04:47 +0100
mod_storage_xmlarchive: Add additional debug logging Kim Alvefur Fri, 09 Mar 2018 21:58:47 +0100
mod_firewall: Add PENDING SUBSCRIPTION FROM SENDER? condition Matthew Wild Fri, 09 Mar 2018 13:35:44 +0000
mod_firewall: Add UNSBSCRIBE SENDER action Matthew Wild Fri, 09 Mar 2018 13:35:11 +0000
[mod_mam] Fix hook priority for local clients, too (see also commit 2af42a3af131) tmolitor Wed, 07 Mar 2018 22:21:43 +0100
mod_inject_ecaps2: Check for unset presence Emmanuel Gil Peyrot Wed, 07 Mar 2018 20:47:27 +0100
mod_auto_answer_disco_info: Improve the debug message to include the recipient Emmanuel Gil Peyrot Wed, 07 Mar 2018 20:17:56 +0100
mod_auto_answer_disco_info: Don’t answer if the target session isn’t online Emmanuel Gil Peyrot Wed, 07 Mar 2018 20:15:20 +0100
mod_inject_ecaps2: Return if calculating the hash failed Emmanuel Gil Peyrot Wed, 07 Mar 2018 20:13:48 +0100
mod_inject_ecaps2: Rename the Lua file correctly Emmanuel Gil Peyrot Wed, 07 Mar 2018 19:40:20 +0100
mod_inject_ecaps2: Add Lua 5.1 compatibility by replacing \xHEX with \DECIMAL in strings Emmanuel Gil Peyrot Wed, 07 Mar 2018 19:39:52 +0100
mod_inject_ecaps2: New module adding support for XEP-0390 to all local clients supporting XEP-0115 Emmanuel Gil Peyrot Wed, 07 Mar 2018 19:30:42 +0100
luacheckrc: Forget about the _M global Kim Alvefur Wed, 07 Mar 2018 18:15:31 +0100
luacheckrc: Assign module.environment to section for writable globals Kim Alvefur Wed, 07 Mar 2018 18:11:50 +0100
luacheckrc: Rearrange options to be closer to the order used in main prosody repo Kim Alvefur Wed, 07 Mar 2018 18:11:08 +0100
mod_cache_c2s_caps: Use prosody.full_sessions instead of _G.full_sessions (thanks luacheck) Emmanuel Gil Peyrot Wed, 07 Mar 2018 17:42:38 +0100