| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 12 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 | Catch rejected play() promises from browser autoplay policy | David Skoland | |
| Browsers reject .play() with a DOMException when the user hasn't interacted with the document yet. Add .catch(() => {}) to all 9 play() call sites to suppress the uncaught promise rejection. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> | |||
| 2024-12-13 | fix modcall newlines | stonedDiscord | |
| 2024-11-20 | Prettified Code! | stonedDiscord | |
| 2022-09-04 | Fix AO Host | Caleb | |
| 2022-08-30 | Several packets added | Caleb | |
