tsuki/src/api/client_server
2024-04-05 10:21:44 +01:00
..
account.rs fix: reject /register requests when there is no token and the type is appservice 2024-03-30 12:40:58 +00:00
alias.rs refactor(appservices): avoid cloning frequently 2024-03-22 20:53:27 +00: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 feat(membership): check if user already has the membership that is requested to be set 2024-04-05 10:21:44 +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 refactor: use async-aware RwLocks and Mutexes where possible 2024-03-05 14:23:59 +00: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 refactor: use async-aware RwLocks and Mutexes where possible 2024-03-05 14:23:59 +00: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 refactor: remove previous typing implementation and add sync wakeup for new one 2024-03-22 08:24:17 +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