mirror-chatterino2/src/controllers
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
..
accounts refactor: Use override instead of virtual where possible (#4917) 2023-10-25 18:13:48 +02:00
commands Added missing periods at mod-related messages and some system messages (#5061) 2024-01-03 12:24:23 +01:00
completion Add a new completion API for experimental plugins feature. (#5000) 2023-12-10 13:41:05 +00:00
filters feat: add badges, emotes, and filters for suspicious messages (#5060) 2024-01-06 13:22:00 +00:00
highlights Allow customization of whisper colors in settings (#5053) 2023-12-29 20:52:35 +00:00
hotkeys fix: typo in debug log for hotkeys (#4997) 2023-12-02 12:35:55 +00:00
ignores refactor: Use override instead of virtual where possible (#4917) 2023-10-25 18:13:48 +02:00
logging Fix to interpret logger channel names as lowercase (#4848) 2023-10-01 05:56:03 +00:00
moderationactions refactor: Use override instead of virtual where possible (#4917) 2023-10-25 18:13:48 +02:00
nicknames Replace boost::optional with std::optional (#4877) 2023-10-08 16:50:48 +00:00
notifications fix: Fixed some compiler warnings (#5028) 2023-12-16 11:24:28 +00:00
pings refactor: Use override instead of virtual where possible (#4917) 2023-10-25 18:13:48 +02:00
plugins Autogenerate docs/plugin-meta.lua (#5055) 2023-12-30 10:26:19 +00:00
sound fix: Fixed some compiler warnings (#5028) 2023-12-16 11:24:28 +00:00
twitch Ensure live status requests are always batched (#4713) 2023-07-02 13:52:15 +00:00
userdata Replace boost::optional with std::optional (#4877) 2023-10-08 16:50:48 +00:00