ModernUO/Projects/Server/Collections
Kamron Batman 4ec488f59b
refactor(network): collapse Firewall to a single-threaded persisted store
Merge the old Firewall engine, AdminFirewall (parsing/persistence), and the
runtime TTL sweep into one single-threaded store: no locks/version-counter,
main-thread TTL expiry, and persistence to Configuration/firewall.json (with a
one-time firewall.cfg migration). Lookups go through a shared, coalesced
SortedRangeIndex<T> (binary search); IP conversion/parse helpers are collected
in IPAddressUtility. Firewall keeps IFirewallEntry for admin/gump/persistence.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-23 20:37:19 -07:00
..
ArrayEnumerator.cs fix: Bumps deps. Updates copyrights (#2353) 2026-03-05 19:36:54 -08:00
CollectionHelpers.cs fix: Bumps deps. Updates copyrights (#2353) 2026-03-05 19:36:54 -08:00
CollectionThrowStrings.cs fix: Bumps deps. Updates copyrights (#2353) 2026-03-05 19:36:54 -08:00
HashHelpers.cs chore: Use var everywhere (#2294) 2025-12-27 16:47:28 -08:00
OrderedSet.cs fix: Bumps deps. Updates copyrights (#2353) 2026-03-05 19:36:54 -08:00
PooledRefList.cs feat: Adds Feature Flag System (#2328) 2026-02-07 12:02:57 -08:00
PooledRefQueue.cs chore: Use var everywhere (#2294) 2025-12-27 16:47:28 -08:00
SortedRangeIndex.cs refactor(network): collapse Firewall to a single-threaded persisted store 2026-07-23 20:37:19 -07:00
ValueLinkList.cs fix: Bumps deps. Updates copyrights (#2353) 2026-03-05 19:36:54 -08:00