Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

Releases: Speckmops/ts3admin.class

ts3admin.class v1.0.2.5

30 Aug 05:51
Compare
Choose a tag to compare
  • changed description of logAdd, loglevels added (thanks to derrodirik)
  • changed description of banList (thanks to derrodirik)
  • changed description of clientGetNameFromUid (thanks to WrightProjects)
  • added filter function to serverGroupList (thanks to thomas-rolling)
  • overworked documentation, especially return-types (thanks to thomas-rolling)

ts3admin.class v1.0.2.4

05 Jun 08:36
Compare
Choose a tag to compare
  • added customSet and customDelete function
  • added reason message to serverStop and serverProcessStop
  • fixed error in readChatMessage when you're in the default channel and want to read text from it
  • channelEdit comment embellished
  • removed CLIENT_ICON_ID from clientdbinfo

ts3admin.class v1.0.2.3

02 Nov 07:41
Compare
Choose a tag to compare

~ changed description of clientEdit (Thanks to Ibrahim for the hint)

ts3admin.class v1.0.2.2

02 Nov 06:48
Compare
Choose a tag to compare

~ parameter seconds_empty changed to secondsempty in channelList (thanks to Mateusz)

ts3admin.class v1.0.2.1

07 Feb 07:19
Compare
Choose a tag to compare
  • fixed composer.json

ts3admin.class v1.0.2.0

06 Feb 12:22
Compare
Choose a tag to compare
  • added channelClientList function
  • added channelGroupAddClient as alias for setClientChannelGroup function

ts3admin.class v1.0.1.9

31 Jan 12:41
Compare
Choose a tag to compare

Version: 1.0.1.9 - Tue, 31 Jan 2017

  • added getIconByID function
  • added channelGroupGetIconByCGID function
  • added serverGroupGetIconBySGID function
  • added uploadIcon function
  • ftUploadFile seems to need no newline after sending fileTransferKey anymore, so I removed it
  • changed description of ftGetFileInfo
    +removed channelGetIconByID function, replacement is getIconByID

Version: 1.0.1.8 - Fri, 04 Nov 2016

  • Changed misspelled property CHANNEL_CODEC (Thanks to Micky5991)
  • Force lowercase property-names for all create and edit functions (Thanks to Micky5991)

Version: 1.0.1.7 - Wed, 02 Nov 2016

  • Added constants for opus codec (thanks to Nik99)

ts3admin.class v1.0.1.6

02 Nov 13:30
Compare
Choose a tag to compare

Version: 1.0.1.6 - Wed, 02 Nov 2016

  • Added channelGetIconByChannelID
  • channelGetIconByID now accepts negative ID's

Version: 1.0.1.5 - Wed, 02 Nov 2016

  • Added channelGetIconByID

Version: 1.0.1.4 - Wed, 02 Nov 2016

  • Added readChatMessage function by toxiicdev
  • Added getQueryClid by toxiicdev
  • Added loadQueryData by toxiicdev
  • Added serverNotifyUnregister by toxiicdev

ts3admin.class v1.0.1.3

20 Oct 07:47
Compare
Choose a tag to compare
  • fixed infinite loop if socket times out while sending a command (thanks to toxiicdev)

ts3admin.class v1.0.1.2

19 Oct 08:41
Compare
Choose a tag to compare
  • Added some constants which can be found in the official ts3 documentation
  • changed documentation stuff