projectmoon
  • Joined on 2020-11-05
projectmoon pushed to master at projectmoon/tenebrous-dicebot 2021-06-02 21:10:00 +00:00
764426382a Convert project to workspace with Tonic for gRPC. (#84)
projectmoon pushed to tonic at projectmoon/tenebrous-dicebot 2021-06-02 15:48:12 +00:00
5eff2b93c7 Add rustfmt for protobufs to drone test target.
projectmoon pushed to tonic at projectmoon/tenebrous-dicebot 2021-06-02 15:35:15 +00:00
fbd3d8c8ac Add rustfmt to builder image for protobufs
projectmoon pushed to tonic at projectmoon/tenebrous-dicebot 2021-06-02 15:20:04 +00:00
d2da664c8c Move license, readme, and dockerfile to new repo root.
projectmoon commented on pull request projectmoon/tenebrous-dicebot#84 2021-06-02 15:19:13 +00:00
Convert project to workspace with Tonic for gRPC.

In theory, Dockerfile should not currently need any changing, since cargo dumps everything into the root target/ directory. Once we start adding other parts (API server, UI), then we need to deal…

projectmoon pushed to tonic at projectmoon/tenebrous-dicebot 2021-06-02 15:17:58 +00:00
c28d5a5c21 Fix tests
projectmoon pushed to tonic at projectmoon/tenebrous-dicebot 2021-06-02 15:06:15 +00:00
0b47a5d099 Remove warnings
projectmoon pushed to tonic at projectmoon/tenebrous-dicebot 2021-06-02 14:58:11 +00:00
d8733258e8 Add shared secret key authorization to rpc.
projectmoon pushed to tonic at projectmoon/tenebrous-dicebot 2021-06-01 22:05:18 +00:00
74f2ef8898 Implement remaining rpc methods. Give rpc server access to matrix client.
d4a041129b Implement get variable
Compare 2 commits »
projectmoon commented on pull request projectmoon/tenebrous-dicebot#84 2021-06-01 15:45:14 +00:00
Convert project to workspace with Tonic for gRPC.

Todo list:

  • Deal with dockerfile. Either move to root, or adjust build.
  • Move license to repository root.
  • Actually implement the RPC service.
projectmoon created pull request projectmoon/tenebrous-dicebot#84 2021-06-01 15:44:20 +00:00
WIP: Convert project to workspace with Tonic for gRPC.
projectmoon pushed to tonic at projectmoon/tenebrous-dicebot 2021-06-01 15:43:28 +00:00
2f60bbc643 Convert project to workspace with Tonic for gRPC.
projectmoon pushed to master at projectmoon/tenebrous-dicebot 2021-05-30 22:53:59 +00:00
b4321721c4 Minor documentation update.
projectmoon pushed to master at projectmoon/tenebrous-dicebot 2021-05-30 22:49:33 +00:00
494d28486e Remove Box<dyn Command> conversion impls for map in macro.
projectmoon opened issue projectmoon/tenebrous-dicebot#83 2021-05-30 15:24:11 +00:00
Investigate RPC solutions
projectmoon opened issue projectmoon/tenebrous-dicebot#82 2021-05-30 15:19:38 +00:00
Create web UI application
projectmoon opened issue projectmoon/tenebrous-dicebot#81 2021-05-30 15:18:11 +00:00
Expose bot API over network
projectmoon closed issue projectmoon/tenebrous-dicebot#68 2021-05-30 15:15:42 +00:00
Add a command to switch active room
projectmoon closed issue projectmoon/tenebrous-dicebot#69 2021-05-30 15:15:42 +00:00
Utilize active room in DM commands
projectmoon closed issue projectmoon/tenebrous-dicebot#73 2021-05-30 15:15:42 +00:00
Add command to list rooms.