tenebrous-dicebot/src
projectmoon c290393ddf Centralize common parsing code.
Needed for further development of different systems that rely on these
kind of expressions, and lays groundwork for future changes.
2020-10-31 20:51:17 +00:00
..
bin Add db migration support, change variables schema. 2020-10-30 21:53:22 +00:00
cofd Centralize common parsing code. 2020-10-31 20:51:17 +00:00
commands Centralize common parsing code. 2020-10-31 20:51:17 +00:00
cthulhu Centralize common parsing code. 2020-10-31 20:51:17 +00:00
db Remove variable_count keys missed in manual data migration. 2020-10-30 22:44:19 +00:00
dice cargo fix and fmt 2020-04-21 00:09:43 -06:00
bot.rs Extract Ruma error messages from matrix SDK errors. 2020-10-31 20:51:17 +00:00
cofd.rs Move CofD dice rolling into dice.rs file under cofd/ 2020-08-27 23:56:19 +00:00
commands.rs Wire up regular cthulhu roll commmand (not yet parsed). 2020-10-31 20:51:17 +00:00
config.rs Remove variable_count keys missed in manual data migration. 2020-10-30 22:44:19 +00:00
context.rs Make context owned, in hopes of async 2020-10-18 20:37:02 +00:00
cthulhu.rs Basic implementation of CoC dice rolling. 2020-10-31 20:51:17 +00:00
db.rs Add string name to migrations 2020-10-30 21:53:22 +00:00
dice.rs cargo fix and fmt 2020-04-21 00:09:43 -06:00
error.rs Centralize common parsing code. 2020-10-31 20:51:17 +00:00
help.rs Update help for new dice pool syntax. 2020-10-16 22:20:46 +00:00
lib.rs Basic implementation of CoC dice rolling. 2020-10-31 20:51:17 +00:00
parser.rs Centralize common parsing code. 2020-10-31 20:51:17 +00:00
roll.rs Implement Chronicles of Darkness dice system, improve error handling. 2020-08-23 21:24:04 +00:00
state.rs Remove actix, move state to RwLock. Update dependencies. 2020-10-18 20:37:02 +00:00
variables.rs Centralize common parsing code. 2020-10-31 20:51:17 +00:00