tenebrous-dicebot/src/db/sqlite
projectmoon 5b3d174edc
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
Separate registering and linking accounts.
Can register an account with the bot to manage variables and stuff in
private room, and then separately "link" it with a password, which
makes it available to anything using the bot API (aka web app). Can
also unlink and unregister. Check command no longer validates
password. It just checks and reports your account status.
2021-05-26 15:28:59 +00:00
..
migrator Add ability to store user active room, with skeleton accounts. 2021-05-25 22:29:01 +00:00
mod.rs Functional user account registration. 2021-05-22 14:52:32 +00:00
rooms.rs Remove most of Room DB API 2021-05-24 22:25:20 +00:00
state.rs Remove remaining warnings. 2021-05-21 14:14:03 +00:00
users.rs Separate registering and linking accounts. 2021-05-26 15:28:59 +00:00
variables.rs Remove remaining warnings. 2021-05-21 14:14:03 +00:00