Commit Graph

6057 Commits

Author SHA1 Message Date
Jason Volk
847bd19b36 Merge remote-tracking branch 'Lamby777/patch-1' 2026-02-12 13:15:49 +00:00
Jason Volk
1874a8281d Merge remote-tracking branch 'risu729/docs/docker-run-default-port' 2026-02-12 13:15:47 +00:00
dasha_uwu
31fcbe86fc Include "preview" in url preview user agent string. (fixes #303)
This is required for fixupx.com to serve previews instead of redirecting
2026-02-12 13:15:41 +00:00
Jason Volk
994e1d12a7 Optimize various case-insensitive comparisons.
Signed-off-by: Jason Volk <jason@zemos.net>
2026-02-12 13:15:41 +00:00
Jason Volk
814cbc2f37 Bump Ruma for case-insensitive ACL.
Signed-off-by: Jason Volk <jason@zemos.net>
2026-02-12 13:15:41 +00:00
dasha_uwu
4bba40982c Refactor room_version support code
Fix advertising unsupported room versions
2026-02-12 13:15:41 +00:00
dasha_uwu
d6ae4e5ff2 Remove redundant debug assert 2026-02-12 13:15:41 +00:00
dasha_uwu
34fb683ddd Move reqwest clients behind one shared lazylock 2026-02-12 13:15:41 +00:00
dasha_uwu
a257d846c7 Refactor CS membership query 2026-02-12 13:15:41 +00:00
dasha_uwu
baa1e52302 Implement local redaction blocking 2026-02-12 13:15:41 +00:00
dasha_uwu
e1dc52200c Remove redundant service.users.is_admin 2026-02-12 13:15:41 +00:00
Jason Volk
e59dcb3f3c Simplify router::run() and blocking point.
Signed-off-by: Jason Volk <jason@zemos.net>
2026-02-12 13:15:41 +00:00
Jason Volk
02cd1dc124 Add unwrap_or_else_async to OptionFutureExt.
Signed-off-by: Jason Volk <jason@zemos.net>
2026-02-12 13:15:41 +00:00
Jason Volk
5dcb4c9a34 Fix presence worker shutdown sequence.
Signed-off-by: Jason Volk <jason@zemos.net>
2026-02-12 13:15:41 +00:00
Jason Volk
6286c5a041 Move router/serve/mod.rs to router/serve.rs
Signed-off-by: Jason Volk <jason@zemos.net>
2026-02-12 13:15:41 +00:00
Jason Volk
5286bdc6bb Consolidate concurrent event filters in messages iteration.
Signed-off-by: Jason Volk <jason@zemos.net>
2026-02-12 13:15:41 +00:00
dasha_uwu
b160880868 Increase max limit for /messages from 100 to 1000 2026-02-12 13:15:41 +00:00
dasha_uwu
6f5ae17dc6 Trim client_secret_file value, fixes #302 2026-02-12 13:15:41 +00:00
dasha_uwu
bccc251fef remove unix socket on shutdown 2026-02-12 13:15:41 +00:00
dasha_uwu
bd5203b406 Update axum-server to 0.8; switch to axum unix listener. 2026-02-12 13:15:41 +00:00
dasha_uwu
87faf818ff Add webpki roots for reqwest clients. (fixes #296) 2026-02-12 13:15:35 +00:00
Jason Volk
2e19a30ff2 Add conditional default for provider callback_url.
Co-authored-by: jeidnx <git@domainhier.de>
Signed-off-by: Jason Volk <jason@zemos.net>
2026-02-12 03:22:51 +00:00
jeidnx
60d418118f fix: url calculation in make_url 2026-02-12 03:22:51 +00:00
Jason Volk
e279d39ff0 Fix unfulfilled lint expectation.
Signed-off-by: Jason Volk <jason@zemos.net>
2026-02-12 02:06:17 +00:00
Jason Volk
f8ffbbf161 ci: Add specific nightly toolchain override.
Signed-off-by: Jason Volk <jason@zemos.net>
2026-02-12 02:06:17 +00:00
Cherry
90f7abe3b8 rm version field from turn docker compose example 2026-02-09 19:49:37 -05:00
Risu
7b0bcec8f3 docs(docker): use the default port in docker run command 2026-02-09 03:43:47 +11:00
dasha_uwu
94162974f9 Fix validated math macro 2026-02-06 15:48:57 +00:00
Jason Volk
a6780697bd Add username claim from OAuth provider. (closes #287)
Signed-off-by: Jason Volk <jason@zemos.net>
2026-02-06 15:48:57 +00:00
Jason Volk
672e665348 Bump Ruma for r0 sso redirect route (closes #290).
Signed-off-by: Jason Volk <jason@zemos.net>
2026-02-06 15:48:57 +00:00
Jason Volk
ac89116316 Optimize several container types in state res.
Optimize mainline sort.

Signed-off-by: Jason Volk <jason@zemos.net>
2026-02-06 15:48:57 +00:00
Jason Volk
ec1359ea5e Add tokio task id to router request span fields.
Signed-off-by: Jason Volk <jason@zemos.net>
2026-02-06 15:48:57 +00:00
Jason Volk
36d13619dd Bump dependencies for time 0.3.47.
Signed-off-by: Jason Volk <jason@zemos.net>
2026-02-06 07:12:37 +00:00
Jason Volk
13a11ce097 Bump dependencies.
Signed-off-by: Jason Volk <jason@zemos.net>
2026-02-04 09:43:30 +00:00
Jason Volk
ba9f87f2e3 Merge remote-tracking branch 'winyadepla/matrix-rtc-docs' 2026-02-04 07:23:17 +00:00
Jason Volk
59320d217a ci: Skip smoke tests on dev branches, covered by integration and compliance.
Signed-off-by: Jason Volk <jason@zemos.net>
2026-02-03 06:28:31 +00:00
dasha_uwu
76dbf4fcb5 Remove unnecessary report delay. 2026-02-03 06:28:31 +00:00
dasha_uwu
b79920a63b Allow .well-known/matrix/server with federation disabled. (closes #240) 2026-02-03 06:28:31 +00:00
June Strawberry
3b4300d033 set ManagedOOMPreference=avoid to default systemd unit
Signed-off-by: June Strawberry <june@vern.cc>
2026-02-02 18:17:21 -05:00
winyadepla
c4c37d0c3d Update matrix_rtc.md for clarity 2026-02-02 17:29:18 +00:00
winyadepla
5b16c6fcf4 Update matrix_rtc.md to add configuration for the built in Livekit TURN server 2026-02-02 17:25:15 +00:00
winyadepla
648bd8d12a Undo port change for matrix-rtc-jwt 2026-02-02 17:22:17 +00:00
winyadepla
10083cec94 Update matrix_rtc.md for readability and to remove deprecated livekit option. 2026-02-02 17:15:26 +00:00
Jason Volk
5110b9e47b Bump 1.5.0
Signed-off-by: Jason Volk <jason@zemos.net>
2026-02-01 07:42:17 +00:00
dasha_uwu
707dc74127 Fix panic with debug assertions turned on due to short argument clash 2026-02-01 06:54:25 +00:00
dasha_uwu
024c08f795 Fix allow_room_admins_to_request_unredacted_events applying to server admins instead of room admins. 2026-02-01 05:01:59 +00:00
Jason Volk
fafdb5d7ea Merge remote-tracking branch 'xerusion/main' 2026-02-01 01:25:33 +00:00
Jason Volk
0b864801f5 Use map of identity_provider to accommodate env var enumerations.
Signed-off-by: Jason Volk <jason@zemos.net>
2026-02-01 01:22:13 +00:00
Xerusion
7e426e5fc8 clarify yourcertresolver 2026-01-31 20:06:58 +07:00
Xerusion
c27fb45dc8 Update matrix_rtc.md 2026-01-31 20:01:03 +07:00