Commit Graph

260 Commits

Author SHA1 Message Date
a501dcd81d
prepare release v2.2.0 2022-01-16 15:42:16 +01:00
6910b529cc
[editor] Fix follow-redirects vulnerability (CVE-2022-0155)
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-01-16 15:30:20 +01:00
5f15a93f50
[core] Fix: ChannelEditor must be present on token
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-01-09 17:40:48 +01:00
1d8c3e7f77
[core] Add deprecated but still used V5 ChannelEditor scope
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-01-09 17:35:32 +01:00
7653f557ca
[docs] Update README
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-01-05 18:17:07 +01:00
9150ec6311
[editor] Display disconnected status instead of error
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-12-31 19:09:29 +01:00
192dcb7f46
[editor] Prevent adding invalid usernames as channel / editor
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-12-31 17:12:07 +01:00
0afafa535d
[core] Fix: Ignore EventSub subscriptions of other bot instances
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-12-31 14:25:46 +01:00
437ef14fb0
[core] Implement dynamic token update and broadcaster permissions (#13) 2021-12-31 13:42:37 +01:00
77334aca94
[ci] Make installed go binaries available during build
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-12-25 01:12:34 +01:00
78beeaa14b
[core] Add handling for channel point rewards
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-12-25 00:53:54 +01:00
a9637d03a8
[core] Fix: Event data was not available in rule templates
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-12-25 00:47:02 +01:00
f7d1f09b5c
[core] Fix: Do not retry any request with body
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-12-24 22:14:24 +01:00
dbb9aae82a
[core] Do not retry POST requests automatically
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-12-24 22:04:48 +01:00
2ba462fedc
[core] Add EventSub subscription prefetching
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-12-24 21:40:55 +01:00
f70382876a
[core] Add "follow" event using EventSub
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-12-24 20:26:14 +01:00
246bb2811d
[core] Improve EventSub API request design
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-12-24 19:59:20 +01:00
9cfcdaaf25
prepare release v2.1.0 2021-12-24 18:28:46 +01:00
b1a41ac70a
[core] Fix: PRIVMSG does not contain "login"-tag
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-12-23 15:06:45 +01:00
250a07f5b8
[core] log bits from chat message
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-12-23 14:16:01 +01:00
653d952e79
[automessage] Add disable switch
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-12-18 19:22:18 +01:00
21f9f80f3d
[editor] Fix: Removing cooldown resulted in save error
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-12-14 23:40:01 +01:00
36f9133cd5
[core] Fix: Strip newlines from message templates
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-12-14 18:35:07 +01:00
11e55fc5cb
[core] Add status / health check API
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-12-12 00:23:06 +01:00
f36ae7e05f
[ban] Add HTTP API route for banning users
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-12-10 02:28:44 +01:00
7e2b83fc0a
[core] Fix: send-message function passed to plugin was nil
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-12-10 02:28:13 +01:00
8c32889584
[editor] Rework to use esbuild / Vue component files (#12) 2021-12-06 17:25:19 +01:00
00019053ab
prepare release v2.0.0 2021-12-03 19:01:40 +01:00
b1d5c37761
[core] Fix: Set channel for incoming host through jtv message
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-11-25 23:55:26 +01:00
8247978151
[lint] Properly format inputs
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-11-25 23:48:16 +01:00
e2c6f99f29
[core] Handle host announce messages from jtv user
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-11-25 23:48:11 +01:00
f3ad4a1332
[ban] Enable templating for ban reason
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-11-23 14:46:50 +01:00
c884a7c532
[templating] Add multiply and seededRandom template functions
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-11-19 22:53:30 +01:00
c6fa5a9df9
[core] Add giftpaidupgrade event
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-11-19 19:55:20 +01:00
8ba6d2ef08
[core] BREAKING: Allow actors to set fields those after them (#11)
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-11-15 21:14:40 +01:00
3ba25e6db2
prepare release v1.6.0 2021-11-11 00:47:45 +01:00
4d8fa6e0eb
[wiki] Clarify clearchat events do not contain acting user
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-11-10 23:38:54 +01:00
8107cd7c64
[core] Fix wording for timeouts
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-11-10 23:28:23 +01:00
a1741fbf53
[core] Add ban, clearchat and timeout events
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-11-10 23:23:57 +01:00
9eb6876305
[core] Prevent logging every PING message
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-11-09 17:48:41 +01:00
7dd2640f3b
[core] Add moderator badge to broadcasters
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-11-09 12:55:08 +01:00
d75a719781
[core] Add EventSub support for Twitch-Events (#10) 2021-11-09 12:55:04 +01:00
4e7da1c4cf
prepare release v1.5.0 2021-11-04 00:23:47 +01:00
c10b50bbc7
[nuke] Add new moderation module
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-10-25 23:21:52 +02:00
200e131f6f
prepare release v1.4.0 2021-10-25 21:45:26 +02:00
f0b9713af7
[plugins] Move missing plugin-dir warning to debug level
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-10-25 21:40:57 +02:00
77aa2e411c
[core] Implement write authorization for APIs (#9) 2021-10-25 21:40:52 +02:00
ed15c532d3
[openapi] Lint: Disable funlen for swagger route registration
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-10-23 01:12:07 +02:00
4ead12f536
[quotedb] Add simple page to list quotes
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-10-22 22:27:25 +02:00
411756fa45
[openapi] Allow multiple mime-types on single route
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-10-22 22:27:03 +02:00