tsuki/src/api/client_server
2024-04-24 20:54:07 +01:00
..
account.rs Merge branch 'registration-token-in-config' into 'next' 2024-04-24 18:09:47 +00:00
alias.rs fix: do not expect that all http requests are valid reqwest requests 2024-03-31 22:20:36 +01:00
backup.rs WIP: Upgrade Ruma 2022-12-16 11:57:32 +01:00
capabilities.rs WIP: Upgrade Ruma 2022-12-16 11:57:32 +01:00
config.rs Bump Ruma 2023-03-18 15:03:56 +01:00
context.rs feat: space hierarchies 2023-07-02 22:12:06 +02:00
device.rs WIP: Upgrade Ruma 2022-12-16 11:57:32 +01:00
directory.rs log room ID for invalid room topic event errors 2023-08-03 08:54:47 -10:00
filter.rs WIP: Upgrade Ruma 2022-12-16 11:57:32 +01:00
keys.rs refactor: use async-aware RwLocks and Mutexes where possible 2024-03-05 14:23:59 +00:00
media.rs update rust toolchain 2024-01-25 21:44:40 -08:00
membership.rs fix(membership): perform stricter checks when choosing an authorized user 2024-04-24 20:54:07 +01:00
message.rs refactor: use async-aware RwLocks and Mutexes where possible 2024-03-05 14:23:59 +00:00
mod.rs feat: space hierarchies 2023-07-02 22:12:06 +02:00
presence.rs don't panic on missing presence status for a user 2023-12-23 21:01:01 -08:00
profile.rs fix(membership): remove join_authorized_via_users_server field on state update 2024-04-03 22:46:47 +01:00
push.rs Always return an error if a push rule is not found 2023-03-18 15:03:57 +01:00
read_marker.rs feat: ask for backfill 2023-03-13 10:39:17 +01:00
redact.rs refactor: use async-aware RwLocks and Mutexes where possible 2024-03-05 14:23:59 +00:00
relations.rs fix cargo clippy lints 2024-01-24 07:22:37 -08:00
report.rs WIP: Upgrade Ruma 2022-12-16 11:57:32 +01:00
room.rs feat(pdu): copy top level redact to content and vice versa 2024-04-17 19:34:36 +02:00
search.rs feat: space hierarchies 2023-07-02 22:12:06 +02:00
session.rs fix: reject /register requests when there is no token and the type is appservice 2024-03-30 12:40:58 +00:00
space.rs feat: space hierarchies 2023-07-02 22:12:06 +02:00
state.rs refactor: use async-aware RwLocks and Mutexes where possible 2024-03-05 14:23:59 +00:00
sync.rs fix(sync): send phoney leave event where room state is unknown on invite rejection 2024-04-06 14:12:18 +01:00
tag.rs WIP: Upgrade Ruma 2022-12-16 11:57:32 +01:00
thirdparty.rs WIP: Upgrade Ruma 2022-12-16 11:57:32 +01:00
threads.rs feat: WIP relationships and threads 2023-06-25 19:40:33 +02:00
to_device.rs Bump Ruma 2023-03-18 15:03:56 +01:00
typing.rs refactor: remove previous typing implementation and add sync wakeup for new one 2024-03-22 08:24:17 +01:00
unversioned.rs declare 1.5 support 2024-01-16 13:52:56 -08:00
user_directory.rs improvement: use simpler rocksdb config 2024-03-21 15:04:40 +01:00
voip.rs update base64 to 0.21.2 2023-08-01 14:48:50 -10:00