tenebrous-dicebot/src
projectmoon 49db0062a3
continuous-integration/drone/push Build is passing Details
Various improvements to bot responses.
- Do not display username pill with quoted HTML replies.
 - Do not attempt to create matrix.to link in plain text replies.
 - Move plain text formatting responsibility outside of matrix
   send_message function.
2021-05-26 22:20: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 Various improvements to bot responses. 2021-05-26 22:20:53 +00:00
cofd Do not automatically create accounts; use enum to show this instead. 2021-05-26 14:20:18 +00:00
commands Various improvements to bot responses. 2021-05-26 22:20: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 Various improvements to bot responses. 2021-05-26 22:20:53 +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