mirror-chatterino2/src/messages/search
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
..
AuthorPredicate.cpp Remove Unnecessary Includes in Headers (#4275) 2022-12-31 14:41:01 +00:00
AuthorPredicate.hpp Remove Unnecessary Includes in Headers (#4275) 2022-12-31 14:41:01 +00:00
BadgePredicate.cpp Remove Unnecessary Includes in Headers (#4275) 2022-12-31 14:41:01 +00:00
BadgePredicate.hpp Remove Unnecessary Includes in Headers (#4275) 2022-12-31 14:41:01 +00:00
ChannelPredicate.cpp Remove Unnecessary Includes in Headers (#4275) 2022-12-31 14:41:01 +00:00
ChannelPredicate.hpp Remove Unnecessary Includes in Headers (#4275) 2022-12-31 14:41:01 +00:00
LinkPredicate.cpp Remove Redundant Parsing of Links (#4507) 2023-04-22 22:58:37 +00:00
LinkPredicate.hpp Remove Unnecessary Includes in Headers (#4275) 2022-12-31 14:41:01 +00:00
MessageFlagsPredicate.cpp feat: add badges, emotes, and filters for suspicious messages (#5060) 2024-01-06 13:22:00 +00:00
MessageFlagsPredicate.hpp Remove Unnecessary Includes in Headers (#4275) 2022-12-31 14:41:01 +00:00
MessagePredicate.hpp Remove Unnecessary Includes in Headers (#4275) 2022-12-31 14:41:01 +00:00
RegexPredicate.cpp Remove Unnecessary Includes in Headers (#4275) 2022-12-31 14:41:01 +00:00
RegexPredicate.hpp Remove Unnecessary Includes in Headers (#4275) 2022-12-31 14:41:01 +00:00
SubstringPredicate.cpp Remove Unnecessary Includes in Headers (#4275) 2022-12-31 14:41:01 +00:00
SubstringPredicate.hpp Remove Unnecessary Includes in Headers (#4275) 2022-12-31 14:41:01 +00:00
SubtierPredicate.cpp Remove Unnecessary Includes in Headers (#4275) 2022-12-31 14:41:01 +00:00
SubtierPredicate.hpp Remove Unnecessary Includes in Headers (#4275) 2022-12-31 14:41:01 +00:00