projectmoon
  • Joined on 2020-11-05
projectmoon pushed to sync-rocket-version at projectmoon/rocket_cors 2021-06-09 14:42:44 +00:00
a8b48f4a58 Update to latest rocket master
projectmoon pushed to sync-rocket-version at projectmoon/rocket_cors 2021-06-08 13:53:03 +00:00
a25ba22014 Use master instead of rev, because apparently that matters.
projectmoon pushed to sync-rocket-version at projectmoon/rocket_cors 2021-06-08 13:37:17 +00:00
9a282cdf79 Use latest rocket master
projectmoon pushed to master at projectmoon/service-trait-example 2021-06-04 21:53:52 +00:00
666fd9f4f5 Example demonstrating Service compilation error.
projectmoon created repository projectmoon/service-trait-example 2021-06-04 21:53:34 +00:00
projectmoon opened issue projectmoon/tenebrous-dicebot#85 2021-06-03 22:47:47 +00:00
Commands requiring a room should error in secure rooms with !room not set
projectmoon deleted branch tonic from projectmoon/tenebrous-dicebot 2021-06-02 21:10:13 +00:00
projectmoon merged pull request projectmoon/tenebrous-dicebot#84 2021-06-02 21:10:02 +00:00
Convert project to workspace with Tonic for gRPC.
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.