This repository has been archived by the owner on Oct 14, 2020. It is now read-only.
Releases: Speckmops/ts3admin.class
Releases · Speckmops/ts3admin.class
ts3admin.class v1.0.2.5
- 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
- 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
~ changed description of clientEdit (Thanks to Ibrahim for the hint)
ts3admin.class v1.0.2.2
~ parameter seconds_empty changed to secondsempty in channelList (thanks to Mateusz)
ts3admin.class v1.0.2.1
- fixed composer.json
ts3admin.class v1.0.2.0
- added channelClientList function
- added channelGroupAddClient as alias for setClientChannelGroup function
ts3admin.class v1.0.1.9
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
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
- fixed infinite loop if socket times out while sending a command (thanks to toxiicdev)
ts3admin.class v1.0.1.2
- Added some constants which can be found in the official ts3 documentation
- changed documentation stuff