mirror-chatterino2/src/providers/twitch
nerix 66f4480371
fix: Fixed some compiler warnings (#5028)
* fix(C4101): unreferenced local variable

* fix(C4189): variable initialized but not referenced

* fix(C4305): narrowing from double to float

* fix(C4457): declaration hiding function parameter

* fix(C4456): shadowing declaration

* fix(C4996): remove deprecations

* chore: add changelog entry

* fix: Remove more unused variables

* fix: removed unused lambda captures

* Update changelog entry

---------

Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2023-12-16 11:24:28 +00:00
..
api Update magic_enum from v0.9.3 to v0.9.5 (#4992) 2023-12-01 15:03:04 +01:00
pubsubmessages Update magic_enum from v0.9.3 to v0.9.5 (#4992) 2023-12-01 15:03:04 +01:00
ChannelPointReward.cpp Remove Unnecessary Includes in Headers (#4275) 2022-12-31 14:41:01 +00:00
ChannelPointReward.hpp Remove Unnecessary Includes in Headers (#4275) 2022-12-31 14:41:01 +00:00
ChatterinoWebSocketppLogger.hpp Migrate to C++ 20 & switch to websocketpp develop branch (#4252) 2022-12-24 11:56:11 +00:00
EmoteValue.hpp Renamed private members 2018-07-06 19:24:35 +02:00
IrcMessageHandler.cpp perf: query fewer historical messages on reconnects (#5001) 2023-12-09 19:46:30 +01:00
IrcMessageHandler.hpp fix: avoid reward redemption crash via buffer refactor (#4949) 2023-11-08 18:14:48 +01:00
PubSubActions.cpp Improve Twitch PubSub connection reliability (#3643) 2022-05-07 15:22:39 +00:00
PubSubActions.hpp Fix memory leaks & data races in tests (#4772) 2023-08-27 12:07:46 +00:00
PubSubClient.cpp Fix data race in PubSub (#4771) 2023-08-27 21:35:38 +00:00
PubSubClient.hpp Remove Unnecessary Includes in Headers (#4275) 2022-12-31 14:41:01 +00:00
PubSubClientOptions.hpp Improve Twitch PubSub connection reliability (#3643) 2022-05-07 15:22:39 +00:00
PubSubHelpers.hpp Remove Unnecessary Includes in Headers (#4275) 2022-12-31 14:41:01 +00:00
PubSubManager.cpp fix: Fixed some compiler warnings (#5028) 2023-12-16 11:24:28 +00:00
PubSubManager.hpp Replace boost::optional with std::optional (#4877) 2023-10-08 16:50:48 +00:00
PubSubMessages.hpp Improve Twitch PubSub connection reliability (#3643) 2022-05-07 15:22:39 +00:00
PubSubWebsocket.hpp Improve Twitch PubSub connection reliability (#3643) 2022-05-07 15:22:39 +00:00
TwitchAccount.cpp fix: deadlock and use-after-free in tests (#4981) 2023-11-26 15:54:19 +00:00
TwitchAccount.hpp Support using follower emotes outside of channel if subbed (#4922) 2023-11-04 17:45:18 +00:00
TwitchAccountManager.cpp Fix signal connection nodiscard warnings (#4818) 2023-09-16 11:52:51 +00:00
TwitchAccountManager.hpp Massage includes some more (#4294) 2023-01-08 12:07:06 +00:00
TwitchBadge.cpp Corrected the way we parse comma-separated "list tags" in PRIVMSGs (#3771) 2022-05-28 09:55:48 +00:00
TwitchBadge.hpp Corrected the way we parse comma-separated "list tags" in PRIVMSGs (#3771) 2022-05-28 09:55:48 +00:00
TwitchBadges.cpp refactor: Remove Outcome from network requests (#4959) 2023-11-12 14:51:51 +01:00
TwitchBadges.hpp Replace boost::optional with std::optional (#4877) 2023-10-08 16:50:48 +00:00
TwitchChannel.cpp fix: Fixed some compiler warnings (#5028) 2023-12-16 11:24:28 +00:00
TwitchChannel.hpp perf: query fewer historical messages on reconnects (#5001) 2023-12-09 19:46:30 +01:00
TwitchCommon.hpp Massage includes some more (#4294) 2023-01-08 12:07:06 +00:00
TwitchEmotes.cpp Massage includes some more (#4294) 2023-01-08 12:07:06 +00:00
TwitchEmotes.hpp Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
TwitchHelpers.cpp Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
TwitchHelpers.hpp removed namespaces 2018-06-26 16:37:59 +02:00
TwitchIrcServer.cpp feat: add channel for messages caught by AutoMod (#4986) 2023-12-03 22:07:30 +00:00
TwitchIrcServer.hpp feat: add channel for messages caught by AutoMod (#4986) 2023-12-03 22:07:30 +00:00
TwitchMessageBuilder.cpp fix: Fixed some compiler warnings (#5028) 2023-12-16 11:24:28 +00:00
TwitchMessageBuilder.hpp Improve reply popup after thread update (#4923) 2023-11-05 16:25:26 +00:00
TwitchUser.cpp Remove Unnecessary Includes in Headers (#4275) 2022-12-31 14:41:01 +00:00
TwitchUser.hpp Increase max number of blocked users loaded from 100 to 1,000 (#4721) 2023-07-23 11:26:12 +00:00