tenebrous-dicebot/src
projectmoon cf9ce63892
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
Replace application-level database connectivity.
- Some database methods not yet implemented.
 - Unit tests create temp files that are not cleaned up (but they should be).
2021-05-15 23:45:30 +00:00
..
basic Relicense to AGPL, change project name. 2021-05-14 22:07:16 +00:00
bin Replace application-level database connectivity. 2021-05-15 23:45:30 +00:00
bot Replace application-level database connectivity. 2021-05-15 23:45:30 +00:00
cofd Replace application-level database connectivity. 2021-05-15 23:45:30 +00:00
commands Replace application-level database connectivity. 2021-05-15 23:45:30 +00:00
cthulhu Replace application-level database connectivity. 2021-05-15 23:45:30 +00:00
db Replace application-level database connectivity. 2021-05-15 23:45:30 +00:00
migrator/migrations Initial SQLx implementation (variables). not yet wired up to bot. 2021-05-15 15:27:40 +00:00
basic.rs Move original dice rolling code into its own 'basic' module. 2020-11-04 20:46:25 +00:00
bot.rs Replace application-level database connectivity. 2021-05-15 23:45:30 +00:00
cofd.rs Move CofD dice rolling into dice.rs file under cofd/ 2020-08-27 23:56:19 +00:00
commands.rs Replace application-level database connectivity. 2021-05-15 23:45:30 +00:00
config.rs Better public API for user variables, avoid allocations in Context. 2020-11-03 20:31:29 +00:00
context.rs Replace application-level database connectivity. 2021-05-15 23:45:30 +00:00
cthulhu.rs Implement parsing of Cthulhu dice, only basic for now. 2020-10-31 20:51:17 +00:00
db.rs Initial SQLx implementation (variables). not yet wired up to bot. 2021-05-15 15:27:40 +00:00
dice.rs Replace application-level database connectivity. 2021-05-15 23:45:30 +00:00
error.rs Replace application-level database connectivity. 2021-05-15 23:45:30 +00:00
help.rs Update help; add call of cthulhu. 2021-05-13 21:47:35 +00:00
lib.rs Initial SQLx implementation (variables). not yet wired up to bot. 2021-05-15 15:27:40 +00:00
logic.rs Replace application-level database connectivity. 2021-05-15 23:45:30 +00:00
matrix.rs Update dependencies. 2021-05-13 19:48:29 +00:00
migrate_cli.rs Initial SQLx implementation (variables). not yet wired up to bot. 2021-05-15 15:27:40 +00:00
migrator.rs Initial SQLx implementation (variables). not yet wired up to bot. 2021-05-15 15:27:40 +00:00
models.rs Unit tests for inserting and loading room info from db. 2020-11-29 21:29:13 +00:00
parser.rs Update variables on advancement rolls. 2021-05-13 21:16:41 +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