ModernUO/Projects/UOContent/Accounting
Kamron Batman dba3ec2db5
fix: Use built-in RNG (#1599)
### Summary

.NET 8 supports Xoroshiro 256** off the shelf and added Shuffle. Switching to that implementation.

### Developer Notes

* Removed many convenience methods that weren't used.
2023-11-17 17:45:18 -08:00
..
Security fix: Use built-in RNG (#1599) 2023-11-17 17:45:18 -08:00
AccessRestrictions.cs fix: Fixes structured logging (#1043) 2022-06-05 01:00:22 -07:00
Account.cs fix: Reverts GetAccount to use IAccount. Adds IAccount to serialization. (#1565) 2023-10-25 19:17:57 -07:00
Account.Migrations.cs fix: Reverts GetAccount to use IAccount. Adds IAccount to serialization. (#1565) 2023-10-25 19:17:57 -07:00
AccountAttackLimiter.cs fix: Replaces throttlers and packet callbacks with function pointers (#1063) 2022-06-15 12:48:43 -07:00
AccountComment.cs fix(core): Fixes accounts and moves it to codegen (#644) 2021-06-05 19:39:16 -07:00
AccountHandler.cs fix: Overhauls murder system (#1419) 2023-07-15 22:42:49 -07:00
Accounts.cs fix: Reverts GetAccount to use IAccount. Adds IAccount to serialization. (#1565) 2023-10-25 19:17:57 -07:00
AccountTag.cs fix(core): Fixes accounts and moves it to codegen (#644) 2021-06-05 19:39:16 -07:00
Firewall.cs feat: Updates to .NET 8. (#1542) 2023-11-14 17:08:09 -08:00
IPasswordProtection.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
IPLimiter.cs feat(spawners): Adds Respawn, EditSpawner, and SpawnProps commands (#532) 2021-02-28 22:49:52 -08:00