Log

description author age
mod_slack_webhooks: Split long line to improve readability [luacheck] Kim Alvefur 2018-06-02
mod_slack_webhooks: Rename variables no avoid name clash [luacheck] Kim Alvefur 2018-06-02
mod_slack_webhooks: Remove unused locals [luacheck] Kim Alvefur 2018-06-02
mod_storage_memory: Fix removal of data in keyvalue (thanks jonasw) Kim Alvefur 2018-06-02
mod_cloud_notify: fix link to business rules description tmolitor 2018-06-02
mod_cloud_notify: last cleanup tmolitor 2018-06-02
mod_cloud_notify: more cleanup tmolitor 2018-06-02
mod_cloud_notify: Some more cleanup tmolitor 2018-06-02
mod_cloud_notify: Some readme cleanup tmolitor 2018-06-02
mod_cloud_notify: Don't change table while iterating it tmolitor 2018-06-02
mod_http_avatar: Add caching support. Emmanuel Gil Peyrot 2018-06-01
mod_http_avatar: Remove unused variable. [luacheck] Emmanuel Gil Peyrot 2018-06-01
mod_http_avatar: Add a module to serve vCard-temp avatars over HTTP. Emmanuel Gil Peyrot 2018-06-01
mod_auto_answer_disco_info: Switch to origin.log to provide better debug to admins. Emmanuel Gil Peyrot 2018-06-01
mod_cache_c2s_caps: Switch to origin.log to provide better debug to admins. Emmanuel Gil Peyrot 2018-06-01
mod_cloud_notify: use next() instead of # operator and update README tmolitor 2018-06-01
mod_cloud_notify: Don't use deprecated table.getn tmolitor 2018-06-01
mod_vcard_muc: Get room from rooms table when get_room_from_jid API is not supported Michel Le Bihan 2018-05-30
mod_muc_lang: Remove unneeded type and label from disco#info Kim Alvefur 2018-05-30
mod_muc_lang: Add a README Kim Alvefur 2018-05-30
mod_muc_lang: Fix to use correct field name in disco#info Kim Alvefur 2018-05-30
mod_muc_lang: Fix to use correct data field Kim Alvefur 2018-05-30
mod_saslauth_muc: Use correct API for getting rooms Kim Alvefur 2018-05-30
mod_slack_webhooks: Use the correct MUC API Kim Alvefur 2018-05-30
mod_muc_intercom: Fix to use correct name for variable Kim Alvefur 2018-05-30
mod_muc_lang: Advertises the room language Kim Alvefur 2018-05-30
mod_pubsub_stats: Make the node used configurable Kim Alvefur 2018-05-29
mod_pubsub_stats: Simple module that publishes stats in XEP-0039 format Kim Alvefur 2018-05-29
mod_http_muc_log: Handle errors while loading template file in a more graceful manner Kim Alvefur 2018-05-29
mod_s2s_keepalive/README: Clarify options (fixes #675) Kim Alvefur 2018-05-29
mod_http_muc_log: Include URL in disco#info for public rooms Kim Alvefur 2018-05-29
mod_http_muc_log: Use separate variable for filename and file handle Kim Alvefur 2018-05-28
mod_http_muc_log: Fix inverted logic Kim Alvefur 2018-05-28
mod_http_muc_log: Add comment about argument to policy function Kim Alvefur 2018-05-28
mod_http_muc_log: Add a note about changing how presence is treated Kim Alvefur 2018-05-28
mod_http_muc_log: Base read-access on whether anyone would be able to join (like MUC) Kim Alvefur 2018-05-28
mod_http_muc_log: Only exclude hidden rooms from listing (like disco#items) Kim Alvefur 2018-05-28
mod_http_muc_log: Improve readability of policy function Kim Alvefur 2018-05-28
Merge commit tmolitor 2018-05-28
mod_cloud_notify: Limit number of devices to 5 and change some default settings tmolitor 2018-05-28
mod_delay: Don't break on smacks resume tmolitor 2018-05-28
mod_deny_omemo: Prevents publishing and retreival of OMEMO PEP nodes Kim Alvefur 2018-05-28
mod_pubsub_feeds/README: Give PubSubHubbub its own section Kim Alvefur 2018-05-27
mod_pubsub_feeds/README: Markup options in table as code Kim Alvefur 2018-05-27
mod_pubsub_feeds/README: Give option summary its own heading Kim Alvefur 2018-05-27
mod_pubsub_feeds/README: Add comment explaining what the index in 'feeds' does Kim Alvefur 2018-05-27
mod_pubsub_feeds/README: Normalize Markdown syntax Kim Alvefur 2018-05-27
mod_pubsub_feeds: Use ETag instead of problematic If-Modified-Since Kim Alvefur 2018-05-27
mod_vcard_muc: Send presence on muc-occupant-session-new event Michel Le Bihan 2018-05-26
mod_pastebin: Restore URL in final body text Kim Alvefur 2018-05-24
mod_pastebin: Fix line count pattern added by 040eaa3844f4 Kim Alvefur 2018-05-24
mod_vcard_muc: Initial commit Michel Le Bihan 2018-05-24
mod_mam_muc/README: Add note about mod_muc_mam being included with Prosody Kim Alvefur 2018-05-24
mod_auth_ccert: Silence warning about unused global [luacheck] Kim Alvefur 2018-05-24
mod_conversejs: Suggest some alternative cliets if JavaScript is disabled Kim Alvefur 2018-04-07
mod_conversejs: Appologise for the JavaScript Kim Alvefur 2018-04-07
mod_conversejs: Make HTML more well-formed Kim Alvefur 2018-04-07
mod_auth_http_cookie: Possibly temporary fork of mod_http_auth_async that adds cookie auth support Matthew Wild 2018-05-24
mod_mam_muc: Remove support for Prosody trunk/0.11 Kim Alvefur 2018-04-02
mod_pastebin: Support the new MUC API in Prosody trunk Kim Alvefur 2018-05-22
mod_pastebin: Add an OOB tag pointing to the pastebin URL Kim Alvefur 2018-05-20
mod_pastebin: Silence some warnings [luacheck] Kim Alvefur 2018-05-20
mod_pastebin: Remove unused locals [luacheck] Kim Alvefur 2018-05-20
mod_pastebin: Check line length via preconstructed pattern instead of gsub Kim Alvefur 2018-05-20
mod_pastebin: Remove redundant check for non-empty body since it returns earlier in that case Kim Alvefur 2018-05-20
mod_pastebin: Avoid using pattern matching facilities for simple prefix removal Kim Alvefur 2018-05-20
mod_pastebin: Replace tags using :maptags API instead of hacky direct manipulation Kim Alvefur 2018-05-20
mod_pastebin: Move result of host detection into a variable to improve readabily Kim Alvefur 2018-05-20
mod_vcard_command: Tweak to not rely on legacy module() behavior Kim Alvefur 2018-05-22
mod_vcard_command: a simplistic way to get and set vcard data for registered users Stefan `Sec` Zehl 2013-10-08
mod_muc_access_control: Multiple fixes to make the module work (fixes #1086) Frank Doepper 2018-05-22
mod_block_strangers: Allow stanza from self (fixes #966, thanks Sergey Popov) Matthew Wild 2018-05-22
mod_watchuntrusted: Actually add the untrusted_message_type option Kim Alvefur 2018-05-20
mod_pubsub_hub: Use the correct MIME type for Atom feeds Kim Alvefur 2018-05-20
mod_watchuntrusted: Add option for which message 'type' to use on notifications Kim Alvefur 2018-05-20
mod_http_authentication/README: Change name of config option to match the code Kim Alvefur 2018-05-20
mod_pubsub_post: Add an option for what to use as pubsub 'actor' Kim Alvefur 2018-05-20
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
Merge commit JC Brand 2018-03-27
New HMAC token authentication module for Prosody. JC Brand 2018-03-27
mod_http_logging: Add some short documentation Kim Alvefur 2018-03-27
mod_component_http/README: Include language tag in example to enable syntax highlighting in rendered version Kim Alvefur 2018-03-26
mod_component_http: Update README to include config snippet example Matthew Wild 2018-03-26
mod_component_http: Fix some [luacheck] warnings Matthew Wild 2018-03-26
mod_component_http: Fix headings in README Matthew Wild 2018-03-26
mod_component_http: Allow implementing a component over HTTP Matthew Wild 2018-03-26
mod_mam_muc: Advertise mam:1 instead of mam:2 if not using new MUC code [fixes #1118] Matthew Wild 2018-03-26
mod_http_upload/README: Point at mod_http_upload_external Kim Alvefur 2018-03-25
mod_http_upload: Include the current VirtualHost name in greeting to help with debugging Kim Alvefur 2018-03-25
mod_csi_battery_saver: Remove whitespace only lines Michel Le Bihan 2018-03-23
mod_checkcerts: Fixed luacheck warnings Michel Le Bihan 2018-03-23
mod_muc_gc10: Catch joins correctly (thanks Ge0rG) Kim Alvefur 2018-03-22
mod_minimix/README: Normalize markdown syntax Kim Alvefur 2018-03-22
mod_minimix/README: Fix typo (thanks porrier) Kim Alvefur 2018-03-22
mod_minimix: Experiment in account-based MUC joins Kim Alvefur 2018-03-22
mod_muc_gc10: Gather statistics on use of the Groupchat 1.0 protocol Kim Alvefur 2018-03-22
mod_http_upload_external: Use correct namespace (thanks Wiktor) Kim Alvefur 2018-03-22
mod_storage_xmlarchive: Add a debug message to try to track down why all indicies are read in some cases Kim Alvefur 2018-03-18
mod_smacks: Ensure stanza count attributes are always strings (thanks Martin) Matthew Wild 2018-03-17
README: Remove text about 0.8 compatibility repo Kim Alvefur 2018-03-17
mod_net_proxy: Fixed luacheck warnings Pascal Mathis 2018-03-16
mod_conversejs: Pass information about if and how of account registration Kim Alvefur 2018-03-16
mod_conversejs: Pass current domain as 'default_domain' Kim Alvefur 2018-03-16
mod_net_proxy: Fixed typo in example HAProxy configuration within README Pascal Mathis 2018-03-15
mod_net_proxy: Fixed backwards compatibility to Prosody 0.10 Pascal Mathis 2018-03-15
mod_net_proxy: New module implementing PROXY protocol versions 1 and 2 Pascal Mathis 2018-03-15
mod_register_web: Pass username to generate_register_response Michel Le Bihan 2018-03-13
mod_firewall: Add special case for $local zone (fixes #1090) Kim Alvefur 2018-03-12
mod_http_index: Sort list of HTTP applications by name Kim Alvefur 2018-03-10
mod_http_index: Remove unused style rule Kim Alvefur 2018-03-10
mod_register_web: Remove unused variables [luacheck] Kim Alvefur 2018-03-10
mod_register_web: Remove username and password from form data and provide the rest in pre-registration event Kim Alvefur 2018-03-10
mod_register_web: Return reason for rejection if one was provided by another plugin during pre-registration checks Kim Alvefur 2018-03-10
mod_register_web: Include IP address in pre-registration check event to allow other modules a chance to act on it Kim Alvefur 2018-03-10
mod_conversejs: Hack in support for changing the CSS if InVerse mode is enabled Kim Alvefur 2018-03-09
mod_conversejs/README: Add compatibility section Kim Alvefur 2018-03-09
mod_conversejs: Allow passing arbitrary options trough to Converse.js Kim Alvefur 2018-03-09
mod_conversejs/README: Expand config section Kim Alvefur 2018-03-09
mod_storage_xmlarchive: Add additional debug logging Kim Alvefur 2018-03-09
mod_firewall: Add PENDING SUBSCRIPTION FROM SENDER? condition Matthew Wild 2018-03-09
mod_firewall: Add UNSBSCRIBE SENDER action Matthew Wild 2018-03-09
[mod_mam] Fix hook priority for local clients, too (see also commit 2af42a3af131) tmolitor 2018-03-07
mod_inject_ecaps2: Check for unset presence Emmanuel Gil Peyrot 2018-03-07
mod_auto_answer_disco_info: Improve the debug message to include the recipient Emmanuel Gil Peyrot 2018-03-07
mod_auto_answer_disco_info: Don’t answer if the target session isn’t online Emmanuel Gil Peyrot 2018-03-07
mod_inject_ecaps2: Return if calculating the hash failed Emmanuel Gil Peyrot 2018-03-07
mod_inject_ecaps2: Rename the Lua file correctly Emmanuel Gil Peyrot 2018-03-07
mod_inject_ecaps2: Add Lua 5.1 compatibility by replacing \xHEX with \DECIMAL in strings Emmanuel Gil Peyrot 2018-03-07
mod_inject_ecaps2: New module adding support for XEP-0390 to all local clients supporting XEP-0115 Emmanuel Gil Peyrot 2018-03-07
luacheckrc: Forget about the _M global Kim Alvefur 2018-03-07
luacheckrc: Assign module.environment to section for writable globals Kim Alvefur 2018-03-07
luacheckrc: Rearrange options to be closer to the order used in main prosody repo Kim Alvefur 2018-03-07
mod_cache_c2s_caps: Use prosody.full_sessions instead of _G.full_sessions (thanks luacheck) Emmanuel Gil Peyrot 2018-03-07
mod_auto_answer_disco_info: Remove unused variable (thanks luacheck) Emmanuel Gil Peyrot 2018-03-07
mod_cache_c2s_caps: Remove unused import (thanks luacheck) Emmanuel Gil Peyrot 2018-03-07
mod_auto_answer_disco_info: New module answering disco#info queries on the behalf of the recipient Emmanuel Gil Peyrot 2018-03-07
mod_cache_c2s_caps: New module caching capabilities from local clients Emmanuel Gil Peyrot 2018-03-07
mod_firewall/definitions: Comments on LIST backends Kim Alvefur 2018-03-06
mod_muc_eventsource: validate node with nodeprep Senya 2018-02-23
mod_log_slow_events: Add README Matthew Wild 2018-02-27
mod_register_dnsbl_firewall_mark: Another copy of DNSBL module, this time creating "user marks" for mod_firewall Kim Alvefur 2018-02-24
mod_firewall: Add experimental user-centric persistent marks behind a feature flag Kim Alvefur 2018-02-24
mod_s2s_blacklist: Don't send error replies for error stanzas Kim Alvefur 2018-02-24
mod_register_dnsbl: Add support for IPv6 DNSBL Kim Alvefur 2018-02-23
mod_register_dnsbl: Use util.net for IP address parsing Kim Alvefur 2018-02-23
mod_register_dnsbl: Use async support in trunk to actually block registration if a positive match is found in the DNSBL Kim Alvefur 2018-02-23
mod_register_dnsbl_warn: Copy mod_register_dnsbl Kim Alvefur 2018-02-23
luacheckrc: Remove has_feature and has_identity before someone decides to use them Kim Alvefur 2018-02-23
Many modules: Simplify st.message(…):tag("body"):text(…):up() into st.message(…, …) Emmanuel Gil Peyrot 2018-02-17
Return 401 with correct realm when no user/pass is provided Nicolas Cedilnik 2018-02-20
mod_limits: Add debug logging just before we feed data into stream Matthew Wild 2018-02-20
mod_http_auth_check: New HTTP module to test user credentials Nicolas Cedilnik 2018-02-20
mod_muc_eventsource: New module forked from mod_pubsub_eventsource, exposes room message stream over SSE Matthew Wild 2018-02-19
mod_firewall: Prevent traceback if no directed presence has been sent (fixes #1081) Kim Alvefur 2018-02-16
mod_onions: Fix unqualified use of debug.traceback Kim Alvefur 2018-02-16
mod_onions: Use net.server API for creating a new connection instead of duplicating socket creation Kim Alvefur 2018-02-16
mod_jid_prep/README: Markup link Kim Alvefur 2018-02-16
mod_conversejs: Add a readme Kim Alvefur 2018-02-16
mod_http_upload_external: add support for XEP-0363 version 0.3 Jonas Wielicki 2018-02-11
README files: Fix typos Kim Alvefur 2018-02-04
mod_statsd: Fix typo in comment [codespell] Kim Alvefur 2018-02-04
mod_sms_clickatell: Fix typo in comment [codespell] Kim Alvefur 2018-02-04
mod_onions: Fix typo [codespell] Kim Alvefur 2018-02-04
mod_data_access: Fix typo in comment [codespell] Kim Alvefur 2018-02-04
mod_admin_web: Fix typo in comment [codespell] Kim Alvefur 2018-02-04