owncast/core/chat
Gabe Kangas d9509f5606
Chat updates (#92)
* Send PONG responses to PINGs

* Split out client IDs for viewer counts vs. websocket IDs

* WIP username change event

* Display username changes

* Revert commented out code

* Add support for building from the current branch

* Fix PONG

* Make username changes have a unique ID

* Add a version param to js to cachebust
2020-07-28 21:30:03 -07:00
..
chat.go Show chat by default. Closes #72. Show placeholder text that no registration is needed. Closes #73 2020-07-19 15:15:39 -07:00
client.go Chat updates (#92) 2020-07-28 21:30:03 -07:00
persistence.go Limit the backlog of chat messages to recent messages. For #47 2020-07-15 22:06:24 -07:00
server.go Chat updates (#92) 2020-07-28 21:30:03 -07:00