Nick

Results 24 comments of Nick

i've added to your list

I thought I had a TODO for this somewhere. But yes, ideally that stuff should be a template somewhere that's loaded once at the server start. Maybe a global, read-only,...

This just occurred to me, but the templates cannot just be loaded into the server. They need to be sent to the wasm client, as that's what actually calls `.HTML()`...

Yea, on server start. I think I'd like to handle it similarly to how emotes are loaded. Once on server start, but they can be refreshed by an admin with...

Appending the PIN to the URL has been added with e051cade7865717466afe577298d9e9dd00ce728. All that's left for this issue is the request/grant workflow. I'm not entirely sure if I still want to...

Apparently Apache doesn't have out-of-the-box support for websockets. According to [this](https://stackoverflow.com/a/51770475) post you need the `proxy` and `proxy_wstunnel` modules installed and enabled. I don't run Apache myself, so I can't...

At the very least, I'd like an API endpoint to return the current movie title (set by the `/playing` command). Authentication should also probably be a thing, but configurable (open/no-auth...

Nah, that should be pretty straight forward. A bunch of (hidden) messages are already sent to the client during the join process. Sending the scrollback would just happen after all...

I was playing around with expanding the code that you had already written for this to include `http.Server.Shutdown()`. I'm not sure it's strictly needed, but it might be a good...

Pushed the new branch: e879112b