continuwuity/src/service
Jason Volk c42209c0b3 use Arc<[u64]> rather than Arc<HashSet<u64>> for auth_chain_cache value.
Signed-off-by: Jason Volk <jason@zemos.net>
2024-04-09 15:26:45 -04:00
..
account_data add rustfmt.toml, format entire codebase 2024-03-08 12:51:21 -05:00
admin remove comments, log channel errors 2024-04-09 15:26:45 -04:00
appservice fix: return error when trying to unregister unknown appservice id 2024-04-02 00:32:41 -04:00
globals config option to allow/disallow federation profile requests 2024-04-09 15:26:45 -04:00
key_backups use chain_width 60 2024-03-26 22:24:24 -04:00
media resolve wildcard_imports and checked_conversations lints 2024-04-05 22:15:16 -04:00
presence remove comments, log channel errors 2024-04-09 15:26:45 -04:00
pusher use chain_width 60 2024-03-26 22:24:24 -04:00
rooms use Arc<[u64]> rather than Arc<HashSet<u64>> for auth_chain_cache value. 2024-04-09 15:26:45 -04:00
sending remove comments, log channel errors 2024-04-09 15:26:45 -04:00
transaction_ids add rustfmt.toml, format entire codebase 2024-03-08 12:51:21 -05:00
uiaa replace ErrorKind::Forbidden with forbidden() non-exhaustive constructor 2024-04-05 22:15:16 -04:00
users resolve the last few relevant pedantic clippy lints 2024-03-30 22:06:18 -04:00
mod.rs use rocksdb caches for a few of the lru_caches 2024-04-09 15:26:45 -04:00
pdu.rs fix lossy origin regression 12a8c9badd 2024-04-09 15:26:45 -04:00