tenebrous-dicebot/src
projectmoon 53339282e0
continuous-integration/drone/push Build is passing Details
Actually set room when running SetRoomCommand (#79)
Also sort rooms in get_rooms_for_user for consistency.
Co-Authored-By: projectmoon <projectmoon@noreply.git.agnos.is>
Co-Committed-By: projectmoon <projectmoon@noreply.git.agnos.is>
2021-05-29 20:26:20 +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 Remove MIT notice from bot event handlers 2021-05-26 22:40:15 +00:00
cofd Do not automatically create accounts; use enum to show this instead. 2021-05-26 14:20:18 +00:00
commands Actually set room when running SetRoomCommand (#79) 2021-05-29 20:26:20 +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 Implement set room command; common code for list and set rooms. 2021-05-28 15:08:00 +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 Actually set room when running SetRoomCommand (#79) 2021-05-29 20:26:20 +00:00
matrix.rs Various improvements to bot responses. 2021-05-26 22:20:53 +00:00
models.rs Actually set room when running SetRoomCommand (#79) 2021-05-29 20:26:20 +00:00
state.rs Remove actix, move state to RwLock. Update dependencies. 2020-10-18 20:37:02 +00:00