mirror-chatterino2/src/providers/twitch
Paweł 776ce8bdbc
Added subage and followage to usercard (#2023)
* Added subage and followage information to usercard

We are using Leppunen's API here to determine user's subage to the current channel and since that API call also returns followage information I decided to utilize that and save ourselves an extra Helix API call.
I also added new files specifying new class and methods for Ivr API, which can be very easily expanded with new methods in the future if we ever have to do that.
When I was coding I also saw couple unnecessary nitpicks which I fixed :)

* Added changelog entry

* remove empty lambda

* Update UserInfoPopup.cpp

* xd

Co-authored-by: fourtf <tf.four@gmail.com>
2020-10-04 18:32:52 +02:00
..
api Added subage and followage to usercard (#2023) 2020-10-04 18:32:52 +02:00
ChannelPointReward.cpp Add support for non-highlight channel point rewards (#1809) 2020-08-08 15:37:22 +02:00
ChannelPointReward.hpp Add support for non-highlight channel point rewards (#1809) 2020-08-08 15:37:22 +02:00
EmoteValue.hpp Renamed private members 2018-07-06 19:24:35 +02:00
IrcMessageHandler.cpp Improve "Login expired!" message (#2029) 2020-10-04 17:36:38 +02:00
IrcMessageHandler.hpp Makes it possible to hide one man spam (#1496) 2020-02-02 08:31:37 -05:00
PubsubActions.cpp removed namespaces 2018-06-26 16:37:59 +02:00
PubsubActions.hpp rewrote the cases with enums 2019-01-22 23:20:43 +01:00
PubsubClient.cpp Add support for non-highlight channel point rewards (#1809) 2020-08-08 15:37:22 +02:00
PubsubClient.hpp Add support for non-highlight channel point rewards (#1809) 2020-08-08 15:37:22 +02:00
PubsubHelpers.cpp Only listen to new pubsub "moderator added" syntax (#1659) 2020-05-03 12:21:00 +02:00
PubsubHelpers.hpp Only listen to new pubsub "moderator added" syntax (#1659) 2020-05-03 12:21:00 +02:00
TwitchAccount.cpp Remove Debug Output In Many Different Places (#1607) 2020-03-19 18:06:21 +01:00
TwitchAccount.hpp smol commit 2019-01-20 16:07:31 +01:00
TwitchAccountManager.cpp Twitch API: v5 to Helix migration (#1560) 2020-03-14 12:13:57 +01:00
TwitchAccountManager.hpp removed compat class for SignalVector 2020-02-23 19:52:10 +01:00
TwitchBadge.cpp Clean up Twitch badge appending code 2019-12-01 13:32:41 +01:00
TwitchBadge.hpp Clean up Twitch badge appending code 2019-12-01 13:32:41 +01:00
TwitchBadges.cpp Remove FMT dependency (#1472) 2020-01-03 20:51:37 +01:00
TwitchBadges.hpp badges 2018-08-14 17:45:36 +02:00
TwitchChannel.cpp Fix timestamps on some messages loaded from the recent-messages service on startup (#2020) 2020-10-03 13:37:07 +02:00
TwitchChannel.hpp Add support for non-highlight channel point rewards (#1809) 2020-08-08 15:37:22 +02:00
TwitchCommon.hpp [irc] Partially fix IRC colors (#1594) 2020-07-04 15:15:59 +02:00
TwitchEmotes.cpp Remove FMT dependency (#1472) 2020-01-03 20:51:37 +01:00
TwitchEmotes.hpp Various bits fixes (#1443) 2019-12-19 21:36:02 +01:00
TwitchHelpers.cpp Remove FMT dependency (#1472) 2020-01-03 20:51:37 +01:00
TwitchHelpers.hpp removed namespaces 2018-06-26 16:37:59 +02:00
TwitchIrcServer.cpp Fixed the english of a system message (#1878) 2020-09-26 13:06:37 +02:00
TwitchIrcServer.hpp Merge branch 'master' into irc-support 2019-09-18 13:03:16 +02:00
TwitchMessageBuilder.cpp Fix timestamps on some messages loaded from the recent-messages service on startup (#2020) 2020-10-03 13:37:07 +02:00
TwitchMessageBuilder.hpp Clean up compiler warnings (#2027) 2020-10-04 12:47:23 +02:00
TwitchParseCheerEmotes.cpp Twitch API: v5 to Helix migration (#1560) 2020-03-14 12:13:57 +01:00
TwitchParseCheerEmotes.hpp changed to 80 max column 2018-08-06 21:17:03 +02:00
TwitchUser.cpp Move TwitchUser deserialization to the proper Deserialize function 2018-06-27 00:17:05 +00:00
TwitchUser.hpp Update to latest settings library version 2018-11-03 13:00:07 +01:00