log

age author description
2018-06-19 Kim Alvefur mod_minimix: Don't consider oneself fully joined until subject message
2018-06-19 Kim Alvefur mod_minimix/README: Doesn't handle incoming kicks yet
2018-06-19 Kim Alvefur mod_minimix: Drop presence updates for now (may be treated as GC 1.0 joins)
2018-06-19 Kim Alvefur mod_minimix: Handle missing subject
2018-06-19 Kim Alvefur mod_minimix: Change data model
2018-06-17 Emmanuel Gil Peyrot mod_lastlog: Split Values into Type/Default. (documentation)
2018-06-14 JC Brand mod_auth_oauthbearer: expand intro to mention when/how you'd use this
2018-06-14 JC Brand Remove debugging helpers and clean up a little
2018-06-13 JC Brand mod_sasl_oauthbearer and mod_auth_oauthbearer
2018-06-13 Georg Lukas mod_pinger: work around updates on stale sessions
2018-06-09 Kim Alvefur mod_server_contact_info: Remove
2018-06-08 Emmanuel Gil Peyrot mod_cache_c2s_caps: Fix traceback on invalid payload in disco#info result.
2018-06-08 Emmanuel Gil Peyrot mod_smacks: Convert max number into a string before inserting it into a stanza.
2018-06-08 tmolitor mod_csi_battery_saver: flush queue on smacks resume instead of smacks hibernation
2018-06-08 tmolitor mod_cloud_notify: inform mod_smacks of first push in hibernated state
2018-06-08 tmolitor mod_smacks: defer timeouts for push enabled clients
2018-06-08 Emmanuel Gil Peyrot mod_auto_answer_disco_info: Don’t traceback on iqs coming from mod_muc.
2018-06-08 Emmanuel Gil Peyrot mod_inject_ecaps2: Inject the <c/> element in the presence, not util.hashes.
2018-06-07 Jonas Wielicki mod_smacks: send maximum resumption timeout to client
2018-06-06 Georg Lukas Neuter 0198 from mod_pinger, fix #712
2018-06-03 Jonas Wielicki mod_client_proxy: extend readme
2018-06-03 Jonas Wielicki mod_client_proxy: fix warnings
2018-06-03 Kim Alvefur mod_pubsub_post: Add a README
2018-06-03 Kim Alvefur mod_pastebin: Off-by-one, the hardest problem known to man
2018-06-03 Jonas Wielicki mod_client_proxy: a Jabber Address Translation implementation
2018-06-02 Kim Alvefur mod_slack_webhooks: Fix error handling for JSON parsing
2018-06-02 Kim Alvefur mod_slack_webhooks: Fix handling of form-urlencoded
2018-06-02 Kim Alvefur mod_slack_webhooks: Reduce scope of variable
2018-06-02 Kim Alvefur mod_slack_webhooks: Split long line to improve readability [luacheck]
2018-06-02 Kim Alvefur mod_slack_webhooks: Rename variables no avoid name clash [luacheck]
2018-06-02 Kim Alvefur mod_slack_webhooks: Remove unused locals [luacheck]
2018-06-02 Kim Alvefur mod_storage_memory: Fix removal of data in keyvalue (thanks jonasw)
2018-06-02 tmolitor mod_cloud_notify: fix link to business rules description
2018-06-02 tmolitor mod_cloud_notify: last cleanup
2018-06-02 tmolitor mod_cloud_notify: more cleanup
2018-06-02 tmolitor mod_cloud_notify: Some more cleanup
2018-06-02 tmolitor mod_cloud_notify: Some readme cleanup
2018-06-02 tmolitor mod_cloud_notify: Don't change table while iterating it
2018-06-01 Emmanuel Gil Peyrot mod_http_avatar: Add caching support.
2018-06-01 Emmanuel Gil Peyrot mod_http_avatar: Remove unused variable. [luacheck]
2018-06-01 Emmanuel Gil Peyrot mod_http_avatar: Add a module to serve vCard-temp avatars over HTTP.
2018-06-01 Emmanuel Gil Peyrot mod_auto_answer_disco_info: Switch to origin.log to provide better debug to admins.
2018-06-01 Emmanuel Gil Peyrot mod_cache_c2s_caps: Switch to origin.log to provide better debug to admins.
2018-06-01 tmolitor mod_cloud_notify: use next() instead of # operator and update README
2018-06-01 tmolitor mod_cloud_notify: Don't use deprecated table.getn
2018-05-30 Michel Le Bihan mod_vcard_muc: Get room from rooms table when get_room_from_jid API is not supported
2018-05-30 Kim Alvefur mod_muc_lang: Remove unneeded type and label from disco#info
2018-05-30 Kim Alvefur mod_muc_lang: Add a README
2018-05-30 Kim Alvefur mod_muc_lang: Fix to use correct field name in disco#info
2018-05-30 Kim Alvefur mod_muc_lang: Fix to use correct data field
2018-05-30 Kim Alvefur mod_saslauth_muc: Use correct API for getting rooms
2018-05-30 Kim Alvefur mod_slack_webhooks: Use the correct MUC API
2018-05-30 Kim Alvefur mod_muc_intercom: Fix to use correct name for variable
2018-05-30 Kim Alvefur mod_muc_lang: Advertises the room language
2018-05-29 Kim Alvefur mod_pubsub_stats: Make the node used configurable
2018-05-29 Kim Alvefur mod_pubsub_stats: Simple module that publishes stats in XEP-0039 format
2018-05-29 Kim Alvefur mod_http_muc_log: Handle errors while loading template file in a more graceful manner
2018-05-29 Kim Alvefur mod_s2s_keepalive/README: Clarify options (fixes #675)
2018-05-29 Kim Alvefur mod_http_muc_log: Include URL in disco#info for public rooms
2018-05-28 Kim Alvefur mod_http_muc_log: Use separate variable for filename and file handle
2018-05-28 Kim Alvefur mod_http_muc_log: Fix inverted logic
2018-05-28 Kim Alvefur mod_http_muc_log: Add comment about argument to policy function
2018-05-28 Kim Alvefur mod_http_muc_log: Add a note about changing how presence is treated
2018-05-28 Kim Alvefur mod_http_muc_log: Base read-access on whether anyone would be able to join (like MUC)
2018-05-28 Kim Alvefur mod_http_muc_log: Only exclude hidden rooms from listing (like disco#items)
2018-05-28 Kim Alvefur mod_http_muc_log: Improve readability of policy function
2018-05-28 tmolitor Merge commit
2018-05-28 tmolitor mod_cloud_notify: Limit number of devices to 5 and change some default settings
2018-05-28 tmolitor mod_delay: Don't break on smacks resume
2018-05-28 Kim Alvefur mod_deny_omemo: Prevents publishing and retreival of OMEMO PEP nodes
2018-05-27 Kim Alvefur mod_pubsub_feeds/README: Give PubSubHubbub its own section
2018-05-27 Kim Alvefur mod_pubsub_feeds/README: Markup options in table as code
2018-05-27 Kim Alvefur mod_pubsub_feeds/README: Give option summary its own heading
2018-05-27 Kim Alvefur mod_pubsub_feeds/README: Add comment explaining what the index in 'feeds' does
2018-05-27 Kim Alvefur mod_pubsub_feeds/README: Normalize Markdown syntax
2018-05-27 Kim Alvefur mod_pubsub_feeds: Use ETag instead of problematic If-Modified-Since
2018-05-26 Michel Le Bihan mod_vcard_muc: Send presence on muc-occupant-session-new event
2018-05-24 Kim Alvefur mod_pastebin: Restore URL in final body text
2018-05-24 Kim Alvefur mod_pastebin: Fix line count pattern added by 040eaa3844f4
2018-05-24 Michel Le Bihan mod_vcard_muc: Initial commit
2018-05-24 Kim Alvefur mod_mam_muc/README: Add note about mod_muc_mam being included with Prosody
2018-05-24 Kim Alvefur mod_auth_ccert: Silence warning about unused global [luacheck]
2018-04-07 Kim Alvefur mod_conversejs: Suggest some alternative cliets if JavaScript is disabled
2018-04-07 Kim Alvefur mod_conversejs: Appologise for the JavaScript
2018-04-07 Kim Alvefur mod_conversejs: Make HTML more well-formed
2018-05-24 Matthew Wild mod_auth_http_cookie: Possibly temporary fork of mod_http_auth_async that adds cookie auth support
2018-04-02 Kim Alvefur mod_mam_muc: Remove support for Prosody trunk/0.11
2018-05-22 Kim Alvefur mod_pastebin: Support the new MUC API in Prosody trunk
2018-05-20 Kim Alvefur mod_pastebin: Add an OOB tag pointing to the pastebin URL
2018-05-20 Kim Alvefur mod_pastebin: Silence some warnings [luacheck]
2018-05-20 Kim Alvefur mod_pastebin: Remove unused locals [luacheck]
2018-05-20 Kim Alvefur mod_pastebin: Check line length via preconstructed pattern instead of gsub
2018-05-20 Kim Alvefur mod_pastebin: Remove redundant check for non-empty body since it returns earlier in that case
2018-05-20 Kim Alvefur mod_pastebin: Avoid using pattern matching facilities for simple prefix removal
2018-05-20 Kim Alvefur mod_pastebin: Replace tags using :maptags API instead of hacky direct manipulation
2018-05-20 Kim Alvefur mod_pastebin: Move result of host detection into a variable to improve readabily
2018-05-22 Kim Alvefur mod_vcard_command: Tweak to not rely on legacy module() behavior
2013-10-08 Stefan `Sec` Zehl mod_vcard_command: a simplistic way to get and set vcard data for registered users
2018-05-22 Frank Doepper mod_muc_access_control: Multiple fixes to make the module work (fixes #1086)
2018-05-22 Matthew Wild mod_block_strangers: Allow stanza from self (fixes #966, thanks Sergey Popov)
2018-05-20 Kim Alvefur mod_watchuntrusted: Actually add the untrusted_message_type option
2018-05-20 Kim Alvefur mod_pubsub_hub: Use the correct MIME type for Atom feeds
2018-05-20 Kim Alvefur mod_watchuntrusted: Add option for which message 'type' to use on notifications
2018-05-20 Kim Alvefur mod_http_authentication/README: Change name of config option to match the code
2018-05-20 Kim Alvefur mod_pubsub_post: Add an option for what to use as pubsub 'actor'
2018-05-20 Kim Alvefur mod_pubsub_post: Factor out the 'actor' into an argument
2018-05-19 Kim Alvefur mod_pubsub_post: Add support for publishing arbitrary JSON
2018-05-19 Kim Alvefur mod_pubsub_post: Add support for posting Atom feeds, publishing each entry
2018-05-19 Kim Alvefur mod_pubsub_post: Change to support arbitrary XML payloads
2018-05-19 Kim Alvefur mod_pubsub_post: Remove unused import [luacheck]
2018-05-19 Kim Alvefur mod_http_authentication: Replace 'Known issues' section with Compatibility since the issue referenced has been resolved
2018-05-19 Kim Alvefur mod_http_upload: Add an experimental prosodyctl command for expiring uploads
2018-05-14 tmolitor mod_cloud_notify: remove useless counter (hardcode it to 1)
2018-05-08 Matthew Wild mod_privacy_lists: Convert order to a string before using as attribute value (thanks ValdikSS)
2018-04-30 Kim Alvefur mod_pastebin: Fix loading on normal hosts (thanks ppmathis)
2018-04-29 Kim Alvefur mod_http_roster_admin: Add syntax highlighting hints
2018-04-29 Matthew Wild mod_http_roster_admin: Add missing protocol docs
2018-04-17 Kim Alvefur mod_mam_muc/README: Clarify that only v0.5 of XEP-0313 is supported when used with Prosody 0.10.x
2018-04-16 Kim Alvefur mod_http_dir_listing2: Add README based the one from mod_http_dir_listing
2018-04-16 Kim Alvefur mod_http_dir_listing2: Sort file listing such that directories come before files
2018-04-16 Kim Alvefur mod_http_dir_listing2: Switch to util.interpolation for HTML rendering
2018-04-16 Kim Alvefur mod_http_dir_listing2: Copy of mod_http_dir_listing
2018-04-15 Nathan Whitehorn Initial commit of mod_slack_webhooks.
2018-04-15 Matthew Wild mod_register_web: Handle errors contacting upstream API
2018-04-06 Kim Alvefur mod_conversejs: Offer the current domain if registration is enabled to skip the server selection and improve UX
2018-04-05 Pascal Mathis mod_net_proxy: Fixed errors when connection with nil ip is being processed
2018-04-04 Kim Alvefur mod_firewall: Handle unsubcription action correctly (fixes #1119)
2018-04-04 Matthew Wild mod_component_http: Fix parameter order, see Prosody trunk e2919978673e for more info
2018-04-04 Kim Alvefur mod_query_client_ver: Add a README
2018-04-04 Kim Alvefur mod_query_client_ver: Use the module name as adhoc command node (mistakenly not changed after copying from mod_ping)
2018-04-04 Kim Alvefur mod_query_client_ver: Restrict adhoc command to local admins
2018-04-04 Kim Alvefur mod_query_client_ver: Fix check for sessions on the current host
2018-04-04 Kim Alvefur mod_query_client_ver: Add a simple adhoc command that queries all currently connected clients
2018-04-04 Kim Alvefur mod_post_msg: Add support for a JSON based format similar to what mod_component_http uses
2018-04-04 Kim Alvefur mod_post_msg/README: Document how authentication is performed
2018-04-04 Kim Alvefur mod_post_msg/README: Describe the URL format
2018-04-04 Kim Alvefur mod_post_msg/README: Clarify 'body' fields
2018-04-04 Kim Alvefur mod_post_msg/README: Update Introduction text
2018-04-04 Kim Alvefur mod_post_msg/README: Document the payload formats
2018-04-04 Kim Alvefur mod_post_msg/README: Normalize markdown syntax
2018-04-04 Kim Alvefur mod_post_msg/README: Reword about borrowing
2018-04-04 Kim Alvefur mod_post_msg/README: Remove author, it's in the vcs metadata
2018-04-02 Kim Alvefur mod_conversejs: Specify a charset on script tag to prevent Browser from guessing
2018-04-02 Matthew Wild mod_http_upload_external: Fix syntax error in share.php
2018-04-02 Matthew Wild mod_http_upload_external: Add newer 'v2' protocol (and share_v2.php) which supports content-type preservation
2018-04-02 Matthew Wild mod_http_upload_external: share.php example: Add CSP headers
2018-04-01 tmolitor Implement dummy body message to indicate high priority push
2018-04-01 Pascal Mathis mod_net_proxy: Added missing return when detecting unparseable PROXYv1 source address
2018-04-01 Pascal Mathis mod_net_proxy: Updated HAProxy example configuration to listen on v4+v6
2018-03-31 Emmanuel Gil Peyrot mod_delay: Improve the README’s description
2018-03-30 Emmanuel Gil Peyrot mod_http_upload_external: Use a more widespread method to obtain Content-Length (thanks Yves)
2018-03-30 Kim Alvefur mod_http_logging: Fix typo [luacheck]
2018-03-30 Kim Alvefur mod_migrate: Mention the possible need to supply the list of users
2018-03-30 Kim Alvefur mod_http_logging: Wrap API for sending data from file handles
2018-03-30 Kim Alvefur mod_http_logging: Be robust against missing connection object
2018-03-30 Kim Alvefur mod_http_logging: Use 'ip' field provided by mod_http if available
2018-03-30 Kim Alvefur mod_http_logging: Factor out body length calculation
2018-03-30 Kim Alvefur mod_http_logging: Factor out logging into a function for future reuse
2018-03-29 Pascal Mathis mod_net_proxy: Fixed small indentation mistake in docs
2018-03-28 Pascal Mathis mod_net_proxy: Added proxy_trusted_proxies for whitelisting incoming connections
2018-03-28 Pascal Mathis mod_net_proxy: Adjusted log level of errors triggered by remote connections to 'warn'
2018-03-28 Pascal Mathis mod_net_proxy: Automatically listen on all mapped ports if proxy_ports was not configured
2018-03-27 JC Brand Rename to README.markdown
2018-03-27 Pascal Mathis mod_net_proxy: Fixed example configuration for HAProxy
2018-03-27 Matthew Wild mod_component_http: Fix to use module:send() instead of origin.send() (thanks Wiktor)
2018-03-27 JC Brand Merge commit
2018-03-27 JC Brand New HMAC token authentication module for Prosody.
2018-03-27 Kim Alvefur mod_http_logging: Add some short documentation
2018-03-26 Kim Alvefur mod_component_http/README: Include language tag in example to enable syntax highlighting in rendered version
2018-03-26 Matthew Wild mod_component_http: Update README to include config snippet example
2018-03-26 Matthew Wild mod_component_http: Fix some [luacheck] warnings
2018-03-26 Matthew Wild mod_component_http: Fix headings in README
2018-03-26 Matthew Wild mod_component_http: Allow implementing a component over HTTP
2018-03-26 Matthew Wild mod_mam_muc: Advertise mam:1 instead of mam:2 if not using new MUC code [fixes #1118]
2018-03-25 Kim Alvefur mod_http_upload/README: Point at mod_http_upload_external
2018-03-25 Kim Alvefur mod_http_upload: Include the current VirtualHost name in greeting to help with debugging
2018-03-23 Michel Le Bihan mod_csi_battery_saver: Remove whitespace only lines
2018-03-23 Michel Le Bihan mod_checkcerts: Fixed luacheck warnings
2018-03-22 Kim Alvefur mod_muc_gc10: Catch joins correctly (thanks Ge0rG)
2018-03-22 Kim Alvefur mod_minimix/README: Normalize markdown syntax
2018-03-22 Kim Alvefur mod_minimix/README: Fix typo (thanks porrier)
2018-03-22 Kim Alvefur mod_minimix: Experiment in account-based MUC joins
2018-03-22 Kim Alvefur mod_muc_gc10: Gather statistics on use of the Groupchat 1.0 protocol
2018-03-22 Kim Alvefur mod_http_upload_external: Use correct namespace (thanks Wiktor)
2018-03-18 Kim Alvefur mod_storage_xmlarchive: Add a debug message to try to track down why all indicies are read in some cases
2018-03-17 Matthew Wild mod_smacks: Ensure stanza count attributes are always strings (thanks Martin)
2018-03-17 Kim Alvefur README: Remove text about 0.8 compatibility repo
2018-03-16 Pascal Mathis mod_net_proxy: Fixed luacheck warnings
2018-03-16 Kim Alvefur mod_conversejs: Pass information about if and how of account registration
2018-03-16 Kim Alvefur mod_conversejs: Pass current domain as 'default_domain'
2018-03-15 Pascal Mathis mod_net_proxy: Fixed typo in example HAProxy configuration within README
2018-03-15 Pascal Mathis mod_net_proxy: Fixed backwards compatibility to Prosody 0.10
2018-03-15 Pascal Mathis mod_net_proxy: New module implementing PROXY protocol versions 1 and 2
2018-03-13 Michel Le Bihan mod_register_web: Pass username to generate_register_response
2018-03-12 Kim Alvefur mod_firewall: Add special case for $local zone (fixes #1090)
2018-03-10 Kim Alvefur mod_http_index: Sort list of HTTP applications by name
2018-03-10 Kim Alvefur mod_http_index: Remove unused style rule
2018-03-10 Kim Alvefur mod_register_web: Remove unused variables [luacheck]
2018-03-10 Kim Alvefur mod_register_web: Remove username and password from form data and provide the rest in pre-registration event
2018-03-10 Kim Alvefur mod_register_web: Return reason for rejection if one was provided by another plugin during pre-registration checks
2018-03-10 Kim Alvefur mod_register_web: Include IP address in pre-registration check event to allow other modules a chance to act on it
2018-03-09 Kim Alvefur mod_conversejs: Hack in support for changing the CSS if InVerse mode is enabled
2018-03-09 Kim Alvefur mod_conversejs/README: Add compatibility section
2018-03-09 Kim Alvefur mod_conversejs: Allow passing arbitrary options trough to Converse.js
2018-03-09 Kim Alvefur mod_conversejs/README: Expand config section
2018-03-09 Kim Alvefur mod_storage_xmlarchive: Add additional debug logging
2018-03-09 Matthew Wild mod_firewall: Add PENDING SUBSCRIPTION FROM SENDER? condition
2018-03-09 Matthew Wild mod_firewall: Add UNSBSCRIBE SENDER action
2018-03-07 tmolitor [mod_mam] Fix hook priority for local clients, too (see also commit 2af42a3af131)
2018-03-07 Emmanuel Gil Peyrot mod_inject_ecaps2: Check for unset presence
2018-03-07 Emmanuel Gil Peyrot mod_auto_answer_disco_info: Improve the debug message to include the recipient
2018-03-07 Emmanuel Gil Peyrot mod_auto_answer_disco_info: Don’t answer if the target session isn’t online
2018-03-07 Emmanuel Gil Peyrot mod_inject_ecaps2: Return if calculating the hash failed
2018-03-07 Emmanuel Gil Peyrot mod_inject_ecaps2: Rename the Lua file correctly
2018-03-07 Emmanuel Gil Peyrot mod_inject_ecaps2: Add Lua 5.1 compatibility by replacing \xHEX with \DECIMAL in strings
2018-03-07 Emmanuel Gil Peyrot mod_inject_ecaps2: New module adding support for XEP-0390 to all local clients supporting XEP-0115
2018-03-07 Kim Alvefur luacheckrc: Forget about the _M global
2018-03-07 Kim Alvefur luacheckrc: Assign module.environment to section for writable globals
2018-03-07 Kim Alvefur luacheckrc: Rearrange options to be closer to the order used in main prosody repo
2018-03-07 Emmanuel Gil Peyrot mod_cache_c2s_caps: Use prosody.full_sessions instead of _G.full_sessions (thanks luacheck)
2018-03-07 Emmanuel Gil Peyrot mod_auto_answer_disco_info: Remove unused variable (thanks luacheck)
2018-03-07 Emmanuel Gil Peyrot mod_cache_c2s_caps: Remove unused import (thanks luacheck)
2018-03-07 Emmanuel Gil Peyrot mod_auto_answer_disco_info: New module answering disco#info queries on the behalf of the recipient
2018-03-07 Emmanuel Gil Peyrot mod_cache_c2s_caps: New module caching capabilities from local clients