Commit Graph

393 Commits

Author SHA1 Message Date
897b97a833
[shield] Add shield mode actor
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-02-04 14:22:35 +01:00
58f8cb7704
[editor] Add new moderator:read:followers scope and pin follow subscription version
refs https://discuss.dev.twitch.tv/t/follows-endpoints-and-eventsub-subscription-type-are-now-available-in-open-beta/43322

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-02-04 12:38:26 +01:00
b29688292d
[editor] Fix: When match_message is cleared, remove it completely
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-01-31 19:12:38 +01:00
5753bfc115
[template] Add recentTitle template function
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-01-29 00:53:58 +01:00
4886b90b62
prepare release v3.4.0 2023-01-27 22:24:56 +01:00
5b608b46e9
[editor] Add notification in case bot is missing default-scopes
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-01-20 12:36:43 +01:00
4477874330
[shoutout] Implement actor and slash-command for shoutout API
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-01-20 12:13:59 +01:00
b8c4cad7b4
prepare release v3.3.0 2023-01-07 14:07:32 +01:00
f870042195
[core] Fix: Remote-update cron broken as of missing field
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-01-01 16:29:27 +01:00
9ec1117490
[log] Add log-actor
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-01-01 14:42:23 +01:00
37a82002df
[template] Add doesFollow and doesFollowLongerThan functions
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-12-26 22:38:14 +01:00
63ea08a4cd
[templating] Add followAge function
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-12-26 21:22:37 +01:00
9106bcbe3f
[customevent] Add scheduled events to API handler
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-12-26 18:48:46 +01:00
bf3b800972
prepare release v3.2.1 2022-12-24 17:36:55 +01:00
48767c3494
[twitch] Fix: Pagination fetching broken for eventsub subscriptions
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-12-24 17:28:51 +01:00
facd2e7b91
[core] Add more debugging for eventsub subscriptions
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-12-24 17:13:13 +01:00
30c2246f25
prepare release v3.2.0 2022-12-22 18:49:55 +01:00
5d7a6f798e
[core] Add retries for eventsub-self-check
when placed behind slower LBs like nginx-ingress on k8s

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-12-22 03:22:32 +01:00
61a3facb64
[core] Add validation for rule UUIDs to be unique
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-12-18 14:48:57 +01:00
114c9e9039
[core] Add content-type detection for remote rule subscriptions
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-12-18 13:56:57 +01:00
f9716d6591
[vip/unvip] Implement actors and chat commands
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-12-05 19:20:30 +01:00
f0dfea1728
[twitch] Implement AddChannelVIP, RemoveChannelVIP
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-12-05 18:58:10 +01:00
29ce8820bf
[core] Allow plugins to evaluate whether permissions are available
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-12-05 18:57:41 +01:00
a06d8fa1cd
Add fine-grained permission control for extended channel permissions (#35) 2022-12-04 17:14:15 +01:00
4b9878fbf9
prepare release v3.1.0 2022-11-24 11:47:19 +01:00
33697c50ad
[core] Add Sentry / GlitchTip error reporting
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-11-05 02:59:47 +01:00
9d9be2ee3f
[ci] Fix stable branch update
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-11-02 23:10:08 +01:00
0a937a65d0
prepare release v3.0.0
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-11-02 22:54:52 +01:00
2c71f57d02
[core] Add config validation command
- Fix missing field validation for required fields
- Add validation of template fields
- Report all issues in configuration

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-10-31 17:47:06 +01:00
ae7879447e
[core] Update dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-10-31 15:51:28 +01:00
2936284318
[core] Fix: Allow 5s for rule updates
as 2s seems to be a little short for Github raw storage

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-10-31 15:51:28 +01:00
ffd6c9bd09
[customevent] Add scheduled custom events
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-10-31 15:51:28 +01:00
19f54d910d
[wiki] Update actor documentation
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-10-29 15:35:36 +02:00
c52ce80bdc
[core] Add outbound_raid event
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-10-29 15:35:36 +02:00
231704f8b3
[core] Configure logger for mysql driver
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-10-29 15:01:01 +02:00
064c7432ed
[core] Extend API and replace deprecated chat commands (#34) 2022-10-25 18:47:30 +02:00
1409a4bd34
[lint] Fix v2 import path not carrying version
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-10-23 15:06:45 +02:00
fb2ad178f0
[overlays] Add hide option to debug overlay
to filter events like `join` and `part` and not to get spammed

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-10-23 13:19:01 +02:00
00f88e17ce
[editor] Add all template functions to highlighter
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-10-23 02:31:19 +02:00
2dc0250800
[docs] Update migration guide
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-10-23 02:26:00 +02:00
aa1cd75c74
[docs] Update create statement for MySQL
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-10-23 01:29:16 +02:00
c0075db1f3
Breaking: Add support for multiple database backends (#32) 2022-10-23 00:08:02 +02:00
b589e4137d
[ci] Add automated Wiki publishing
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-10-07 20:06:26 +02:00
61cc2d64b3
[core] Add rule-subscription feature
- Add remote url to rules
- Add cron to update remote URLs hourly
- Add frontend display for shared rules
- Add frontend feature to subscribe rules

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-10-07 19:23:51 +02:00
50e8336a50
[ci] Switch to Github Workflow for lint / test / release
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-10-03 18:12:41 +02:00
618b241140
[ci] Prepare changelog for 3.x release
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-10-03 02:04:20 +02:00
af38aaa5e4
[templating] Add sprig functions, replace some built-ins
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-10-02 17:12:52 +02:00
20356abe23
[core] Allow to pass ID to channel modification
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-10-01 15:06:32 +02:00
499313fbe6
[templating] Add jsonAPI template function
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-09-26 23:32:48 +02:00
5922c29e93
[core] Fix: Read refresh token from database
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-09-10 20:36:55 +02:00