StNicolay
  • Joined on 2022-09-21
StNicolay pushed to master at StNicolay/pass_manager 2023-12-10 09:53:39 +00:00
822f2a6647 Enabled lto for release mod
StNicolay pushed to master at StNicolay/pass_manager 2023-11-25 16:40:21 +00:00
8ff85e3f58 Switched from sea-orm to sqlx
StNicolay pushed to master at StNicolay/pass_manager 2023-11-25 16:32:04 +00:00
83a4b384b4 Switched from sea-orm to sqlx
StNicolay pushed to master at StNicolay/pass_manager 2023-11-19 12:54:34 +00:00
4ad0fee779 Updated cryptography functions to be in-place
0a4a94610b More clippy fixes
Compare 2 commits »
StNicolay pushed to master at StNicolay/pass_manager 2023-11-16 19:14:12 +00:00
6285405a27 Enabled clippy warnings and fixed them
StNicolay pushed to master at StNicolay/pass_manager 2023-11-16 14:11:36 +00:00
596824678a Updated itertools and other deps
StNicolay pushed to master at StNicolay/pass_manager 2023-09-04 18:27:58 +00:00
95abdc7976 Switched from rustc-hash with ahash
StNicolay pushed to master at StNicolay/pass_manager 2023-08-12 14:39:02 +00:00
09e43db763 added a filter for messages without user information
b030d55342 Removed a need for parse_mode to be copy
Compare 2 commits »
StNicolay pushed to master at StNicolay/pass_manager 2023-08-12 10:08:09 +00:00
9b79411f48 Split up TEXT constant into 2 lines
StNicolay pushed to master at StNicolay/pass_manager 2023-08-11 14:45:30 +00:00
f32b25db4b Added a check for master password existance for callbacks
7ed4afba27 Renamed mod.rs files
be264403f2 Updated delete callback handler to alter a message if /delete command was used
219b1685a5 Updated deps and switched from dotenv to dotenvy
Compare 4 commits »
StNicolay pushed to master at StNicolay/pass_manager 2023-08-11 13:01:54 +00:00
af11feca47 Added a check for master password existance for callbacks
324f994de7 Renamed mod.rs files
0210d81b05 Updated delete callback handler to alter a message if /delete command was used
08985d0e0f Updated deps
Compare 4 commits »
StNicolay pushed to master at StNicolay/pass_manager 2023-08-08 12:41:31 +00:00
7486c83b40 Added README
b14eb4e87f Added the check that accounts exist for /get_account and /delete
Compare 2 commits »
StNicolay pushed to master at StNicolay/pass_manager 2023-08-07 10:56:03 +00:00
091d6cfc20 Unified the way we handle the case, where the name hash is invalid
afea3c7a97 Added MORE inlines
Compare 2 commits »
StNicolay pushed to master at StNicolay/pass_manager 2023-08-07 10:26:52 +00:00
9c7cd15425 set_master_pass now asks for the master password twice
46533d84d7 changed the way we set the markup in alter_message
d36188efbe Updated deps
Compare 3 commits »
StNicolay pushed to master at StNicolay/pass_manager 2023-08-06 14:18:30 +00:00
d3cfa3c50f Updated deps
9881310afa Implemented account altering
5a07d0b5e0 Updated sea-orm
6408d9d1d0 now answering callback queries
adf19c35b5 Added export handler macro
Compare 16 commits »
StNicolay pushed to menu at StNicolay/pass_manager 2023-08-06 14:17:53 +00:00
d3cfa3c50f Updated deps
StNicolay pushed to menu at StNicolay/pass_manager 2023-08-03 21:44:46 +00:00
9881310afa Implemented account altering
5a07d0b5e0 Updated sea-orm
6408d9d1d0 now answering callback queries
Compare 3 commits »
StNicolay pushed to menu at StNicolay/pass_manager 2023-07-29 13:07:58 +00:00
adf19c35b5 Added export handler macro
875c18a510 Moved the /menu up in the list of commands
2fed183146 Added a mention of /set_master_pass when it is not set
9ea0af9add added missing return
Compare 4 commits »
StNicolay pushed to menu at StNicolay/pass_manager 2023-07-29 12:39:44 +00:00
df7f52774d Changed get.rs and get_menu.rs to use MessageIds::alter_message func
8c72b7417f added inline attributes
Compare 2 commits »
StNicolay pushed to menu at StNicolay/pass_manager 2023-07-29 12:22:51 +00:00
7cd8100fdb Switched to inline buttons when getting the account name, finished decrypt and delete Callback commands