- 03 Nov, 2020 1 commit
-
-
Winder authored
-
- 26 Sep, 2020 1 commit
-
-
Winder authored
-
- 03 Sep, 2020 3 commits
- 16 Aug, 2020 1 commit
-
-
Winder authored
-
- 10 Aug, 2020 3 commits
-
-
Winder authored
-
Winder authored
-
Winder authored
* * The error message is no longer disappearing while the script restarts itself, if the error could not be fixed. * * The error box is now showing the top most error, instead of the error, which wrote as first into the error box. * * If the top most error could be fixed, the error box shows the second top most error (this continues, until all errors have been fixed). * Fixed a bug, that the script was restarting itself multiple times at once. * Removed unnecessary code.
-
- 26 Jul, 2020 3 commits
-
-
Winder authored
-
Winder authored
-
Winder authored
* If the chat bot can't get the Twitch user token, a button appears to provide the user an option to authorize the chat bot (because the most likely cause for not getting the Twitch user token is, that the chat bot has not been authorized by the user).
-
- 19 Jul, 2020 3 commits
- 17 Jul, 2020 5 commits
- 15 Jul, 2020 2 commits
- 13 Jul, 2020 1 commit
-
-
Winder authored
-
- 12 Jul, 2020 3 commits
-
-
Winder authored
* * That way, all the occurrences of "log(); displayError();" could be replaced by just "displayError()". * Fixed some typings.
-
Winder authored
* Fixed some typings.
-
Winder authored
* Added a new type of messages. * Removed unnecessary variables. * Fixed a bug, that USERSTATE messages were logged to console as unknown message, when VERBOSE set to 'true'.
-
- 09 Jul, 2020 1 commit
-
-
Winder authored
* * This highly improves performance.
-
- 08 Jul, 2020 1 commit
-
-
Winder authored
* * They were not shown, automatically, because Twitch IRC doesn't send chat messages back to the sender. * Improved handling of received messages of Twitch IRC. * Restored sample code for easter eggs.
-
- 06 Jul, 2020 2 commits
-
-
Winder authored
* Refactored code to prepare and display a received chat message in new functions prepareChatMessage() and displayChatMessage().
-
Winder authored
* If a user has no display name set, his / her username is now used. * * This fixes a bug, that messages of these users had no name displayed. * Updated CSS of new stream chat.
-
- 30 Jun, 2020 1 commit
-
-
Winder authored
* * This increases the performance a bit.
-
- 29 Jun, 2020 1 commit
-
-
Winder authored
* If a Twitch user has not specified a color code for its messages, a default color (white) is now provided. * Success messages for requesting Twitch IRC capabilities are no longer logged into console.
-
- 27 Jun, 2020 1 commit
-
-
Winder authored
* * This was necessary, due to a change (described in following announcement: https://discuss.dev.twitch.tv/t/twitch-embedded-player-updates-in-2020/23956). * * This new stream chat doesn't support badges and emoticons, yet. * * Due to this change, the script needs less memory and has higher performance. * * * Due to the embedded stream chat (a whole Twitch frontend) is not loaded, anymore. * * * Due to the script doesn't need to do a lot of work on the embedded Twitch stream chat. * * * Due to smaller loops over chat messages, because they can now be removed instead of just hide them (they were part of each iteration in the embedded Twitch stream chat). * * Removed constant ZOOM_FACTOR, because it's no longer necessary.
-
- 06 Jun, 2020 1 commit
-
-
Winder authored
* Renamed "REDIRECT_URI" to "REDIRECT_URL", because it is called URL on dev.twitch.tv (even though it is called URI in the new Twitch API).
-
- 27 May, 2020 2 commits
- 26 May, 2020 1 commit
-
-
Winder authored
-
- 25 May, 2020 1 commit
-
-
Winder authored
* * Added function "fetchUserId()". * * Added variable "twitchUserId". * * Removed constant "USER_ID".
-
- 24 May, 2020 2 commits
-
-
Winder authored
* Adapted changes to Twitch API, according to "https://discuss.dev.twitch.tv/t/requiring-oauth-for-helix-twitch-api-endpoints/23916"
-
Winder authored
-