chatterino:fix/stop_windows_code_from_abort()ing_our_process

Last commit made on 2024-01-07
Get this branch:
git clone -b fix/stop_windows_code_from_abort()ing_our_process https://git.launchpad.net/chatterino

Branch merges

Branch information

Name:
fix/stop_windows_code_from_abort()ing_our_process
Repository:
lp:chatterino

Recent commits

b62d257... by pajlada

Remove now-unneccessary fakeDtor

60a913e... by pajlada

Merge remote-tracking branch 'origin/master' into fix/stop_windows_code_from_abort()ing_our_process

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!!!!!!!!

e48d868... by nerix <email address hidden>

fix: Avoid duplicate scale in settings dialog (#5069)

1192393... by nerix <email address hidden>

fix: Avoid unnecessary `NotebookTab` updates (#5068)

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

99b537f... by pajlada

Add some tests for NotebookTab (#5070)

* EmptyApplication: Add asserts to rest of getters (except for getSeventvAPI)

* Theme: make getTheme call getIApp()->getThemes() instead

this allows it to be used in tests
realistically this should be deprecated & users of it should just call
getIApp()->getThemes() directly

* Use getIApp() instead of getApp() in a few places

77eb9cc... by fraxx <email address hidden>

Add Fraxx list of contributors (#5064)