nerix
7d4ea79376
refactor: move Twitch PubSub to use liveupdates ( #6638 )
...
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com >
2025-12-16 10:06:15 +00:00
nerix
0aff6fbe83
feat: show BTTV Pro badges ( #6625 )
...
Reviewed-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com >
2025-12-07 14:15:58 +00:00
nerix
c5b0669812
refactor: turn Emotes into EmoteController ( #6516 )
...
* refactor: turn `Emotes` into `EmoteController`
* changelog
* why does clang-format do this???
* nit: remove unused include from EmoteController.hpp
---------
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com >
2025-10-04 10:05:27 +00:00
pajlada
f7042dc542
fix: better handle Windows shutting down in newer Qt versions ( #6368 )
2025-08-09 09:43:32 +00:00
Mm2PL
33a5419350
Forward declare some things to speed up compile ( #6162 )
...
* Forward declare NativeMessagingServer and use a unique_ptr
* Forward declare GenericListModel to save on unneeded includes of its
header
2025-05-18 15:30:02 +00:00
pajlada
6b968a199c
fix some crashes, mostly related to network requests ( #6187 )
2025-05-17 14:22:56 +02:00
pajlada
46f3299a25
fix: don't construct images after we're quitting ( #6213 )
2025-05-17 10:47:51 +00:00
pajlada
e86ecf5d0b
refactor: move event api initializations to TwitchIrcServer ( #6198 )
2025-05-10 13:17:00 +00:00
pajlada
9e600a8fb8
refactor(WindowManager): remove some getApp uses ( #6194 )
2025-05-05 22:23:13 +00:00
nerix
9d557146b4
refactor: trim down PubSub implementation ( #6158 )
2025-04-19 12:31:22 +00:00
nerix
9913c6ffd7
feat: support /watching on all platforms ( #6031 )
2025-03-08 13:37:25 +00:00
nerix
914257d537
feat(eventsub): reconnect ( #6035 )
2025-03-06 22:41:35 +01:00
pajlada
58859d439c
fix(eventsub): connection race ( #6017 )
2025-03-02 15:48:08 +00:00
pajlada
f4541b0208
fix: don't save commands on exit ( #6011 )
2025-03-01 15:26:42 +00:00
nerix
5fca241188
feat(eventsub): implement clearchat ( #5981 )
2025-02-23 20:28:26 +00:00
pajlada
0f8a29fdb9
feat: add initial experimental Twitch Eventsub support ( #5837 )
...
Co-authored-by: nerix <nerixdev@outlook.de >
2025-02-02 16:03:24 +00:00
nerix
694cc2dbff
fix: close logging-channels when closing channels ( #5592 )
...
Co-authored-by: kornes <28986062+kornes@users.noreply.github.com >
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com >
2024-09-14 12:17:31 +02:00
pajlada
336536c761
chore: clean up some of the pronoun implementation ( #5583 )
2024-09-08 13:30:06 +02:00
Timo Zuccarello
9375bce555
feat: add setting for showing pronouns in user info popup ( #5442 )
...
This uses https://pr.alejo.io/
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com >
2024-09-08 11:19:43 +02:00
nerix
820aa12af6
refactor: load Twitch emotes from Helix ( #5239 )
2024-09-01 11:22:54 +02:00
pajlada
627c735524
refactor: some Application & style things ( #5561 )
2024-08-25 15:33:07 +02:00
pajlada
ac88730563
fix: remove deprecated Application::getTwitchAbstract ( #5560 )
2024-08-25 11:38:57 +00:00
pajlada
3e510fd9e9
refactor: some more Application refactors ( #5551 )
2024-08-25 11:04:48 +00:00
pajlada
175afa8b16
refactor: make a single MessageBuilder ( #5548 )
2024-08-24 10:18:27 +00:00
pajlada
998920d244
Remove experimental IRC support ( #5547 )
2024-08-18 12:04:26 +00:00
pajlada
832e70e314
fix: only use IApplication::instance instead of Application::instance ( #5540 )
2024-08-11 14:03:47 +02:00
pajlada
74d65a345d
fix: cleanly exit on shutdown ( #5537 )
...
Co-authored-by: Mm2PL <mm2pl+gh@kotmisia.pl >
Co-authored-by: Nerixyz <nerixdev@outlook.de >
2024-08-10 14:24:25 +02:00
pajlada
f0802af055
refactor: move seventv/bttv event apis to application ( #5532 )
2024-08-08 15:08:31 +02:00
pajlada
5deec1f02f
chore: remove Singleton & replace getIApp with getApp ( #5514 )
2024-07-21 13:09:59 +00:00
nerix
b3c09b65d8
chore: mini refactorings and dead code removal ( #5512 )
2024-07-20 11:35:59 +02:00
pajlada
973b7a3bdd
Add extra context to messages that are added to channels, allowing the logging controller to take more responsibility in what messages to log ( #5499 )
...
Co-auhtored-by: James Upjohn <jupjohn@jammeh.co.nz >
2024-07-13 11:15:11 +00:00
pajlada
354079c74c
refactor: add Channel::addSystemMessage function ( #5500 )
2024-07-07 22:03:05 +02:00
pajlada
f111b0f08d
chore: unsingletonize SoundController ( #5462 )
2024-06-16 13:44:08 +00:00
pajlada
c9a0691f53
chore: unsingletonize UserDataController ( #5459 )
...
The `user-data.json` file will save immediately on change, and on exit
(on dtor) if necessary. So we don't need to manually call save
2024-06-16 11:59:12 +00:00
pajlada
9b31246502
feat: allow timeout-related commands to be used in multiple channels ( #5402 )
...
This changes the behaviour of the following commands:
- `/ban`
- `/timeout`
- `/untimeout`
- `/unban`
All of those commands now accept one or more `--channel` parameters to override which channel the action should take place in.
The `--channel` parameter accepts a channel ID or channel name with the same syntax as the other "user targets" do (e.g. `id:11148817` or `pajlada`)
examples
Ban user in the chat you're typing in:
`/ban weeb123`
Ban user in the chat you're typing in, with a reason specified:
`/ban weeb123 the ban reason`
Ban user in a separate chat, with a reason specified:
`/ban --channel pajlada weeb123 the ban reason`
Ban user in two separate chats, with a reason specified:
`/ban --channel pajlada --channel id:117166826 weeb123 the ban reason`
Timeout user in the chat you're typing in:
`/timeout weeb123`
Timeout user in the chat you're typing in, with a reason specified:
`/timeout weeb123 10m the timeout reason`
Timeout user in a separate chat, with a reason specified:
`/timeout --channel pajlada weeb123 10m the timeout reason`
Timeout user in two separate chats, with a reason specified:
`/timeout --channel pajlada --channel id:117166826 weeb123 10m the timeout reason`
Unban user in the chat you're typing in:
`/unban weeb123`
Unban user in a separate chat:
`/unban --channel pajlada weeb123`
Unban user in two separate chats:
`/unban --channel pajlada --channel id:117166826 weeb123`
2024-06-16 12:22:51 +02:00
iProdigy
d2316af70f
feat: notify mods when users are warned ( #5441 )
...
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com >
2024-06-06 10:13:13 +00:00
pajlada
248cd46eb7
fix: global emotes not loading ( #5435 )
...
* fix: manually initialize twitchircserver after rest of singletons are initialized
this fixes global emotes not being loaded on startup, since initialize
was never called (since it was no longer added to the singleton list)
* unrelated nit: remove copy/move ctors/operators of twitchircserver
2024-06-03 10:31:30 +02:00
pajlada
b6dc5d9e03
chore: refactor TwitchIrcServer ( #5421 )
2024-06-01 12:56:40 +00:00
pajlada
e7508332ff
refactor: Fonts ( #5228 )
2024-03-10 13:27:08 +00:00
KleberPF
c50791972d
Add highlight color and show in mentions to automod messages ( #5215 )
2024-03-09 11:03:36 +00:00
nerix
c1fa51242f
refactor: turn StreamerMode into a singleton(-like thing) ( #5216 )
2024-03-01 21:12:02 +01:00
nerix
e130c48f76
refactor: Turn link-info into its own element and class ( #5178 )
2024-02-18 12:34:00 +00:00
pajlada
ab7e6e0281
fix: Twitch global emotes not loading ( #5144 )
2024-02-02 14:28:27 +00:00
pajlada
5628605de4
refactor: Move Emotes to Application ( #5120 )
2024-01-21 13:20:21 +00:00
pajlada
acee654bd2
fix: badge highlights not immediately updating color ( #5110 )
2024-01-20 11:56:09 +00:00
pajlada
4380ef8c5f
refactor: Remove most raw accesses into Application ( #5104 )
2024-01-19 17:59:55 +01:00
pajlada
326a402710
refactor: Make ChatterinoBadges less of a singleton ( #5103 )
2024-01-19 17:25:52 +01:00
nerix
4f2ca3b174
fix: assert for GUI thread in getters instead of get(I)App ( #5102 )
2024-01-18 19:50:57 +00:00
pajlada
11838c8e16
refactor: Move TwitchBadges to Application ( #5096 )
...
* refactor: Move TwitchBadges to Application
* refactor: Use named initializers
* refactor: Use `empty()` instead of `size() > 0`
* refactor: use emplace instead of push into the callback queue
2024-01-17 23:53:10 +01:00
pajlada
718696db53
refactor: Un-singletonize Paths & Updates ( #5092 )
2024-01-16 20:56:43 +00:00