continuwuity/src/service
strawberry 61f813c187 admin command to get rooms a remote user is in, remove unnecessary dedupe+sort
imagine this SQL query but in conduwuit:

select * from users_in_public_rooms where user_id like '%user_id%';

Signed-off-by: strawberry <strawberry@puppygock.gay>
2024-05-03 01:52:29 -04:00
..
account_data make everything pub(crate) instead of pub 2024-04-26 02:03:40 -04:00
admin admin command to get rooms a remote user is in, remove unnecessary dedupe+sort 2024-05-03 01:52:29 -04:00
appservice delete all active requests for the appservice when we delete it 2024-04-26 02:03:40 -04:00
globals add optional support for tokio-console 2024-05-03 01:52:29 -04:00
key_backups make everything pub(crate) instead of pub 2024-04-26 02:03:40 -04:00
media remove some various unused functions and mark some possibly important ones *for now* 2024-04-26 02:03:40 -04:00
presence make everything pub(crate) instead of pub 2024-04-26 02:03:40 -04:00
pusher adjust appservice sending logging 2024-04-26 02:03:40 -04:00
rooms admin debug command to fetch a server's true destination 2024-05-03 01:52:29 -04:00
sending admin debug command to fetch a server's true destination 2024-05-03 01:52:29 -04:00
transaction_ids make everything pub(crate) instead of pub 2024-04-26 02:03:40 -04:00
uiaa make everything pub(crate) instead of pub 2024-04-26 02:03:40 -04:00
users remove some various unused functions and mark some possibly important ones *for now* 2024-04-26 02:03:40 -04:00
mod.rs add optional support for tokio-console 2024-05-03 01:52:29 -04:00
pdu.rs make everything pub(crate) instead of pub 2024-04-26 02:03:40 -04:00