ModernUO/Projects/UOContent/Network/Blocklist
Kamron Batman 6dcb59e00b
refactor: drop the deprecated allowlistFiles key from blocklist config
Blocklists have not been out long enough for anyone to have set
"allowlistFiles" in blocklist.json, so the compatibility shim was
protecting nobody. Removes the bound property, ManualAllowlist's
WarnOnDeprecatedKey, and the test pinning the null default.

The key now binds nowhere. JsonConfig ignores unknown keys, so a config
that still carries it loads fine and the setting is simply inert.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-13 21:27:11 -07:00
..
BlocklistConfiguration.cs refactor: drop the deprecated allowlistFiles key from blocklist config 2026-08-13 21:27:11 -07:00
BlocklistFile.cs feat(network): allowlist false-positive IPs, escalate on behavior (#2556) 2026-07-30 23:12:17 -07:00
BlocklistFilter.cs refactor: rename FileAllowlist to ManualAllowlist 2026-08-13 21:26:06 -07:00
BlocklistSnapshot.cs refactor: rename FileAllowlist to ManualAllowlist 2026-08-13 21:26:06 -07:00
PromotedGuard.cs fix: Removes unnecessary dictionary removal guards (#2565) 2026-08-08 11:50:01 -07:00