refactor: Switch to upstream Ruma #1656

Merged
ginger merged 108 commits from ginger/ruma-upstreaming into main 2026-04-29 13:37:55 +00:00

108 commits

Author SHA1 Message Date
9491be928d
fix: Fix panic when creating rooms
Some checks failed
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 8s
Checks / Prek / Check changed files (pull_request) Successful in 33s
Documentation / Build and Deploy Documentation (pull_request) Successful in 1m12s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m28s
Update flake hashes / update-flake-hashes (pull_request) Successful in 1m46s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 9m15s
Checks / Prek / Check changed files (push) Successful in 32s
Checks / Prek / Pre-commit & Formatting (push) Successful in 1m18s
Documentation / Build and Deploy Documentation (push) Successful in 1m24s
Checks / Prek / Clippy and Cargo Tests (push) Successful in 9m28s
Release Docker Image / Build linux-amd64 (release) (push) Successful in 17m16s
Release Docker Image / Build linux-arm64 (release) (push) Successful in 17m24s
Release Docker Image / Create Multi-arch Release Manifest (push) Successful in 18s
Release Docker Image / Build linux-arm64 (max-perf) (push) Has been cancelled
Release Docker Image / Build linux-amd64 (max-perf) (push) Has been cancelled
Release Docker Image / Create Max-Perf Manifest (push) Has been cancelled
Release Docker Image / Release Binaries (push) Has been cancelled
Release Docker Image / Mirror Images (push) Has been cancelled
2026-04-29 09:26:13 -04:00
049babc7ca
fix: Fix appservice authentication
All checks were successful
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 29s
Documentation / Build and Deploy Documentation (pull_request) Successful in 1m13s
Checks / Prek / Check changed files (pull_request) Successful in 9s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 2m28s
Update flake hashes / update-flake-hashes (pull_request) Successful in 1m53s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 9m16s
2026-04-29 09:09:09 -04:00
7b99757337
chore: Update news fragment
All checks were successful
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 8s
Checks / Prek / Check changed files (pull_request) Successful in 35s
Documentation / Build and Deploy Documentation (pull_request) Successful in 1m15s
Update flake hashes / update-flake-hashes (pull_request) Successful in 1m45s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 2m46s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 10m39s
2026-04-28 09:16:57 -04:00
d09de005e3
refactor: Drop unused MSC3843 endpoint definition 2026-04-28 09:16:57 -04:00
e34fd76dc0
fix: Re-add support for MSC4293 2026-04-28 09:16:57 -04:00
72dfe579ec
docs: Remove ruwuma mention from development.md 2026-04-28 09:16:57 -04:00
cfae9a34f4
fix: Panic on PL content deserialization failures 2026-04-28 09:16:57 -04:00
0a4808ea79
fix: Add stable routes for admin suspension endpoints 2026-04-28 09:16:57 -04:00
a9a18fc5f0
fix: Re-add support for custom room IDs 2026-04-28 09:16:57 -04:00
c1434c7935
refactor: Remove mystery initial state hack 2026-04-28 09:16:57 -04:00
2e98ba3ed8
fix: Increase max length for report reasons 2026-04-28 09:16:57 -04:00
551cf48642
fix: Add bounds checking for profile data 2026-04-28 09:16:57 -04:00
d256a1c1fa
fix: Add bounds checking for profile data 2026-04-28 09:16:57 -04:00
5578144da9
refactor: Clean up api/client/membership/kick.rs 2026-04-28 09:16:57 -04:00
5309a064e8
refactor: Remove old project name in api/client/membership/ 2026-04-28 09:16:57 -04:00
56d35b4e39
refactor: Clean up api/client/membership.ban.rs 2026-04-28 09:16:57 -04:00
7375d1cad4
fix: Check existing key equality when uploading new E2EE keys 2026-04-28 09:16:57 -04:00
80baf948ae
refactor: Switch back to upstream Ruma 2026-04-28 09:16:57 -04:00
ed37696cef
fix: Enable compatibility feature to fix federation with old conduit-family homeservers 2026-04-28 09:16:57 -04:00
0a04c60f31
refactor: Improve summary service logging 2026-04-28 09:16:57 -04:00
e44ac230a6
fix: Fix failing test 2026-04-28 09:16:57 -04:00
57c4567380
chore: Changelog 2026-04-28 09:16:57 -04:00
a8a8e1ea51
chore: Clippy fixes 2026-04-28 09:16:57 -04:00
02f69a7160
fix: FIx code that was causing rustc to panic somehow 2026-04-28 09:16:56 -04:00
f68205a341
refactor: Remove pointless assert 2026-04-28 09:16:56 -04:00
9899632b8b
chore: Clippy fixes 2026-04-28 09:16:56 -04:00
a0524a9566
refactor: Fix errors in api/client/directory.rs, again 2026-04-28 09:16:56 -04:00
e70004c98f
chore: Clippy fixes 2026-04-28 09:16:56 -04:00
e185f56f3a
refactor: Fix errors in admin/processor.rs 2026-04-28 09:16:56 -04:00
5058b7979a
refactor: Fix errors in admin/user/ 2026-04-28 09:16:56 -04:00
7f06a61242
refactor: Fix errors in admin/room/ 2026-04-28 09:16:56 -04:00
54fefb421b
refactor: Fix errors in admin/query/ 2026-04-28 09:16:56 -04:00
9d39321deb
refactor: Fix errors in admin/media/commands.rs 2026-04-28 09:16:56 -04:00
c64a4a71bc
refactor: Resolve errors in admin/federation/commands.rs 2026-04-28 09:16:56 -04:00
385b4b10d1
refactor: Fix errors in admin/debug/commands.rs 2026-04-28 09:16:56 -04:00
c12dd20431
refactor: Fix errors in admin/check/commands.rs 2026-04-28 09:16:56 -04:00
3ad7c3b30d
refactor: Fix remaining errors in api/ (and temporarily switch to a fork of ruma) 2026-04-28 09:16:56 -04:00
7a58074a0d
refactor: Fix errors in web/ 2026-04-28 09:16:56 -04:00
0c7abd792d
refactor: Fix errors in api/router/ 2026-04-28 09:16:56 -04:00
0f64e6b49c
refactor: Fix errors in api/server/well_known.rs 2026-04-28 09:16:56 -04:00
e7a1c71a25
refactor: Fix errors in api/server/version.rs 2026-04-28 09:16:56 -04:00
cd3b97ea26
refactor: Fix errors in api/server/user.rs 2026-04-28 09:16:56 -04:00
845b731f8c
refactor: Fix errors in api/server/state.rs 2026-04-28 09:16:56 -04:00
97d2388717
refactor: Fix errors in api/server/state_ids.rs 2026-04-28 09:16:56 -04:00
962a4aedc6
refactor: Fix errors in api/server/send.rs 2026-04-28 09:16:56 -04:00
0eee63f7a1
refactor: Fix errors in api/server/send_leave.rs 2026-04-28 09:16:52 -04:00
eba38c2fa0
refactor: Fix errors in api/server/send_knock.rs 2026-04-28 09:16:52 -04:00
338cdc2a75
refactor: Fix errors in api/server/send_join.rs 2026-04-28 09:16:52 -04:00
2dacb8e071
refactor: Fix errors in api/server/query.rs 2026-04-28 09:16:52 -04:00
398f73b690
refactor: Fix errors in api/server/publicrooms.rs 2026-04-28 09:16:52 -04:00
78d9c29a05
refactor: Fix errors in api/server/media.rs 2026-04-28 09:16:52 -04:00
0406f755c2
refactor: Fix errors in api/server/make_leave.rs 2026-04-28 09:16:52 -04:00
1827888f09
refactor: Fix errors in api/server/make_knock.rs 2026-04-28 09:16:52 -04:00
8871b1f74b
refactor: Fix most errors in api/server/make_join.rs 2026-04-28 09:16:52 -04:00
c7489fd008
refactor: Fix errors in api/server/key.rs 2026-04-28 09:16:52 -04:00
7f5f4df64e
refactor: Fix errors in api/server/invite.rs 2026-04-28 09:16:52 -04:00
15d87c00bf
refactor: Fix errors in api/server/get_missing_events.rs 2026-04-28 09:16:52 -04:00
7cae42634e
refactor: Fix errors in api/server/event.rs 2026-04-28 09:16:52 -04:00
bd94ec4033
refactor: Fix errors in api/server/event_auth.rs 2026-04-28 09:16:52 -04:00
db7d378a2e
refactor: Fix errors in api/server/backfill.rs 2026-04-28 09:16:52 -04:00
39b2e461be
refactor: Fix remaining errors in api/cient/message.rs 2026-04-28 09:16:52 -04:00
ca358438ee
refactor: Fix mystery weirdness in api/client/sync/v3/mod.rs 2026-04-28 09:16:52 -04:00
4282d60181
refactor: Fix errors in api/client/well_known.rs 2026-04-28 09:16:52 -04:00
10dbea72e8
refactor: Fix errors in api/client/voip.rs 2026-04-28 09:16:52 -04:00
aa7c2ea1ad
refactor: Fix errors in api/client/user_directory.rs 2026-04-28 09:16:52 -04:00
698d959407
refactor: Fix errors in api/client/unversioned.rs 2026-04-28 09:16:52 -04:00
4c831c3531
refactor: Fix errors in api/client/typing.rs 2026-04-28 09:16:52 -04:00
4dfdce303f
refactor: Fix errors in api/client/to_device.rs 2026-04-28 09:16:52 -04:00
8d8c310a64
refactor: Fix errors in api/client/threads.rs 2026-04-28 09:16:52 -04:00
e50e24e22d
refactor: Fix errors in api/client/thirdparty.rs 2026-04-28 09:16:52 -04:00
a215b63077
refactor: Fix errors in api/client/tag.rs 2026-04-28 09:16:52 -04:00
1d39210a0c
refactor: Fix errors in api/client/state.rs 2026-04-28 09:16:52 -04:00
360e0dada8
refactor: Fix errors in api/client/session.rs 2026-04-28 09:16:52 -04:00
cbf24a9483
refactor: Fix errors in api/client/send.rs 2026-04-28 09:16:52 -04:00
6cb3f909c9
refactor: Fix errors in api/client/search.rs 2026-04-28 09:16:52 -04:00
b7c9ef89f0
refactor: Fix errors in api/client/report.rs 2026-04-28 09:16:52 -04:00
64f7791ddb
refactor: Fix errors in api/client/relations.rs 2026-04-28 09:16:52 -04:00
836047b54e
refactor: Fix errors in api/client/redact.rs 2026-04-28 09:16:52 -04:00
256f8f679d
refactor: Fix errors in api/client/read_marker.rs 2026-04-28 09:16:52 -04:00
154cda35f3
refactor: Fix errors in api/client/push.rs 2026-04-28 09:16:52 -04:00
1bf6d2a117
refactor: Fix errors in api/client/profile.rs and api/client/unstable.rs 2026-04-28 09:16:52 -04:00
69d33931fa
refactor: Fix errors in api/client/presence.rs 2026-04-28 09:16:52 -04:00
83902a584b
refactor: Fix errors in api/client/openid.rs 2026-04-28 09:16:52 -04:00
bcff259875
refactor: Fix most errors in api/client/messages.rs 2026-04-28 09:16:52 -04:00
496ca80393
refactor: Fix errors in api/client/media.rs 2026-04-28 09:16:52 -04:00
34b992fc40
refactor: Fix errors in api/client/media_legacy.rs
Sent from my Steam Deck
2026-04-28 09:16:52 -04:00
1ea9330df8
refactor: Fix errors in api/client/keys.rs 2026-04-28 09:16:52 -04:00
267e1c5d65
refactor: Fix errors in api/client/directory.rs 2026-04-28 09:16:52 -04:00
36285e7784
refactor: Fix errors in api/client/device.rs 2026-04-28 09:16:52 -04:00
53ab20d1cd
refactor: Fix errors in api/client/dehydrated_device.rs 2026-04-28 09:16:52 -04:00
96adf034e6
refactor: Fix errors in api/client/context.rs 2026-04-28 09:16:51 -04:00
a75bf32a34
refactor: Fix errors in api/client/capabilities.rs 2026-04-28 09:16:51 -04:00
c89ecd7b63
refactor: Fix errors in api/client/backup.rs 2026-04-28 09:16:51 -04:00
7f30f8419b
refactor: Fix errors in api/client/appservice.rs 2026-04-28 09:16:51 -04:00
0a81f4d629
refactor: Fix errors in api/client/account_data.rs 2026-04-28 09:16:51 -04:00
4e456249ac
refactor: Fix errors in api/client/sync 2026-04-28 09:16:51 -04:00
01e403f05f
refactor: Resolve remaining errors in threepid.rs 2026-04-28 09:16:51 -04:00
a2f6141f4b
refactor: Fix errors in api/client/room/ 2026-04-28 09:16:51 -04:00
97a01a1500
refactor: Rename PduBuilder to PartialPdu 2026-04-28 09:16:51 -04:00
bf9c9716eb
refactor: Add function to state_accessor to get create event 2026-04-28 09:16:51 -04:00
471eb54c66
refactor: Consolidate hierarchy and summary logic in a new service 2026-04-28 09:16:51 -04:00
755006c66d
refactor: Fix errors in api/client/membership/ 2026-04-28 09:16:51 -04:00
ccd6072f2d
refactor: Fix (most) errors in api/client/account/ 2026-04-28 09:16:51 -04:00
24f7e1d658
chore: Clippy fixes 2026-04-28 09:16:51 -04:00
d62eeda130
refactor: Replace more uses of RoomVersionId with RoomVersionRules 2026-04-28 09:16:51 -04:00
3e1f97487f
fix: Resolve errors in recently added services 2026-04-28 09:16:51 -04:00
a4e64383b7
refactor: Ruma upstraming, bake a little more 2026-04-28 09:16:51 -04:00
204bc1367e
refactor: Ruma upstreaming, half-baked edition
Co-authored-by: Jade Ellis <jade@ellis.link>
2026-04-28 09:16:51 -04:00