| 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. | |||
| 4 days | Change image extension priority | Osmium Sorcerer | |
| Sometimes, WebP icons won't load despite extensions.json clearly defining it as the only extension used for all image data. I suspect there's a race condition between fetching extensions.json, parsing it into client, and checking what extension we should use to get character icons during loading. Sometimes it correctly loads images, sometimes it falls back and starts requesting PNG instead. I couldn't precisely identify where it happens and what's the root cause. As a workaround, this commit instead makes WebP the first-priority extension and a fallback. | |||
| 2025-09-03 | remove failed manifesto | stonedDiscord | |
| 2025-09-03 | also do bgs | stonedDiscord | |
| 2025-09-03 | also get backgrounds | stonedDiscord | |
| 2025-09-03 | emotions | stonedDiscord | |
| 2025-09-03 | logging | stonedDiscord | |
| 2025-09-03 | get list of extensions to try from host | stonedDiscord | |
| 2024-11-20 | Prettified Code! | stonedDiscord | |
| 2022-12-11 | store manifest in client | stonedDiscord | |
| 2022-12-11 | grab manifest file | stonedDiscord | |
| 2022-11-17 | not even gonna try, just do it | stonedDiscord | |
| 2022-11-17 | still have custom if request fails | stonedDiscord | |
| 2022-11-17 | add custom ini | stonedDiscord | |
| 2022-11-17 | custom is entry 0 | stonedDiscord | |
| 2022-09-09 | Pulled out everything I wanted | Caleb | |
