ModernUO/Projects/UOContent.Tests/Tests
Kamron Batman 0ce2a62a76
fix: Use vectorized search for username-password validation. (#2152)
### Summary

Optimizes account validation:

```cs
| Method              | Mean       | Error     | StdDev    |
|-------------------- |-----------:|----------:|----------:|
| ForLoopUsernameSafe | 158.536 ns | 1.6247 ns | 1.5198 ns |
| SVUsernameSafe      |   2.859 ns | 0.0581 ns | 0.0796 ns |
```
2025-04-11 22:40:06 -07:00
..
Accounting fix: Use vectorized search for username-password validation. (#2152) 2025-04-11 22:40:06 -07:00
Engines feat: Splits Server in Core and Application (#1806) 2024-05-30 23:34:03 -07:00
Gumps fix: Fixes TCPServer accept async, makes Firewall/IP Limiter multithreaded (#2134) 2025-02-27 22:19:38 -08:00
Items fix: Hair and facial hair "teleporting" when mobile dies several times (#1901) 2024-08-07 20:10:23 -07:00
Multis fix: Fixes edge cases with on off items (#1832) 2024-06-10 18:11:35 -07:00
Network/Packets fix: Fixes buffs don't start/stop properly. Streamlines constructor and Add/Remove buffs. (#2082) 2025-01-24 18:20:23 -08:00
Skills fix: Updates SummonFamiliar & Tracking gumps to static (#2098) 2025-01-27 17:57:25 -08:00
Utilities fix: Fixes character starting cities. (#1615) 2023-11-25 23:31:54 -08:00