SinusBot Docker Versions Save

🐳 Official Docker image of the SinusBot for TeamSpeak 3 and Discord.

v1.0.0-beta.16-ba60e37

2 years ago

This is fixing an issue that could lock the bot up when using it with TS3.

v1.0.0-beta.10-202ee4d

4 years ago

This is just a minor update but it comes with updated scripts as well as some additions to the scripting engine.

  • enh(scripting): add requestClientConnectionInfo(); updates will be reported by clientConnectionInfoUpdate with a client object
  • enh(scripting): add time to ban event on TS3 fix(scripting): add groupId to user interface as documented
  • enh(scripting): add instance privileges to scripting
  • enh: add audio/mp4 and audio/webm as supported MIME types for streaming
  • enh(scripting): add hasTitle() / hasAlbum() / hasArtist() to playlist track information
  • chore: update scripts

1.0.0-beta.7:

  • enh: replaced internal command module with new script sinusbot-commands.js - many thanks to Jonas "irgendwr" Bögle
  • fix: increased randomness for helpers.getRandom() on Windows by a random amount (take that, rng!)
  • fix: correctly emit clientMove when a user joins or leaves a Discord channel

v1.0.0-beta.6-f290553

4 years ago

This release brings a couple of new features to the scripting engine and fixes some issues with Discord.

  • enh: clientBanned event will now be emitted, when someone gets banned from a TS server
  • enh: all move events on a TS server now hold a "message" field which contains the move/ban/kick message
  • fix: correctly handle new and leaving discord clients
  • enh: add audio.setTTSURL(url) and audio.setTTSDefaultLocale(locale)
  • feat: add engine.registrationEnabled()
  • feat: add media.resumeQueue() / media.playQueueNext()
  • feat: add media.clearIdleTrack() / media.clearStartupTrack()
  • feat: add media.setIdleTrackURL() / media.setStartupTrackURL()
  • fix: use sane timeouts for Discord API to prevent deadlocks under certain circumstances
  • chore: update command.js to v1.3.2

v1.0.0-beta.5

4 years ago
  • fix: make sure event 'load' always fires
  • fix: add invoker to !yt call

1.0.0-beta.4:

  • fix: add support for updated Discord
  • fix: make exec/query in db module work again as expected
  • fix: make helpers.toString() accept byte arrays

v1.0.0-beta.3

4 years ago
  • enh: support TS3 3.3+
  • enh: add some missing Discord functions to scripting engine (reactions mainly)
  • fix: remove a deadlock that could happen when certain events happen while the scripting engine is reloading
  • fix: properly handle multithreading to singlethreading for v8