1
0
Fork 0
mirror of https://github.com/Chatterino/chatterino2.git synced 2024-11-21 22:24:07 +01:00
Commit graph

686 commits

Author SHA1 Message Date
pajlada
51ece94f58
Update Settings and Signals version ()
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 ()
* Normalize NOTICE message parsing for IRC

Fixes 

* 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 () 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 () 2021-11-27 14:35:13 +00:00
Mm2PL
b94e21a600
Make join and part messages have user links ()
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 ()
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2021-11-20 12:21:42 +00:00
Mm2PL
56f2207d22
Show picked outcome in prediction badges. ()
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2021-11-20 11:52:27 +00:00
Mm2PL
6ac15adf45
Add support for Emoji in IRC. () 2021-11-20 12:18:40 +01:00
Mm2PL
a68980878e
Make /delete errors a bit more verbose ()
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 ()
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 () 2021-11-07 19:58:22 +00:00
pajlada
3c4331b8cb
Fix link parsing in IRC () 2021-11-07 13:55:43 +00:00
pajlada
4b903d7fcf
Fix the reconnection backoff accidentally resetting when thrown out of certain IRC servers () 2021-10-31 15:44:38 +01:00
Ryan
b4be7a4b1f
Fix underlying text from disabled emotes not being colorized after using /me () 2021-10-31 11:37:06 +01:00
Infinitay
b4b745024c
Clean up chat messages of special line characters prior to sending ()
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 ()
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 () 2021-10-17 15:06:58 +02:00
gempir
0ba7c0f3c5
Add highlights for first messages ()
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 ()
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 ()
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2021-08-29 12:05:45 +00:00
Mm2PL
25cdeb8d9f
Make Chatterino colorize usernames on IRC () 2021-08-29 13:35:19 +02:00
Paweł
c156094d70
Fixed away command in IRC () 2021-08-23 12:03:38 +00:00
apa420
e499486418
Added regex option to Nicknames ()
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 () 2021-08-21 12:41:06 +00:00
James Upjohn
4b251c64b6
Allow resub messages to show in /mentions tab ()
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 () 2021-08-15 11:52:32 +02:00
Marko
113a7795f4
Hide similar messages by any user ()
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 ()
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 ()
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2021-08-08 10:59:28 +00:00
pajlada
54f6e4f9e9
Remove twitchemotes.com-related functionality ()
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 () 2021-08-07 09:01:22 +00:00
Paweł
de4f6a9d51
Rate limit outgoing JOIN messages ()
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
Co-authored-by: Tal Neoran <talneoran@gmail.com>
2021-08-04 21:18:34 +00:00
Paweł
0c5abb8149
Deprecated /(un)follow commands and respective usercard action ()
/(un)follow commands are marked as deprecated and link to the issue this PR is closing.
follow button on the usercard is removed completely

Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
Co-authored-by: Felanbird <41973452+Felanbird@users.noreply.github.com>
2021-08-04 20:41:27 +00:00
pajlada
28dcdb238b
Remove JOINs from write connection ()
Co-authored-by: zneix <zneix@zneix.eu>
2021-08-03 15:55:04 +00:00
pajlada
784fdd28b2
Check for ignored phrases/users in channel point redemptions () 2021-08-01 13:44:04 +00:00
Mm2PL
77f683577f
Use double spaces instead of Chatterino character when possible () 2021-08-01 12:38:07 +00:00
apa420
3cb1e5158a
Added the ability to add nicknames for users ()
Co-authored-by: Mm2PL <mm2pl+gh@kotmisia.pl>
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2021-07-31 16:15:43 +02:00
pajlada
770b9f263b
Fix PubSub client creation/pending topic resolving ()
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
Co-authored-by: Felanbird <41973452+Felanbird@users.noreply.github.com>
Co-authored-by: zneix <zneix@zneix.eu>
2021-07-25 15:13:04 +00:00
Paweł
ae9f92ded9
Make use of QUrlQuery in NetworkRequests where it was hardcoded into url ()
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2021-07-18 13:21:09 +00:00
Paweł
e5fe0999ee
Replace std::string with QString in rapidjson and PubSub Client () 2021-07-18 12:37:53 +00:00
Paweł
1f19d31a67
Added informative messages on issues related to recent-messages () 2021-07-18 14:15:38 +02:00
pajlada
8ceb100177
Add tests for getEmoteSetBatches () 2021-07-18 10:14:01 +00:00
Paweł
89b86b94e7
Cleanup debug logging () 2021-07-17 16:45:02 +00:00
Paweł
a84e62c6bb
Use server time in received IRC messages where available () 2021-07-17 18:22:25 +02:00
Paweł
7e13564c24
Fixed newly uploaded subscriber emotes not being available ()
Co-authored-by: Felanbird <41973452+Felanbird@users.noreply.github.com>
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2021-07-17 15:18:17 +00:00
Paweł
91ab8b90a0
Cleaned up IrcMessageHandler () 2021-07-17 13:09:21 +00:00
Paweł
a509c7514c
Fixed degraded dirty emote code escaping () 2021-07-17 10:35:43 +00:00
Paweł
c8c28d7f55
Remove global third party emotes from TwitchChannel class ()
Those are still accessible under getApp()->twitch2 instance.
2021-07-13 13:23:50 +02:00