|
1225adefc2
|
Now forming MessageIds only from &Message to reduce the amount of moving this large type
|
2023-07-16 17:28:40 +03:00 |
|
|
e25460a3d8
|
simplified Handler.previous into the chat id and message id
|
2023-07-16 00:37:41 +03:00 |
|
|
667f8b64fb
|
Moved handler.func.is_none check to the top
|
2023-07-15 00:07:59 +03:00 |
|
|
c0fcb41575
|
Added a prelude to reduce the amount of imports
|
2023-06-29 17:33:26 +03:00 |
|
|
580641bcf4
|
Improved master password validation
|
2023-06-28 00:08:51 +03:00 |
|
|
fff91dc498
|
Now fully trimming the text of the message in the state handlers
|
2023-06-23 13:25:41 +03:00 |
|
|
497e0ba5bf
|
Added checks if the account already exists in the database
|
2023-06-23 12:36:36 +03:00 |
|
|
be76b09427
|
Updated GetUsers to provide better inforamtion about invalid accounts to a user
|
2023-06-23 11:45:37 +03:00 |
|
|
f1228ed80f
|
Removed library crate for pass_manager
|
2023-06-23 11:38:54 +03:00 |
|
|
10601d49ad
|
Handler::func no longer requires a closure to be sync
|
2023-06-06 16:48:09 +03:00 |
|
|
9d0fa17a0e
|
Added GetNewMasterPass state and added restrictions on the master password
|
2023-06-04 20:41:10 +03:00 |
|
|
3b2633c880
|
Split up get_account_name into 2 states: get_new_name and get_existing_name
|
2023-06-04 18:46:59 +03:00 |
|
|
cda07b4d84
|
Sepparated the code out into 3 more library crates: cryptography, entity and pass_manager
|
2023-06-01 14:42:35 +03:00 |
|