pokemon-showdown/server/chat-commands
Guangcong Luo d3df0b720b
Fix memory leak when hotpatching (#12174)
* Fix memory leak when hotpatching

* Remove Chat dependency from DexSearch

This was the original thing requiring importing Dex in Chat, which was
making hotpatching Chat all sorts of wonky.

See 14d13015af

* Use a global TeamValidator in dexsearch

This cleans up the final thing that was causing Chat hotpatches to also
pull in the entire `sim/` and `data/` trees.

(It's not actually used unless you're using dexsearch in single-process
mode, though.)

* Fix PM hotpatching
2026-07-15 00:58:04 -05:00
..
admin.ts Fix memory leak when hotpatching (#12174) 2026-07-15 00:58:04 -05:00
avatars.tsx Avatars: Update artist credit 2026-04-01 21:48:44 -04:00
core.ts Actually fix /exportinputlog's help text (#12167) 2026-07-10 16:13:00 -05:00
info.ts Overhaul tags and tag banning (#10941) 2026-06-23 23:20:45 -07:00
moderation.ts Moderation: Fix /offlineforcerename modlogging 2026-03-16 01:12:02 -05:00
room-settings.ts Use Chat.ErrorMessage instead of errorReply in more places (#11017) 2025-04-07 21:15:27 -06:00