Hi folks,
our dev team is pleased to announce the immediate availability of version 3.0.2 of the TeamSpeak 3 Server. This release introduces a completely reworked anti-spam system and several important bug fixes. Also, there are two new ServerQuery commands to ease the pain when having to change the permissions on each of your virtual servers at the same time. Here's an example:
Code:
# assign b_virtualserver_modify_maxclients to all regular servergroups with i_group_auto_update_type 45 (Server Admin)
servergroupautoaddperm sgtype=45 permsid=b_virtualserver_modify_maxclients permvalue=1 permskip=0 permnegated=0
# remove b_virtualserver_modify_maxclients from all regular servergroups with i_group_auto_update_type 45 (Server Admin)
servergroupautodelperm sgtype=45 permsid=b_virtualserver_modify_maxclients
Happy testing! 
Here's a full list of changes:
Code:
=== Server Release 3.0.2 29 February 2012
! 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
As always we'd appreciate your feedback on this release. Also, please continue to report any issues in our Bug Reports forum.
Thank you!