mirror-chatterino2/src/providers/twitch/pubsubmessages
iProdigy 693d4f401d
feat: add badges, emotes, and filters for suspicious messages (#5060)
* feat: show chat badges on suspicious user messages

* feat: display emotes in suspicious user messages

* feat: add search filters for suspicious messages

* chore: update changelog

* refactor: resolve initial nits

* fix: finish adding new filter identifier

* Comment the new message flags

* Add a list of known issues to low trust update messages

* fix: Keep shared-pointerness of the channel

Without this change, we would have the possibility of using the
TwitchChannel after the Channel itself has gone out of scope, albeit not
realistically since we just post this to a thread and parse it - there's
no networking or big delays involved. but this shows the intent better

---------

Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2024-01-06 13:22:00 +00:00
..
AutoMod.cpp Improve Twitch PubSub connection reliability (#3643) 2022-05-07 15:22:39 +00:00
AutoMod.hpp Update magic_enum from v0.9.3 to v0.9.5 (#4992) 2023-12-01 15:03:04 +01:00
Base.cpp Improve Twitch PubSub connection reliability (#3643) 2022-05-07 15:22:39 +00:00
Base.hpp Update magic_enum from v0.9.3 to v0.9.5 (#4992) 2023-12-01 15:03:04 +01:00
ChannelPoints.cpp Improve Twitch PubSub connection reliability (#3643) 2022-05-07 15:22:39 +00:00
ChannelPoints.hpp Update magic_enum from v0.9.3 to v0.9.5 (#4992) 2023-12-01 15:03:04 +01:00
ChatModeratorAction.cpp Improve Twitch PubSub connection reliability (#3643) 2022-05-07 15:22:39 +00:00
ChatModeratorAction.hpp Update magic_enum from v0.9.3 to v0.9.5 (#4992) 2023-12-01 15:03:04 +01:00
Listen.cpp Improve Twitch PubSub connection reliability (#3643) 2022-05-07 15:22:39 +00:00
Listen.hpp Improve Twitch PubSub connection reliability (#3643) 2022-05-07 15:22:39 +00:00
LowTrustUsers.cpp feat: add badges, emotes, and filters for suspicious messages (#5060) 2024-01-06 13:22:00 +00:00
LowTrustUsers.hpp feat: add badges, emotes, and filters for suspicious messages (#5060) 2024-01-06 13:22:00 +00:00
Message.hpp Replace boost::optional with std::optional (#4877) 2023-10-08 16:50:48 +00:00
Unlisten.cpp Improve Twitch PubSub connection reliability (#3643) 2022-05-07 15:22:39 +00:00
Unlisten.hpp Improve Twitch PubSub connection reliability (#3643) 2022-05-07 15:22:39 +00:00
Whisper.cpp Improve Twitch PubSub connection reliability (#3643) 2022-05-07 15:22:39 +00:00
Whisper.hpp Update magic_enum from v0.9.3 to v0.9.5 (#4992) 2023-12-01 15:03:04 +01:00