log

age author description
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
2021-07-30 Emmanuel Gil Peyrot mod_bookmarks2: Update namespace to :1
2021-07-30 Emmanuel Gil Peyrot mod_bookmarks2: Factor namespace string into a variable
2021-07-30 Emmanuel Gil Peyrot mod_bookmarks: Deprecate this module
2021-07-28 Kim Alvefur mod_smacks: Use 'smacks_max_inactive_unacked_stanzas' when inactive and no timer
2021-07-29 Jonas Schäfer mod_pubsub_post: fix incorrect claim
2021-07-26 Kim Alvefur mod_invites_register: Depend on mod_invites [rockspec]
2021-07-26 Kim Alvefur mod_conversejs: Add dependency on mod_bookmarks [rockspec]
2021-07-26 Kim Alvefur mod_rest: Fix typo (thanks codespell)
2021-07-26 Kim Alvefur mod_smacks: Fix typo in comment (thanks codespell)
2021-07-22 Kim Alvefur mod_smacks: Fix traceback on missing stanza counter
2021-07-21 Kim Alvefur mod_register_apps: Reduce yellow yelling in log message
2021-07-21 Kim Alvefur mod_s2s_keepalive: Ignore errors from the local server
2021-07-21 Kim Alvefur mod_s2s_keepalive: Fix identification of replies (error-replies included)
2021-07-17 Kim Alvefur mod_pubsub_alertmanager: Include status booleans in template input
2021-07-17 Kim Alvefur mod_pubsub_alertmanager: Exclude "ends at" timestamp for unresolved alerts
2021-07-16 Kim Alvefur mod_pubsub_alertmanager: Add TODOs
2021-07-16 Kim Alvefur mod_pubsub_alertmanager: Add some words about the node template
2021-07-16 Kim Alvefur mod_pubsub_alertmanager: Minimal example of Prometheus and Alertmanager config