TeamSpeak Server 32-bit 歷史版本資訊

TeamSpeak Server 32-bit

TeamSpeak Server 32-bit 3.8.0 for PC Windows

TeamSpeak Systems GmbH
未分類

TeamSpeak Server 3.0.3 (32-bit)

更新時間:2012-03-19
更新細節:

- permissions updated to revision 14
- added temporary serverpasswords (servertemppasswordadd, servertemppassworddel, servertemppasswordlist)
- 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


版本下載:TeamSpeak Server 3.0.3 (32-bit)

TeamSpeak Server 3.0.2 (32-bit)

更新時間:2012-03-01
更新細節:

* anti spam system reworked
- removed virtualserver_antiflood_points_needed_warning, virtualserver_antiflood_points_needed_kick, virtualserver_antiflood_points_needed_ban, virtualserver_antiflood_ban_time
- added virtualserver_antiflood_points_needed_command_block
- stops executing of commands, no ban is invoked anymore
- added virtualserver_antiflood_points_needed_ip_block
- prevents from connecting, no ban is invoked
* mysql users please alter all fields in tables "servers" and "clients" regarding download/upload from "int unsigned" to "bigint unsigned"
* whoami shows client_origin_server_id (server which the client does belong too)
* addded servergroupautodelperm and servergroupautoaddperm bound to b_permission_modify_power_ignore (check docu for details)
* fixed empty channeledit command invoked an channeledit message to clients
* fixed query ban message had no line endings
* fixed issue with permlist commands giving not correct error back on an empty list


版本下載:TeamSpeak Server 3.0.2 (32-bit)

TeamSpeak Server 3.0.1 (32-bit)

更新時間:2011-11-21
更新細節:

- removed database logging (sqlite users please manually do an vacuum on your database)
- we got now a logfile for every virtualserver and one general
- logview command revoked, please check docs for details
- added new start parameter logappend ; starting the instance with logappend=1 will append the logfile and wont create a new one on each instance start
- removed client_login_name and client_login_password properties from snapshots
- properties CHANNEL_ICON_ID and CLIENT_ICON_ID wont be stored anymore in database
- fixed bug within server deploy (correct snapshot returned invalid_client_id)
- command serverlist -all returns "other_instance" for virtualserver_status if the virtualserver belongs to an other instance
- some improvements for quering virtualservers regarding machine_id parameter
- command servercreate wont need an virtualserver_name anymore, will use the template default name instead
- fixed guest client can set channel_icon_id and channel_flag_password
- fixed b_client_skip_channelgroup_permissions == 0 only overwrites skipped permission if negated
- fixed that channel deletion with parent channels gives wrong log output
- fixed token could be created in an channel where you dont got correct permissions


版本下載:TeamSpeak Server 3.0.1 (32-bit)

TeamSpeak Server 3.0.0 (32-bit)

更新時間:2011-08-11
更新細節:

* disable_db_logging set to true by default
* serversnapshotdeploy can deploy into a new virtualserver now, to archive this do a "use 0" just before the command
* clients table got a new field "client_lastip" where we store last ip used by the client
* clientdbinfo, clientdblist, clientdbfind does show client_lastip
* fixed clientdblist count parameter returned always 1
* fixed issue where server kept status virtual_online while using logout command
* fixed problem where a channel you could not subscribe was not automatically unsubscribed when you left it
* fixed issue where VIRTUALSERVER_ASK_FOR_PRIVILEGEKEY && VIRTUALSERVER_AUTOGENERATED_PRIVILEGEKEY where exported/imported through a snapshot
* fixed issues with channel permission wont take values from clientchannel permissions
* fixed multiple complains by one user possibility if autoban count is set to two
* fixed strange serverquery password behavior
* improved client traffic reset performance
* improved database performance


版本下載:TeamSpeak Server 3.0.0 (32-bit)

TeamSpeak Server 3.0.0 RC1 (32-bit)

更新時間:2011-05-23
更新細節:

- mysql users, please alter your table channel_properties and extend the "value varchar(255)" field to varchar(8192)
- mysql users, please alter your table bans and extend the "ban_name varchar(255)" field to varchar(2048)
- server uses now 10 database connections (sqlite and mysql)
- added new parameter "dbconnections" for defining max database connections to use (1-100) default is 10
- i_group_auto_update_type values changed
- channel permissions got their own needed/power permissions instead of using the group labeled ones
- renamed:
> i_client_modify_power > i_client_permission_modify_power
> i_client_needed_modify_power > i_client_needed_permission_modify_power
> i_client_max_clones > i_client_max_clones_uid
- added new parameter "disable_db_logging" which turns off logging to database (logview commands wont work anymore)
- added the TSDNS server to the server installer. Read the documentation in the "tsdns" subfolder for details
- added permissions i_channel_delete_power, i_channel_needed_delete_power,i_channel_permission_modify_power, i_channel_needed_permission_modify_power
- added permission i_group_auto_update_max_value
- added permissions i_client_needed_whisper_power and i_client_whisper_power that determine who can whisper to whom
- Added total bytes transfered by filetransfer to serverinfo, hostinfo and server connectioninfo
- improved permission add/delete performance
- channelgroupaddperm, channelgroupdelperm, servergroupaddperm, servergroupdelperm added optional parameter "continueonerror"
- uploading and deleting of icons will be logged if filetransfer log is enabled
- added some indexes for speedup lookups regarding servers.server_port and messages.message_flag_read
- added permission b_virtualserver_change_template
- serveredit and serverinfo command can be used with use 0 to modify and display virtualserver template values (serverinfo display is different from normal output!)
- added server property VIRTUALSERVER_HOSTBANNER_MODE:
> HostBannerMode_NO_ADJUST=0
> HostBannerMode_ADJUST_IGNORE_ASPECT=1
> HostBannerMode_ADJUST_KEEP_ASPECT=2
- fixed bogus mysql create script for channel_properties
- default groups cant be permanent anymore
- removing double group assignements on server start
- fixed problem where multi-line client descriptions where stored in database
- fixed query gave out wrong error messages
- fixed permreset did not remove icon_id assignments
- fixed double assigned permissions where deleted completly
- fixed channelmove / channelcreate not checking b_channel_create_child and i_channel_needed_modify_power
- fixed sql parameter errors while inserting defaults.sql
- fixed not removing privilege key on channel deletion
- fixed snapshotdeploy would fail on virtualserver_max_slots / virtualserver_limit reached
- fixed not checking correct permissions for CHANNEL_FLAG_MAXFAMILYCLIENTS_UNLIMITED, CHANNEL_FLAG_MAXFAMILYCLIENTS_INHERITED
- fixed not checking notifyregister / notifyunregister permissions
- fixed server critical while using notifyregister=server and multiple queries dropping at the same time
- fixed set channelgroup did not include channel name info in server log
- fixed create subchannel did not include parent channel info in server log
- fixed issue mac osx server uses 100% cpu
- Fixed a bug that could be triggered remotely and would cause the server to shut down with a critical message in the log file.


版本下載:TeamSpeak Server 3.0.0 RC1 (32-bit)

TeamSpeak Server 3.0.0 Beta 30 (32-bit)

更新時間:2010-11-23
更新細節:

- new tcp stack
- instance_properties respect now machine_id
- updated to sqlite 3.7.3
- clientdbfind returns a max of 50 rows
- clientdblist duration limited to a max of 200 rows
- reduced CPU usage for large servers
- ServerQuery: added server port to "whoami" output
- ServerQuery: added client_created and client_lastconnected times to output of "clientlist" when "-times" parameter is passed. Value is in seconds since 1970.
- ServerQuery: added parent id to output of "channelinfo"
- new channel/server group get new default permissions i_group_needed_member_add_power based on i_group_member_add_power i_group_needed_member_remove_power based on i_group_member_remove_power
- added permission i_group_sort_id commands notify notifyservergrouplist / notifychannelgrouplist output "sortid" field
- added permission i_group_show_name_in_tree commands notify notifyservergrouplist / notifychannelgrouplist output "namemode" field
- added new PluginTargetMode PluginCommandTarget_CURRENT_CHANNEL_SUBSCRIBED_CLIENTS
- servergroupclientlist uses now internal id/uid/name cache which results in faster processing and lower database usage
- query and template groups accept only local icon_ids
- added command line option "no_password_dialog" which prevents showing the password dialog on windows (eg. no_password_dialog=1)
- added new command "permget" (check docu for details)
- added permission b_client_permissionoverview_own
- added servernotifyregister event "tokenused"
- windows tray icon shows now your wan ip
- fixed problem handling malformated client requests that could lead to the server shutting down after logging a critical log message.
- fixed issue that lead to clients not being able to edit the slot count back to the value that was set when they originally connected to the server
- fixed serversnapshotdeploy using wrong sql file on failure
- fixed issue with servernotifyregister not unregistering serverquery clients on remote connection closed
- fixed bug with temporary channels not being deleted immediately when a sub-channel was moved out of them and they so became empty
- fixed bug that lead to the output of the ServerQuery command "hostinfo" to display wrong data in the bandwidth last minute and bandwidth last second fields
- fixed channel client permissions where not removed on channel delete
- fixed possibility to host more slots than allowed
- fixed bug where a clone leaving server removed temp groups of still connected clones
- fixed client which where added to query groups wont be correctly removed on serverdelete/clientdelete
- fixed serverprocessstop works again under windows
- fixed client channel/server groups got not updated while changing default groups
- server traffic quota reset script respects machine_id
- fixed clientinfo on a serverquery can cause a crash
- fixed client disconnect closes wrong clientserverquery connection


版本下載:TeamSpeak Server 3.0.0 Beta 30 (32-bit)

TeamSpeak Server 3.0.0 Beta 29 (32-bit)

更新時間:2010-09-29
更新細節:

- Voice packets are now not transfered encrypted by default. Added options to configure this behavior on virtual server or per channel level. Clients of versions beta29 and earlier will not be able to communicate with new clients.
- removed permission i_client_kick_power and i_client_needed_kick_power
- certain log messages, like query and accounting wont go anymore to the database
- serverquery sends between the ts3 prompt also a new welcome message
- token functions renamed to privilegekey (privilegekeyadd, privilegekeydelete, privilegekeyuse, privilegekeylist) old function names are still working but will be removed.
- added permissions i_client_kick_from_server_power, i_client_needed_kick_from_server_power i_client_kick__from_channel_power, i_client_needed_kick_from_channel_power
- added permissions b_channel_modify_make_codec_encrypted, b_virtualserver_modify_codec_encryption_mode
- client kick from channel wont check for i_client_needed_move_power / i_client_move_power
- fixed clientIDCache issues
- property "instance_uptime" is now in seconds since 1970
- fixed removing an offline client from channelgroup wont be logged
- fixed issues with serversnapshotdeploy and using invalid filepaths
- fixed issues with serversnapshotdeploy and writing zero database entries
- fixed issues with serversnapshotdeploy where a failed deploy left invalid data
- fixed users are shown in weblist, even when a server with reserved slots is empty


版本下載:TeamSpeak Server 3.0.0 Beta 29 (32-bit)

TeamSpeak Server 3.0.0 Beta 28 (32-bit)

更新時間:2010-09-22
更新細節:

- Changed the way some text message characters are escaped. You now require at least beta26 clients to connect to the server.
- if VIRTUALSERVER_MAXCLIENTS is zero and VIRTUALSERVER_HOSTMESSAGE_MODE is HostMessageMode_MODALQUIT the client shows the VIRTUALSERVER_HOSTMESSAGE
- clientlist serverquery command now accepts "-country" flag
- clientlist serverquery command prints client_flag_talking again when -voice is passed
- fixed bug that could lead to failing asserts on big endian system when clients connected
- handle EINTR on linux systems, which should prevent a critical error concerning the epoll_wait call that some people were seeing
- fixed weblist shows full server, when reserved slots are available
- fixed bug where clients could connect to the server with empty nick names which in turn could cause other clients to terminate
- fixed bug that could lead to other clients terminating when you connected to the server with multiple cloned clients and changed your avatar


版本下載:TeamSpeak Server 3.0.0 Beta 28 (32-bit)

TeamSpeak Server 3.0.0 Beta 27 (32-bit)

更新時間:2010-09-06
更新細節:

- fixed bug that could lead to crashes on servers with incorrect time source
- fixed problem with epoll_ctl and linux kernel <= 2.6.9


版本下載:TeamSpeak Server 3.0.0 Beta 27 (32-bit)

TeamSpeak Server 2.0.23.19 RC2 (32-bit)

更新時間:2010-09-06
更新細節:

- Many bugs were fixed, including some that could crash your server, and others
that might affect security


版本下載:TeamSpeak Server 2.0.23.19 RC2 (32-bit)

更新時間:0000-00-00
更新細節:
版本下載: