.. |
basic
|
Move original dice rolling code into its own 'basic' module.
|
2020-11-04 20:46:25 +00:00 |
bin
|
Add matrix client to context.
|
2020-11-22 20:52:44 +00:00 |
bot
|
Change record_users_in_room to record_room_information.
|
2020-11-29 14:02:40 +00:00 |
cofd
|
Add matrix client to context.
|
2020-11-22 20:52:44 +00:00 |
commands
|
Properly avoid allocation for our_username in resync command.
|
2020-11-23 19:54:20 +00:00 |
cthulhu
|
Add matrix client to context.
|
2020-11-22 20:52:44 +00:00 |
db
|
Avoid nested map when retrieving room info from db.
|
2020-11-29 16:55:23 +00:00 |
basic.rs
|
Move original dice rolling code into its own 'basic' module.
|
2020-11-04 20:46:25 +00:00 |
bot.rs
|
Add matrix client to context.
|
2020-11-22 20:52:44 +00:00 |
cofd.rs
|
Move CofD dice rolling into dice.rs file under cofd/
|
2020-08-27 23:56:19 +00:00 |
commands.rs
|
Implement resync command without filtering ourselves out.
|
2020-11-22 21:30:24 +00:00 |
config.rs
|
Better public API for user variables, avoid allocations in Context.
|
2020-11-03 20:31:29 +00:00 |
context.rs
|
Add matrix client to context.
|
2020-11-22 20:52:44 +00:00 |
cthulhu.rs
|
Implement parsing of Cthulhu dice, only basic for now.
|
2020-10-31 20:51:17 +00:00 |
db.rs
|
Keep seen events in database, don't process already-seen events.
|
2020-11-09 21:16:07 +00:00 |
dice.rs
|
Move original dice rolling code into its own 'basic' module.
|
2020-11-04 20:46:25 +00:00 |
error.rs
|
Implement support for user variables in CoC dice rolling.
|
2020-11-04 20:33:30 +00:00 |
help.rs
|
Update help for new dice pool syntax.
|
2020-10-16 22:20:46 +00:00 |
lib.rs
|
Implement resync command without filtering ourselves out.
|
2020-11-22 21:30:24 +00:00 |
matrix.rs
|
Implement resync command without filtering ourselves out.
|
2020-11-22 21:30:24 +00:00 |
models.rs
|
Functions for storing RoomInfo in db. Refactor bot joins room event.
|
2020-11-29 14:00:05 +00:00 |
parser.rs
|
Move original dice rolling code into its own 'basic' module.
|
2020-11-04 20:46:25 +00:00 |
state.rs
|
Remove actix, move state to RwLock. Update dependencies.
|
2020-10-18 20:37:02 +00:00 |
variables.rs
|
Centralize common parsing code.
|
2020-10-31 20:51:17 +00:00 |