.. |
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
|
Basic list rooms command. Needs formatting.
|
2021-05-27 15:52:16 +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 |