log

age author description
Sun, 20 May 2018 03:03:59 +0200 Kim Alvefur mod_pubsub_post: Add an option for what to use as pubsub 'actor'
Sun, 20 May 2018 02:56:48 +0200 Kim Alvefur mod_pubsub_post: Factor out the 'actor' into an argument
Sun, 20 May 2018 00:00:33 +0200 Kim Alvefur mod_pubsub_post: Add support for publishing arbitrary JSON
Sun, 20 May 2018 00:04:41 +0200 Kim Alvefur mod_pubsub_post: Add support for posting Atom feeds, publishing each entry
Sat, 19 May 2018 23:56:39 +0200 Kim Alvefur mod_pubsub_post: Change to support arbitrary XML payloads
Sat, 19 May 2018 23:54:05 +0200 Kim Alvefur mod_pubsub_post: Remove unused import [luacheck]
Sat, 19 May 2018 23:43:23 +0200 Kim Alvefur mod_http_authentication: Replace 'Known issues' section with Compatibility since the issue referenced has been resolved
Sat, 19 May 2018 23:52:19 +0200 Kim Alvefur mod_http_upload: Add an experimental prosodyctl command for expiring uploads
Mon, 14 May 2018 20:17:49 +0200 tmolitor mod_cloud_notify: remove useless counter (hardcode it to 1)
Tue, 08 May 2018 17:59:02 +0100 Matthew Wild mod_privacy_lists: Convert order to a string before using as attribute value (thanks ValdikSS)
Tue, 01 May 2018 01:59:14 +0200 Kim Alvefur mod_pastebin: Fix loading on normal hosts (thanks ppmathis)
Mon, 30 Apr 2018 01:49:59 +0200 Kim Alvefur mod_http_roster_admin: Add syntax highlighting hints
Sun, 29 Apr 2018 08:33:54 +0100 Matthew Wild mod_http_roster_admin: Add missing protocol docs
Tue, 17 Apr 2018 14:00:40 +0200 Kim Alvefur 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 Kim Alvefur mod_http_dir_listing2: Add README based the one from mod_http_dir_listing
Mon, 16 Apr 2018 21:18:51 +0200 Kim Alvefur mod_http_dir_listing2: Sort file listing such that directories come before files
Mon, 16 Apr 2018 21:18:47 +0200 Kim Alvefur mod_http_dir_listing2: Switch to util.interpolation for HTML rendering
Mon, 16 Apr 2018 21:03:13 +0200 Kim Alvefur mod_http_dir_listing2: Copy of mod_http_dir_listing
Sun, 15 Apr 2018 08:45:43 -0700 Nathan Whitehorn Initial commit of mod_slack_webhooks.
Sun, 15 Apr 2018 12:39:32 +0100 Matthew Wild mod_register_web: Handle errors contacting upstream API
Sat, 07 Apr 2018 01:41:01 +0200 Kim Alvefur 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 Pascal Mathis mod_net_proxy: Fixed errors when connection with nil ip is being processed
Wed, 04 Apr 2018 21:40:08 +0200 Kim Alvefur mod_firewall: Handle unsubcription action correctly (fixes #1119)
Wed, 04 Apr 2018 21:59:00 +0100 Matthew Wild mod_component_http: Fix parameter order, see Prosody trunk e2919978673e for more info
Wed, 04 Apr 2018 16:43:35 +0200 Kim Alvefur mod_query_client_ver: Add a README
Wed, 04 Apr 2018 16:43:22 +0200 Kim Alvefur 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 Kim Alvefur mod_query_client_ver: Restrict adhoc command to local admins
Wed, 04 Apr 2018 16:32:51 +0200 Kim Alvefur mod_query_client_ver: Fix check for sessions on the current host
Wed, 04 Apr 2018 16:31:44 +0200 Kim Alvefur mod_query_client_ver: Add a simple adhoc command that queries all currently connected clients
Wed, 04 Apr 2018 15:55:09 +0200 Kim Alvefur mod_post_msg: Add support for a JSON based format similar to what mod_component_http uses