mirror-chatterino2/src/providers/twitch
hemirt 2d3ce59b8b Fix emote replacement to render emotes correctly (#768)
* fix emote replacement rendering from inside the caught string

* \b -> \\b, while -> if

i actually wanted the regex identifier \b and you need to escape the
escape character \
an error in judgement made me use while, as if the api was meant to be
"consume"-like interface that boost regex uses

Fixes #26
2018-10-07 11:18:45 +00:00
..
EmoteValue.hpp Renamed private members 2018-07-06 19:24:35 +02:00
IrcMessageHandler.cpp fix channel suspended showing up in all channels #770 2018-10-07 10:21:47 +00:00
IrcMessageHandler.hpp changed to 80 max column 2018-08-06 21:17:03 +02:00
PartialTwitchUser.cpp turning a lot of includes into forward declares 2018-08-11 22:23:06 +02:00
PartialTwitchUser.hpp changed to 80 max column 2018-08-06 21:17:03 +02:00
PubsubActions.cpp removed namespaces 2018-06-26 16:37:59 +02:00
PubsubActions.hpp changed to 80 max column 2018-08-06 21:17:03 +02:00
PubsubClient.cpp changed .clang-format 2018-08-15 22:46:20 +02:00
PubsubClient.hpp changed .clang-format 2018-08-15 22:46:20 +02:00
PubsubHelpers.cpp turning a lot of includes into forward declares 2018-08-11 22:23:06 +02:00
PubsubHelpers.hpp changed .clang-format 2018-08-15 22:46:20 +02:00
TwitchAccount.cpp changed .clang-format 2018-08-15 22:46:20 +02:00
TwitchAccount.hpp turning a lot of includes into forward declares 2018-08-11 22:23:06 +02:00
TwitchAccountManager.cpp turning a lot of includes into forward declares 2018-08-11 22:23:06 +02:00
TwitchAccountManager.hpp turning a lot of includes into forward declares 2018-08-11 22:23:06 +02:00
TwitchApi.cpp fixed stuff 2018-08-29 19:58:55 +02:00
TwitchApi.hpp turning a lot of includes into forward declares 2018-08-11 22:23:06 +02:00
TwitchBadges.cpp fixed memory corruption 2018-09-17 12:51:16 +02:00
TwitchBadges.hpp badges 2018-08-14 17:45:36 +02:00
TwitchChannel.cpp Cleaner flashing code (#774) 2018-10-07 10:55:44 +00:00
TwitchChannel.hpp fixed stuff 2018-08-29 19:58:55 +02:00
TwitchCommon.hpp removed Const.hpp and Credentials.hpp in favor of TwitchCommon.hpp 2018-06-26 17:25:24 +02:00
TwitchEmotes.cpp used different linebreaking as suggested from 23rd 2018-09-21 13:43:33 +02:00
TwitchEmotes.hpp fixed and optimized the autocompletion 2018-08-13 14:04:35 +02:00
TwitchHelpers.cpp fix notices about "short channel name" channels being sent to all channels 2018-10-07 12:19:40 +00:00
TwitchHelpers.hpp removed namespaces 2018-06-26 16:37:59 +02:00
TwitchMessageBuilder.cpp Fix emote replacement to render emotes correctly (#768) 2018-10-07 11:18:45 +00:00
TwitchMessageBuilder.hpp clangformat 2018-09-30 11:42:23 +00:00
TwitchParseCheerEmotes.cpp changed .clang-format 2018-08-15 22:46:20 +02:00
TwitchParseCheerEmotes.hpp changed to 80 max column 2018-08-06 21:17:03 +02:00
TwitchServer.cpp badges 2018-08-14 17:45:36 +02:00
TwitchServer.hpp badges 2018-08-14 17:45:36 +02:00
TwitchUser.cpp Move TwitchUser deserialization to the proper Deserialize function 2018-06-27 00:17:05 +00:00
TwitchUser.hpp changed .clang-format 2018-08-15 22:46:20 +02:00