Releases: aaskjer/TwitchSentry
Releases · aaskjer/TwitchSentry
Release list
v1.0.4 - Hotfix
v1.0.3 - Bugfixes and Enhancements
- Fixed: Forgot to replace some placeholder Tooltips and Labels.
- Fixed:
[TS] - ChatCommandsresponded to any command in whisper messages even unrelated ones. - Fixed:
CheckLinkblocked other Scripts by occuping SentryState for too long. - Fixed: Rare chance
CheckLinkwould block others scripts and set SentryState to an unusable state if a user tries to run with no API-Key specified. - Fixed: In
LinkFilter, ifCheck On Harmful Domainswas enabled,CheckLinkstill wouldn't run if the user has not enabled the module itself. - Added New Checkboxes to
LinkFilterandCheckLinkif the script should notify on suspicious and malicious domains. CheckLinkcan now be used via whisper with!CheckLink <domain>(Your bot account needs to have a validated email and phone number on twitch).Use IPQSis not active on default anymore.- Some Code-Cleanup and Typos.
v1.0.2 - Important Bugfixes
- Fixed: In
LinkFiltersome domains and subdomains got ignored while in the whitelist because of some logic errors. - Fixed: The
CheckLinkcommand was not specified inLinkFilterand any message starting with!blockedLinkFilterfrom working. - Fixed:
AutoMod- TheTwitchWarnlogic was commented out for testing purposes and wasn't reactivated. - Updated some tooltips
- SentryState wasn't properly set in some actions and silently failed in many places.
- New action:
[TS] - ChatCommandsnow you or your mods can modify entries in theconfigs.jsonagain from chat or whisper again
WhitelistDomains
!WLAdd <Term>
!WLRemove <Term>
!WLList
VoteExcludedUsers
!VEUAdd <userName>
!VEURemove <userName>
!VEUList
autoModWhitelist
!AMAdd <Term>
!AMRemove <Term>
!AMList
keywords
!KWAdd <Keyword>
!KWRemove <Keyword>
!KWList
spacedUrlTlds
!TLDAdd <TLD>
!TLDRemove <TLD>
!TLDList
Note: Commands can be edited for chat but are hardcoded for whisper messages due to twitch quirks
v1.0.1 - Minor Bugfixes and Adjustments
- Added a Whitelist to
AutoModso it automatically allows messages with words or phrases found that are considered harmless. TwitchWarnis now also wired up toAutoMod. If a users message is removed, the user also receive a warn.- Minor bugfixes and fixed typos.