ModernUO/Projects
Kamron Batman de3cfa35b1
feat(bans): Windows blocklist gate with demand-paged promotion
Enforce a millions-strong external IP blocklist in-app so the OS firewall
never has to hold it (Windows BFE can't). FileBlocklist loads a versioned
file into an immutable SortedRangeIndex snapshot off the game loop (yields to
world saves) and swaps it atomically; the accept path gates against it after
the manual-ban check and, once per suppression window (PromotedGuard),
promotes the hit to CrowdSec (scenario modernuo/blocklist) so the OS bouncer
kernel-drops repeat traffic. The bulk list is produced entirely out-of-process.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-23 20:38:04 -07:00
..
Application fix: Bumps dependencies. (#2531) 2026-07-14 15:17:55 -07:00
BuildTool fix: Bumps dependencies. (#2531) 2026-07-14 15:17:55 -07:00
Logger fix: Bumps dependencies. (#2531) 2026-07-14 15:17:55 -07:00
Server feat(bans): Windows blocklist gate with demand-paged promotion 2026-07-23 20:38:04 -07:00
Server.Tests feat(bans): Windows blocklist gate with demand-paged promotion 2026-07-23 20:38:04 -07:00
UOContent feat(bans): contribute-first ban channel with CrowdSec reporter 2026-07-23 20:37:42 -07:00
UOContent.Tests feat(bans): contribute-first ban channel with CrowdSec reporter 2026-07-23 20:37:42 -07:00