|
b526eb0c12
|
Code cleanup
|
2024-02-22 12:44:02 +03:00 |
|
|
e8f0fcd819
|
Renamed DatabaseConnection into Pool
|
2024-02-03 16:23:39 +03:00 |
|
|
9f967e82d5
|
Switched from sea-orm to sqlx
|
2023-11-25 19:29:06 +03:00 |
|
|
2976d7f9f3
|
Added the check that accounts exist for /get_account and /delete
|
2023-08-08 15:09:13 +03:00 |
|
|
2199889127
|
Added MORE inlines
|
2023-08-07 13:38:46 +03:00 |
|
|
0139963459
|
Switched to inline buttons when getting the account name, finished decrypt and delete Callback commands
|
2023-07-29 15:21:40 +03:00 |
|
|
5c14a77f29
|
Now altering messages where possible
|
2023-07-29 10:19:22 +03:00 |
|
|
22c754a256
|
added get endpoint, updated state_management
|
2023-07-26 00:52:12 +03:00 |
|
|
010ac62a74
|
Added ask_name_handler
|
2023-07-16 22:54:01 +03:00 |
|
|
255f29bfad
|
Started simplifying code using macros
|
2023-07-16 22:34:11 +03:00 |
|
|
1225adefc2
|
Now forming MessageIds only from &Message to reduce the amount of moving this large type
|
2023-07-16 17:28:40 +03:00 |
|
|
c0fcb41575
|
Added a prelude to reduce the amount of imports
|
2023-06-29 17:33:26 +03:00 |
|
|
d62f18980a
|
Added messages about no accounts found for get_account and delete commands
|
2023-06-05 18:48:38 +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 |
|