pass_manager/src
2023-06-23 13:25:41 +03:00
..
callbacks No longer logging the error in the delete_message callback 2023-06-05 10:58:29 +03:00
commands Removed excesive validity checks 2023-06-23 12:36:55 +03:00
state Now fully trimming the text of the message in the state handlers 2023-06-23 13:25:41 +03:00
default.rs Sepparated the code out into 3 more library crates: cryptography, entity and pass_manager 2023-06-01 14:42:35 +03:00
errors.rs Updated generic handler to handle the lack of the text of the message 2023-05-15 18:14:21 +03:00
main.rs Removed library crate for pass_manager 2023-06-23 11:38:54 +03:00
markups.rs Updated account entity for better readability, now Account::get_names always orders by name 2023-06-12 17:55:21 +03:00
master_password_check.rs Updated master_password_check to use Arc<dyn Error> instead of a string representation of an error 2023-06-01 14:54:00 +03:00
models.rs Updated GetUsers to provide better inforamtion about invalid accounts to a user 2023-06-23 11:45:37 +03:00
utils.rs Updated GetUsers to provide better inforamtion about invalid accounts to a user 2023-06-23 11:45:37 +03:00