Skip to content

Releases: aaskjer/TwitchSentry

v1.0.4 - Hotfix

Choose a tag to compare

@aaskjer aaskjer released this 25 Jun 14:13
1423063
  • Minor fixes
  • Update notification fix

v1.0.3 - Bugfixes and Enhancements

Choose a tag to compare

@aaskjer aaskjer released this 21 Jun 18:24
6a74bca
  • Fixed: Forgot to replace some placeholder Tooltips and Labels.
  • Fixed: [TS] - ChatCommands responded to any command in whisper messages even unrelated ones.
  • Fixed: CheckLink blocked other Scripts by occuping SentryState for too long.
  • Fixed: Rare chance CheckLink would block others scripts and set SentryState to an unusable state if a user tries to run with no API-Key specified.
  • Fixed: In LinkFilter, if Check On Harmful Domains was enabled, CheckLink still wouldn't run if the user has not enabled the module itself.
  • Added New Checkboxes to LinkFilter and CheckLink if the script should notify on suspicious and malicious domains.
  • CheckLink can now be used via whisper with !CheckLink <domain> (Your bot account needs to have a validated email and phone number on twitch).
  • Use IPQS is not active on default anymore.
  • Some Code-Cleanup and Typos.

v1.0.2 - Important Bugfixes

Choose a tag to compare

@aaskjer aaskjer released this 17 Jun 21:57
4ec2db5
  • Fixed: In LinkFilter some domains and subdomains got ignored while in the whitelist because of some logic errors.
  • Fixed: The CheckLink command was not specified in LinkFilter and any message starting with ! blocked LinkFilter from working.
  • Fixed: AutoMod - The TwitchWarn logic 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] - ChatCommands now you or your mods can modify entries in the configs.json again 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

Choose a tag to compare

@aaskjer aaskjer released this 05 Jun 10:12
a76e04b
  • Added a Whitelist to AutoMod so it automatically allows messages with words or phrases found that are considered harmless.
  • TwitchWarn is now also wired up to AutoMod. If a users message is removed, the user also receive a warn.
  • Minor bugfixes and fixed typos.

v1.0.0

Choose a tag to compare

@aaskjer aaskjer released this 04 Jun 12:56
10d846a

Initial release of the successor of TwitchLinkGuard. Same same, but different.