pass_manager/src
2023-06-06 16:48:09 +03:00
..
callbacks No longer logging the error in the delete_message callback 2023-06-05 10:58:29 +03:00
commands Added messages about no accounts found for get_account and delete commands 2023-06-05 18:48:38 +03:00
state Handler::func no longer requires a closure to be sync 2023-06-06 16:48:09 +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
lib.rs Added GetNewMasterPass state and added restrictions on the master password 2023-06-04 20:41:10 +03:00
main.rs Sepparated the code out into 3 more library crates: cryptography, entity and pass_manager 2023-06-01 14:42:35 +03:00
markups.rs Sepparated the code out into 3 more library crates: cryptography, entity and pass_manager 2023-06-01 14:42:35 +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 DecryptedAccount::validate to use an all method of the iterators 2023-06-04 18:19:54 +03:00
utils.rs Sepparated the code out into 3 more library crates: cryptography, entity and pass_manager 2023-06-01 14:42:35 +03:00