Cache changes + MSC features + bugfixes
Tuwunel
Communication & EmailA high‑performance Matrix homeserver written in Rust that can replace Synapse
Features
- Fully implements the Matrix specification (except niche edge cases)
- Scalable, low‑cost, and enterprise‑ready thanks to a Rust implementation
- Supports Docker images, static binaries, Debian/RedHat packages, Nix, Alpine, Gentoo, Arch, Ansible deployment
- Provides configuration examples and TLS integration guides
Recent releases
View all 7 releases →- Policy server support via `enable_policy_servers` and `policy_server_request_timeout` config keys (MSC4284)
- Account locking and suspension features with admin mass-reject command (MSC3939, MSC4323, MSC3823)
- Implementation of Olm fallback key re‑issuance on claim (MSC2732)
Full changelog
Tuwunel 1.6.2
May 8, 2026
We have started a specification compliance campaign which will continue over the next several releases until synced with 1.18 (or 1.19 if it takes that long). Current status will be kept up to date in our documentation.
New Features & Enhancements
-
Policy server support (MSC4284) ships; two new config keys:
enable_policy_serversandpolicy_server_request_timeout. -
Account locking and suspension (MSC3939, MSC4323, and MSC3823), plus an admin command to mass-reject pending invites.
-
MSC2732 Olm fallback keys are implemented and re-issued on each subsequent claim, so clients keep receiving after key exhaustion.
-
MSC4380 invite blocking (partial).
-
MSC4406
sender_ignoredon single-event endpoints. -
MSC4383
/versionsdiscovery. -
MSC4260 user reports.
-
MSC4373 incoming-EDU types over federation.
-
MSC4168
m.space.*state copied on upgrade. -
MSC4169 backwards-compatible redactions on send.
-
MSC3905 local-only users namespace matching for appservices.
-
MSC4025 partial erase on
/deactivate. -
MSC3391 account-data deletion.
-
MSC4361 non-federating member auth rules.
-
MSC4190 appservices now skip UIA on cross-signing key replacement.
-
MSC4254 OIDC revoke handler is tightened across request shape, error codes, and provider lookup.
-
MSC4175 Timezone-key routes have been updated to the stabilized form.
-
Thanks to @DBendit who opened (#316): a complete list of MSCs Tuwunel supports is now in the docs.
-
@dasha-uwu shipped cleanups: appservice file filter, conditional admin lookup, two-member room naming, thumbnail logging, remote media ids.
Bug Fixes
-
Sliding-sync
bump_stampis graciously fixed by @lhjt in (#449), so Element X and other clients move rooms in the sidebar on new activity. -
Thanks to @humemm for (#448), where OAuth responses returning
expires_atas a Unix timestamp tripped login; the upstream DTO is now decoupled. -
Tip of the hat to @maxrdz for the NGINX root-domain delegation example in (#446), with default port and a resilient
$backendindirection. -
State resolution corrections: knock auth v7-9 (aea509fe5), auth-difference (631c51aa8), mainline 0 (82132eec4), v12 bootstrap-join (aaa6a1a55). A few were upstreamed to Ruma.
-
A long-standing
/syncconcurrency heisenbug (b1ac65b60), originally introduced in Conduit and made slightly worse by optimizations which took place in v1.3.0, has finally been zapped.
- Config key `sso_aware_preferred` renamed to `oidc_aware_preferred`; old name kept as alias
- Byte‑size config values now accept SI/IEC unit strings (e.g., `64MiB`, `2GB`) in addition to raw integers
- OIDC `/userinfo` now rejects plain Matrix access tokens, returning WWW-Authenticate: Bearer on 401; token endpoint returns 400/invalid_grant instead of 500 for client errors; PKCE `plain` is disallowed (only S256 allowed); added Cache-Control: no-store to prevent token leakage
- Next-gen OIDC account management with in‑browser session list, end flows and profile page (MSC2965)
- Appservices receive EDUs scoped to their namespaces (`m.typing`, `m.receipt`)
- systemd watchdog keep‑alive pings via `WatchdogSec=30`
Full changelog
Tuwunel 1.6.1
May 1, 2026
New Features & Enhancements
-
Next-gen OIDC account management, courtesy of @shaba in (#407), implements MSC2965 and provides the in-browser session list, session-end flows, and profile page for users authenticated via OIDC. The same PR fixes URL-encoding of
idp_idin the SSO redirect path and adds the SSO/OIDC bypass path through User-Interactive Authentication so that users without a password can complete UIAA-protected actions. This closes (#433) opened by @jonathanmajh. Thank you! -
Appservices with
receive_ephemeralnow receive EDUs scoped to their namespaces in (#406), shipped by @chbgdn and closing (#382).m.typingandm.receiptnow route to subscribed bridges and bots. Confirmation testing was provided by @gymnae, thank you both! -
systemd watchdog keep-alive pings were graciously added by @VlaDexa in (#415). Unit files declare
WatchdogSec=30and the runtime pings systemd, so an unresponsive process is restarted automatically; previously-tolerated long stalls (e.g., pathological state-resolution) may now trigger restarts. -
Spoofing-resistant client-IP resolution with a configurable
ip_sourcewas contributed by @theredspoon as a security finding (#427), implemented and landed across (#428) and (#429). The newConfiguredIpSourceextension andClientIpextractor replaceaxum_client_ip::InsecureClientIpacross the API, restoring trust in client IPs for rate-limiting and audit logging. Default behavior is unchanged for existing deployments; operators behind a trusted proxy should setip_sourceto opt in. -
MSC3030 (
/timestamp_to_event) is implemented (experimental), contributed by @donjuanplatinum in (#413). Clients can now jump to a specific point in time within a room. This is the third Matrix Spec Change @donjuanplatinum has shipped to Tuwunel and we are very grateful for the consistent contributions. -
MSC3824 (delegated authentication / refresh-token capability) is advertised on
/versionsandLoginType::Ssoincludesdelegated_oidc_compatibility. The config keysso_aware_preferredis renamed tooidc_aware_preferred, with the old name accepted as alias. -
Thanks to @rexbron, who contributed extensive operational documentation in (#354) and (#438): a
testmatrixexample in the troubleshooting section, podman-quadlet examples, an OIDC Keycloak provider example, refactored troubleshooting links, and clarification of how to obtainprovider_idfor the user admin commands. Thorough work! -
@valentimarco wrote a complete Authelia authentication page in (#278), closing their own (#274) on the OIDC token endpoint. Thank you!
-
Thanks to @winyadepla for reorganizing the calling chapter in (#431), clarifying TURN vs MatrixRTC and the rationale for Docker-only deployment. This addresses (#348) opened by @MadMan247. Thank you both!
-
Thank you @alametti for adding an Authentik provider section in (#437).
-
Configuration values that name byte sizes now accept SI/IEC unit strings (
64MiB,2GB, etc.) in addition to raw integers. -
A persistent LRU cache was added for
userdevicesessionid_uiaainfoto keep ongoing UIA sessions alive across restarts. -
Performance: appservice EDU conditions reworked for concurrent lazy serialization; lazy-loading witness write-back gained a mode argument; the legacy spacehierarchy runtime cache was replaced by a database-backed path (config key
roomid_spacehierarchy_cache_capacity→spacehierarchy_cache_ttl_min/spacehierarchy_cache_ttl_max). -
Admin: new commands to dump PDUs to the filesystem, query the RocksDB sequence number, and force/override or bypass database migrations.
-
Bootstrap stamps a
server_namemarker into the global column family (backfilled on first boot for pre-existing databases) so a misconfiguredserver_namepointed at the wrong database is caught on every start. -
The
media_storage_providersconfig option now validates that named providers exist; an explicit empty provider list defaults to all configured providers. -
New documentation chapters: Authentication Systems overview, JWT auth, LDAP auth, multimedia and storage, storage-provider environment variables. Identity-linking semantics for trusted vs. untrusted IdPs are now documented. The development chapter links hosted rustdocs (newly deployed via CI) and a Testing section was added. (#324) opened by @TheButlah on the NixOS Module documentation is closed.
-
OCI image labels now include accurate
org.opencontainers.image.versionand related metadata derived from the package, closing (#356) opened by @rexbron. Thank you for the detailed write-up!
Bug Fixes
-
OIDC server-contract hardening:
/_tuwunel/oidc/userinforejects plain Matrix access tokens (withWWW-Authenticate: Beareron401); the token endpoint returns400/invalid_grantinstead of500on client errors and emitsCache-Control: no-store; PKCEplainis no longer accepted (onlyS256); them.oauthUIA flow routes through/login/sso/redirectwhen no specific IdP is selected. -
Storage-provider variant naming is now consistent, with appreciation to @yonzilch for (#414). Both sub-tables use lowercase identifiers (
[global.storage_provider.<ID>.s3]), unblocking environment-variable configuration. ExistingS3configurations are still accepted. -
OpenBSD startup is fixed in (#422), tip of the hat to @Hukadan.
core_affinity_rsmisreports CPU counts on OpenBSD; Tuwunel now usesnum_cpusthere. Thank you for picking this up! -
@alaviss reported a 1.6.0 regression in (#432) where inline
[global.appservice.<ID>]config no longer worked. Fixed in (9d10230ba); the appservice ID from the toml section is honored again. Sincere apologies for the inconvenience. -
Multiple users reported the room-spaces hierarchy endpoint returning incomplete or invalid results: @vrisalab in (#344) and @foxing-quietly in (#399). The hierarchy unit was refactored, optimized, and corrected (including discarding
m.space.childevents with empty content per MSC1772/MSC2946). Special thanks to @TheBrigandier for testing and confirming the fixes on both threads. -
Thanks to @utop-top, who reported in (#411) that S3 uploads to Cloudflare R2 timed out for large media (~200 MiB+). Multipart uploads now kick in above a configurable
multipart_threshold(default100 MiB). We appreciate the patient testing! -
Thank you @utop-top for also reporting in (#401) that appservice E2EE was broken because
/whoamiwasn't returning adevice_idper MSC3202, crashing matrix-hookshot on startup. Tuwunel now accepts and asserts the appservice-supplieddevice_idper MSC4326. Confirmation testing was provided by @Domoel, thanks to you both! -
@BVollmerhaus reported in (#327) that mautrix bridges (e.g., mautrix-signal) couldn't upload device keys via MSC4190, blocking Element's upcoming mandatory device verification rollout. The MSC4190 path no longer stores
as_tokenas the access token, and honors the appservice-asserteddevice_idon create. Special thanks to @1matin, @Domoel, and @gymnae for active testing across the thread. -
Sliding-sync long-polls now release on client disconnect, credit to @chocycat for (#386). Refreshing a client no longer leaves the previous poll holding the connection mutex for the full timeout. Supplemented by task-detach and shutdown-timeout abstractions on main.
-
Thanks to @kodazavr for the immediate report in (#444): Tuwunel failed to start with Sentry integration enabled because the Sentry transport was missing a TLS backend. The reqwest transport is now built with merged webpki roots.
-
Thank you @dennisoderwald for catching in (#443) that OIDC discovery advertised
response_mode=fragmentwhile the authorize endpoint only acceptedquery. Both modes are now implemented through the authorize/complete path. -
@dennisoderwald also reported in (#434) that S3 storage worked over HTTP but not HTTPS. The missing
tls-webpki-rootsfeature was added to theobject_storedependency. Confirmation testing was provided by @ZoftTy and @kodazavr, thank you all! -
Thanks to @dlford for the report in (#403) that clearing the presence status message had no effect. Now implemented with correct state transitions.
-
Thank you @oly-nittka for the careful diagnosis in (#385) that federation with
matrix.orgwas failing: a stale SRV cache entry overrode the .well-known delegation, producing port8443instead of443. Theactual_dest_2/actual_dest_3_2resolver paths now parse explicit ports from delegated hosts. -
@native4don reported in (#377) that
device_lists.changedwas missing from/syncafter cross-signing key uploads or device-key changes. The per-room device-key-change row was restored and the sync path updated. Confirmation testing was provided by @rexbron and @x86pup, thank you all! -
Thanks to @Giwayume for spotting in (#376) that
GET /_matrix/client/v3/devicesreturnednullfordisplay_nameand was not spec-compliant. The RumaDevicetype now skips serializing optional fields when absent. -
Thank you @foxing-quietly for the report in (#372) that
GET /room_keys/versionreturned500instead of404for stored backups predating thealgorithmfield. A backup-algorithm serializer now migrates legacy records on the fly. -
@kuhnchris reported in (#435) that AppService regex matching was case-inconsistent. User and alias namespaces now use case-insensitive comparisons, matching how MXIDs are normalized. Thank you!
-
@Himura2la updated the LiveKit configuration documentation to the modern form in (#420), addressing (#400) reported by @Morgan-SL-PUP. Thank you both!
-
Thanks to @grinapo for noting in (#317) that the Caddy
.well-knownexample used incorrect CORS syntax. The example was corrected. -
Thank you @jameskimmel for correcting the Docker port mapping in the example to match the listener (#393).
-
A regression in
state_cachewhere the per-user transit step was wiping the room-wide invite-via cache was fixed in (efd36ddf2). -
The
base_pathoption for S3 bucket paths was fixed in (85688e5a2) (regression from 73d110727). -
The UIAA flow for
m.oauthand other non-SSO flows was corrected in (de8e2a1f3) so password and other flows still advertise correctly alongside SSO/OIDC. -
Device
last_seen_ipis now updated from the relevant client handlers in (e90272795). -
The
device_listupdate is now included in/syncfor plaintext rooms (0adec1e3a), matching the spec. Operators can revert to 1.6.0 behavior withdevice_key_update_encrypted_rooms_only=true. -
@dasha-uwu landed several spec-compliance and cleanup fixes: legacy media endpoints removed (a1bb05e5f), correct error code returned when OIDC is not configured to silence Element Web's warning (dfbab637c),
M_UNRECOGNIZEDstatus code changed from 405 to 404 to stop breaking CORS preflight (b926cd939), proper 405 returned for bad methods (e3b2ce6e1), the spurious "skipping presence update" log line removed (287140748), and HTML template fixes (a1742ac3). Thank you, dasha!
Honorable Mentions
-
@theredspoon's client-IP work warrants a second mention: a self-reported issue, a clean two-PR refactor for the fix, and willingness to coordinate the change across every handler in the API crate. This is exactly the kind of contribution every project hopes to receive.
-
@rexbron is now a serial documentation contributor and operations-focused thinker. Between the testmatrix example, the podman-quadlet content, the Keycloak guide, and the OCI image-label report, this release was meaningfully better for it.
-
@donjuanplatinum has now shipped MSC3030, MSC3706, and MSC2246 to Tuwunel across recent releases. Thank you for the steady stream of spec implementations.
- Configuration option `allowed_remote_server_names_experimental` is marked experimental; its name will change in a future release without the `_experimental` suffix.
- Removed v1 `send_join` and `send_leave` APIs as per MSC4376.
- Next-Gen Auth OIDC server supporting ElementX and SchildiNext (MSC2964/2965/2966/2967)
- S3 storage backend with configurable media providers and experimental sync migration
- User‑Interactive Authentication for Next‑gen OIDC (MSC4312) adding cross‑signing/identity reset
Full changelog
Tuwunel 1.6.0
April 9, 2026
New Features & Enhancements
-
Next-Gen Auth OIDC server enhancing ElementX and SchildiNext has arrived! It all began only a month ago with (#342), a large draft PR by @lytedev assessed by the Tuwunel team to be several months away. What happened next was truly extraordinary. Starting with @chbgdn and followed by @siennathesane, @DonPrus and @shaba an entire project within this project assembled to test and iterate this branch at a rapid clip. The OIDC server now builds on existing infrastructure in Tuwunel previously used for SSO. If you have an Identity Provider configured already for use with SSO then the OIDC server Just Works. Huge thanks to everyone involved. (Implements MSC2964/2965/2966/2967)
-
S3 Storage support is now available! Starting from (#362) graciously developed by @exodrifter, Tuwunel now introduces multiple media backends with configurable sections. Support currently includes S3 endpoints and local filesystem directories. The existing media directory is now itself a configurable storage provider implied by the section
[global.storage_provider.media.local]. See the examples under[global.storage_provider.<ID>.S3]to configure your own S3 provider. Then list it inmedia_storage_providersto download media from it, andstore_media_on_providersfor uploading media to it. Experimental migration support is available with the!admin query storage synccommand. SPECIAL UPDATE: Thanks to testing by @utop-top large uploads (~200 MiB) may not work for some S3 providers until additional support is added in 1.6.1. We apologize for this limitation. -
User-Interactive Authentication for SSO accounts (MSC2454) has been made possible thanks to @chbgdn in (#389). Accounts no longer require setting a password to use features protected by UIAA flows. Users wishing to disable password authentication on their account altogether may do so by changing it to a single asterisk '*' character (use the admin room commands if your client refuses this password change).
-
User-Interactive Authentication for Next-gen OIDC (MSC4312) was implemented by serial auth-system contributor @chbgdn in (#405). This provides cross-signing/identity reset functionality for ElementX and co.
-
Asynchronous media uploads for appservices was implemented thanks to @donjuanplatinum (MSC2246) in (#347).
-
Thanks to @dasha-uwu the
appservice_dircan be configured to a directory containing all your appservice yaml files. -
@donjuanplatinum implemented the server-side for fast-joins (MSC3706) in (#349). Thank you!
-
Thanks to @ventureoo we support sockets managed by systemd after (#360) (issue #355).
-
@vladexa prevented duplicate reactions from being sent by a client to maintain spec compliance with (#353), thank you!
-
Thank you @alametti for adding delegation examples (e.g. example.com to matrix.example.com) to the documentation in (#352).
-
Thanks to @Lama-Thematique the admin room user registration notice was improved in (#387).
-
Thank you @dasha-uwu for implementing the MSC4143 endpoint.
-
Thank you @dasha-uwu for removing the report score per MSC4277.
-
Thank you @dasha-uwu for removing v1 send_join/leave as per MSC4376.
-
RocksDB compaction details are logged for the curious in verbose logging builds.
-
Numerous performance optimizations including JSON deserialization and allocator optimizations.
-
Sliding-sync no longer persists subscriptions across requests.
-
Configuration option
allowed_remote_server_names_experimentaladded as exclusive federation allow-listing. NOTE: the_experimentalsuffix was added to indicate the logic of this feature will change in an upcoming release and the suffix will be removed. We sincerely regret this inconvenience.
Bug Fixes
-
Thank you @jameskimmel for fixing the nginx configuration for http/2 support. (#391)
-
@exodrifter fixed various errors and typos in documentation (#343), some reported by @RhenCloud in (#338). Thank you both!
-
@vladexa fixed systemd reloading by sending monotonic time after consultation with @rexbron. (#359) Thank you both!
-
Thanks to @exodrifter the media delete range commands now have improved verbiage as of (#375).
-
@yefimg fixed the UIA password flow not being advertised to LDAP users due to regression (#378). Special thanks for this!
-
Thank you @proximalriver for fixing the missing
serverkeyword in the nginx example. (#383) -
@chbgdn fixed the m.change_password capability not being set based on
login_with_password. (#388) Thank you! -
Thank you @centromere for reporting cross-platform build regressions in #357 which were fixed.
-
Thank you @Ada-lave for reporting a regression with admin startup commands in #320 which we fixed.
-
@0x1af2aec8f957 reported the new systemd-friendly listener system required reuse-address flags to be set (#374). Thank you for reporting!
-
Thank you @Batmaev for reporting non-compliant minimum timeout was imposed on sliding-sync in (#402) which was corrected.
-
@dasha-uwu fixed admin room upgrade to work as expected. @dfuchss inspired with (#361) among many other informal reports. We appreciate the effort of everyone involved on this!
-
@tycrek reported the conduit user is involved in
force-join-all-local-userscommands (#373) which was fixed thanks to @dasha-uwu. -
Thanks to @dasha-uwu bugs and compliance regarding
initial_stateduring room creation were addressed.
- Until MSC2454 (#314) is implemented, all accounts using SSO/OIDC must have a local password to perform actions protected by User Interactive Authentication.
- SSO/OIDC security audit uncovered multiple issues; until MSC2454 is implemented, accounts must set a password to use User Interactive Authentication (e.g., device removal).
- `identity_provider` config options: trusted, unique_id_fallbacks, registration, check_cookie
- Disable password auth via `login_with_password = false`
- Reduce btrfs space usage with `rocksdb_allow_fallocate = false`
Full changelog
Tuwunel 1.5.1
March 6, 2026
Security Fixes
-
A security audit of SSO/OIDC released with 1.5.0 uncovered several issues. We strongly advise everyone using SSO/OIDC upgrade to this release. Users should also note that until MSC2454 is implemented (tracked by #314) accounts will have to set a password to access functionality protected by User Interactive Authentication (e.g. when removing devices). We are deeply grateful to @outfrost and @exodrifter for their effort and professionalism as security researchers.
-
Case-sensitive comparisons in Room Access Control Lists were fixed by @velikopter (ruma/ruma#2358) (matrix-construct/ruma#3) (814cbc2f3).
New Features & Enhancements
-
New options for
identity_providerconfigurations include:trustedallowing association of SSO accounts to existing matrix users (#252);unique_id_fallbacksto disable random-string users;registrationto prevent registration through an IdP altogether;check_cookiefor deployments that cannot use cookies. -
Thanks to @Enginecrafter77 password authorization flows can now be disabled by configuring
login_with_password = false. Clients will hide the input boxes for username and password. This option is useful for an e.g. SSO-only server. (#336) -
Thanks to @Lymia users of btrfs will see reduced space usage if they configure the new option
rocksdb_allow_fallocate = false. (#322) (PR also has links to more information) -
Instructions for how to configure the TURN server built into Livekit and several corrections were contributed by serial documentation author @winyadepla in (#285).
-
Many users will appreciate substantial documentation by @alametti for configuring well-known and root domain delegation in (#352).
-
Thank you @the-hazelnut for updating TURN and Matrix RTC documentation with ports to be forwarded for NAT. (#305) (#306)
-
The
usernameclaim is now recognized when deciding the MXID during SSO account registration thanks to a suggestion by @aazf in (#287). -
The max limit for
/messageswas increased from 100 to 1000 by @dasha-uwu which should match the limit on Synapse but with far less of a performance hazard. -
@dasha-uwu properly optimized certain checked-math macros; other checked-math macros were also optimized for inlining.
-
Concurrent batch requests can now be made to a notary server. The default concurrency is now two, and the size of the batches have been decreased by a third. This should reduce the time it takes to join large rooms.
-
Optimization of functions which hurt performance for syncing user-presence were partially completed, though with marked improvement from before.
-
Optimization of new state-resolution functionality added during Project Hydra took place. Along with additional optimization for auth-chain gathering, CPU use for large/complex rooms (so-called "bad rooms") has been greatly reduced.
Bug Fixes
-
Special thanks to @hatomist for fixing an error which changes a users's account-type when they set a password (#313). This impacted LDAP and some SSO users. We apologize for the inconvenience this may have caused.
-
We appreciate effort by @Jeidnx for addressing various issues with SSO/OIDC Identity Provider configuration in (#281). Also noteworthy was the idea to derive the callback_url from other parameters by default rather than explicitly requiring it. Thanks to @Magnitaizer for reporting initially in (#276).
-
Thanks @VlaDexa for fixing the missing output formatting for the oauth delete command. (#321)
-
Thank you @risu729 for updating the default port number in the docker run command documentation. (#298)
-
Thank you @Lamby777 for removing an errant
versionfield in the docker-compose example. (299) -
Thank you @cornerot for updating the docker-compose with-traefik which still said Conduit instead of Tuwunel after all this time. (#308)
-
Thank you @exodrifter for fixing errors and typos in the MatrixRTC documentation (#343) based on a report by @RhenCloud (#338).
-
Thank you @wuyukai0403 for proofreading and fixing a typo in the troubleshooting document. (#312)
-
A report by @BVollmerhaus lead to the reopening of (#240) to use Livekit/lk-jwt-service when federation is disabled. This was re-resolved by @dasha-uwu in (b79920a).
-
Thanks to @Jeidnx for identifying a missing SSO redirect route in (#290) which was fixed in (matrix-construct/ruma@0130f6a).
-
We appreciate the panic report by @Spaenny in #296 which occurred during SSL-related upgrades on the main branch. Fixed by @dasha-uwu (87faf81).
-
Thanks to report (#302) by @data-niklas whitespace in the configured
client_secret_fileis now properly ignored thanks to @dasha-uwu (6f5ae17). -
After @Giwayume reported in (#303) that URL previews failed for some sites, an investigation by @dasha-uwu discovered Tuwunel's User-Agent header required some adjustment.
-
@dasha-uwu refactored the Unix socket listener with main-branch testing by @VlaDexa (#310) and follow-up fixes in (488bd62).
-
@jonathanmajh reported in (#315) and @wmstens simultaneously reported in (#318) that admin status was not granted to the server's first user when registering with SSO/OIDC. This was fixed by (e74186a).
-
After a report by @tcyrus in (#328) that the RPM postinst script is not properly creating the tuwunel user. This was fixed by @x86pup in (5a55f84).
-
Thank you @cloudrac3r for reporting in (#330) that events were being unnecessarily sent to some appservices. This was fixed by @dasha-uwu in (d073e17).
-
Thanks to the report in (#331) by @BVollmerhaus the first registered user is not granted admin when originating from an appservice. Fixed by @dasha-uwu in (9dfba59).
-
The report by @rexbron in (#337) discovered that some distributions set modest limits on threads per process. On many-core (32+) we may exceed these limits. The
RLIMIT_NPROCis now raised (9e09162) to mitigate this. -
@x86pup set ManagedOOMPreference=avoid due to systemd not recognizing pressure-based deallocation with
madvise(2)is not an out-of-memory condition. -
@dasha-uwu removed unnecessary added delays in the client endpoint for reporting.
-
Server shutdown did not properly indicate offline status of the conduit user due to a recent regression, now fixed.
-
@dasha-uwu fixed logic issues in the client
/membersquery filter. These same logic errors were also found in Synapse and Dendrite. -
@dasha-uwu fixed the missing advertisement for
org.matrix.msc3827.stablein client/versions. -
Custom profile fields were sometimes being double-escaped in responses to clients due to a JSON re-interpretation issue which is now fixed.
-
@dasha-uwu fixed checks related to canonical aliases (0381547c5).
-
@dasha-uwu relaxed the
encryption_enabled_by_default_for_room_type"invite" option to not match all rooms. -
@x86pup fixed an issue with
display_nameandavatar_urlomitted in/joined_members(fixed in our Ruma). -
Event processing of missing
prev_event's are no longer interrupted by an error from a siblingprev_event. This reduces CPU use by not repeating event processing before it would otherwise succeed.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.