
The TeamSpeak development team is pleased to announce the immediate availability of version
3.0.3 of the TeamSpeak 3 Server. This release includes an exciting new feature -
temporary server passwords.
This allows admins to add additional passwords to their server that expire after a specified amount of time. This is a great way to grant temporary access to guests without having to change the default server password afterwards. In addition, they have added two new privileges to further increase the flexibility of the permission system.
All server providers are strongly encouraged to upgrade to version
3.0.3 to prepare for the upcoming client release. As always, simply extract the package file and overwrite all changed files on the server.
Note that a TeamSpeak 3 Client version
3.0.6 is required to use some of the new features. A pre-release build can be obtained using the public
BETA channel. Use at your own risk!
Unlike previous beta releases in the past, which were already feature-complete and offered to public shortly before release, they want to release beta clients a bit earlier in the development process in the future, so remaining issues can be resolved earlier and not just during the last week before a scheduled stable release, which often lead to delaying this planned release more than originally planned.
To update your TeamSpeak client on the beta channel, go to the TeamSpeak 3 Client installation folder and create a file "update.ini" with this content:
[Channel]
beta=true
Please feel free to drop them a line in their community forums if you have any questions or feedback. Both release threads are linked below.
Thank you for your continued support and for the confidence that you have placed in our products!- TeamSpeak SystemsServer Release 3.0.3 - 19 March 2012
! permissions updated to revision 14
+ added temporary serverpasswords (servertemppasswordadd, servertemppassworddel, servertemppasswordlist) check docu for details
+ added new permission b_client_request_talker to control who can request talk power
+ added new permission b_client_avatar_delete_other to allow deleting avatars from other clients
+ ftinitdownload and ftinitupload shows binded ips
- fixed queryclient antiflood bug
Client Release 3.0.6 - 16 Mar 2012
+ Plugin API updated to 16
+ Added context menu "Paste & Send" in chat line.
+ The away message is now shown beside nickname.
+ Added multiselection for "Permissions > Channel Groups > Clients", the DEL key works too.
+ Added ban reason sorting.
+ Added line markers for each chat line. Can be disabled via chat display context menu (default is enabled).
+ Added ability to delete other clients avatar if b_client_avatar_delete_other is set. Requires server 3.0.3 or above.
+ Removed the confusing soundpack "None".
+ Added animated gif support for avatar and channel description. Can be toggled in Settings->Options->Design (default is enabled).
+ Added new permission b_client_request_talker, this allows clients to request talk power. Requires server 3.0.3 or above.
* Added name of the user who granted talk power to the message: "Talk power granted by X".
* Utilities (update, error_report and package_installer) are now dynamically translatable.
* Plugin API changes: Added setPluginMenuEnabled, requestClientIDs, onClientIDsEvent, onClientIDsFinishedEvent. Removed pluginEvent and getAPIVersion. Removed plugin_events.h header.
* Added plugin hotkeys, see test plugin for details
* Added version string to uninstall registry entries for display in Windows deinstall system control panel.
* Phonetic name can now be pre- defined per identiy but still be overwritten in every bookmark.
* ts3server:// links can now be entered into the Connect dialog. Values from this link will overwrite existing values from the dialog.
* Collected URLs are now saved in binary file instead of ini, much faster.
- Fixed contextmenu in chat on ts3server links
- Fixed opening the previlege key dialog without having the permission to see the key list and also then, all created keys will be shown until the dialog has been closed or list has been reloaded.
- Fixed adding a custom ban even without the permission to list. When adding a ban a dialog will show if the ban could be inserted.
- Empty ban list no longer shows "Insufficient permissions to view bans"
- Fixed opening URLs with different char encoding e.g. ISO 8859-1 (Latin-1) having '%F6' instead of 'รถ' in filename.
- Fixed opening text chat from a received poke on correct server.
- Fixed no colors in multiline messages.
- Fixed invitation if privilege key contains a plus sign.
- Fixed special HTML characters (<, > etc) getting lost in chat history
- Fixed special HTML characters in client description
- Clear old server log when connecting to a new server in the server log view
- Changed behaviour of the last tabs close button.
- Fixed broken avatar template values.
- Fixed poke message size limit when message includes URL(s).
- Fixed writing and reading chatlog history. Please backup or delete old chat logs to start clean or you might feel some strange delay.
- Fixed bookmarks manager reporting unsaved changes.
- Fixed copying nicknames from chat if they contain whitespaces.
- Removed some repetitive settings from options dialog which are also accessible via contextmenus in the client mainwindow.