Log

description author age
mod_pastebin: Remove unused locals [luacheck] Kim Alvefur Sun, 20 May 2018 18:10:12 +0200
mod_pastebin: Check line length via preconstructed pattern instead of gsub Kim Alvefur Sun, 20 May 2018 17:55:53 +0200
mod_pastebin: Remove redundant check for non-empty body since it returns earlier in that case Kim Alvefur Sun, 20 May 2018 17:54:47 +0200
mod_pastebin: Avoid using pattern matching facilities for simple prefix removal Kim Alvefur Sun, 20 May 2018 17:51:08 +0200
mod_pastebin: Replace tags using :maptags API instead of hacky direct manipulation Kim Alvefur Sun, 20 May 2018 17:49:00 +0200
mod_pastebin: Move result of host detection into a variable to improve readabily Kim Alvefur Sun, 20 May 2018 17:47:39 +0200
mod_vcard_command: Tweak to not rely on legacy module() behavior Kim Alvefur Wed, 23 May 2018 00:22:29 +0200
mod_vcard_command: a simplistic way to get and set vcard data for registered users Stefan `Sec` Zehl Tue, 08 Oct 2013 16:38:40 +0000
mod_muc_access_control: Multiple fixes to make the module work (fixes #1086) Frank Doepper Tue, 22 May 2018 16:13:03 +0100
mod_block_strangers: Allow stanza from self (fixes #966, thanks Sergey Popov) Matthew Wild Tue, 22 May 2018 14:20:23 +0100
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