aboutsummaryrefslogtreecommitdiff
path: root/webAO/packets/handlers/handleMS.ts
AgeCommit message (Collapse)Author
2026-02-07Defer char.ini loading and use direct img src for char iconsDavid Skoland
Instead of eagerly fetching char_icon (with HEAD requests per extension) and char.ini for every character on join, set img.src directly to char_icon.png and defer char.ini loading until actually needed (character selection via handlePV, or first IC message via handleMS). This eliminates thousands of HTTP requests on join for large character lists. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2025-06-22off by onestonedDiscord
fix #263
2024-11-20Prettified Code!stonedDiscord
2024-09-29HandleMS should only be in charge of parsing chat message.Caleb Mabry
2023-11-23Hide chatbox on blankpostsDavid Skoland
2023-11-23FormattingDavid Skoland
2023-09-20autoformat with eslintstonedDiscord
2023-04-10more robust argsstonedDiscord
2023-01-23detect blankpoststonedDiscord
2023-01-08do showname encoding differentstonedDiscord
2022-09-11Refactor getChatmsgCaleb
2022-09-11Typechecking changedCaleb
2022-09-09Migrated functionsCaleb
2022-08-25Removing unused importsCaleb
2022-08-25Remove handleMS and separate queryParserCaleb