You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
5 months ago
..
account_data fix: panic on launch 2 years ago
admin fix `cargo doc` lints 5 months ago
appservice fix: panic on launch 2 years ago
globals move resolver logic into the resolver 5 months ago
key_backups Bump ruma 2 years ago
media feat: WIP relationships and threads 1 year ago
pusher fix: e2ee over federation 12 months ago
rooms Merge branch 'send_push_to_invited_user' into 'next' 5 months ago
sending fix `cargo clippy` lints 5 months ago
transaction_ids fix: panic on launch 2 years ago
uiaa feat: registration tokens 11 months ago
users fix `cargo clippy` lints 5 months ago
mod.rs slightly better sliding sync 11 months ago
pdu.rs fix: threads get updated properly 11 months ago