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

157 commits

Author SHA1 Message Date
Sidd
c399d4dbe9
refactor(TwitchChannel): remove getGameById call ()
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2022-04-09 12:27:04 +00:00
James Upjohn
96e2d1f971
Fix empty game update not updating header ()
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 ()
Co-authored-by: Felanbird <41973452+Felanbird@users.noreply.github.com>
2022-03-19 11:02:29 +00:00
Paweł
df70ca59e3
Purged kraken ()
* 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 () 2022-01-11 00:18:02 +00:00
pajlada
51ece94f58
Update Settings and Signals version ()
Co-authored-by: zneix <zneix@zneix.eu>
2021-12-19 14:57:56 +00: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
Felanbird
be3609a927
Capitalize mentions of Twitch, Chatterino, and IRC in comments and text/settings () 2021-10-17 15:06:58 +02:00
Paweł
9a1e405563
Fix /me not going through upon sending an identical message () 2021-08-15 11:52:32 +02: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
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ł
1f19d31a67
Added informative messages on issues related to recent-messages () 2021-07-18 14:15:38 +02: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
Paweł
94a99ac4f0
Fix custom built messages not showing up as search results () 2021-07-11 10:19:35 +00:00
Paweł
d5add46730
Respect follower emotes context, making them only available in their owner channels ()
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2021-07-11 09:12:49 +00:00
Mm2PL
74960bf419
Communicate streams that went offline through /live ()
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2021-06-19 17:27:31 +00:00
Mm2PL
3977eb74a6
Update Twitch AutoMod PubSub topic ()
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2021-06-13 15:38:30 +02:00
Paweł
0b4c521c9b
Refactored system message received upon trying to send a message while anonymous ()
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2021-06-05 16:27:14 +02:00
fourtf
3fddafb867
optimize chatter list ()
* optimize chatter list

* changelog

* Fix tests

Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2021-05-24 10:13:59 +00:00
fourtf
258851e572
removed accidentally added line 2021-05-23 11:24:08 +02:00
Paweł
6732b25f36
Fixed deprecated method Qt::SystemLocaleLongDate ()
Fixes deprecation notices introduced in 

Reference: https://doc.qt.io/qt-5/qt.html#DateFormat-enum
Replacement: https://doc.qt.io/qt-5/qlocale.html#FormatType-enum
2021-05-16 00:34:42 +02:00
Paweł
519855d852
Migrated cheermotes to Helix API ()
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2021-05-15 17:02:47 +00:00
apa420
d59bb805bb
Added system message on new date ()
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2021-05-09 18:44:57 +02:00
apa420
dcd65b5978
/live split for channels going live ()
Co-authored-by: 23rd <23rd@vivaldi.net>
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2021-05-09 14:17:04 +00:00
apa420
1568de6640
Added clickable hosting messages ()
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2021-05-08 14:46:41 +00:00
Daniel
f6d9fb2aac
Add ability to highlight messages based on user badges ()
Co-authored-by: Paweł <zneix@zneix.eu>
Co-authored-by: 23rd <23rd@vivaldi.net>
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2021-05-02 22:08:08 +00:00
pajlada
115d198434
Make AccessGuard use a shared_mutex instead ()
This allows `accessConst` to use a shared lock instead of a unique lock
2021-05-01 15:19:41 +00:00
fourtf
8b3f301c50
some concurrency additions () 2021-05-01 11:38:58 +00:00
Paweł
ed7d1a88d0
Added custom FrankerFaceZ VIP badges ()
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2021-04-17 14:42:30 +02:00
Paweł
ce947a89d7
Fixed deprecated method QTime::elapsed ()
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2021-03-13 17:54:34 +01:00
James Upjohn
d94d9e74dd
Implement missing cheer emote tooltip () 2021-03-13 14:16:32 +01:00
Paweł
857705668e
Migrated getChannel to Helix ()
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2021-01-21 13:48:48 +01:00
Paweł
766700adc8
Removed empty liveStatusChanged connect signal () 2021-01-18 13:09:14 +01:00
Paweł
cfcac99ae6
Added clip creation support 🎬 ()
You can create clips with `/clip` command, `Alt+X` keybind or `Create a clip` option in split header's context menu. This requires a new authentication scope so re-authentication will be required to use it.

Co-authored-by: Leon Richardt <leon.richardt@gmail.com>
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2021-01-17 14:47:34 +01:00
Paweł
b587173e18
Added /chatters command () 2021-01-16 13:58:11 +01:00
fanway
38966e2b19
Add option for truecase username autocompletion ()
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2020-12-20 16:43:35 +01:00
Paweł
155b40985b
Made emote tooltips use author's displayName consistently () 2020-12-12 16:15:49 +01:00
fanway
bf4c9cebb1
Use display/localized names in tab and split titles () 2020-12-06 14:07:33 +01:00
pajlada
4436109a2f
Add setting to limit number of historical messages to load on connect () 2020-12-06 13:04:49 +01:00
Steve Wills
df722a72c1
Switch to QT Category logging ()
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2020-11-21 16:20:10 +01:00
Leon Richardt
0eed45ae67
Chore: Proper Lambda Formatting ()
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2020-11-08 12:02:19 +01:00
Daniel
58a6983796
Fix timestamps on some messages loaded from the recent-messages service on startup () 2020-10-03 13:37:07 +02:00
fourtf
ed87d6e2fa fixed recent messages being parsed concurrently 2020-09-25 22:20:15 +02:00
fourtf
83b6fad8e6 fixed some concurrency issues 2020-08-22 11:45:18 +02:00
Jonas Schmitt
11b8948290
Add support for non-highlight channel point rewards () 2020-08-08 15:37:22 +02:00
pajlada
ffdf5a144c
Handle conversion of historical CLEARCHAT messages to NOTICE messages in Chatterino instead of relying on the Recent Messages API to handle it for us ()
This has historically been done in the Recent Messages API, but this functionality is being moved to Chatterino instead

* Remove `clearchatToNotice=true` query parameter to the Recent Messages API
2020-07-18 14:12:11 +02:00
Roger Chavez
1eeb09a78e
Display authors name on hover for supported emotes (FFZ only for now) ()
Co-authored-by: Paweł <44851575+zneix@users.noreply.github.com>
2020-06-13 14:15:22 +02:00
alazymeme
f3f8b2d024
Fix popout player url ()
* Update TwitchChannel.cpp

* Reformatting forsenY

* fixed other things

* xd

* Update TwitchChannel.cpp
2020-06-12 19:44:05 +02:00
thekalio
56d09ac198
Show visual feedback when BTTV and FFZ emotes are loaded ()
Upon joining a channel or pressing F5, BTTV and FFZ emotes are
(re)loaded. This change adds visual feedback of the network requests and
their outcome, in the form of a system message in the associated
channel's chat window. 

Non-error messages are suppressed when joining a
channel (which automatically loads emotes).
2020-05-16 12:43:44 +02:00