conduit/src/service
Charles Hall fe86d28428
move resolver logic into the resolver
Honestly not sure why it wasn't done like this before. This code is much
less awkward to follow and more compartmentalized.

These changes were mainly motivated by a clippy lint triggering on the
original code, which then made me wonder if I could get rid of some of
the `Box`ing. Turns out I could, and this is the result of that.
2024-01-24 15:11:17 -08:00
..
account_data fix: panic on launch 2022-10-10 14:02:02 +02:00
admin fix cargo doc lints 2024-01-24 07:22:37 -08:00
appservice fix: panic on launch 2022-10-10 14:02:02 +02:00
globals move resolver logic into the resolver 2024-01-24 15:11:17 -08:00
key_backups Bump ruma 2022-10-10 14:02:04 +02:00
media feat: WIP relationships and threads 2023-06-25 19:40:33 +02:00
pusher fix: e2ee over federation 2023-07-16 16:50:03 +02:00
rooms Merge branch 'send_push_to_invited_user' into 'next' 2024-01-24 17:55:22 +00:00
sending fix cargo clippy lints 2024-01-24 07:22:37 -08:00
transaction_ids fix: panic on launch 2022-10-10 14:02:02 +02:00
uiaa feat: registration tokens 2023-08-09 18:27:30 +02:00
users fix cargo clippy lints 2024-01-24 07:22:37 -08:00
mod.rs slightly better sliding sync 2023-07-24 10:42:47 +02:00
pdu.rs fix: threads get updated properly 2023-07-31 16:18:23 +02:00