owncast/core
nebunez 80579c5e7e
implement custom welcome message (#820)
* implement custom welcome message

This change adds logic for handling custom welcome messages.

* trim welcome message string on POST

Instead of trimming the welcome message every time we are going to send to send
a welcome message, we just trim once when the message is posted from the admin.
2021-03-21 17:10:56 -04:00
..
chat implement custom welcome message (#820) 2021-03-21 17:10:56 -04:00
data implement custom welcome message (#820) 2021-03-21 17:10:56 -04:00
playlist Fix godoc style comments (#356) 2020-11-12 15:14:59 -08:00
rtmp 0.0.6 -> Master (#731) 2021-02-18 23:05:52 -08:00
storageproviders 0.0.6 -> Master (#731) 2021-02-18 23:05:52 -08:00
transcoder 0.0.6 -> Master (#731) 2021-02-18 23:05:52 -08:00
webhooks 0.0.6 -> Master (#731) 2021-02-18 23:05:52 -08:00
chatListener.go Do not send user joined events to chat clients if stream is not active. Closes #750 2021-02-21 16:21:12 -08:00
core.go allocate yp at launch to allow for enabling it later 2021-03-04 01:48:10 -08:00
stats.go Optimize/fix concurrency for chat 2021-03-03 21:48:11 -08:00
status.go 0.0.6 -> Master (#731) 2021-02-18 23:05:52 -08:00
storage.go 0.0.6 -> Master (#731) 2021-02-18 23:05:52 -08:00
streamState.go No longer reset max viewer count at cleanup. Only do it at new stream start. Fixes #768 2021-02-26 22:15:46 -08:00