Commit Graph

209 Commits

Author SHA1 Message Date
2a322e5803
[editor] Lint: Refactor code to simplify comprehension
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-10-22 21:33:57 +02:00
dec24b7b92
[editor] Fix: Do not store empty string for int field
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-10-22 18:44:55 +02:00
a1e0f8325e
[editor] Cleanup config by removing invalid / zero attributes
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-10-22 18:35:40 +02:00
fdeccc304a
[core] Allow the bot to track config editor changes through Git
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-10-22 17:09:39 +02:00
d760d85ca7
prepare release v1.3.0 2021-10-22 01:20:45 +02:00
38c31200fd
[quotedb] Lint: Justify usage of math/random
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-10-22 01:16:00 +02:00
0e6432c32c
[quotedb] Fix: Update method should not delete quote
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-10-22 01:15:40 +02:00
0f5dc7ba8e
[respond] Log message template errors even when fallback is set
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-10-22 00:02:18 +02:00
edd90bb293
[quotedb] Add HTTP API
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-10-21 23:59:53 +02:00
797b7719f0
[respond] Fix: Empty string fallback should not count as fallback
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-10-21 23:57:06 +02:00
c1e84f31e8
[quotedb] Add new actor
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-10-19 00:22:05 +02:00
b6e65a1f6d
[core] Add "bits" event
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-10-17 13:17:28 +02:00
a2518c26fd
[wiki] Update "Command executions" example
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-10-16 15:05:17 +02:00
a6ac529675
[wiki] Remove duplicate event field documentation
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-10-16 14:45:33 +02:00
cde3c62ccd
[wiki] Add more and detailed documentation for events
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-10-16 14:44:37 +02:00
a91410d1ce
[core] Add username fields to events
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-10-16 14:44:11 +02:00
d1386903da
[core] Add submysterygift event, add more event data to events
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-10-16 14:06:25 +02:00
2261aee955
[respond] fix broken condition for fallback message
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-10-13 14:46:54 +02:00
34d1f90540
[core] add streamUptime / formatDuration template functions
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-10-13 14:30:45 +02:00
87732995b3
[openapi] Allow subdir serving
by using relative URLs

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-10-10 01:40:44 +02:00
8e2f1f649a
[core] Remove unused subscribed_months field from subgifts
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-10-09 14:25:40 +02:00
3ddcffafbc
prepare release v1.2.0 2021-10-08 16:27:42 +02:00
78c66214cd
[core] Log submysterygift
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-10-08 16:08:41 +02:00
6aeb2c8706
[automessage] Move spammy message to trace-level
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-10-07 13:48:26 +02:00
0bec777df1
[core] Improve logs for USERNOTICE events
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-10-07 13:29:54 +02:00
8e7ab15a1c
[editor] Add description to "Add Action" form group
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-10-03 15:40:44 +02:00
2df98eca66
Add "punish", "reset-punish" actors and storage manager (#8) 2021-10-03 15:35:58 +02:00
02d38828c5
prepare release v1.1.0 2021-10-01 22:50:50 +02:00
462f310b62
[wiki] Document botHasBadge function
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-10-01 22:50:16 +02:00
688c665356
[core] Fix: Emote sets are not int but uuid
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-09-29 19:05:12 +02:00
2b1502e64f
[templating] Fix: Use fields to get channel to support events
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-09-29 18:49:32 +02:00
f249c25317
[templating] Fix: State might not be present
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-09-29 18:41:52 +02:00
87df2040e4
[templating] Add botHasBadge function
to allow checking for moderation permissions in channels

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-09-29 18:23:29 +02:00
7e2f0ab020
[editor] Mark fully disabled rules in list
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-09-22 17:04:43 +02:00
13ecfd7204
[wiki] Move examples to extra page, update to new config format
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-09-22 16:11:11 +02:00
f48eb5e86e
prepare release v1.0.0 2021-09-22 15:39:11 +02:00
b59676492e
Breaking: Add configuration interface and switch to more generic config format (#7) 2021-09-22 15:36:45 +02:00
a1e9c35430
prepare release v0.18.0 2021-09-17 17:35:27 +02:00
ac751605a8
Allow to skip cooldown on script error
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-09-17 14:49:56 +02:00
6a154008f2
Link: Do not export pointer to loop variable
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-09-13 01:57:03 +02:00
aa547d137f
Fix: Do not break all rules, just the current one
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-09-11 20:04:47 +02:00
7c75e94ade
Add modchannel core module
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-09-10 19:52:30 +02:00
c9e7d48477
Fix: Wrong HTTP method for channel update
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-09-10 19:46:03 +02:00
3e5d3d0532
Break actions execution when one action fails
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-09-10 19:45:41 +02:00
7f641ebe1e
Fix: Initialize core plugins after main components are set up
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-09-10 19:45:31 +02:00
c59ef05faa
Transform broadcaster name into ID
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-09-10 19:20:31 +02:00
2b67673e95
Add category search and channel update
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-09-10 19:09:10 +02:00
9451354d30
Expose GetIDForUsername function
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-09-10 19:08:49 +02:00
44673eadd2
Expose TwitchClient to plugins
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-09-10 17:57:04 +02:00
0a8bf4db0d
Add fallback support to group matches
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-09-08 15:09:01 +02:00