conduit/src
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
..
client_server Use Arc for EventIds in PDUs 2021-12-16 13:55:24 +01:00
database Use Box to store UserID and DeviceID 2021-12-22 19:26:23 +01:00
appservice_server.rs Clean up (mostly automated with cargo clippy --fix) 2021-09-13 20:58:58 +02:00
database.rs Add database migration to remove stored passwords 2021-12-18 18:57:36 +01:00
error.rs Make Result alias usable with any error type 2021-10-13 12:25:58 +02:00
lib.rs Enable more lints and apply their suggestions 2021-10-13 10:24:39 +02:00
main.rs Initial implementation of /report, fixing #13 2021-10-18 04:51:11 +00:00
pdu.rs Use Arc for EventIds in PDUs 2021-12-16 13:55:24 +01:00
ruma_wrapper.rs Simplify identifier parsing code 2021-12-15 13:00:37 +01:00
server_server.rs Use Arc for EventIds in PDUs 2021-12-16 13:55:24 +01:00
utils.rs Enable more lints and apply their suggestions 2021-10-13 10:24:39 +02:00