|
8307bee4cf
|
Updated delete_message.rs to send a message if the deletion fails and added a function to just get a handler to chain with the schema
|
2023-05-10 18:47:46 +03:00 |
|
|
3db99a3626
|
Added comments to the funtions
|
2023-05-09 20:27:58 +03:00 |
|
|
05c7f721ec
|
Added start command
|
2023-05-07 20:31:01 +03:00 |
|
|
00bbb7e960
|
Added cancel command to allow the user to know that they can use it
|
2023-05-07 20:11:52 +03:00 |
|
|
072e030e32
|
Added gen password command
|
2023-05-07 18:07:48 +03:00 |
|
|
2fb6fbe6a3
|
Added descriptions to the commands
|
2023-05-07 14:49:53 +03:00 |
|
|
8d68cb5b2b
|
Added an early master password check for the commands that rely on its existance
|
2023-05-07 14:24:58 +03:00 |
|
|
ab6e4d9233
|
Added Handler struct to hold the boxed next step handler and the previous message to be able to delete the previous message to allways delete it
|
2023-05-07 13:20:11 +03:00 |
|
|
c264623510
|
Added button for deleting the resulting message
|
2023-05-06 21:02:32 +03:00 |
|
|
fc76d7f65c
|
Added import command, created User struct to remove the usage of a json! macro
|
2023-05-05 21:29:58 +03:00 |
|
|
957bcfb952
|
Now checking that account exists before getting/deleting it, added export command
|
2023-05-05 16:45:56 +03:00 |
|
|
b5e003e1d7
|
Added delete_all command
|
2023-05-04 21:46:44 +03:00 |
|
|
a2fae8bb89
|
Added delete command and fixed memory deletion for /add_account
|
2023-05-04 21:35:31 +03:00 |
|
|
332356a95b
|
Created markups.rs
|
2023-05-04 21:15:41 +03:00 |
|
|
925df8a5e5
|
Moved command handlers below state handlers
|
2023-05-04 21:01:00 +03:00 |
|
|
89d3ea1bf7
|
Added message deletion
|
2023-05-04 20:51:36 +03:00 |
|
|
ecf74fb50f
|
First steps
|
2023-05-03 21:08:14 +03:00 |
|
|
3f8adb96f9
|
Added command to add master password
|
2023-04-27 17:40:49 +03:00 |
|
|
e8fc43f9ad
|
Extended functionality
|
2023-04-27 16:25:23 +03:00 |
|