conduit/src/database
Moritz Bitsch c4a438460e Use Box to store UserID and DeviceID
Userid and DeviceID are of unknown size, use Box to be able to store
them into the userdevicesessionid_uiaarequest BTreeMap
2021-12-22 19:26:23 +01:00
..
abstraction Merge branch 'efficient-sqlite' into 'next' 2021-09-14 07:23:02 +00:00
rooms Simplify identifier parsing code 2021-12-15 13:00:37 +01:00
abstraction.rs Enable more lints and apply their suggestions 2021-10-13 10:24:39 +02:00
account_data.rs Clean up (mostly automated with cargo clippy --fix) 2021-09-13 20:58:58 +02:00
admin.rs Simplify identifier parsing code 2021-12-15 13:00:37 +01:00
appservice.rs improvement: make better use of sqlite connections 2021-08-03 10:24:14 +02:00
globals.rs Upgrade Ruma 2021-12-15 13:00:37 +01:00
key_backups.rs Simplify identifier parsing code 2021-12-15 13:00:37 +01:00
media.rs Clean up (mostly automated with cargo clippy --fix) 2021-09-13 20:58:58 +02:00
proxy.rs Make Result alias usable with any error type 2021-10-13 12:25:58 +02:00
pusher.rs Upgrade Ruma 2021-12-15 13:00:37 +01:00
rooms.rs Use Arc for EventIds in PDUs 2021-12-16 13:55:24 +01:00
sending.rs Simplify identifier parsing code 2021-12-15 13:00:37 +01:00
transaction_ids.rs Fix lots of clippy lints 2021-06-17 20:34:14 +02:00
uiaa.rs Use Box to store UserID and DeviceID 2021-12-22 19:26:23 +01:00
users.rs Simplify identifier parsing code 2021-12-15 13:00:37 +01:00