tenebrous-dicebot/src
projectmoon a5dde18899 Update to the latest matrix SDK, and fix the Cargo.toml entry.
By using rev instead of branch, we were somehow stuck on a very old
version of the SDK. The dependency has now been switched to branch
instead of rev, and the SDK updates properly to latest master when
carg update is called.
2020-11-08 21:43:18 +00:00
..
basic Move original dice rolling code into its own 'basic' module. 2020-11-04 20:46:25 +00:00
bin Better public API for user variables, avoid allocations in Context. 2020-11-03 20:31:29 +00:00
cofd Move original dice rolling code into its own 'basic' module. 2020-11-04 20:46:25 +00:00
commands Execute commands even when surrounded by weird whitespace. 2020-11-05 23:03:22 +00:00
cthulhu Implement support for user variables in CoC dice rolling. 2020-11-04 20:33:30 +00:00
db Better public API for user variables, avoid allocations in Context. 2020-11-03 20:31:29 +00:00
basic.rs Move original dice rolling code into its own 'basic' module. 2020-11-04 20:46:25 +00:00
bot.rs Update to the latest matrix SDK, and fix the Cargo.toml entry. 2020-11-08 21:43:18 +00:00
cofd.rs Move CofD dice rolling into dice.rs file under cofd/ 2020-08-27 23:56:19 +00:00
commands.rs Execute commands even when surrounded by weird whitespace. 2020-11-05 23:03:22 +00:00
config.rs Better public API for user variables, avoid allocations in Context. 2020-11-03 20:31:29 +00:00
context.rs Better public API for user variables, avoid allocations in Context. 2020-11-03 20:31:29 +00:00
cthulhu.rs Implement parsing of Cthulhu dice, only basic for now. 2020-10-31 20:51:17 +00:00
db.rs Better public API for user variables, avoid allocations in Context. 2020-11-03 20:31:29 +00:00
dice.rs Move original dice rolling code into its own 'basic' module. 2020-11-04 20:46:25 +00:00
error.rs Implement support for user variables in CoC dice rolling. 2020-11-04 20:33:30 +00:00
help.rs Update help for new dice pool syntax. 2020-10-16 22:20:46 +00:00
lib.rs Move original dice rolling code into its own 'basic' module. 2020-11-04 20:46:25 +00:00
parser.rs Move original dice rolling code into its own 'basic' module. 2020-11-04 20:46:25 +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