ModernUO/Projects/UOContent/Misc/CrowdSec
Kamron Batman 6249a20f15
feat(bans): contribute-first ban channel with CrowdSec reporter
Add a pluggable ban seam: BanChannel fans locally-decided bans out to
IBanReporter sinks (Report/Retract) and the accept path enforces locally.
CrowdSec is a write-only reporter living in UOContent (registered into the
Core seam via BanChannel.Register) — it batches decisions onto a bounded,
coalescing, drop-on-overflow queue and POSTs /v1/alerts with watcher creds,
retry/backoff, and a bounded flush-on-stop. CrowdSec never enforces in-app.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-23 20:37:42 -07:00
..
CrowdSecAlert.cs feat(bans): contribute-first ban channel with CrowdSec reporter 2026-07-23 20:37:42 -07:00
CrowdSecAlertClient.cs feat(bans): contribute-first ban channel with CrowdSec reporter 2026-07-23 20:37:42 -07:00
CrowdSecBans.cs feat(bans): contribute-first ban channel with CrowdSec reporter 2026-07-23 20:37:42 -07:00
CrowdSecConfiguration.cs feat(bans): contribute-first ban channel with CrowdSec reporter 2026-07-23 20:37:42 -07:00
CrowdSecReporter.cs feat(bans): contribute-first ban channel with CrowdSec reporter 2026-07-23 20:37:42 -07:00