pajlada
f66bc37368
fix: use static version of 7tv badges ( #5674 )
2024-10-24 10:26:20 +02:00
pajlada
2ec8fa8723
refactor: remove unused ReplyContext.highlight ( #5669 )
2024-10-21 19:22:23 +02:00
nerix
e35fabfabe
refactor: irc message builder ( #5663 )
2024-10-20 10:40:48 +00:00
Mm2PL
352a4ec132
Move plugins to Sol ( #5622 )
...
Co-authored-by: Nerixyz <nerixdev@outlook.de>
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2024-10-20 11:57:05 +02:00
nerix
5c9b17c31a
refactor: decouple reply parsing from MessageBuilder ( #5660 )
2024-10-19 12:04:44 +00:00
James Upjohn
fb787b5226
feat: make raid entry username clickable ( #5651 )
2024-10-19 13:01:22 +02:00
nerix
a8d60b0b05
refactor: move MessageBuilder snapshot test to IrcMessageHandler ( #5654 )
2024-10-18 13:41:57 +00:00
nerix
800f6df2cf
refactor(message-builder): move static helper methods to functions ( #5652 )
2024-10-18 13:03:36 +02:00
nerix
d9453313b3
test: add snapshot tests for MessageBuilder ( #5598 )
2024-10-13 10:38:10 +00:00
nerix
3e2116629a
chore: improve appearance of Twitch emotes in popup ( #5632 )
2024-10-13 10:08:32 +00:00
iProdigy
bdc12ffb3f
feat: indicate multi-month subs and resubs ( #5642 )
2024-10-12 11:40:33 +02:00
nerix
9ba7ef324d
fix: support completing emotes starting with :
( #5603 )
2024-10-06 09:29:52 +00:00
Liam Rooney
0085fb64ac
feat: launch arg to start logged in as a supplied user ( #5626 )
2024-10-06 08:29:44 +00:00
nerix
f5a8ea4cbf
fix(emoji): use flags over strings for capabilities ( #5616 )
2024-10-05 13:18:54 +00:00
iProdigy
2d7f515e5a
fix: disable correct message upon automod approve or deny ( #5611 )
2024-10-05 11:35:33 +00:00
iProdigy
06d9a37709
feat: improve handling of shared chat messages ( #5606 )
...
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2024-10-05 10:31:52 +00:00
nerix
ef4be6cdac
feat: send messages over Helix by default ( #5607 )
2024-09-29 11:52:37 +02:00
nerix
d0bcf35fdc
refactor: move zero width replacement to a function ( #5594 )
2024-09-28 12:49:26 +00:00
nerix
e149be3820
feat: include more data when copying messages as JSON ( #5600 )
2024-09-28 10:40:15 +00:00
nerix
edf18a7a0f
fix: properly display global badges for anon users ( #5599 )
2024-09-28 10:12:13 +00:00
nerix
3d06f8612f
chore: ensure static
s are only present once in the final app ( #5588 )
2024-09-14 12:13:12 +00: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
61b04dbe7b
feat(emote-popup): automatically reload Twitch emotes ( #5580 )
2024-09-01 13:44:36 +02:00
nerix
820aa12af6
refactor: load Twitch emotes from Helix ( #5239 )
2024-09-01 11:22:54 +02:00
iProdigy
956186d1a1
feat: indicate which mods start and cancel raids ( #5563 )
2024-08-31 10:12:25 +00: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
aa048b3793
fix: ensure liveupdate pubsubs exit ( #5557 )
...
Previously, the derived class (i.e. BttvLiveUpdates or SeventvEventAPI)
would have their destructor ran before BasicPubSubManager called
stop, meaning there was a time wherein messages could still flow
through, attempting to call `onMessage` on a pure virtual, causing a
crash.
2024-08-24 14:01:13 +02: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
nerix
1ccdaea8ee
chore: rename threads on Windows too ( #5539 )
2024-08-11 11:23:04 +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
nerix
3257da1855
chore: silence some deprecation warnings in Qt 6.8 ( #5529 )
2024-08-04 11:23:29 +02:00
nerix
aed55ac1ba
fix: replace defines with constexpr/const and use more absolute paths for includes ( #5527 )
...
bye bye nuuls
2024-08-03 10:00:58 +00:00
pajlada
5deec1f02f
chore: remove Singleton & replace getIApp with getApp ( #5514 )
2024-07-21 13:09:59 +00:00
nerix
0495fbca43
feat: add option to suppress live notifications on startup ( #5388 )
2024-07-20 12:19:27 +00:00
nerix
b3c09b65d8
chore: mini refactorings and dead code removal ( #5512 )
2024-07-20 11:35:59 +02:00
pajlada
9788d0f8f7
Added option to log streams by their ID, allowing for easier "per-stream" log analyzing ( #5507 )
2024-07-14 09:45:21 +00:00
nerix
b9f669d3a5
feat: strip prefixes and suffixes in links ( #5486 )
2024-07-14 11:17:42 +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
nerix
189be8c68f
chore: remove old Qt 5.12 code, update docs and FreeBSD runner ( #5396 )
...
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2024-06-23 12:26:59 +00:00
iProdigy
2ef3306d1d
feat: notate power-up automatic reward redemptions ( #5471 )
2024-06-22 11:03:49 +00:00
iProdigy
c01bfcfffe
feat: add /warn
command ( #5474 )
2024-06-22 10:36:29 +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
nerix
86871eec5a
fix: ignore late pings ( #5457 )
2024-06-16 09:34:00 +00:00
JakeRYW
25284fc703
Improved error messaging for Update Channel API ( #5429 )
2024-06-09 11:15:25 +00:00