Sidd
|
fd44f30c7d
|
fix: disable duplicate automod caught message handler (#3717)
|
2022-05-07 22:05:13 +02:00 |
|
nerix
|
f97780d84e
|
Improve Twitch PubSub connection reliability (#3643)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
|
2022-05-07 15:22:39 +00:00 |
|
badoge
|
846ffbb422
|
Sorted usernames in /vips message to be case-insensitive (#3696)
|
2022-04-30 12:02:40 +00:00 |
|
Sidd
|
c399d4dbe9
|
refactor(TwitchChannel): remove getGameById call (#3662)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
|
2022-04-09 12:27:04 +00:00 |
|
Sidd
|
870aa74427
|
Use login name for NotificationController lookup (#3648)
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
|
2022-04-06 21:10:22 +00:00 |
|
James Upjohn
|
f76306c6fa
|
fix: re-add missing Twitch emote reload message (#3645)
Co-authored-by: Felanbird <41973452+Felanbird@users.noreply.github.com>
|
2022-04-05 10:01:18 +02:00 |
|
Mm2PL
|
28fa6b8f5c
|
Add tab-completion for the /announce Twitch command (#3642)
https://blog.twitch.tv/en/2022/03/31/raise-your-swords-for-mod-appreciation-day/
|
2022-04-01 22:14:42 +00:00 |
|
Mm2PL
|
832e34186b
|
Fix announcement rendering (#3639)
* Fix announcement rendering
* Changelog
* Add test message to Window.cpp
|
2022-03-31 22:24:19 +00:00 |
|
James Upjohn
|
96e2d1f971
|
Fix empty game update not updating header (#3609)
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
|
2022-03-19 18:58:19 +00:00 |
|
James Upjohn
|
67c10fafc7
|
chore: replace usages of obsolete twitch struct with backing field (#3614)
Co-authored-by: Felanbird <41973452+Felanbird@users.noreply.github.com>
|
2022-03-19 11:02:29 +00:00 |
|
nerix
|
4c275cb183
|
Update Emoji Data to v14.0 (#3612)
|
2022-03-19 11:30:01 +01:00 |
|
LosFarmosCTL
|
414313726e
|
Update PubSub client to use TLS v1.2 (#3599)
|
2022-03-12 11:50:41 +00:00 |
|
Paweł
|
df70ca59e3
|
Purged kraken (#3578)
* Purged kraken code
* Remove kraken documentation
* Update Helix documentation
* Ran prettier
* Removed kraken files from qmake build file
* Remove now unnecessary .finally() callback
|
2022-02-28 14:59:10 +00:00 |
|
Mm2PL
|
820099821a
|
Implement workaround for combined emoji (#3469)
|
2022-01-11 00:18:02 +00:00 |
|
Paweł
|
1682f0fb36
|
Refactor Tab completion for Twitch commands (#3144)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
|
2021-12-26 14:21:52 +01:00 |
|
pajlada
|
aa1c16d90d
|
Make mods, vips, joined/parted messages searchable (#3426)
|
2021-12-25 17:35:55 +00:00 |
|
pajlada
|
1662ced2c7
|
Fix IRC mentions not showing up in the /mentions split (#3400)
|
2021-12-25 15:22:52 +00:00 |
|
pajlada
|
51ece94f58
|
Update Settings and Signals version (#3398)
Co-authored-by: zneix <zneix@zneix.eu>
|
2021-12-19 14:57:56 +00:00 |
|
pajlada
|
2c695a9ac5
|
Fix IRC colors not being applied correctly to NOTICE messages (#3383)
* Normalize NOTICE message parsing for IRC
Fixes #1782
* Add changelog entry
Co-authored-by: Felanbird <41973452+Felanbird@users.noreply.github.com>
|
2021-12-04 16:05:57 +00:00 |
|
pajlada
|
568f65213d
|
Fix crash on missing parameters with IRC /kick command (#3382)
|
2021-12-04 15:37:53 +00:00 |
|
mmb L
|
179527611e
|
Rename local variable and remove unused local variable in IrcMessageBuild.cpp
|
2021-11-28 13:02:07 +01:00 |
|
mmb L
|
ec966a1791
|
Remove local variables that are not referenced
|
2021-11-28 13:02:07 +01:00 |
|
pajlada
|
bc847f1445
|
Fix IRC server messages not triggering sounds properly (#3368)
|
2021-11-27 14:35:13 +00:00 |
|
Mm2PL
|
b94e21a600
|
Make join and part messages have user links (#3358)
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
|
2021-11-20 13:53:05 +00:00 |
|
Mm2PL
|
b1e891b122
|
Fixed Chatterino attempting to send empty messages in IRC (#3355)
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
|
2021-11-20 12:21:42 +00:00 |
|
Mm2PL
|
56f2207d22
|
Show picked outcome in prediction badges. (#3357)
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
|
2021-11-20 11:52:27 +00:00 |
|
Mm2PL
|
6ac15adf45
|
Add support for Emoji in IRC. (#3354)
|
2021-11-20 12:18:40 +01:00 |
|
Mm2PL
|
a68980878e
|
Make /delete errors a bit more verbose (#3350)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
|
2021-11-13 12:34:04 +00:00 |
|
Mm2PL
|
6b3a420e42
|
Fixed the first link being broken in /mods and /vips (#3349)
Co-authored-by: Felanbird <41973452+Felanbird@users.noreply.github.com>
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
|
2021-11-13 11:11:18 +00:00 |
|
pajlada
|
bc0b7e4d99
|
Fix IRC actions not being colored properly (#3341)
|
2021-11-07 19:58:22 +00:00 |
|
pajlada
|
3c4331b8cb
|
Fix link parsing in IRC (#3334)
|
2021-11-07 13:55:43 +00:00 |
|
pajlada
|
4b903d7fcf
|
Fix the reconnection backoff accidentally resetting when thrown out of certain IRC servers (#3328)
|
2021-10-31 15:44:38 +01:00 |
|
Ryan
|
b4be7a4b1f
|
Fix underlying text from disabled emotes not being colorized after using /me (#3333)
|
2021-10-31 11:37:06 +01:00 |
|
Infinitay
|
b4b745024c
|
Clean up chat messages of special line characters prior to sending (#3312)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
|
2021-10-30 12:49:41 +00:00 |
|
Mm2PL
|
5f7caebce0
|
Parse usernames out of /mods and /vips messages (#3187)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
|
2021-10-24 13:28:43 +00:00 |
|
Felanbird
|
be3609a927
|
Capitalize mentions of Twitch, Chatterino, and IRC in comments and text/settings (#3274)
|
2021-10-17 15:06:58 +02:00 |
|
gempir
|
0ba7c0f3c5
|
Add highlights for first messages (#3267)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
|
2021-10-02 12:17:24 +00:00 |
|
Paweł
|
5cd20bbb5a
|
Raise ratelimit cooldown for JOIN messages (#3219)
Was 10.5s (0.5s over the actual cooldown), changed to 12.5s (2.5s over the actual cooldown) to accomodate for any server-side lag spikes.
|
2021-09-04 12:45:40 +02:00 |
|
Mm2PL
|
cd2923c52a
|
Fix missing information in locally-generated IRC messages (#3203)
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
|
2021-08-29 12:05:45 +00:00 |
|
Mm2PL
|
25cdeb8d9f
|
Make Chatterino colorize usernames on IRC (#3206)
|
2021-08-29 13:35:19 +02:00 |
|
Paweł
|
c156094d70
|
Fixed away command in IRC (#3190)
|
2021-08-23 12:03:38 +00:00 |
|
apa420
|
e499486418
|
Added regex option to Nicknames (#3146)
Co-authored-by: Mm2PL <miau@mail.kotmisia.pl>
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
|
2021-08-22 13:30:17 +02:00 |
|
pajlada
|
fe8aa33980
|
Update Usage messages to conform to new Usage message contributor guidelines (#3180)
|
2021-08-21 12:41:06 +00:00 |
|
James Upjohn
|
4b251c64b6
|
Allow resub messages to show in /mentions tab (#3148)
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
|
2021-08-15 10:39:58 +00:00 |
|
Paweł
|
9a1e405563
|
Fix /me not going through upon sending an identical message (#3166)
|
2021-08-15 11:52:32 +02:00 |
|
Marko
|
113a7795f4
|
Hide similar messages by any user (#2716)
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
|
2021-08-14 14:28:08 +02:00 |
|
fourtf
|
d5ecba3d30
|
Rewrite logic for when to show moderation buttons next to messages (#2800)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
|
2021-08-14 11:06:58 +00:00 |
|
James Upjohn
|
6151cd5b05
|
Show system message when reloading subscriber emotes (#3135)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
|
2021-08-08 10:59:28 +00:00 |
|
pajlada
|
54f6e4f9e9
|
Remove twitchemotes.com-related functionality (#3136)
Co-authored-by: Paweł <zneix@zneix.eu>
|
2021-08-07 11:13:05 +00:00 |
|
Paweł
|
cd7758a28e
|
Ensure we don't attempt to index an empty array (#3122)
|
2021-08-07 09:01:22 +00:00 |
|