.. |
basic
|
Update env_logger, rand, phf, itertools to newer semvers.
|
2021-02-09 21:56:13 +00:00 |
bin
|
Update env_logger, rand, phf, itertools to newer semvers.
|
2021-02-09 21:56:13 +00:00 |
bot
|
Switch to Duration::from_secs, because we don't need nanos.
|
2021-02-10 20:30:17 +00:00 |
cofd
|
Update env_logger, rand, phf, itertools to newer semvers.
|
2021-02-09 21:56:13 +00:00 |
commands
|
Rename CommandResult to ExecutionResult
|
2021-02-07 21:39:21 +00:00 |
cthulhu
|
Update env_logger, rand, phf, itertools to newer semvers.
|
2021-02-09 21:56:13 +00:00 |
db
|
Avoid key clone when deleting variables. Minor db code cleanup.
|
2021-02-07 21:16:58 +00:00 |
basic.rs
|
Move original dice rolling code into its own 'basic' module.
|
2020-11-04 20:46:25 +00:00 |
bot.rs
|
Reply with executed command as quote (single commands only).
|
2021-02-09 22:22:09 +00:00 |
cofd.rs
|
Move CofD dice rolling into dice.rs file under cofd/
|
2020-08-27 23:56:19 +00:00 |
commands.rs
|
Rename CommandResult to ExecutionResult
|
2021-02-07 21:39:21 +00:00 |
config.rs
|
Better public API for user variables, avoid allocations in Context.
|
2020-11-03 20:31:29 +00:00 |
context.rs
|
Upgrade to Matrix SDK latest (Store Rewrite) and Tokio 1.0
|
2021-01-30 12:54:47 +00:00 |
cthulhu.rs
|
Implement parsing of Cthulhu dice, only basic for now.
|
2020-10-31 20:51:17 +00:00 |
db.rs
|
Reuse device ID generated by matrix SDK after first login.
|
2021-02-07 14:21:28 +00:00 |
dice.rs
|
Slight refactor of calculate_dice_amount. Lazy error handling.
|
2021-02-02 22:02:43 +00:00 |
error.rs
|
Reuse device ID generated by matrix SDK after first login.
|
2021-02-07 14:21:28 +00:00 |
help.rs
|
Update help for new dice pool syntax.
|
2020-10-16 22:20:46 +00:00 |
lib.rs
|
Centralize record_room_information function.
|
2020-11-30 19:53:26 +00:00 |
logic.rs
|
Upgrade to Matrix SDK latest (Store Rewrite) and Tokio 1.0
|
2021-01-30 12:54:47 +00:00 |
matrix.rs
|
Get user list: replace format! with direct string conversion.
|
2021-02-10 20:25:42 +00:00 |
models.rs
|
Unit tests for inserting and loading room info from db.
|
2020-11-29 21:29:13 +00:00 |
parser.rs
|
Fix database error name. Improve dice number conversion error message.
|
2021-02-03 23:27:47 +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 |