ModernUO/Projects/Server/Events
Kamron Batman 9434743a35
docs: sweep comments to match what the code now does
Several comments still described an Argon2-only worker: the class summary,
the thread name, the log message, and the dev-docs entry. The worker runs
whichever protection an account stores.

Trimmed the rest to the fact a reader cannot recover from the code, and
dropped the narration around it.

Adds a sixth worker rule to the threading model, which is the one this branch
actually learned: everything a worker calls must itself be safe off-thread,
and a process-wide singleton is not automatically safe. HashAlgorithm carries
the running digest across HashCore/HashFinal, and Utility's RNG is a shared
System.Random and game state besides. Both were reasons the worker had been
narrowed to Argon2, and both were better fixed at the source.
2026-08-08 22:47:54 -07:00
..
AccountLoginEvent.cs docs: sweep comments to match what the code now does 2026-08-08 22:47:54 -07:00
AggressiveActionEvent.cs fix: Bumps deps. Updates copyrights (#2353) 2026-03-05 19:36:54 -08:00
EventSink.cs fix: Bumps deps. Updates copyrights (#2353) 2026-03-05 19:36:54 -08:00
MovementEvent.cs fix: Bumps deps. Updates copyrights (#2353) 2026-03-05 19:36:54 -08:00
ServerCrashedEvent.cs fix: Bumps deps. Updates copyrights (#2353) 2026-03-05 19:36:54 -08:00
SocketConnectionEvent.cs feat: Upgrades networking to use io_uring. (#2315) 2026-02-01 16:02:32 -08:00
SpeechEvent.cs fix: Bumps deps. Updates copyrights (#2353) 2026-03-05 19:36:54 -08:00