continuwuity/src/client_server
2022-01-27 16:32:19 +01:00
..
account.rs Use Arc for EventIds in PDUs 2021-12-16 13:55:24 +01:00
alias.rs Clean up (mostly automated with cargo clippy --fix) 2021-09-13 20:58:58 +02:00
backup.rs Clean up (mostly automated with cargo clippy --fix) 2021-09-13 20:58:58 +02:00
capabilities.rs Upgrade Ruma 2021-12-15 13:00:37 +01:00
config.rs Reduce turbofish usage 2021-10-13 12:25:58 +02:00
context.rs feat: lazy loading 2022-01-13 22:38:50 +01:00
device.rs improvement: higher default pdu capacity 2022-01-13 22:44:27 +01:00
directory.rs Upgrade Ruma 2021-12-15 13:00:37 +01:00
filter.rs feat: partially support sync filters 2022-01-13 22:38:52 +01:00
keys.rs Upgrade Ruma 2021-12-23 17:40:42 +01:00
media.rs Reduce code duplication in media download route handlers 2022-01-27 16:32:19 +01:00
membership.rs feat: implement server ACLs 2022-01-17 14:35:38 +01:00
message.rs feat: implement server ACLs 2022-01-17 14:35:38 +01:00
mod.rs Initial implementation of /report, fixing #13 2021-10-18 04:51:11 +00:00
presence.rs Clean up (mostly automated with cargo clippy --fix) 2021-09-13 20:58:58 +02:00
profile.rs Upgrade Ruma 2021-10-13 10:16:45 +02:00
push.rs Revert rename of Ruma<_> parameters 2021-12-15 13:58:25 +01:00
read_marker.rs Clean up (mostly automated with cargo clippy --fix) 2021-09-13 20:58:58 +02:00
redact.rs Use Arc for EventIds in PDUs 2021-12-16 13:55:24 +01:00
report.rs Use int! macro instead of Int::from 2021-12-15 13:00:37 +01:00
room.rs Use Arc for EventIds in PDUs 2021-12-16 13:55:24 +01:00
search.rs Reduce turbofish usage 2021-10-13 12:25:58 +02:00
session.rs Upgrade Ruma 2021-10-13 10:16:45 +02:00
state.rs feat: implement server ACLs 2022-01-17 14:35:38 +01:00
sync.rs fix: less load when lazy loading 2022-01-17 23:24:27 +01:00
tag.rs Reduce turbofish usage 2021-10-13 12:25:58 +02:00
thirdparty.rs docs: documentation for every endpoint 2021-08-31 19:20:34 +02:00
to_device.rs feat: implement server ACLs 2022-01-17 14:35:38 +01:00
typing.rs Clean up (mostly automated with cargo clippy --fix) 2021-09-13 20:58:58 +02:00
unversioned.rs Restore compatibility with Rust 1.53 2022-01-13 12:06:20 +01:00
user_directory.rs docs: documentation for every endpoint 2021-08-31 19:20:34 +02:00
voip.rs Upgrade Ruma 2021-12-15 13:00:37 +01:00