owncast/core
Jannik fae2c58259
Fix rtmp secret validation to allow / (#1069) (#1070)
* Fix rtmp secret validation to allow `/` (#1069)

* add negative test cases for stuff before /live/

* simplify since Url.Path is already stripping the host

This means that we can simplify the code and make it much clearer.
Removes the tests that checked for the host and stuff between the host and /live/.
2021-06-04 20:09:43 -07:00
..
chat Handle un-typed or un-parsable chat messages by throwing them away and not panicing. Closes #856 2021-03-25 19:20:05 -07:00
data Fix #981 Use -webserverip to set http listen address (#1032) 2021-05-24 16:13:49 -07:00
playlist
rtmp Fix rtmp secret validation to allow / (#1069) (#1070) 2021-06-04 20:09:43 -07:00
storageproviders fix: avoid duplicate cache-control header (#1048) 2021-05-23 13:35:05 -07:00
transcoder Fix tests 2021-05-23 14:27:35 -07:00
webhooks Add additional stream + server info to stream started webhook. Closes #971 2021-04-29 17:04:33 -07:00
chatListener.go Active viewer PING controller. Closes #790 (#990) 2021-05-20 20:29:01 -07:00
core.go Remove config file migrator (#1045) 2021-05-23 13:36:34 -07:00
stats.go Active viewer PING controller. Closes #790 (#990) 2021-05-20 20:29:01 -07:00
status.go Active viewer PING controller. Closes #790 (#990) 2021-05-20 20:29:01 -07: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