Matrix dice rolling bot with support for the Chronicles of Darkness 2E Storytelling System and Call of Cthulhu.
Go to file
projectmoon 2f60bbc643
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/pr Build is failing Details
Convert project to workspace with Tonic for gRPC.
This commit adds an RPC service to the dicebot, allowing external
applications to control it. The project was converted to a cargo
workspace to house the protobuf definitions in a common crate
(tenebrous-rpc), so that clients and servers can make use of these
protobuf definitions.
2021-06-01 15:43:18 +00:00
.github/workflows Disable docker image building on GitHub. 2020-11-06 09:02:59 +00:00
dicebot Convert project to workspace with Tonic for gRPC. 2021-06-01 15:43:18 +00:00
rpc Convert project to workspace with Tonic for gRPC. 2021-06-01 15:43:18 +00:00
.dockerignore New Dockerfile to work with glibc. 2020-08-27 19:49:21 +00:00
.drone.yml Update drone to 1.51 2021-04-20 21:39:08 +00:00
.env Initial SQLx implementation (variables). not yet wired up to bot. 2021-05-15 15:27:40 +00:00
.gitignore Replace application-level database connectivity. 2021-05-15 23:45:30 +00:00
Cargo.lock Convert project to workspace with Tonic for gRPC. 2021-06-01 15:43:18 +00:00
Cargo.toml Convert project to workspace with Tonic for gRPC. 2021-06-01 15:43:18 +00:00