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
992f9195a7
refactor(eventsub): use variants for sum types ( #5930 )
2025-02-08 14:33:29 +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
0f8a29fdb9
feat: add initial experimental Twitch Eventsub support ( #5837 )
...
Co-authored-by: nerix <nerixdev@outlook.de >
2025-02-02 16:03:24 +00:00