Branches (7)

upstream (default)

d51ed18 Fix editorconfig

Stephen Paul Weber created

emit-resends-as-resends

6ed61f9 Emit ResendIn event when replaying inbound messages

Click to expand commit body
Add a ResendIn message event type that records the original stream ID
and bandwidth ID without duplicating body or media fields. The webhook
handler emits this event instead of a normal In event when the
X-JMP-Resend header is present.

Amolith created

incorporate-first-round-of-hotfixes

980b24a fix: make sure ARGV[0] is set for all tests

Phillip Davis created

resend-inbounds

34f259b Add resend-inbounds script for replaying messages from Redis

Amolith created

catch-errors-from-at-least-bandwidth

a0b76cc Adopt cmd error handling like sgx-jmp

Click to expand commit body
So it doesn't fall over on errors and we have to rely on a supervisor to
bring it back up a couple minutes after. This also adds Sentry error
reporting, only tested with the mock, not with actual GlitchTip.

Amolith created