chatterino:feat/badge-texts

Last commit made on 2024-01-28
Get this branch:
git clone -b feat/badge-texts https://git.launchpad.net/chatterino

Branch merges

Branch information

Name:
feat/badge-texts
Repository:
lp:chatterino

Recent commits

7908e88... by pajlada

badge texts wip

c4c62f2... by nerix <email address hidden>

fix: restore focus of last split when restoring (#5080)

1554d7b... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

chore(deps): bump ZedThree/clang-tidy-review from 0.14.0 to 0.15.0 (#5078)

Signed-off-by: dependabot[bot] <email address hidden>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

06f950a... by fraxx <email address hidden>

Improve Streamlink documentation (#5076)

Co-authored-by: Rasmus Karlsson <email address hidden>

5c9747e... by nerix <email address hidden>

fix: button hover state-change not visible in some cases (#5077)

fa5648f... by nerix <email address hidden>

refactor: NetworkPrivate (#5063)

Co-authored-by: Rasmus Karlsson <email address hidden>

f42ae07... by nerix <email address hidden>

dev: Add RecentMessages benchmark (#5071)

Co-authored-by: Rasmus Karlsson <email address hidden>

78a7ebb... by nerix <email address hidden>

Improve color selection and display (#5057)

Co-authored-by: Rasmus Karlsson <email address hidden>

693d4f4... by iProdigy <email address hidden>

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 <email address hidden>

416806b... by pajlada

refactor: Twitch PubSub client (#5059)

* Remove unused `setAccountData` function

* Move PubSub out of TwitchIrcServer and into Application

* Add changelog entry

* fix: assert feedback

* Add PubSub::unlistenPrefix as per review suggestion

* Fix tests

* quit pubsub on exit

might conflict with exit removal, so can be reverted but this shows it's possible

* Don't manually call stop on clients, it's called when the connection is closed

* nit: rename `mainThread` to `thread`

* Join in a thread!!!!!!!!