Results 1 to 15 of 32
-
29-02-2012, 09:19 #1
-= TeamSpeak Servant =-
- Join Date
- Oct 2003
- Location
- Germany
- Posts
- 2,296
TeamSpeak 3 Server 3.0.2 Release Discussion
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:
Happy testing!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

Here's a full list of changes:
As always we'd appreciate your feedback on this release. Also, please continue to report any issues in our Bug Reports forum.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
Thank you!
-
29-02-2012, 09:45 #2
-= TeamSpeak Guru =-
- Join Date
- May 2010
- Posts
- 6,372
Just one thing
After have updated your server if you get these lines in your server log, don't panic
it's normal.
It's due to the new Anti-Spam system
You'll get this 4 lines for each virtual server on your Teamspeak Instance and just one timeCode:WARNING |Variables | | loadFromDatabase() found unregistered ident: virtualserver_antiflood_points_needed_warning WARNING |Variables | | loadFromDatabase() found unregistered ident: virtualserver_antiflood_points_needed_kick WARNING |Variables | | loadFromDatabase() found unregistered ident: virtualserver_antiflood_points_needed_ban WARNING |Variables | | loadFromDatabase() found unregistered ident: virtualserver_antiflood_ban_time
Last edited by florian_fr40; 29-02-2012 at 16:26.
-
29-02-2012, 10:50 #3
-= TeamSpeak Lover =-
- Join Date
- Feb 2012
- Location
- France
- Posts
- 70
I just do the upgrade. Like Florian say, there are 3 new line who appears. Otherwise, all works well . Thanks and congrulation for your work.
-
29-02-2012, 12:18 #4
-= TeamSpeak Servant =-
- Join Date
- Oct 2003
- Location
- Germany
- Posts
- 2,296
-
29-02-2012, 12:36 #5
If someone needs the MySQL commands for this update:
Code:ALTER TABLE `clients` CHANGE `client_month_upload` `client_month_upload` BIGINT UNSIGNED NULL DEFAULT '0', CHANGE `client_month_download` `client_month_download` BIGINT UNSIGNED NULL DEFAULT '0', CHANGE `client_total_upload` `client_total_upload` BIGINT UNSIGNED NULL DEFAULT '0', CHANGE `client_total_download` `client_total_download` BIGINT UNSIGNED NULL DEFAULT '0'; ALTER TABLE `servers` CHANGE `server_month_upload` `server_month_upload` BIGINT UNSIGNED NULL DEFAULT '0', CHANGE `server_month_download` `server_month_download` BIGINT UNSIGNED NULL DEFAULT '0', CHANGE `server_total_upload` `server_total_upload` BIGINT UNSIGNED NULL DEFAULT '0', CHANGE `server_total_download` `server_total_download` BIGINT UNSIGNED NULL DEFAULT '0';
-
29-02-2012, 14:14 #6
-= TeamSpeak User =-
- Join Date
- Mar 2011
- Posts
- 21
Is it possible to upgrade a 3.0.0 server directly to 3.0.2 ?
-
29-02-2012, 14:21 #7
-= TeamSpeak Guru =-
- Join Date
- May 2010
- Posts
- 6,372
Of course you can.
BUT PLEASE, before read the required actions from the 3.0.1 change log : http://forum.teamspeak.com/showthrea...ase-Discussion
-
29-02-2012, 14:47 #8
-= TeamSpeak Fanatic =-
- Join Date
- Jan 2010
- Location
- Catalunya
- Posts
- 2,330
Two questions, about new ServerQuery commands.
1- Is necessary use sid=0 ?
2- Is possible create a new value(e.g. 13) for sgtype, according with i_group_auto_update_type, of course? To upgrade news (no standard) server groups.
-
29-02-2012, 16:45 #9
- No.
- Yes.
- It doesn't affect template groups. (Bug?)
- If you have offline servers on your instance, they are temporarily started (one after another), meaning it will fail if you are at the limit with your running servers and have offline servers.
- Other than for servergroupaddperm, b_permission_modify_power_ignore actually works correctly for servergroupautoaddperm.
-
29-02-2012, 16:58 #10
-= TeamSpeak Guru =-
- Join Date
- May 2010
- Posts
- 6,372
To be clear:
use 0 will affect all server group (with the specified sgtype) on each virtual server.
use <serverID> will affect all server groups (with the specified sgtype) on the selected virtual server only.
-
29-02-2012, 17:32 #11
-
29-02-2012, 17:49 #12
-= TeamSpeak Servant =-
- Join Date
- Oct 2003
- Location
- Germany
- Posts
- 2,296
-
29-02-2012, 21:51 #13
-= TeamSpeak Guru =-
- Join Date
- May 2010
- Posts
- 6,372
Absolutely true.
Sorry another thread lost me
-
01-03-2012, 04:47 #14
-= TeamSpeak Addict =-
- Join Date
- Jun 2011
- Location
- Russian Federation
- Posts
- 208
until everything is perfect! all works well), thanks for your effort
-
02-03-2012, 17:14 #15
Until everything is perfect! Thanks, all works well. That's tru Ar2rJke
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
TeamSpeak 3 Client 3.0.5 Release Discussion
By PeterS in forum ArchiveReplies: 5Last Post: 11-03-2012, 21:27 -
TeamSpeak 3 Server 3.0.2 Pre-Release Discussion
By dante696 in forum ArchiveReplies: 6Last Post: 24-02-2012, 19:01 -
TeamSpeak 3 Server 3.0.1 Release Discussion
By ScP in forum ArchiveReplies: 31Last Post: 17-02-2012, 16:19 -
Teamspeak 3 Release Date
By SniperClops in forum [TeamSpeak 2] General QuestionsReplies: 3Last Post: 22-11-2006, 18:01







