tsuki/src/client_server
2022-02-03 13:12:55 +02:00
..
account.rs fix: signature mismatch on odd send_join servers 2022-02-02 13:25:31 +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 Fix rustc / clippy warnings 2022-01-20 00:10:39 +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 Fix rustc / clippy warnings 2022-01-20 00:10:39 +01:00
media.rs Do not copy mxc string unnecessarily in db.get_thumbnail() 2022-01-27 17:47:09 +01:00
membership.rs fix: signature mismatch on odd send_join servers 2022-02-02 13:25:31 +01:00
message.rs Fix rustc / clippy warnings 2022-01-20 00:10:39 +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 Fix rustc / clippy warnings 2022-01-20 00:10:39 +01: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 Refactor admin code to always defer command processing 2022-01-31 00:00:05 +02:00
room.rs fix: initial state deserialize->serialize error 2022-02-03 10:57:54 +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