Block a user
test(engine): enable Bevy system-order ambiguity detection in a headless test
Resolved as a ratchet (PR #145): first measurement found 302 ambiguous pairs in the headless gameplay cluster — far too many for one-pass triage, most likely benign but unproven. The schedule_chec…
funman300
deleted branch test/schedule-ambiguity from funman300/Ferrous-Solitaire
2026-07-07 03:22:31 +00:00
test(engine): ratchet on Bevy system-order ambiguities
funman300
created branch test/schedule-ambiguity in funman300/Ferrous-Solitaire
2026-07-07 03:22:29 +00:00
funman300
pushed to test/schedule-ambiguity at funman300/Ferrous-Solitaire
2026-07-07 03:22:29 +00:00
test(engine): ratchet on Bevy system-order ambiguities
fix(server): delete analytics_events rows on account deletion
Investigated before fixing: nothing in the workspace reads or writes analytics_events — no server route ingests it and the client ships events to the external Matomo instance (analytics.aleshym.co…
fix(server): delete analytics_events rows on account deletion
funman300
deleted branch fix/server-low-findings from funman300/Ferrous-Solitaire
2026-07-07 03:15:06 +00:00
fix(server): login timing pad, 409 on register race, avatar magic-byte check
fix(server): login timing oracle — verify a dummy hash for unknown usernames
fix(server): map unique-violation on register to 409 UsernameTaken
fix(server): sniff avatar magic bytes instead of trusting Content-Type
fix(server): login timing pad, 409 on register race, avatar magic-byte check
funman300
created branch fix/server-low-findings in funman300/Ferrous-Solitaire
2026-07-07 03:15:03 +00:00
funman300
pushed to fix/server-low-findings at funman300/Ferrous-Solitaire
2026-07-07 03:15:03 +00:00
test(engine): enable Bevy system-order ambiguity detection in a headless test
fix(server): login timing oracle — verify a dummy hash for unknown usernames