tenebrous-dicebot/src
projectmoon 849a1b6a14
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
Remove most of Room DB API
2021-05-24 22:25:20 +00:00
..
basic Move some declaration-only modules to mod.rs files in folders. 2021-05-21 14:30:46 +00:00
bin Consider command execution secure when proper conditions are met. 2021-05-21 22:28:45 +00:00
bot Remove room state mgmt; let matrix SDK do it on-demand instead. 2021-05-24 21:45:51 +00:00
cofd Consider command execution secure when proper conditions are met. 2021-05-21 22:28:45 +00:00
commands Remove room state mgmt; let matrix SDK do it on-demand instead. 2021-05-24 21:45:51 +00:00
cthulhu Consider command execution secure when proper conditions are met. 2021-05-21 22:28:45 +00:00
db Remove most of Room DB API 2021-05-24 22:25:20 +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 Consider command execution secure when proper conditions are met. 2021-05-21 22:28:45 +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 Remove room state mgmt; let matrix SDK do it on-demand instead. 2021-05-24 21:45:51 +00:00
matrix.rs Add migration to remove room state management tables. 2021-05-24 22:10:41 +00:00
models.rs Tests for secure commands and user DB API. 2021-05-22 22:48:47 +00:00
state.rs Remove actix, move state to RwLock. Update dependencies. 2020-10-18 20:37:02 +00:00