| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 4 days | Eliminate innerHTML manipulation | Osmium Sorcerer | |
| Construct DOM nodes directly instead of trying to sanitize every input string and dynamically updating HTML. Replace all uses of innerHTML with textContent, replaceChildren, and appendChild. This removes the need to use safeTags and replace newlines, but now requires preserving whitespace via CSS pre-wrap. Every OOC chat line is now placed into its own element instead of simply being appended to the log. This might be worse, and createTextNode is another alternative. | |||
| 2026-02-07 | Defer char.ini loading and use direct img src for char icons | David 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-09-28 | move extension fetch after ASS | stonedDiscord | |
| 2024-11-20 | Prettified Code! | stonedDiscord | |
| 2024-07-12 | deprecate fastloading FL | stonedDiscord | |
| 2024-03-07 | this is no longer the case | stonedDiscord | |
| 2023-09-08 | remove loading bar because wiso is a whining about load times | stonedDiscord | |
| 2022-09-08 | Add Sender support | Caleb | |
| 2022-08-30 | A buncha more | Caleb | |
