pajlada
b01f50856d
feat(eventsub): Add support for channel.moderate Warn ( #5932 )
...
* fix(eventsub): Be less strict with strings & vectors
String foo from `{"foo":null}` is now accepted, and returns an empty string
std::vector<String> foo from `{"foo":null}` is now accepted, and returns an empty array
2025-02-09 11:21:16 +00:00
nerix
f4bfee98b4
fix(cmake): generate resources in build directory ( #5940 )
2025-02-08 21:05:52 +00:00
nerix
579d5c0bdc
fix(eventsub): don't require pip if venv works ( #5935 )
2025-02-08 19:39:10 +00:00
nerix
992f9195a7
refactor(eventsub): use variants for sum types ( #5930 )
2025-02-08 14:33:29 +01:00
pajlada
0d02a6344b
chore(eventsub): run pytest in ci ( #5920 )
2025-02-07 22:01:05 +00:00
pajlada
02405b935a
refactor(eventsub): use snake_case transform by default ( #5916 )
2025-02-07 20:57:07 +01:00
nerix
9092f246fc
fix: address clang-tidy warnings ( #5915 )
2025-02-07 18:22:10 +00:00
nerix
f37676fe1c
refactor(eventsub): enforce static error categories ( #5903 )
2025-02-07 15:37:53 +00:00
pajlada
9260e72a0b
refactor(eventsub): remove empty line start of implementation ( #5910 )
2025-02-06 21:17:57 +00:00
pajlada
634842d2f5
refactor(eventsub): Allow for skipping generation of json implementations ( #5904 )
...
This can be done using the `SKIP_JSON_GENERATION` flag (off by default)
The FreeBSD builder uses this flag since its python stuff is slow
2025-02-06 08:21:21 +00:00
nerix
449aefc6bc
refactor(eventsub): generate entire files ( #5897 )
2025-02-05 16:53:25 +01:00
pajlada
da0a247f16
nit: fix some eventsub mini things ( #5895 )
2025-02-02 16:51:46 +00:00
pajlada
0f8a29fdb9
feat: add initial experimental Twitch Eventsub support ( #5837 )
...
Co-authored-by: nerix <nerixdev@outlook.de >
2025-02-02 16:03:24 +00:00