Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

pyTSon 1.2.3 for TS3 >=3.1 (apiVersion >=21)

Latest
Compare
Choose a tag to compare
@pathmann pathmann released this 20 Jul 23:52
· 29 commits to master since this release

Changelog

New Features:

  • Testing: Standard stream encoding (eg. sys.stdout) is utf-8 now (this change should only affect Windows, it's default on all other platforms since the beginning)
  • Callbackproxies can now affect the global return value (if the callback has one)
  • Exceptions (in plugin callbacks) are now printed to verbose log
  • Added convenience function getConnectionVariable in ts3lib module
  • SSL support is now statically linked (on Unix systems)

Bugfixes:

  • Under specific circumstances a plugin with hotkeys could not be deactivated
  • Some lists coming from the C SDK were not correctly converted to a pythonlist
  • Emoticon settings from Iconpacks are now loaded with utf-8 encoding
  • ts3lib.getChannelIDFromChannelNames works now as expected
  • Iconpacks with duplicate entries are now loaded correctly
  • There was a typo in getClientVariable
  • Fixed some false documentation