continuwuity/src/api/client_server
strawberry 61f49ecf0e rename forbidden_room_names to forbidden_alias_names
Signed-off-by: strawberry <strawberry@puppygock.gay>
2024-03-19 00:17:41 -04:00
..
account.rs fix: avoid panics when admin room is not available 2024-03-19 00:17:41 -04:00
alias.rs rename forbidden_room_names to forbidden_alias_names 2024-03-19 00:17:41 -04:00
backup.rs add rustfmt.toml, format entire codebase 2024-03-08 12:51:21 -05:00
capabilities.rs declare various missing server capabilities 2024-03-19 00:17:41 -04:00
config.rs add rustfmt.toml, format entire codebase 2024-03-08 12:51:21 -05:00
context.rs add rustfmt.toml, format entire codebase 2024-03-08 12:51:21 -05:00
device.rs resolve nightly performance assigning_clones lint 2024-03-08 12:51:21 -05:00
directory.rs add rustfmt.toml, format entire codebase 2024-03-08 12:51:21 -05:00
filter.rs add rustfmt.toml, format entire codebase 2024-03-08 12:51:21 -05:00
keys.rs refactor: use async-aware RwLocks and Mutexes where possible 2024-03-08 12:51:21 -05:00
media.rs track media uploads by user 2024-03-19 00:17:41 -04:00
membership.rs resolve some pedantic lints, reduce some allocations 2024-03-08 12:51:21 -05:00
message.rs refactor: use async-aware RwLocks and Mutexes where possible 2024-03-08 12:51:21 -05:00
mod.rs first of many small code documentation 2024-01-17 14:26:26 -05:00
presence.rs add rustfmt.toml, format entire codebase 2024-03-08 12:51:21 -05:00
profile.rs refactor: use async-aware RwLocks and Mutexes where possible 2024-03-08 12:51:21 -05:00
push.rs add rustfmt.toml, format entire codebase 2024-03-08 12:51:21 -05:00
read_marker.rs add flush suite to sending service; trigger on read receipts. 2024-03-19 00:17:41 -04:00
redact.rs refactor: use async-aware RwLocks and Mutexes where possible 2024-03-08 12:51:21 -05:00
relations.rs resolve some pedantic lints, reduce some allocations 2024-03-08 12:51:21 -05:00
report.rs add rustfmt.toml, format entire codebase 2024-03-08 12:51:21 -05:00
room.rs rename forbidden_room_names to forbidden_alias_names 2024-03-19 00:17:41 -04:00
search.rs add rustfmt.toml, format entire codebase 2024-03-08 12:51:21 -05:00
session.rs add rustfmt.toml, format entire codebase 2024-03-08 12:51:21 -05:00
space.rs feat(spaces): hierarchy over federation 2024-03-19 00:17:41 -04:00
state.rs slight wording updates 2024-03-19 00:17:41 -04:00
sync.rs drop sync requests to debug 2024-03-16 00:09:48 -04:00
tag.rs add rustfmt.toml, format entire codebase 2024-03-08 12:51:21 -05:00
thirdparty.rs add rustfmt.toml, format entire codebase 2024-03-08 12:51:21 -05:00
threads.rs add rustfmt.toml, format entire codebase 2024-03-08 12:51:21 -05:00
to_device.rs add rustfmt.toml, format entire codebase 2024-03-08 12:51:21 -05:00
typing.rs improvement: do not save typing edus in db 2024-03-08 12:51:21 -05:00
unversioned.rs add comment for future org.matrix.msc2285.stable 2024-03-19 00:17:41 -04:00
user_directory.rs dont leak users in room directory if sender is not allowed to see them 2024-03-16 00:09:48 -04:00
voip.rs add rustfmt.toml, format entire codebase 2024-03-08 12:51:21 -05:00