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
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
3 years ago
..
client_server Use Arc for EventIds in PDUs 3 years ago
database Use Box to store UserID and DeviceID 3 years ago
appservice_server.rs Clean up (mostly automated with cargo clippy --fix) 3 years ago
database.rs Add database migration to remove stored passwords 3 years ago
error.rs Make Result alias usable with any error type 3 years ago
lib.rs Enable more lints and apply their suggestions 3 years ago
main.rs Initial implementation of /report, fixing #13 3 years ago
pdu.rs Use Arc for EventIds in PDUs 3 years ago
ruma_wrapper.rs Simplify identifier parsing code 3 years ago
server_server.rs Use Arc for EventIds in PDUs 3 years ago
utils.rs Enable more lints and apply their suggestions 3 years ago