Commit graph

11 commits

Author SHA1 Message Date
f2fe4438d1 send full URL on bot mention, not just public url. 2022-02-08 05:54:40 -05:00
a282f32c29 reduce intents to just GUILD_MESSAGES 2022-02-06 23:33:39 -05:00
9e057e8692 debian pls 2022-02-06 20:11:35 -05:00
3c49529fe3 rust needs way more than I realized 2022-02-06 20:08:09 -05:00
ce77046d86 cargo bin is named bot, not app 2022-02-06 19:36:28 -05:00
f5fb729ce7 port bot to rust, upgrade response, and cut away some of the tf cruft 2022-02-06 19:16:08 -05:00
3291f9aacc
big overhaul (#474)
* miniflare init

* feat(api): add tests

* chore: more tests, almost 100%

* add sessions/state spec

* add majority of routes and datapaths, start on interactions

* nevermind, no interactions

* nevermind x2, tweetnacl is bad but SubtleCrypto has what we need apparently

* simplify interactions verify

* add brute force interactions tests

* every primary path API route is refactored!

* automatically import from legacy, or die trying.

* check that we only fetch legacy once, ever

* remove old-src, same some historic pieces

* remove interactions & worker-utils package, update misc/types

* update some packages we don't need specific pinning for anymore

* update web references to API routes since they all changed

* fix all linting issues, upgrade most packages

* fix tests, divorce enzyme where-ever possible

* update web, fix integration issues

* pre-build api

* fix tests

* move api pretest to api package.json instead of CI

* remove interactions from terraform, fix deploy side configs

* update to tf 1.1.4

* prevent double writes to worker in GCS, port to newer GCP auth workflow

* fix api.tf var refs, upgrade node action

* change to curl-based script upload for worker script due to terraform provider limitations

* oh no, cloudflare freaked out :(
2022-01-31 20:35:22 -05:00
7a52653260 fix(bot): update discord.js to 13, ignore non-direct mentions 2022-01-22 18:49:10 -05:00
ccff2684ad chore: bump packages 2021-06-30 07:37:35 -04:00
3190d41a9e
feat(bot): add dockerfile for JS rewrite, fix some loose ends (#210) 2021-04-03 17:53:05 -04:00
Katie Macke
7ec603cf70
Rewrite the bot process in Node/Discord.js (#206)
* Rewrite the bot process in js using discord.js

* remove old go code
2021-03-31 15:35:07 -04:00