ModernUO/Projects
Kamron Batman 9cced198f9 fix(console): restore pump error logging; drop unused Stop; stop invalidating help cache on lookup
- ConsoleInputPump gains an optional ILogger so the reader-fault and
  command-dispatch catch blocks log warnings/errors again, matching the
  behavior the old ConsoleInputHandler had before the pump refactor.
- Remove ConsoleInputPump.Stop() — dead code, nothing calls it; the reader
  thread already terminates on EOF/Core.Closing/finally cleanup.
- GetInputCommand no longer clears the help-description cache on every
  lookup; RegisterCommand/UnregisterInputCommand still invalidate it
  correctly on the paths that actually change the command set.
2026-07-15 23:32:06 -07:00
..
Application fix: Bumps dependencies. (#2531) 2026-07-14 15:17:55 -07:00
BuildTool fix: Bumps dependencies. (#2531) 2026-07-14 15:17:55 -07:00
Logger fix: Bumps dependencies. (#2531) 2026-07-14 15:17:55 -07:00
Server fix(console): restore pump error logging; drop unused Stop; stop invalidating help cache on lookup 2026-07-15 23:32:06 -07:00
Server.Tests fix(console): make ConsoleInputPump cleanup unconditional; document single-caller contract 2026-07-15 23:32:06 -07:00
UOContent fix: Bumps dependencies. (#2531) 2026-07-14 15:17:55 -07:00
UOContent.Tests fix: Bumps dependencies. (#2531) 2026-07-14 15:17:55 -07:00