.. |
basic
|
Move some declaration-only modules to mod.rs files in folders.
|
2021-05-21 14:30:46 +00:00 |
bin
|
Consider command execution secure when proper conditions are met.
|
2021-05-21 22:28:45 +00:00 |
bot
|
Remove room state mgmt; let matrix SDK do it on-demand instead.
|
2021-05-24 21:45:51 +00:00 |
cofd
|
Consider command execution secure when proper conditions are met.
|
2021-05-21 22:28:45 +00:00 |
commands
|
Tack state onto user accounts. Make password optional. Everybody is a user!
|
2021-05-25 15:06:50 +00:00 |
cthulhu
|
Consider command execution secure when proper conditions are met.
|
2021-05-21 22:28:45 +00:00 |
db
|
Tack state onto user accounts. Make password optional. Everybody is a user!
|
2021-05-25 15:06:50 +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
|
Consider command execution secure when proper conditions are met.
|
2021-05-21 22:28:45 +00:00 |
error.rs
|
Add an account deletion command.
|
2021-05-22 23:12:17 +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
|
Remove room state mgmt; let matrix SDK do it on-demand instead.
|
2021-05-24 21:45:51 +00:00 |
matrix.rs
|
Add migration to remove room state management tables.
|
2021-05-24 22:10:41 +00:00 |
models.rs
|
Tack state onto user accounts. Make password optional. Everybody is a user!
|
2021-05-25 15:06:50 +00:00 |
state.rs
|
Remove actix, move state to RwLock. Update dependencies.
|
2020-10-18 20:37:02 +00:00 |