Add user state table.
Expose web application to manage variables
Registering accounts with the bot is implemented, by giving it a password in an end to end encrypted direct message. Next comes some method of exposing the information of the bot to external…
Add user account system
76214bc790
Add an account deletion command.
921c4cd644
Update sqlx offline json for user query.
8c2a90e86b
Tests for secure commands and user DB API.
926dae57fb
Add check password command.
4557498ac6
Improved command logging, sensitive to secure commands.
Add user account system
Refactor command parsing to use TryFrom?
WIP: Add user account system
ca34841d86
Functional user account registration.
c1ec7366e4
Add user accounts, registration command, secure command valiation.
34ee2c6e5d
Consider command execution secure when proper conditions are met.
9de74d05a9
Add an is_secure attribute for commands.
Encrypted room support broken
Encrypted room support broken
After enough screwing around with state stores, SDK updates, and device IDs, it seems like the encrypted room support is working again. Could have been a bug in the SDK, or maybe I did not wipe out…