tenebrous-dicebot/src
projectmoon 8f5b6f0636
continuous-integration/drone/push Build is passing Details
Replace db query with simple in-memory check of if account already exists.
2021-05-26 21:04:53 +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 Replace db query with simple in-memory check of if account already exists. 2021-05-26 21:04:53 +00:00
cthulhu Do not automatically create accounts; use enum to show this instead. 2021-05-26 14:20:18 +00:00
db Separate registering and linking accounts. 2021-05-26 15:28:59 +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 Separate registering and linking accounts. 2021-05-26 15:28:59 +00:00
error.rs Separate registering and linking accounts. 2021-05-26 15:28:59 +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 Replace db query with simple in-memory check of if account already exists. 2021-05-26 21:04:53 +00:00
state.rs Remove actix, move state to RwLock. Update dependencies. 2020-10-18 20:37:02 +00:00