ModernUO/Projects/Server/Console
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
..
ConsoleInputHandler.cs fix(console): restore pump error logging; drop unused Stop; stop invalidating help cache on lookup 2026-07-15 23:32:06 -07:00
ConsoleInputPump.cs fix(console): restore pump error logging; drop unused Stop; stop invalidating help cache on lookup 2026-07-15 23:32:06 -07:00
HeadlessConsoleInputException.cs feat(console): add Core.Headless flag and guard the exit-pause prompt 2026-07-15 23:32:06 -07:00