Commit graph

17 commits

Author SHA1 Message Date
d1767bc1b4 Record changes to stream list sooner
We used to wait until all work in the admission webhook was done to save
out the new list of streams as edited by the webhook. This produces two
issues:

1. It was possible to encounter a race condition if a second webhook
fired while the first was still processing the callout to Discord
2. If the webhook throttle engaged, `handle_notify()` would return
before saving the list out at all

Now we inspect the list, decide what we're going to do, save the new
list out, and then call the Discord webhook as appropriate.
2024-12-28 19:15:47 -08:00
e5c73cd534 Remove API readiness check from admission hook
We don't need API access anymore in the admission webhook.
2024-12-25 19:51:37 -08:00
a490fc5662 Rework admission webhook to not need sleep
There's a one-second sleep in the old hook, because the Oven API did not
always record the stream change quickly. Sometimes even that was not
enough. This attempts to work around that by managing the stream list
directly.
2024-12-25 19:48:13 -08:00
97e20ae0d0 Add status endpoint to recommended proxy bypass 2024-12-20 20:37:03 -08:00
b727e87eaf Add screenshot to README 2024-12-20 18:18:47 -08:00
70eb03568f Add Mako requirement, oops 2024-12-20 17:52:50 -08:00
8b8385afaf Add a bunch of config info to README 2024-12-20 17:47:01 -08:00
96904eca5c Add License
I'm using a modified version of the ISTSL. I will not take questions or
comments on this.
2024-12-20 17:31:43 -08:00
5a1e08c539 More README sprucing 2024-12-20 17:26:29 -08:00
dc281aa66f Fix typo in README 2024-12-20 17:21:13 -08:00
b83adfecbe More README clarifications
I wrote code better than docs...
2024-12-20 16:07:32 -08:00
8179023cb8 Clarify security scope in README 2024-12-20 15:51:13 -08:00
80dea5fd69 Add example OME Server.xml 2024-12-20 15:47:54 -08:00
170b74cd3e Add webhook requirement to README 2024-12-20 15:24:01 -08:00
1558fd2f77 Add security notes to README 2024-12-20 14:50:18 -08:00
c83acbdcfe Reinitialize repo to remove private data
10,000 hours mucking with `git filter-repo` and no reasonable use-case
found. On the plus side, anyone looking at this and curious what I nuked
isn't missing much. This lived in a monorepo up until about a week ago.
2024-12-20 14:45:49 -08:00
8c03023aac Initial commit 2024-12-20 22:44:39 +00:00