tenebrous-dicebot/src/db/sqlite
projectmoon 495df13fe6
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
Do not automatically create accounts; use enum to show this instead.
Instead of automatically creating a user account entry for any user
executing a command, we use an Account enum which covers both
registered and "transient" unregistered users. If a user registers,
the context has the actual user instance available, with state and
everything. If a user is unregistered, then the account is considered
transient for the request, with only the username available.
2021-05-26 14:20:18 +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 Do not automatically create accounts; use enum to show this instead. 2021-05-26 14:20:18 +00:00
variables.rs Remove remaining warnings. 2021-05-21 14:14:03 +00:00