tenebrous-dicebot/src
projectmoon ae089f198a Encapsulate config with Arc. Further bot code cleanup.
Only expose config settings via methods on the Config struct. This
allows default value handling to live entirely inside the config code,
solves various borrowing issues with the "create default bot config
value" solution, and allows us to avoid cloning the bot config values.
The downside is that the config must now be in an Arc since its
ownership is shared in multiple places and the matrix SDK requires
thread-safe types (perhaps in the future we re-compose traits and use
Rc for config instead).

This commit also further cleans up and splits up the bot code for the
matrix connection, notably making the main message event handler
smaller by splitting out the "should we process the message" checks
into a separate function.
2020-10-03 20:31:42 +00:00
..
bin Encapsulate config with Arc. Further bot code cleanup. 2020-10-03 20:31:42 +00:00
cofd Rote die roll now respects dice pool success_on property. 2020-09-26 14:04:12 +00:00
commands Add more tests for handling weird input. 2020-09-01 08:17:59 +00:00
dice cargo fix and fmt 2020-04-21 00:09:43 -06:00
bot.rs Encapsulate config with Arc. Further bot code cleanup. 2020-10-03 20:31:42 +00:00
cofd.rs Move CofD dice rolling into dice.rs file under cofd/ 2020-08-27 23:56:19 +00:00
commands.rs Fix command parser returning non-commands/empty messages as errors. 2020-08-31 23:33:46 +00:00
config.rs Encapsulate config with Arc. Further bot code cleanup. 2020-10-03 20:31:42 +00:00
dice.rs cargo fix and fmt 2020-04-21 00:09:43 -06:00
error.rs Encapsulate config with Arc. Further bot code cleanup. 2020-10-03 20:31:42 +00:00
help.rs Implement basic, not-well-formatted help. 2020-08-30 21:54:01 +00:00
lib.rs Implement Actix for state, refactor bot code. 2020-10-03 14:08:57 +00:00
parser.rs Remove useless trim function and unnecessary uses of eat_whitespace. 2020-08-31 20:16:43 +00:00
roll.rs Implement Chronicles of Darkness dice system, improve error handling. 2020-08-23 21:24:04 +00:00
state.rs Encapsulate config with Arc. Further bot code cleanup. 2020-10-03 20:31:42 +00:00