tenebrous-dicebot/src
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
..
basic Move some declaration-only modules to mod.rs files in folders. 2021-05-21 14:30:46 +00:00
bin Do not automatically create accounts; use enum to show this instead. 2021-05-26 14:20:18 +00:00
bot Do not automatically create accounts; use enum to show this instead. 2021-05-26 14:20:18 +00:00
cofd Do not automatically create accounts; use enum to show this instead. 2021-05-26 14:20:18 +00:00
commands Do not automatically create accounts; use enum to show this instead. 2021-05-26 14:20:18 +00:00
cthulhu Do not automatically create accounts; use enum to show this instead. 2021-05-26 14:20:18 +00:00
db Do not automatically create accounts; use enum to show this instead. 2021-05-26 14:20:18 +00:00
parser Consolidate dice and variable parsers under parser module. 2021-05-21 14:44:03 +00:00
config.rs Better public API for user variables, avoid allocations in Context. 2020-11-03 20:31:29 +00:00
context.rs Do not automatically create accounts; use enum to show this instead. 2021-05-26 14:20:18 +00:00
error.rs Add an account deletion command. 2021-05-22 23:12:17 +00:00
help.rs Update help; add call of cthulhu. 2021-05-13 21:47:35 +00:00
lib.rs Consolidate dice and variable parsers under parser module. 2021-05-21 14:44:03 +00:00
logic.rs Do not automatically create accounts; use enum to show this instead. 2021-05-26 14:20:18 +00:00
matrix.rs Add migration to remove room state management tables. 2021-05-24 22:10:41 +00:00
models.rs Do not automatically create accounts; use enum to show this instead. 2021-05-26 14:20:18 +00:00
state.rs Remove actix, move state to RwLock. Update dependencies. 2020-10-18 20:37:02 +00:00