OxidizeBot

High performance Twitch bot in Rust

APACHE-2.0 License

Stars
153

Bot releases are hidden (Show)

OxidizeBot - 1.3.1

Published by udoprog 8 months ago

What's Changed

Full Changelog: https://github.com/udoprog/OxidizeBot/compare/1.3.0...1.3.1

OxidizeBot -

Published by udoprog almost 2 years ago

This is a beta release to update bot dependencies and fix some potential issues when interacting with the Spotify API.

OxidizeBot -

Published by udoprog almost 4 years ago

Fixed

  • Fix issue where end-of-track is incorrectly signalled when paused #100.
  • Unable to parse Spotify URIs with context parameter #98.

Changed

  • Only log URL/URI parsing on tracing #87.
OxidizeBot -

Published by udoprog about 4 years ago

OxidizeBot -

Published by udoprog about 5 years ago

Changed

  • Fixed issue where tray icon doesn't work for some Windows versions.
OxidizeBot -

Published by udoprog about 5 years ago

OxidizeBot -

Published by udoprog about 5 years ago

Changed

  • Renamed all irc/ settings to chat/ settings.
  • Authentication must now happen through a remote service, like https://setbac.tv
  • Moved to tokio and associated ecosystem's async/await alpha's.

Added

  • Support for complex object fields in settings configuration.
  • Support for matching a command pattern !command pattern <name> [pattern].
  • Support capture groups in pattern. Like I like (.+) will allow you to use the variable {{1}} for the group.
  • Added !help command to send you to https://setbac.tv/help
OxidizeBot - 0.4.9

Published by udoprog about 5 years ago

Changed

  • Fixed the client id of the YouTube integration and fix broken API.
OxidizeBot - 0.4.8

Published by udoprog about 5 years ago

Changed

  • Fix !clip command.
OxidizeBot - 0.4.7

Published by udoprog about 5 years ago

Changed

  • Fix refreshing of stream information.
OxidizeBot - 0.4.6

Published by udoprog about 5 years ago

Changed

  • Fix updating the title using !title command.
OxidizeBot - 0.4.5

Published by udoprog over 5 years ago

Changed

  • Upgraded RocksDB to support directories with unicode characters in them.
OxidizeBot -

Published by udoprog over 5 years ago

Added

  • Show display name when responding to users.
  • Experimental support for viewing chat.
    • Support for only showing first message per user.
  • bypass-cooldowns scope to bypass command and scope cooldowns.
  • Support for ChaosMod 1.3.0.
OxidizeBot -

Published by udoprog over 5 years ago

OxidizeBot -

Published by udoprog over 5 years ago

OxidizeBot -

Published by udoprog over 5 years ago

OxidizeBot -

Published by udoprog over 5 years ago

OxidizeBot -

Published by udoprog over 5 years ago

Changed

  • Switch to moment-timezone for list of timezones in UI.
OxidizeBot - 0.4.2

Published by udoprog over 5 years ago

Changed

  • Make location optional in Settings component (causes blank page).
OxidizeBot -

Published by udoprog over 5 years ago

Changed

  • UI doesn't break on bad semver latest releases.