mirror-chatterino2/src/providers/twitch
nerix 86e71c8bd9
Migrate to C++ 20 & switch to websocketpp develop branch (#4252)
* feat: c++ 20

* fix: c++ 20 deprecations

* fix(msvc): warnings

* chore: add changelog entry

* fix: formatting

* Update websocketpp to the `develop` branch

* Specify other template type in FlagsEnum != operator

* Remove the user of simple template ids in our websocketpp template class

Also standardizes the file a bit by using nested namespaces, using
pragma once

* fix: turn `MAGIC_MESSAGE_SUFFIX` into a `QString`

* hacky unhacky hacky const char hack

Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2022-12-24 11:56:11 +00:00
..
api Migrate to C++ 20 & switch to websocketpp develop branch (#4252) 2022-12-24 11:56:11 +00:00
pubsubmessages Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
ChannelPointReward.cpp Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
ChannelPointReward.hpp Improve Twitch PubSub connection reliability (#3643) 2022-05-07 15:22:39 +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 Migrate to C++ 20 & switch to websocketpp develop branch (#4252) 2022-12-24 11:56:11 +00:00
IrcMessageHandler.hpp Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
PubSubActions.cpp Improve Twitch PubSub connection reliability (#3643) 2022-05-07 15:22:39 +00:00
PubSubActions.hpp Add missing QDebug header (#3725) 2022-05-13 10:45:42 +00:00
PubSubClient.cpp Improve Twitch PubSub connection reliability (#3643) 2022-05-07 15:22:39 +00:00
PubSubClient.hpp Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
PubSubClientOptions.hpp Improve Twitch PubSub connection reliability (#3643) 2022-05-07 15:22:39 +00:00
PubSubHelpers.hpp Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
PubSubManager.cpp Migrate to C++ 20 & switch to websocketpp develop branch (#4252) 2022-12-24 11:56:11 +00:00
PubSubManager.hpp Clean up TwitchAccount emote stuff (#4243) 2022-12-18 14:36:39 +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 Clean up TwitchAccount emote stuff (#4243) 2022-12-18 14:36:39 +00:00
TwitchAccount.hpp Clean up TwitchAccount emote stuff (#4243) 2022-12-18 14:36:39 +00:00
TwitchAccountManager.cpp Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
TwitchAccountManager.hpp Clean up TwitchAccount emote stuff (#4243) 2022-12-18 14:36:39 +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 Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
TwitchBadges.hpp Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
TwitchChannel.cpp Migrate to C++ 20 & switch to websocketpp develop branch (#4252) 2022-12-24 11:56:11 +00:00
TwitchChannel.hpp Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
TwitchCommon.hpp Fix red text color persisting from message overflow highlight (#4204) 2022-12-03 11:10:11 +00:00
TwitchEmotes.cpp Harden emote parsing (#3885) 2022-11-05 10:04:35 +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 Migrate to C++ 20 & switch to websocketpp develop branch (#4252) 2022-12-24 11:56:11 +00:00
TwitchIrcServer.hpp feat: Live Emote Updates for 7TV (#4090) 2022-11-13 12:07:41 +01:00
TwitchMessageBuilder.cpp Clean up TwitchAccount emote stuff (#4243) 2022-12-18 14:36:39 +00:00
TwitchMessageBuilder.hpp Move thread parsing & building to its own private function (#4222) 2022-12-07 19:13:59 +00:00
TwitchUser.cpp Move TwitchUser deserialization to the proper Deserialize function 2018-06-27 00:17:05 +00:00
TwitchUser.hpp Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00