owncast/core
John Regan 46ca5223f9
Chat wire protocol (#3125)
* core: remove file extension from emoji name

* web: transform emotes to labels when sending

* chat: replace br with line break

* core: implement emoji cache

* chat: send shortcodes for custom emoji

* chat: correct esling errors

* core: move emoji injection into dedicated function

* emoji: integrate emoji into markdown renderer, fix formatting

* chat protocol: correct golangci-lint findings

* chat field: specify that the contentEditable is an HTMLElement

* admin: mention that emoji should have unique names

* Prettified Code!

* regenerate pack-lock

* chat: correct the emphasis tag, provide fallback for other elements

---------

Co-authored-by: jprjr <jprjr@users.noreply.github.com>
2023-07-05 17:25:47 -07:00
..
chat Chat wire protocol (#3125) 2023-07-05 17:25:47 -07:00
data Chat wire protocol (#3125) 2023-07-05 17:25:47 -07:00
playlist Add support for IP-based bans (#1703) 2022-03-06 20:34:49 -08:00
rtmp Do not support stream key UI or any persisted stream keys when overridden via cli flag. Closes #2749 2023-02-27 17:08:52 -08:00
storageproviders Update segment cleanup to support object storage (#2876) 2023-05-31 11:10:04 -07:00
transcoder feat: simplify console logs 2023-06-05 08:44:14 -07:00
user Update to Go 1.20 + run better align (#2927) 2023-05-30 10:31:43 -07:00
webhooks feat(webhooks): add stream status to webhook (#2934) 2023-05-30 11:32:05 -07:00
core.go feat: simplify console logs 2023-06-05 08:44:14 -07:00
offlineState.go Fix "invalid cross-device link" error when running on a different filesystem (#1769) 2022-03-07 16:30:40 -08:00
stats.go Add support for active viewer details API. Closes #1477 (#1747) 2022-03-06 17:31:47 -08:00
status.go Expanded linting + fix warnings (#1396) 2021-09-12 00:18:15 -07:00
storage.go remove global variables from core/storageproviders (#1444) 2021-10-11 16:29:36 -07:00
streamState.go feat: simplify console logs 2023-06-05 08:44:14 -07:00