.. |
AccessGuard.cpp
|
Make AccessGuard use a shared_mutex instead (#2702)
|
2021-05-01 15:19:41 +00:00 |
ChannelChatters.cpp
|
Fix color @usernames sometimes not working at all (#3170)
|
2021-08-21 10:38:38 +00:00 |
ChatterSet.cpp
|
optimize chatter list (#2814)
|
2021-05-24 10:13:59 +00:00 |
Emojis.cpp
|
Don't use designated initializers (#2457)
|
2021-02-14 12:59:29 +01:00 |
ExponentialBackoff.cpp
|
Use an exponential backoff when deciding how long we need to wait for reconnects (#2892)
|
2021-06-20 13:29:52 +00:00 |
FormatTime.cpp
|
Optimize formatTime utility (#3777)
|
2022-05-29 11:54:42 +00:00 |
Helpers.cpp
|
Make generic version of batcher function (#3822)
|
2022-06-17 20:52:20 +02:00 |
HighlightController.cpp
|
Allow non-message phrases to be highlighted by self (#3835)
|
2022-06-26 10:43:34 +00:00 |
HighlightPhrase.cpp
|
[Tests] Make tests build again (ctor of HighlightPhrase changed) (#2273)
|
2020-12-13 13:19:22 +01:00 |
Hotkeys.cpp
|
Add custom hotkeys. (#2340)
|
2021-11-21 17:46:21 +00:00 |
IrcHelpers.cpp
|
fix: parse irc tags with consecutive escapes (#3711)
|
2022-05-07 13:57:46 +00:00 |
LimitedQueue.cpp
|
Rewrite & optimize LimitedQueue (#3798)
|
2022-06-18 10:44:48 +00:00 |
main.cpp
|
Improve Twitch PubSub connection reliability (#3643)
|
2022-05-07 15:22:39 +00:00 |
NetworkCommon.cpp
|
Add a function in NetworkCommon parseHeaderList which parses a header list as a string into a vector of header pairs (#2623)
|
2021-04-17 11:49:19 +00:00 |
NetworkRequest.cpp
|
Include network response body in errors (#3987)
|
2022-09-11 12:32:08 +00:00 |
RatelimitBucket.cpp
|
Rate limit outgoing JOIN messages (#3115)
|
2021-08-04 21:18:34 +00:00 |
TwitchMessageBuilder.cpp
|
Corrected the way we parse comma-separated "list tags" in PRIVMSGs (#3771)
|
2022-05-28 09:55:48 +00:00 |
TwitchPubSubClient.cpp
|
Improve Twitch PubSub connection reliability (#3643)
|
2022-05-07 15:22:39 +00:00 |
UtilTwitch.cpp
|
Prevent user from entering incorrect characters in Live Notifications channels list (#3715)
|
2022-05-08 10:27:25 +00:00 |