mod_pubsub_post: Factor out the 'actor' into an argument
|
Kim Alvefur |
2018-05-20 |
mod_pubsub_post: Add support for publishing arbitrary JSON
|
Kim Alvefur |
2018-05-19 |
mod_pubsub_post: Add support for posting Atom feeds, publishing each entry
|
Kim Alvefur |
2018-05-19 |
mod_pubsub_post: Change to support arbitrary XML payloads
|
Kim Alvefur |
2018-05-19 |
mod_pubsub_post: Remove unused import [luacheck]
|
Kim Alvefur |
2018-05-19 |
mod_http_authentication: Replace 'Known issues' section with Compatibility since the issue referenced has been resolved
|
Kim Alvefur |
2018-05-19 |
mod_http_upload: Add an experimental prosodyctl command for expiring uploads
|
Kim Alvefur |
2018-05-19 |
mod_cloud_notify: remove useless counter (hardcode it to 1)
|
tmolitor |
2018-05-14 |
mod_privacy_lists: Convert order to a string before using as attribute value (thanks ValdikSS)
|
Matthew Wild |
2018-05-08 |
mod_pastebin: Fix loading on normal hosts (thanks ppmathis)
|
Kim Alvefur |
2018-04-30 |
mod_http_roster_admin: Add syntax highlighting hints
|
Kim Alvefur |
2018-04-29 |
mod_http_roster_admin: Add missing protocol docs
|
Matthew Wild |
2018-04-29 |
mod_mam_muc/README: Clarify that only v0.5 of XEP-0313 is supported when used with Prosody 0.10.x
|
Kim Alvefur |
2018-04-17 |
mod_http_dir_listing2: Add README based the one from mod_http_dir_listing
|
Kim Alvefur |
2018-04-16 |
mod_http_dir_listing2: Sort file listing such that directories come before files
|
Kim Alvefur |
2018-04-16 |
mod_http_dir_listing2: Switch to util.interpolation for HTML rendering
|
Kim Alvefur |
2018-04-16 |
mod_http_dir_listing2: Copy of mod_http_dir_listing
|
Kim Alvefur |
2018-04-16 |
Initial commit of mod_slack_webhooks.
|
Nathan Whitehorn |
2018-04-15 |
mod_register_web: Handle errors contacting upstream API
|
Matthew Wild |
2018-04-15 |
mod_conversejs: Offer the current domain if registration is enabled to skip the server selection and improve UX
|
Kim Alvefur |
2018-04-06 |
mod_net_proxy: Fixed errors when connection with nil ip is being processed
|
Pascal Mathis |
2018-04-05 |
mod_firewall: Handle unsubcription action correctly (fixes #1119)
|
Kim Alvefur |
2018-04-04 |
mod_component_http: Fix parameter order, see Prosody trunk e2919978673e for more info
|
Matthew Wild |
2018-04-04 |
mod_query_client_ver: Add a README
|
Kim Alvefur |
2018-04-04 |
mod_query_client_ver: Use the module name as adhoc command node (mistakenly not changed after copying from mod_ping)
|
Kim Alvefur |
2018-04-04 |
mod_query_client_ver: Restrict adhoc command to local admins
|
Kim Alvefur |
2018-04-04 |
mod_query_client_ver: Fix check for sessions on the current host
|
Kim Alvefur |
2018-04-04 |
mod_query_client_ver: Add a simple adhoc command that queries all currently connected clients
|
Kim Alvefur |
2018-04-04 |
mod_post_msg: Add support for a JSON based format similar to what mod_component_http uses
|
Kim Alvefur |
2018-04-04 |
mod_post_msg/README: Document how authentication is performed
|
Kim Alvefur |
2018-04-04 |
mod_post_msg/README: Describe the URL format
|
Kim Alvefur |
2018-04-04 |
mod_post_msg/README: Clarify 'body' fields
|
Kim Alvefur |
2018-04-04 |
mod_post_msg/README: Update Introduction text
|
Kim Alvefur |
2018-04-04 |
mod_post_msg/README: Document the payload formats
|
Kim Alvefur |
2018-04-04 |
mod_post_msg/README: Normalize markdown syntax
|
Kim Alvefur |
2018-04-04 |
mod_post_msg/README: Reword about borrowing
|
Kim Alvefur |
2018-04-04 |
mod_post_msg/README: Remove author, it's in the vcs metadata
|
Kim Alvefur |
2018-04-04 |
mod_conversejs: Specify a charset on script tag to prevent Browser from guessing
|
Kim Alvefur |
2018-04-02 |
mod_http_upload_external: Fix syntax error in share.php
|
Matthew Wild |
2018-04-02 |
mod_http_upload_external: Add newer 'v2' protocol (and share_v2.php) which supports content-type preservation
|
Matthew Wild |
2018-04-02 |
mod_http_upload_external: share.php example: Add CSP headers
|
Matthew Wild |
2018-04-02 |
Implement dummy body message to indicate high priority push
|
tmolitor |
2018-04-01 |
mod_net_proxy: Added missing return when detecting unparseable PROXYv1 source address
|
Pascal Mathis |
2018-04-01 |
mod_net_proxy: Updated HAProxy example configuration to listen on v4+v6
|
Pascal Mathis |
2018-04-01 |
mod_delay: Improve the README’s description
|
Emmanuel Gil Peyrot |
2018-03-31 |
mod_http_upload_external: Use a more widespread method to obtain Content-Length (thanks Yves)
|
Emmanuel Gil Peyrot |
2018-03-30 |
mod_http_logging: Fix typo [luacheck]
|
Kim Alvefur |
2018-03-30 |
mod_migrate: Mention the possible need to supply the list of users
|
Kim Alvefur |
2018-03-30 |
mod_http_logging: Wrap API for sending data from file handles
|
Kim Alvefur |
2018-03-30 |
mod_http_logging: Be robust against missing connection object
|
Kim Alvefur |
2018-03-30 |
mod_http_logging: Use 'ip' field provided by mod_http if available
|
Kim Alvefur |
2018-03-30 |
mod_http_logging: Factor out body length calculation
|
Kim Alvefur |
2018-03-30 |
mod_http_logging: Factor out logging into a function for future reuse
|
Kim Alvefur |
2018-03-30 |
mod_net_proxy: Fixed small indentation mistake in docs
|
Pascal Mathis |
2018-03-29 |
mod_net_proxy: Added proxy_trusted_proxies for whitelisting incoming connections
|
Pascal Mathis |
2018-03-28 |
mod_net_proxy: Adjusted log level of errors triggered by remote connections to 'warn'
|
Pascal Mathis |
2018-03-28 |
mod_net_proxy: Automatically listen on all mapped ports if proxy_ports was not configured
|
Pascal Mathis |
2018-03-28 |
Rename to README.markdown
|
JC Brand |
2018-03-27 |
mod_net_proxy: Fixed example configuration for HAProxy
|
Pascal Mathis |
2018-03-27 |
mod_component_http: Fix to use module:send() instead of origin.send() (thanks Wiktor)
|
Matthew Wild |
2018-03-27 |