|
0f2963b0cf
|
Updated dependencies
|
2025-04-09 19:39:02 +03:00 |
|
|
49e5bb3ddf
|
Updated dependencies
|
2025-03-31 19:02:52 +03:00 |
|
|
bc6ede32b9
|
Added search
|
2025-03-14 20:41:34 +03:00 |
|
|
777ad8e311
|
2024 edition
|
2025-02-21 16:40:42 +03:00 |
|
|
d064b8d571
|
Updated dependencies
|
2025-01-09 15:53:50 +03:00 |
|
|
e3f121e0d6
|
Switched to toml for locales
|
2024-08-18 03:30:11 +03:00 |
|
|
659965a744
|
Introduced GetUserExt
|
2024-08-17 18:35:50 +03:00 |
|
|
374a9d91c7
|
Switched to teloxide 0.13
|
2024-08-17 15:54:55 +03:00 |
|
|
14b858808d
|
Updated derive more to v1. Removed thiserror
|
2024-08-11 12:19:33 +03:00 |
|
|
5c789533e3
|
Updated to Rust 1.80 and changed to LazyLock
|
2024-07-25 17:45:36 +03:00 |
|
|
c8cc82c208
|
Removed unused CallbackCommand::Hide
|
2024-06-17 19:19:38 +03:00 |
|
|
25b02ba99a
|
Removed inlines
|
2024-05-13 13:58:56 +03:00 |
|
|
064ec22e51
|
Minor fixes
|
2024-05-12 17:03:40 +03:00 |
|
|
aa3c2ae313
|
Code cleanup
|
2024-05-11 17:25:15 +03:00 |
|
|
913d90f077
|
Moved dispatching into a sepparate module
|
2024-05-07 12:29:13 +03:00 |
|
|
5871943c01
|
Made cryptography and entity modules
Coupling was rising so it just makes sense
|
2024-05-05 18:38:21 +03:00 |
|
|
9af37f78b2
|
Locale bug fixing
|
2024-05-02 17:01:24 +03:00 |
|
|
e8be611404
|
Switched to tracing for logging
|
2024-05-02 16:50:05 +03:00 |
|
|
4ac34a73bb
|
Moved error handling to one function
|
2024-04-29 13:40:31 +03:00 |
|
|
ff1d5a039d
|
Updated altering accounts to handle errors
|
2024-04-26 18:22:35 +03:00 |
|
|
1b9fa77b13
|
Imporved logging and added debug information to get backtraces when errors are encountered
|
2024-04-23 18:19:35 +03:00 |
|
|
305b796d51
|
Added LocaleString type that can be converted to String to reduce the ammount of as_refs
|
2024-04-22 15:17:51 +03:00 |
|
|
84254778e8
|
Changed button order in account markup
|
2024-04-16 18:13:08 +03:00 |
|
|
e9eac89d09
|
Changed markup row width to 2
|
2024-04-16 18:06:11 +03:00 |
|
|
c5855fced7
|
Added support for multiple languages
|
2024-04-16 16:02:48 +03:00 |
|
|
aded63f9d5
|
fixed delete command
|
2024-03-07 17:30:49 +03:00 |
|
|
b526eb0c12
|
Code cleanup
|
2024-02-22 12:44:02 +03:00 |
|
|
8979cc5b25
|
Fixed error messages
|
2024-02-11 12:12:14 +03:00 |
|
|
40515c463a
|
Improved error handling in GetUser state handler
|
2024-02-10 19:28:16 +03:00 |
|
|
a359364606
|
Removed utils mod, moved hexing the name to entity library
|
2024-02-03 16:31:19 +03:00 |
|
|
e8f0fcd819
|
Renamed DatabaseConnection into Pool
|
2024-02-03 16:23:39 +03:00 |
|
|
bd10acb438
|
Code cleanup
Moved migrations/ into entity/
MessageIds now return errors except for API ones
|
2024-02-03 16:21:16 +03:00 |
|
|
9f967e82d5
|
Switched from sea-orm to sqlx
|
2023-11-25 19:29:06 +03:00 |
|
|
e4e33f52b1
|
Updated cryptography functions to be in-place
|
2023-11-19 15:54:01 +03:00 |
|
|
bfd68194e6
|
More clippy fixes
|
2023-11-19 14:45:46 +03:00 |
|
|
6ae745fcd4
|
Enabled clippy warnings and fixed them
|
2023-11-16 21:51:46 +03:00 |
|
|
3819f68b15
|
Switched from rustc-hash with ahash
|
2023-09-04 21:25:43 +03:00 |
|
|
072596a797
|
added a filter for messages without user information
|
2023-08-12 17:37:27 +03:00 |
|
|
df7a78a1c7
|
Removed a need for parse_mode to be copy
|
2023-08-12 16:29:03 +03:00 |
|
|
d52a34d10a
|
Split up TEXT constant into 2 lines
|
2023-08-12 13:08:02 +03:00 |
|
|
4fbb0d101e
|
Added a check for master password existance for callbacks
|
2023-08-11 16:00:35 +03:00 |
|
|
79fce0a58f
|
Renamed mod.rs files
|
2023-08-11 15:20:49 +03:00 |
|
|
06492bf31e
|
Updated delete callback handler to alter a message if /delete command was used
|
2023-08-11 15:15:35 +03:00 |
|
|
6691ab12de
|
Updated deps and switched from dotenv to dotenvy
|
2023-08-11 15:08:40 +03:00 |
|
|
2976d7f9f3
|
Added the check that accounts exist for /get_account and /delete
|
2023-08-08 15:09:13 +03:00 |
|
|
4b49d820fc
|
Unified the way we handle the case, where the name hash is invalid
|
2023-08-07 13:54:52 +03:00 |
|
|
2199889127
|
Added MORE inlines
|
2023-08-07 13:38:46 +03:00 |
|
|
857f268f1d
|
set_master_pass now asks for the master password twice
|
2023-08-07 13:22:47 +03:00 |
|
|
1cc486bdc5
|
changed the way we set the markup in alter_message
|
2023-08-07 01:21:15 +03:00 |
|
|
386f060a41
|
Implemented account altering
|
2023-08-04 00:23:02 +03:00 |
|