log

age author description
Sat, 06 Dec 2025 17:30:47 +0000 Matthew Wild mod_carbons: Copy archive-id (if any) from original to carbon stanzas
Sat, 06 Dec 2025 17:30:05 +0000 Matthew Wild mod_mam: Add archive-id to stanza metadata when archiving
Sat, 06 Dec 2025 17:27:59 +0000 Matthew Wild util.stanza: New :get_meta()/:set_meta() API to attach custom properties to stanza objects
Sat, 06 Dec 2025 16:00:22 +0000 Matthew Wild mod_mam: Use util.async.sleep() helper (same functionality, less code)
Sat, 06 Dec 2025 15:58:40 +0000 Matthew Wild mod_storage_sql: optimization: use table.move for copying items between arrays
Sat, 06 Dec 2025 15:57:36 +0000 Matthew Wild util.smqueue: Add "checkpoints" API to run code on successful stanza delivery
Fri, 05 Dec 2025 17:53:52 +0100 Kim Alvefur Merge 13.0->trunk
Fri, 05 Dec 2025 17:53:10 +0100 Kim Alvefur mod_admin_shell: Ensure JIDs are normalized in xmpp:ping() 13.0
Fri, 05 Dec 2025 17:51:21 +0100 Kim Alvefur mod_admin_shell: Also relax JID requirements in debug:ping()
Fri, 05 Dec 2025 17:29:53 +0100 Kim Alvefur Merge 13.0->trunk
Mon, 01 Dec 2025 16:35:11 +0100 Kim Alvefur mod_admin_shell: Allow pinging any JID with xmpp:ping() 13.0
Thu, 04 Dec 2025 14:07:41 +0000 Matthew Wild mod_offline: Support for expiring and cleaning up old offline messages
Thu, 04 Dec 2025 11:39:34 +0000 Matthew Wild util.smqueue: Minor reformatting for code style, add some comments
Thu, 04 Dec 2025 11:12:50 +0000 Matthew Wild Merge 13.0->trunk
Thu, 04 Dec 2025 11:12:23 +0000 Matthew Wild mod_mam: Add send_legacy_offline_messages_to_mam_clients config option 13.0
Fri, 07 Nov 2025 00:29:44 +0100 Kim Alvefur mod_csi_simple: Collect stats on why stanzas are held
Wed, 05 Nov 2025 16:19:50 +0100 Kim Alvefur core.moduleapi: Fix :context() called from a global module
Tue, 28 Oct 2025 19:15:51 +0100 Kim Alvefur util.startup: Add another bucket for DNS lookup timings
Sat, 18 Oct 2025 00:53:43 +0200 Kim Alvefur util.startup: Add metric bucket for zero DNS records
Thu, 16 Oct 2025 18:29:03 +0100 Matthew Wild mod_s2s, s2smanager: Experimental s2s_block_immediate_retries option
Wed, 15 Oct 2025 02:12:51 +0200 Kim Alvefur net.server_epoll: Downgrade buffer related log message to noise
Tue, 14 Oct 2025 22:12:51 +0200 Kim Alvefur mod_s2s: Optimize order of table accesses
Fri, 10 Oct 2025 23:46:19 +0200 Kim Alvefur Merge 13.0->trunk
Fri, 10 Oct 2025 17:18:51 +0200 Kim Alvefur util.uuid: Update UUIDv7 to match RFC 9562 13.0
Thu, 09 Oct 2025 13:45:52 +0200 Kim Alvefur util.startup: Fix error in DNS instrumentation
Tue, 07 Oct 2025 23:50:12 +0200 Kim Alvefur net.unbound: Count number of DNS response records
Tue, 07 Oct 2025 19:09:25 +0200 Kim Alvefur Merge 13.0->trunk
Mon, 06 Oct 2025 01:22:40 +0200 Kim Alvefur util.startup: Inform process manager about failure to reload config 13.0
Tue, 07 Oct 2025 12:15:19 +0100 Matthew Wild mod_admin_shell: Add config:dump() command to display the in-memory configuration
Mon, 06 Oct 2025 00:30:14 +0200 Kim Alvefur util.prosodyctl.shell: Send result line to stderr to help TSV parsing
Sun, 05 Oct 2025 11:08:27 +0200 Kim Alvefur mod_admin_shell: Add debug:ping() which prints debug logs until pong
Thu, 02 Oct 2025 21:09:51 +0200 Kim Alvefur Merge 13.0->trunk
Thu, 02 Oct 2025 21:09:29 +0200 Kim Alvefur mod_http_file_share: Split long line [luacheck] 13.0
Thu, 02 Oct 2025 21:08:15 +0200 Kim Alvefur Merge 13.0->trunk
Thu, 02 Oct 2025 21:04:20 +0200 Kim Alvefur mod_http_file_share: Improve debug logging around unexpected file sizes 13.0
Wed, 01 Oct 2025 17:39:20 +0200 Kim Alvefur mod_c2s: Fix typo
Wed, 01 Oct 2025 17:25:15 +0200 Kim Alvefur mod_c2s: Improve user-facing error reporting when unable to proceed
Tue, 30 Sep 2025 18:20:17 +0200 Kim Alvefur Merge 13.0->trunk
Mon, 19 Aug 2024 00:15:40 +0200 Kim Alvefur util.sqlite3: Support immediate transactions
Mon, 19 Aug 2024 00:11:06 +0200 Kim Alvefur mod_storage_sql: Switch mutating transactions to new API
Mon, 19 Aug 2024 00:06:45 +0200 Kim Alvefur util.sql: Add API to start an explicit write transaction
Tue, 30 Sep 2025 16:11:49 +0200 Kim Alvefur mod_storage_sql: Set configurable wait time for locked SQLite3 database 13.0
Sun, 28 Sep 2025 00:55:41 +0200 Kim Alvefur mod_http_errors: Fix traceback on missing Accept header
Sat, 27 Sep 2025 18:26:18 +0200 Kim Alvefur mod_bosh: Tweak logging
Tue, 01 Jul 2025 14:07:55 +0200 Kim Alvefur mod_bosh: Pass stanzas trough bytes/out filter
Tue, 01 Jul 2025 14:07:49 +0200 Kim Alvefur mod_bosh: Create sessions via sessionmanager
Sun, 22 Jun 2025 21:31:37 +0200 Kim Alvefur mod_bosh: Move all namespaces to variables at the top
Fri, 26 Sep 2025 12:43:38 +0100 Matthew Wild mod_http_errors: Return errors as JSON if requester prefers that
Fri, 26 Sep 2025 12:06:14 +0100 Matthew Wild net.http.server: Include request in (more) http-error events
Thu, 25 Sep 2025 16:56:09 +0100 Matthew Wild mod_s2s: Close outgoing pre-auth s2s sessions when their stanza queue is full
Thu, 25 Sep 2025 16:54:23 +0100 Matthew Wild util.queue: Convenience functions for empty/full
Thu, 25 Sep 2025 16:53:35 +0100 Matthew Wild usermanager: More consistent method behaviour, errors, and (pre-)events
Thu, 25 Sep 2025 17:11:33 +0200 Kim Alvefur mod_pubsub: Rename loop variable to avoid name conflict [luacheck]
Thu, 25 Sep 2025 17:11:01 +0200 Kim Alvefur mod_pubsub: Fix error reporting for <affiliations> (thanks luacheck)
Thu, 25 Sep 2025 17:04:49 +0200 Kim Alvefur Merge 13.0->trunk
Tue, 16 Sep 2025 20:35:52 +0200 Kim Alvefur mod_pubsub: Implement retrieval of own affiliation(s) #1966
Thu, 25 Sep 2025 16:51:06 +0200 Kim Alvefur mod_roster: Add command for cleaning out invalid contact JIDs 13.0
Sat, 20 Sep 2025 17:46:46 +0200 Kim Alvefur util.jid: Validate domainparts using IDNA or as IP literals (fixes #1903) 13.0
Sat, 20 Sep 2025 23:48:04 +0200 Kim Alvefur mod_http_file_share: Fix error when upload directory not created yet
Sat, 04 Dec 2021 18:57:11 +0100 Kim Alvefur mod_http_file_share: Check for unexpected files in the upload directory