Mon, 30 Jan 2023 00:14:50 +0100 Kim Alvefur mod_admin_shell: Match substring in muc:affiliations() like muc:occupants()
Sun, 29 Jan 2023 21:37:13 +0100 Kim Alvefur mod_admin_shell: Sort MUC users by relation and JID
Sun, 29 Jan 2023 18:57:28 +0100 Kim Alvefur mod_admin_shell: Make Role and Affiliation columns the same width for aesthetics
Sun, 29 Jan 2023 18:31:25 +0100 Kim Alvefur mod_admin_shell: Use tables to present MUC users
Sun, 29 Jan 2023 17:55:56 +0100 Kim Alvefur mod_admin_shell: Factor out room retrieval into common function
Sun, 29 Jan 2023 17:53:21 +0100 Kim Alvefur mod_admin_shell: Add muc:affiliations(room) command to list memberships
Sun, 29 Jan 2023 17:41:08 +0100 Kim Alvefur mod_admin_shell: Add muc:occupants(room) command to list occupants
Sun, 22 Jan 2023 15:43:44 +0100 Kim Alvefur Merge 0.12->trunk
Sun, 22 Jan 2023 14:45:47 +0100 Kim Alvefur util.startup: Close state on exit to ensure GC finalizers are called 0.12
Sun, 22 Jan 2023 14:42:07 +0100 Kim Alvefur util.prosodyctl.shell: Close state on exit to fix saving shell history 0.12
Sat, 21 Jan 2023 17:24:45 +0100 Kim Alvefur mod_muc_mam: Use higher precision timestamps
Sat, 21 Jan 2023 17:18:16 +0100 Kim Alvefur Merge 0.12->trunk
Sat, 21 Jan 2023 17:14:55 +0100 Kim Alvefur mod_muc_mam: Copy "include total" behavior from mod_mam 0.12
Sat, 21 Jan 2023 17:09:22 +0100 Kim Alvefur mod_muc_mam: Add mam#extended form fields #1796 (Thanks Rain) 0.12
Sat, 21 Jan 2023 16:54:43 +0100 Kim Alvefur mod_mam,mod_muc_mam: Minimize differences (reorder, copy some comments) 0.12
Fri, 20 Jan 2023 23:40:54 +0100 Kim Alvefur util.dnsregistry: Remove unintentional 'Unassigned' record
Fri, 20 Jan 2023 23:39:39 +0100 Kim Alvefur tools/dnsregistry: Fix to ignore unassigned entries
Fri, 20 Jan 2023 19:47:00 +0100 Kim Alvefur MUC: Add note about non-existant room method
Fri, 20 Jan 2023 18:19:34 +0100 Kim Alvefur util.struct: Fix typo in comment
Fri, 20 Jan 2023 18:16:10 +0100 Kim Alvefur mod_admin_socket: Fix typo in comments
Thu, 19 Jan 2023 21:14:31 +0100 Kim Alvefur Merge 0.12->trunk
Thu, 19 Jan 2023 20:59:28 +0100 Kim Alvefur mod_smacks: Log something when hibernation starts 0.12
Thu, 19 Jan 2023 17:29:40 +0100 Kim Alvefur luacheck: Remove long gone mod_storage_sql1 from excludes
Mon, 01 Aug 2022 17:25:40 +0200 Kim Alvefur util.sqlite3: Skip prepared statements when no parameters are given
Fri, 01 Oct 2021 02:27:53 +0200 Kim Alvefur util.sqlite3: Create util.error registry from headers
Thu, 19 Jan 2023 16:56:12 +0100 Kim Alvefur mod_storage_sql: Support SQLite3 without LuaDBI
Mon, 01 Aug 2022 15:23:33 +0200 Kim Alvefur util.sqlite3: SQLite3-only variant of util.sql using LuaSQLite3
Tue, 17 Jan 2023 15:30:28 +0100 Kim Alvefur util.hashes: Silence compiler warning about char pointer signedness
Sat, 14 Jan 2023 14:09:33 +0100 Kim Alvefur Merge 0.12->trunk
Sat, 14 Jan 2023 05:47:47 +0100 Kim Alvefur prosodyctl check dns: Check for Direct TLS SRV records even if not configured (fix #1793) 0.12
Fri, 13 Jan 2023 14:53:40 +0000 Matthew Wild spec: Suppress some harmless luacheck warnings in tests
Fri, 13 Jan 2023 14:38:05 +0000 Matthew Wild util.paseto: Add support for v3.local tokens
Fri, 13 Jan 2023 14:36:36 +0000 Matthew Wild util.paseto: Fix omitted parameter
Fri, 13 Jan 2023 14:35:01 +0000 Matthew Wild util.paseto: Stricter base64 decoding, as per spec
Fri, 13 Jan 2023 14:34:10 +0000 Matthew Wild util.crypto: Add support for AES-256-CTR
Fri, 13 Jan 2023 14:29:08 +0000 Matthew Wild util.hashes: Add HKDF-HMAC-SHA256/HKDF-HMAC-SHA384
Tue, 10 Jan 2023 21:14:07 +0100 Kim Alvefur Merge 0.12->trunk
Tue, 10 Jan 2023 21:10:58 +0100 Kim Alvefur mod_invites: Prefer landing page over xmpp URI in shell command 0.12
Sun, 08 Jan 2023 13:51:30 +0100 Kim Alvefur net.http.server: Close file handle earlier
Sun, 08 Jan 2023 13:39:24 +0100 Kim Alvefur Merge 0.12->trunk
Sun, 08 Jan 2023 13:35:04 +0100 Kim Alvefur net.http.server: Fix #1789 0.12
Fri, 06 Jan 2023 23:53:50 +0100 Kim Alvefur Merge 0.12->trunk
Sun, 01 Jan 2023 16:20:58 +0100 Kim Alvefur mod_storage_sql: Fix #1639 0.12
Fri, 06 Jan 2023 04:38:39 +0100 Kim Alvefur net.server_epoll: Remove delay on last main loop iteration when quitting
Fri, 06 Jan 2023 02:31:21 +0100 Kim Alvefur net.server_epoll: Factor out single main loop step into its own function
Thu, 29 Dec 2022 18:36:38 +0100 Kim Alvefur Merge 0.12->trunk
Thu, 29 Dec 2022 16:29:03 +0000 Matthew Wild configure: Fix quoting of $LUA_SUFFIX (thanks shellcheck/Zash) 0.12
Thu, 29 Dec 2022 18:28:50 +0100 Kim Alvefur Merge 0.12->trunk
Thu, 29 Dec 2022 18:06:35 +0100 Kim Alvefur mod_storage_sql: Don't avoid initialization under prosodyctl (fix #1787) 0.12
Thu, 29 Dec 2022 16:29:03 +0000 Matthew Wild configure: Fix quoting of $LUA_SUFFIX (thanks shellcheck/Zash)
Thu, 29 Dec 2022 16:25:00 +0000 Matthew Wild sessionmanager: Fire event before retiring old session
Thu, 29 Dec 2022 16:23:08 +0000 Matthew Wild sessionmanager: Pluck sasl_handler from old session when resuming (fixes #1785)
Wed, 28 Dec 2022 02:58:15 +0100 Kim Alvefur doap: Fix RDF syntax (thanks Link Mauve)
Tue, 20 Dec 2022 18:55:47 +0100 Kim Alvefur util.datamapper: Simplify test schema
Mon, 19 Dec 2022 23:11:42 +0100 Kim Alvefur util.openmetrics: Update tools.ietf.org URL to datatracker
Thu, 22 Dec 2022 00:13:37 +0100 Kim Alvefur mod_s2s_auth_certs: Validate certificates against secure SRV targets
Thu, 22 Dec 2022 00:11:23 +0100 Kim Alvefur net.resolvers.basic: Record hostname coming from secure SRV records
Thu, 22 Dec 2022 00:10:49 +0100 Kim Alvefur net.resolvers.service: Record DNSSEC security status of SRV records
Wed, 21 Dec 2022 23:46:37 +0100 Kim Alvefur net.resolvers.service: Fix reporting of Bogus DNSSEC results
Wed, 21 Dec 2022 21:34:07 +0100 Kim Alvefur Revert unintentionally committed parts of 12bd40b8e105
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 tip