Commit Graph

52 Commits

Author SHA1 Message Date
pajlada 5827bd1c67 chore: explicitly license snapshot tests as CC0-1.0 (#6707)
These tests mostly contain maps of Twitch messages -> our internal formats, and should be reusable without any attribution.
2026-01-04 15:05:12 +00:00
pajlada 18e3d7c72b refactor: rename Badge to TwitchBadge (#6706)
this change is made to clarify that the previously-called Badge object
is actually specialized for Twitch badges
2026-01-04 12:52:02 +01:00
James Upjohn f4212028d6 feat: show mod/VIP badges from shared chats (#6653)
Reviewed-by: Nerixyz <nerixdev@outlook.de>
Reviewed-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2026-01-02 13:36:22 +00:00
Mm2PL 33f6383122 Add support for plugin links (#6386)
Co-authored-by: Nerixyz <nerixdev@outlook.de>
2025-10-02 18:56:51 +00:00
nerix 3f05edc071 refactor: merge emote element flags (#6511) 2025-09-30 19:07:25 +02:00
James Upjohn 448b321259 fix: log deletion messages to file log (#6465) 2025-09-20 13:08:10 +02:00
x3rt c7a7740bfe fix: image uploader setting import (#6387)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2025-08-28 22:25:26 +00:00
nerix 8c05f37af3 test: Add snapshot tests for imageuploader import/export (#6394) 2025-08-14 18:07:50 +02:00
nerix 4ffdc2fa7b feat: dynamically track mutability of messages (#6367) 2025-08-04 19:04:59 +00:00
nerix a4478748f7 feat(plugins): add basic message construction (#5754) 2025-07-31 15:36:39 +02:00
nerix cd7b710d94 feat: show text if emote failed to load (#6355) 2025-07-26 10:24:56 +00:00
pajlada fba845f978 fix: correctly color usernames in most other notice scenarios (#6323) 2025-07-06 13:40:24 +00:00
pajlada 7f2168a9d4 fix: correctly override user color in sub gifts (#6322) 2025-07-06 15:05:28 +02:00
nerix 8950236d64 fix(eventsub): stack bans (#6092) 2025-03-17 13:33:36 +00:00
nerix 820eb3d58c feat(eventsub): handle unban requests (#6086) 2025-03-16 16:31:14 +01:00
pajlada ee1421d770 chore/more eventsub tests plus some extra info output if we ignore a message (#6079) 2025-03-15 11:33:01 +00:00
pajlada eff4e34ec6 feat: apply tabular number formatting to timestamp (#6062) 2025-03-12 15:02:06 +01:00
pajlada ee266c35a7 feat: Hide messages from suspicious users in streamer mode (#6042)
This is a setting that's enabled by default and can be disabled under
the "Streamer mode" sub-category in the settings dialog
2025-03-08 14:10:25 +00:00
pajlada 77c4d858f9 refactor(eventsub): Respect "Hide moderation actions" explicitly (#6041) 2025-03-08 14:00:35 +01:00
nerix 4b48320eef feat(eventsub): implement untimeout (#6028) 2025-03-04 22:00:45 +00:00
nerix 7ad3e50a94 feat(eventsub): implement timeout stacking (#6013) 2025-03-01 23:04:30 +01:00
nerix 1332743716 feat(eventsub): implement suspicious user update (#6012) 2025-03-01 18:05:07 +01:00
pajlada c03b883f05 feat(eventsub): implement channel.chat.user_message_(hold/update) (#6008) 2025-03-01 16:00:40 +00:00
nerix 17a44e19bb feat(eventsub): implement automod message update (#6010) 2025-03-01 15:46:41 +01:00
nerix bced3c658d feat(eventsub): implement suspicious user message (#6007) 2025-03-01 12:48:01 +00:00
nerix 8f1f07d672 feat(eventsub): implement automod message hold (#6005) 2025-03-01 08:32:50 +01:00
pajlada d2c158098d feat(eventsub): Add support for /(un)raid (#6002) 2025-02-27 18:41:41 +00:00
nerix 9a8658f20c feat(eventsub): implement (un)mod (#6001) 2025-02-27 18:01:43 +00:00
nerix 814734e869 feat(eventsub): implement AutoMod term actions (#6000) 2025-02-27 18:12:42 +01:00
nerix a89c1910ba feat(eventsub): implement (shared-chat) timeout (#5995) 2025-02-26 22:00:53 +01:00
nerix 63b5b2ca6a feat(eventsub): use special flag and timestamps from metadata (#5996) 2025-02-26 15:40:42 +01:00
pajlada b957af4f50 feat(eventsub): implement (shared chat) delete (#5993) 2025-02-26 13:33:31 +00:00
nerix 1bf87e46cd feat(eventsub): implement mode changes (#5992) 2025-02-26 11:52:49 +00:00
nerix 5ea420b7ae feat(eventsub): implement unban (#5990) 2025-02-26 08:32:56 +01:00
nerix 044dc69aa6 feat(eventsub): implement (shared-chat-)ban (#5985) 2025-02-25 21:13:05 +01:00
nerix 5fca241188 feat(eventsub): implement clearchat (#5981) 2025-02-23 20:28:26 +00:00
nerix a86df7087d feat: add snapshot tests for eventsub messages (#5965) 2025-02-21 21:33:29 +01:00
nerix 2b118c9aa2 fix: show rewards early, replace later (#5948) 2025-02-10 21:12:30 +00:00
Matthias Kronberg 22f5f4ea26 fix: don't show reply button on inline whispers or announcements (#5863) 2025-01-30 21:33:44 +00:00
apa420 f914e0406e feat(filters): filter by author user ID (#5862) 2025-01-30 21:05:12 +00:00
Matthias Kronberg 8c836fe46c fix: Allow announcements to show up in /mentions (#5857) 2025-01-26 14:36:55 +00:00
nerix 0a3cc1deed refactor: merge adjecent words into one TextElement (#5847) 2025-01-22 23:25:00 +01:00
nerix c1959259ce fix: use serverReceivedTime over parseTime for stacking (#5824) 2025-01-19 12:37:58 +00:00
nerix 7dbb27e22e feat: stack /clear messages (#5806) 2025-01-12 11:54:14 +00:00
nerix 8220a1fbd4 feat: make usernames in USERNOTICEs clickable (#5686) 2024-11-03 11:17:16 +00:00
nerix 101a45fd3a refactor: deduplicate IRC parsing (#5678) 2024-11-02 12:54:31 +00:00
nerix 55a12fa008 test: add snapshots for raids, timeouts, and notices (#5671) 2024-10-22 21:06:29 +00:00
iProdigy 18c4815ad7 feat: add shared chat badge (#5661) 2024-10-22 18:42:19 +02:00
nerix e35fabfabe refactor: irc message builder (#5663) 2024-10-20 10:40:48 +00:00
nerix dab97b3235 test: USERNOTICE snapshot tests (#5656) 2024-10-19 10:25:21 +00:00