|
4c298f2bee
|
Updated dependencies
|
2025-01-02 14:45:04 +03:00 |
|
|
e3f121e0d6
|
Switched to toml for locales
|
2024-08-18 03:30:11 +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 |
|
|
4121857854
|
Updated sqlx to 0.8
|
2024-07-23 21:58:39 +03:00 |
|
|
b035a240a3
|
Updated deps
|
2024-05-18 12:23:51 +03:00 |
|
|
5871943c01
|
Made cryptography and entity modules
Coupling was rising so it just makes sense
|
2024-05-05 18:38:21 +03:00 |
|
|
e8be611404
|
Switched to tracing for logging
|
2024-05-02 16:50:05 +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 |
|
|
c5855fced7
|
Added support for multiple languages
|
2024-04-16 16:02:48 +03:00 |
|
|
bc4b114ad7
|
Updated deps
|
2024-03-05 16:38:31 +03:00 |
|
|
a359364606
|
Removed utils mod, moved hexing the name to entity library
|
2024-02-03 16:31:19 +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 |
|
|
64e3210cc5
|
Fixed Cipher::decrypt and added tests for account encryption
|
2024-01-27 12:45:40 +03:00 |
|
|
9db3e8f7fe
|
Enabled lto for release mod
|
2024-05-18 12:59:45 +03:00 |
|
|
9f967e82d5
|
Switched from sea-orm to sqlx
|
2023-11-25 19:29:06 +03:00 |
|
|
bfd68194e6
|
More clippy fixes
|
2023-11-19 14:45:46 +03:00 |
|
|
f0116b3207
|
Updated itertools and other deps
|
2023-11-16 17:11:28 +03:00 |
|
|
3819f68b15
|
Switched from rustc-hash with ahash
|
2023-09-04 21:25:43 +03:00 |
|
|
6691ab12de
|
Updated deps and switched from dotenv to dotenvy
|
2023-08-11 15:08:40 +03:00 |
|
|
ab62e74cb7
|
Updated sea-orm
|
2023-08-03 23:11:28 +03:00 |
|
|
64a5435dc3
|
Added new callback types
|
2023-07-25 17:44:12 +03:00 |
|
|
e311e33c6d
|
Updated itertools and other deps, removed unnessesary versions from Cargo.toml
|
2023-07-15 00:12:18 +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 |
|
|
4075e04ccc
|
Removed rayon dependency
(I don't know how it got there)
|
2023-06-12 18:06:56 +03:00 |
|
|
d3a55ea702
|
Now using parking_lot's mutex in import and export
|
2023-06-11 15:32:49 +03:00 |
|
|
cc02d91c03
|
Added limits for the amount of workers for /export and /import and moved out async blocks out of them into sepparate functions
|
2023-06-09 18:05:45 +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 |
|
|
c40ffafd69
|
Improved readability of gen_password.rs by intoducing the bitflags
|
2023-05-31 18:15:38 +03:00 |
|
|
e5a0da9890
|
House keeping
|
2023-05-27 21:56:58 +03:00 |
|
|
072e030e32
|
Added gen password command
|
2023-05-07 18:07:48 +03:00 |
|
|
bc08ebed03
|
Made migration binary use tokio instead of async-std to reduce the amount of dependencies
|
2023-05-07 14:32:17 +03:00 |
|
|
71940762ff
|
Added NoUserInfo, NoMessageText and HandlerUsed error types to decrease the amount of unwraps
|
2023-05-06 20:20:33 +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 |
|
|
17e4f1892c
|
Added more paralization to allow better multi-user perfomace
|
2023-05-04 18:27:19 +03:00 |
|
|
e8fc43f9ad
|
Extended functionality
|
2023-04-27 16:25:23 +03:00 |
|
|
b92ce0b0fa
|
First prototype
|
2023-04-24 20:48:34 +03:00 |
|
|
c755de93b8
|
Initial commit
|
2023-04-23 20:54:16 +03:00 |
|