Results 1 to 15 of 42
-
22-12-2009, 17:36 #1
-= TeamSpeak Team =-
- Join Date
- Jun 2002
- Location
- Krün / Germany
- Posts
- 1,965
TeamSpeak 3 Server 3.0.0-beta5 Available
Hi there!
We've just finished uploading version 3.0.0-beta5 of the server. Here's a list of changes:
Good luck on downloading the files!Code:=== Server Release 3.0.0-beta5 22 Dec 2009 - query password ban returns now a proper error message - channelgroup && servergroup deleting checks for modify power - fixed possibility that you set PERMISSION_i_group_needed_modify_power beyond your own power - fixed not checking PERMISSION_i_client_move_power correctly while clientmove - fixed possibly deadlock + added permission PERMISSION_b_virtualserver_modify_priority_speaker_dimm_modificator you need to manually add this permission if you are upgrading the server + added PERMISSION_b_virtualserver_modify_log_settings you need to manually add this permission if you are upgrading the server + added VIRTUALSERVER_LOG_CLIENT, VIRTUALSERVER_LOG_QUERY, VIRTUALSERVER_LOG_CHANNEL VIRTUALSERVER_LOG_PERMISSIONS, VIRTUALSERVER_LOG_SERVER, VIRTUALSERVER_LOG_FILETRANSFER to virtualserver properties default logging disabled except for permissions ! default permissions are more end-user friendly
-
22-12-2009, 17:40 #2
-= TeamSpeak Addict =-
- Join Date
- May 2006
- Location
- USA
- Posts
- 172
Good stuff... like that the default permissons are gonna be "more user friendly"

Any word on the release of new release for client?
-
22-12-2009, 17:52 #3
-= TeamSpeak User =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 12
what did you mean with
"you need to manually add this permission if you are upgrading the server"
What I must do to "add this manually"?
(I use sqllight)
-
22-12-2009, 17:54 #4
-= TeamSpeak Addict =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 115
Beta 5 ?? Where is the changelog for Beta 4?
-
22-12-2009, 17:58 #5
-= TeamSpeak User =-
- Join Date
- Dec 2009
- Location
- England
- Posts
- 5
How do we go about adding the permissions manually? I'm not pro on this stuff, I know a lot of other people here aren't either so maybe you guys could explain stuff like this in more detail, giving us an idea of how to do it? Or we'll be missing out.
-
22-12-2009, 17:59 #6
-= TeamSpeak Lover =-
- Join Date
- Jun 2009
- Location
- Germany
- Posts
- 35
There are no Beta4
! beta4 skipped
-
22-12-2009, 17:59 #7
-= TeamSpeak Team =-
- Join Date
- Jun 2002
- Location
- Krün / Germany
- Posts
- 1,965
-
22-12-2009, 18:10 #8
-= TeamSpeak Addict =-
- Join Date
- Nov 2009
- Location
- Dublin, Ireland
- Posts
- 398
-
22-12-2009, 18:24 #9
-
22-12-2009, 18:48 #10
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- Germany / NRW
- Posts
- 67
@Jaegermeist0r thx
-
22-12-2009, 18:49 #11
-= TeamSpeak User =-
- Join Date
- Apr 2005
- Location
- Germany
- Posts
- 23
Dont do this, my server right management is no empty @ the group window :/
€dit: Ok, was just a restart "lag":
her the code again:
This one is for log edit:Code:insert into perm_server_group (server_id, id1, id2, perm_id, perm_value,perm_negated, perm_skip) values (0, 2, 0, "b_virtualserver_modify_priority_speaker_dimm_modificator", 1, 0, 0); insert into perm_server_group (server_id, id1, id2, perm_id, perm_value,perm_negated, perm_skip) values (0, 2, 0, "i_needed_modify_power_virtualserver_modify_priority_speaker_dimm_modificator", 100, 0, 0); insert into perm_server_group (server_id, id1, id2, perm_id, perm_value, perm_negated, perm_skip) values (0, 3, 0, "b_virtualserver_modify_priority_speaker_dimm_modificator", 1, 0, 0); insert into perm_server_group (server_id, id1, id2, perm_id, perm_value, perm_negated, perm_skip) values (0, 3, 0, "i_needed_modify_power_virtualserver_modify_priority_speaker_dimm_modificator", 75, 0, 0);
Code:insert into perm_server_group (server_id, id1, id2, perm_id, perm_value,perm_negated, perm_skip) values (0, 2, 0, "b_virtualserver_modify_log_settings", 1, 0, 0); insert into perm_server_group (server_id, id1, id2, perm_id, perm_value,perm_negated, perm_skip) values (0, 2, 0, "i_needed_modify_power_virtualserver_modify_log_settings", 100, 0, 0); insert into perm_server_group (server_id, id1, id2, perm_id, perm_value, perm_negated, perm_skip) values (0, 3, 0, "b_virtualserver_modify_log_settings", 1, 0, 0); insert into perm_server_group (server_id, id1, id2, perm_id, perm_value, perm_negated, perm_skip) values (0, 3, 0, "i_needed_modify_power_virtualserver_modify_log_settings", 75, 0, 0);
Last edited by Jaegermeist0r; 22-12-2009 at 19:05.
-
22-12-2009, 19:01 #12
-= TeamSpeak User =-
- Join Date
- Apr 2005
- Location
- Germany
- Posts
- 23
This one is for the log edit:
Code:insert into perm_server_group (server_id, id1, id2, perm_id, perm_value,perm_negated, perm_skip) values (0, 2, 0, "b_virtualserver_modify_log_settings", 1, 0, 0); insert into perm_server_group (server_id, id1, id2, perm_id, perm_value,perm_negated, perm_skip) values (0, 2, 0, "i_needed_modify_power_virtualserver_modify_log_settings", 100, 0, 0); insert into perm_server_group (server_id, id1, id2, perm_id, perm_value, perm_negated, perm_skip) values (0, 3, 0, "b_virtualserver_modify_log_settings", 1, 0, 0); insert into perm_server_group (server_id, id1, id2, perm_id, perm_value, perm_negated, perm_skip) values (0, 3, 0, "i_needed_modify_power_virtualserver_modify_log_settings", 75, 0, 0);
-
22-12-2009, 19:03 #13
-= TeamSpeak User =-
- Join Date
- Oct 2008
- Location
- Germany
- Posts
- 5
Very well, another version, thanks for it. But still looking for patch that solves vps problem
.
-
22-12-2009, 19:05 #14
-= TeamSpeak User =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 12
Do you know how I can make this in SQL light...?
This would be very helpful for me
Edit:
thx
|
|
vLast edited by Bananensaft; 22-12-2009 at 19:20.
-
22-12-2009, 19:11 #15
-= TeamSpeak User =-
- Join Date
- Apr 2005
- Location
- Germany
- Posts
- 23
There you have to use the same commands.
If you dont know, how to manage your sqlite db on your linux machine:
Download Sqliteman
Stop your Server
Download the database file
Open it with Sqliteman
Insert the sql commands in the right top window and click the double green arrow
Check the sqliteman output for an error
Close Sqliteman
upload your db again (first renam the old one, so you have a backup)
start the server
done
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
TS-Server auf MySql umstellen (Hilfe)
By Rocketwulf in forum [TeamSpeak 2] Server SupportReplies: 5Last Post: 24-01-2007, 08:18 -
TeamSpeak Server help.
By Niock in forum [TeamSpeak 2] Server SupportReplies: 27Last Post: 22-11-2006, 22:12 -
The novel lol
By Plebby in forum [TeamSpeak 2] Client SupportReplies: 0Last Post: 02-01-2006, 12:24 -
Friends can't connect
By shadow127 in forum [TeamSpeak 2] Server SupportReplies: 86Last Post: 01-01-2006, 20:45



