grapevine/src/api/client_server
Olivia Lee 5f9e85cb49
return an error when attempting to delete a nonexistent local alias
The spec doesn't spell out explicitly that the server should check this,
but it does list M_NOT_FOUND "room alias ... not found" as an example
error response.
2025-05-18 14:13:42 -07:00
..
sync sync/v3: factor out into separate functions 2024-12-11 17:38:49 +00:00
account.rs Update MSRV to 1.81.0 2024-09-08 09:54:08 -07:00
alias.rs return an error when attempting to delete a nonexistent local alias 2025-05-18 14:13:42 -07:00
backup.rs rename Ruma to Ar 2024-05-19 19:04:20 -07:00
capabilities.rs chore: deprecate support for unstable room versions 2024-08-12 06:18:28 +02:00
config.rs rename Ruma to Ar 2024-05-19 19:04:20 -07:00
context.rs Update MSRV to 1.81.0 2024-09-08 09:54:08 -07:00
device.rs enable assigning_clones lint 2024-05-26 19:47:00 -07:00
directory.rs largely stop using RoomCreateEventContent 2024-11-08 20:36:46 -08:00
filter.rs rename Ruma to Ar 2024-05-19 19:04:20 -07:00
keys.rs Update MSRV to 1.84.0 2025-02-18 17:06:08 +00:00
media.rs Use UInt instead of u32 for max request size 2025-02-18 16:48:47 +00:00
membership.rs generalize get_room_version 2024-11-08 18:38:16 -08:00
message.rs Update MSRV to 1.81.0 2024-09-08 09:54:08 -07:00
profile.rs Use TokenSet for roomid_mutex_state 2024-07-22 18:07:03 +00:00
push.rs upgrade to latest ruma 2024-11-08 17:26:44 -08:00
read_marker.rs Immediately trigger EDU sending after client read receipt 2025-03-30 16:48:06 -07:00
redact.rs Use TokenSet for roomid_mutex_state 2024-07-22 18:07:03 +00:00
relations.rs upgrade all cargo dependencies 2024-05-26 19:47:00 -07:00
report.rs rename Ruma to Ar 2024-05-19 19:04:20 -07:00
room.rs transfer local canonical aliases to new room on upgrade 2025-05-18 14:13:41 -07:00
search.rs Add PduId wrapper struct 2024-09-06 17:20:14 +00:00
session.rs Update MSRV to 1.84.0 2025-02-18 17:06:08 +00:00
space.rs rename Ruma to Ar 2024-05-19 19:04:20 -07:00
state.rs allow adding canonical aliases from remote servers 2025-01-23 09:20:10 -08:00
sync.rs sync: split into separate files 2024-12-11 17:38:49 +00:00
tag.rs rename Ruma to Ar 2024-05-19 19:04:20 -07:00
thirdparty.rs rename Ruma to Ar 2024-05-19 19:04:20 -07:00
threads.rs rename Ruma to Ar 2024-05-19 19:04:20 -07:00
to_device.rs Properly type stored EDUs 2024-09-06 17:20:14 +00:00
typing.rs upgrade all cargo dependencies 2024-05-26 19:47:00 -07:00
unversioned.rs client_server: use and provide authenticated media API 2024-09-01 09:42:45 +00:00
user_directory.rs Update MSRV to 1.84.0 2025-02-18 17:06:08 +00:00
voip.rs rename Ruma to Ar 2024-05-19 19:04:20 -07:00