log

age author description
2021-09-29 Kim Alvefur mod_pastebin: Fix pasting when <body> is not the first tag (thanks thorsten)
2021-09-28 Kim Alvefur mod_rest: Support returning multiple replies in an <xmpp> container
2021-09-25 arcseconds mod_cloud_notify: notify on groupchat messages sent to bare JID
2021-09-23 Seve Ferrer mod_muc_http_auth: Make sure query parameters are URL encoded
2021-09-23 Seve Ferrer mod_muc_http_auth: Make sure query parameters are URL encoded
2021-09-21 Seve Ferrer mod_muc_http_auth: External auth services might need to check on the nickname as well
2021-09-18 Matthew Wild mod_muc_markers: Don't skip archiving markable messages (thanks nicoco)
2021-09-16 Emmanuel Gil Peyrot mod_muc_require_tos: Generate a message id instead of hardcoding "foo"
2021-09-16 Emmanuel Gil Peyrot mod_muc_require_tos: Prevent a traceback when receiving a message with occupant being nil
2021-09-16 Emmanuel Gil Peyrot mod_muc_require_tos: Send the message after the subject, once the client is fully joined
2021-09-16 Emmanuel Gil Peyrot mod_muc_require_tos: Add this new module
2021-09-15 Kim Alvefur mod_debug_omemo: Use archive single message retrieval method
2021-09-15 Kim Alvefur mod_bookmarks2: Use same default as mod_pep for max_items
2021-09-13 Matthew Wild mod_debug_omemo: Improve no keys/devices cases
2021-09-13 Kim Alvefur mod_debug_omemo: Fix traceback in case of zero devices
2021-09-13 Kim Alvefur mod_debug_omemo: Adjust priority to act after mod_mam archived
2021-09-13 Matthew Wild mod_debug_omemo: README: Maybe fix version table
2021-09-13 Matthew Wild mod_debug_omemo: Fix header level in HTML template
2021-09-13 Matthew Wild mod_debug_omemo: OMEMO debugging tool
2021-09-12 Kim Alvefur mod_smacks: Include username in offline event, mirroring Prosody 0.10+
2021-09-12 Matthew Wild mod_auto_moved: Fix README rendering
2021-09-12 Matthew Wild mod_auto_moved: New module implementing XEP-0283 r0.2.0
2021-09-12 Martin Dosch mod_smacks: Update README
2021-09-11 Kim Alvefur mod_http_muc_log: Sort rooms with a description before those without
2021-09-11 Kim Alvefur mod_http_muc_log: Add way to list certain rooms in a specified order
2021-09-10 Kim Alvefur mod_s2s_auth_samecert: Handle lack of provided client certificate
2021-09-09 Kim Alvefur mod_tls_policy: Switch method of checking for TLS-encrypted connection
2021-09-09 Matthew Wild mod_invites_register: advertise new stream feature from XEP-0445
2021-09-08 Kim Alvefur mod_register_apps: Fix removal on unload (thanks ibikk)
2021-09-04 Kim Alvefur mod_storage_xmlarchive: Stop exporting XEP-0091 timestamp in conversion
2021-09-02 Kim Alvefur mod_http_oauth2: Gracefully handle cache write failure
2021-09-02 Kim Alvefur mod_http_oauth2: Optimize cleanup timer
2021-08-30 Kim Alvefur mod_external_services: Factor out public function for converting to XML
2021-08-29 Kim Alvefur mod_external_services: Factor out public function returning current services
2021-08-30 Kim Alvefur mod_external_services: Filter services by requested credentials using a Set
2021-08-29 Kim Alvefur mod_external_services: Validate required attributes on credentials requests
2021-09-01 Matthew Wild mod_muc_cloud_notify: Fix comparison between string and number in reference extraction. Fixes #1681.
2021-08-26 Matthew Wild mod_watch_spam_reports: Support for fetching admins from authz provider
2021-08-25 Kim Alvefur mod_spam_reporting: Fallback string for missing 'reason'
2021-08-25 Kim Alvefur mod_spam_reporting: Missed a spot
2021-08-25 Kim Alvefur mod_spam_reporting: Refactor to deduplicate code
2021-08-25 Kim Alvefur mod_spam_reporting: Rename variable avoid name clash with global function
2021-08-25 Kim Alvefur mod_spam_reporting: Make 'reason' text an optional value
2021-08-25 Kim Alvefur mod_watch_spam_reports: Prepare for changing 'reason' to an optional value
2021-08-25 Kim Alvefur mod_spam_reporting: Handle unknown or future report types
2021-08-25 Jonas Schäfer mod_tos: Initial draft
2021-08-25 Emmanuel Gil Peyrot mod_http_upload: Prevent the module from starting without TLS
2021-08-25 Emmanuel Gil Peyrot mod_http_upload: Don’t send http: URIs to clients, this is forbidden by the XEP
2021-08-23 Seve Ferrer mod_http_muc_kick: Missing local keyword
2021-08-22 Kim Alvefur mod_cloud_notify_encrypted: Ensure body substring remains valid UTF-8
2021-08-22 Matthew Wild mod_cloud_notify_encrypted: For encrypted messages, push a friendly message instead of fallback body
2021-08-15 Kim Alvefur mod_storage_xmlarchive: Support query by list of IDs
2021-08-12 Kim Alvefur mod_storage_xmlarchive: Support full id range queries
2021-08-12 Kim Alvefur mod_storage_xmlarchive: Fix return of numeric 'when' from key-value API
2021-08-12 Kim Alvefur mod_storage_xmlarchive: Advertise capabilities (none atm)
2021-08-12 Kim Alvefur mod_pubsub_text_interface: Move quick response out of unknown command text
2021-08-12 Kim Alvefur mod_pubsub_text_interface: Fix move quick response tags out of <body>
2021-08-12 Seve Ferrer mod_http_muc_kick: Fix typo
2021-08-10 Seve Ferrer mod_http_muc_kick: Publish module
2021-07-30 Emmanuel Gil Peyrot mod_bookmarks2: Add missing @publisher in tests