new-years-eve
833216256b
feat: Add support for fallback keys
...
Fallback keys can be provided by client devices to be used in case the
supply of one-time keys run out. The server will store one fallback key
per user, per device, per algorithm. The server will keep track of
whether this fallback key has been used or not.
The /keys/claim endpoint now provides a fallback key
if no one-time key is found
The /keys/upload endpoint now accepts fallback keys
The /sync endpoint now informs the client of the algorithms for which it
has an unused fallback key in stock.
2026-05-04 20:05:26 +00:00
Ginger
52d1ed24a9
refactor: Remove LDAP support
2026-05-04 11:27:47 -04:00
Ginger
6f9b4a989e
fix: Update ctor macro arguments
2026-05-03 14:39:30 +00:00
Ginger
88b59eb053
fix: Include target user's membership when building stripped state
2026-05-01 13:15:55 -04:00
timedout
4a99de0d28
fix: Store incoming federated invite membership events correctly
...
Co-Authored-By: Ginger <ginger@gingershaped.computer >
Reviewed-By: Ginger <ginger@gingershaped.computer >
2026-05-01 14:49:27 +01:00
Ginger
e6cae5b8ed
fix: Fix membership check in kick handler
2026-04-29 12:45:15 -04:00
Ginger
049babc7ca
fix: Fix appservice authentication
2026-04-29 09:09:09 -04:00
Ginger
e34fd76dc0
fix: Re-add support for MSC4293
2026-04-28 09:16:57 -04:00
Ginger
a9a18fc5f0
fix: Re-add support for custom room IDs
2026-04-28 09:16:57 -04:00
Ginger
c1434c7935
refactor: Remove mystery initial state hack
2026-04-28 09:16:57 -04:00
Ginger
2e98ba3ed8
fix: Increase max length for report reasons
2026-04-28 09:16:57 -04:00
Ginger
551cf48642
fix: Add bounds checking for profile data
2026-04-28 09:16:57 -04:00
Ginger
d256a1c1fa
fix: Add bounds checking for profile data
2026-04-28 09:16:57 -04:00
Ginger
5578144da9
refactor: Clean up api/client/membership/kick.rs
2026-04-28 09:16:57 -04:00
Ginger
5309a064e8
refactor: Remove old project name in api/client/membership/
2026-04-28 09:16:57 -04:00
Ginger
56d35b4e39
refactor: Clean up api/client/membership.ban.rs
2026-04-28 09:16:57 -04:00
Ginger
7375d1cad4
fix: Check existing key equality when uploading new E2EE keys
2026-04-28 09:16:57 -04:00
Ginger
80baf948ae
refactor: Switch back to upstream Ruma
2026-04-28 09:16:57 -04:00
Ginger
a8a8e1ea51
chore: Clippy fixes
2026-04-28 09:16:57 -04:00
Ginger
02f69a7160
fix: FIx code that was causing rustc to panic somehow
2026-04-28 09:16:56 -04:00
Ginger
f68205a341
refactor: Remove pointless assert
2026-04-28 09:16:56 -04:00
Ginger
9899632b8b
chore: Clippy fixes
2026-04-28 09:16:56 -04:00
Ginger
a0524a9566
refactor: Fix errors in api/client/directory.rs, again
2026-04-28 09:16:56 -04:00
Ginger
e70004c98f
chore: Clippy fixes
2026-04-28 09:16:56 -04:00
Ginger
3ad7c3b30d
refactor: Fix remaining errors in api/ (and temporarily switch to a fork of ruma)
2026-04-28 09:16:56 -04:00
Ginger
0c7abd792d
refactor: Fix errors in api/router/
2026-04-28 09:16:56 -04:00
Ginger
0f64e6b49c
refactor: Fix errors in api/server/well_known.rs
2026-04-28 09:16:56 -04:00
Ginger
e7a1c71a25
refactor: Fix errors in api/server/version.rs
2026-04-28 09:16:56 -04:00
Ginger
cd3b97ea26
refactor: Fix errors in api/server/user.rs
2026-04-28 09:16:56 -04:00
Ginger
845b731f8c
refactor: Fix errors in api/server/state.rs
2026-04-28 09:16:56 -04:00
Ginger
97d2388717
refactor: Fix errors in api/server/state_ids.rs
2026-04-28 09:16:56 -04:00
Ginger
962a4aedc6
refactor: Fix errors in api/server/send.rs
2026-04-28 09:16:56 -04:00
Ginger
0eee63f7a1
refactor: Fix errors in api/server/send_leave.rs
2026-04-28 09:16:52 -04:00
Ginger
eba38c2fa0
refactor: Fix errors in api/server/send_knock.rs
2026-04-28 09:16:52 -04:00
Ginger
338cdc2a75
refactor: Fix errors in api/server/send_join.rs
2026-04-28 09:16:52 -04:00
Ginger
2dacb8e071
refactor: Fix errors in api/server/query.rs
2026-04-28 09:16:52 -04:00
Ginger
398f73b690
refactor: Fix errors in api/server/publicrooms.rs
2026-04-28 09:16:52 -04:00
Ginger
78d9c29a05
refactor: Fix errors in api/server/media.rs
2026-04-28 09:16:52 -04:00
Ginger
0406f755c2
refactor: Fix errors in api/server/make_leave.rs
2026-04-28 09:16:52 -04:00
Ginger
1827888f09
refactor: Fix errors in api/server/make_knock.rs
2026-04-28 09:16:52 -04:00
Ginger
8871b1f74b
refactor: Fix most errors in api/server/make_join.rs
2026-04-28 09:16:52 -04:00
Ginger
c7489fd008
refactor: Fix errors in api/server/key.rs
2026-04-28 09:16:52 -04:00
Ginger
7f5f4df64e
refactor: Fix errors in api/server/invite.rs
2026-04-28 09:16:52 -04:00
Ginger
15d87c00bf
refactor: Fix errors in api/server/get_missing_events.rs
2026-04-28 09:16:52 -04:00
Ginger
7cae42634e
refactor: Fix errors in api/server/event.rs
2026-04-28 09:16:52 -04:00
Ginger
bd94ec4033
refactor: Fix errors in api/server/event_auth.rs
2026-04-28 09:16:52 -04:00
Ginger
db7d378a2e
refactor: Fix errors in api/server/backfill.rs
2026-04-28 09:16:52 -04:00
Ginger
39b2e461be
refactor: Fix remaining errors in api/cient/message.rs
2026-04-28 09:16:52 -04:00
Ginger
ca358438ee
refactor: Fix mystery weirdness in api/client/sync/v3/mod.rs
2026-04-28 09:16:52 -04:00
Ginger
4282d60181
refactor: Fix errors in api/client/well_known.rs
2026-04-28 09:16:52 -04:00