Changelog
2026-06-15
Updated libraries.
core-js needs approval i guess
Removed public directory.
Removed additional references to common.js.
Replaced Commitment with Promise.
Turn more things off so it actually runs on Firefox 10 ESR.
Cleaned up array utils.
Reduced globals from html.js.
Source the data sent in the auth packet from the env file.
Initial conversion to Webpack.
2026-06-14
Fixed client attempting to send requests to dead API endpoint.
Updated packages.
2026-04-01
Attempt to implement feature request 1470.
Updated packages.
2026-02-06
grogfix
2025-12-01
Added API server protocol selector for dev.
2025-11-03
Use new old API domain.
2025-10-27
Attempt to fix DMs.
Fixed URL to a file also being inserted into the text box (probably).
Fixed Command+ hotkeys being intercepted by the input box.
Updated libraries.
2025-10-22
Doubled the max nickname length limit.
2025-09-23
A hacky attempt at making sure there's only one websocket at a time.
Allow shift clicking the ping indicator to trigger a manual reconnect.
2025-09-22
Missed one oops!
Switched to using Cookie authentication.
Removed things that don't work.
Updated libraries.
Removed auth.js and switch to implicit cookie authentication.
2025-09-20
Added support for authenticating through the Cookie HTTP header.