tenebrous-dicebot/src/bin
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
..
dicebot-cmd.rs Do not automatically create accounts; use enum to show this instead. 2021-05-26 14:20:18 +00:00
dicebot.rs Move migrations to sqlite directory. Remove in-memory temp db until refinery supports sqlx. 2021-05-18 14:50:49 +00:00
dicebot_migrate.rs Move commands.rs to commands/mod.rs; move migrate_cli.rs. 2021-05-21 14:35:56 +00:00