Results 1 to 15 of 17
-
19-03-2012, 09:13 #1
-= TeamSpeak Team =-
- Join Date
- Jul 2002
- Location
- Germany
- Posts
- 2,836
TeamSpeak 3 Server 3.0.3 Release Discussion
Hello world,
we are pleased to announce the next minor version of the TeamSpeak 3 Server software, versioned 3.0.3.
The biggest change since 3.0.2 is the addtion of temporary server passwords: This allows you to add an additional password to your server that expires after a certain time that you can specify. So, if you invite a few guys over but don't want to give them the "real" server password, you create a temporary password that expires after 1 day and give them this one.
Feel free to post any bugs, suggestions or feedback below.
Complete list of changes:
Code:=== Server 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
-
19-03-2012, 11:39 #2
How does deleting avatars work?
does not work, but needs the permission.Code:ftdeletefile cid=0 cpw= name=/avatar_<Base64 Hash UID>
-
19-03-2012, 12:25 #3
-= TeamSpeak Team =-
- Join Date
- Jun 2008
- Posts
- 7,762
This deleted my avatar
Please make sure, you did not use the file name itself.Code:ftdeletefile cid=0 cpw= name=/avatar_5rRxyxEjd+Kk/MvPRfqZdSI0teA= error id=0 msg=ok
Unique ID:5rRxyxEjd+Kk/MvPRfqZdSI0teA= > This is given in my client info frame.
---
From where did you get the information /avatar_<Base64 Hash UID> from?Last edited by dante696; 19-03-2012 at 12:37.
---------------------------------------------------------
Please don't send me private support questions.
They belong into the forum and maybe other users have these questions/problems too.
TeamSpeak FAQ || What should i report, when i open a client thread? || Report and upload your Crashdump here
NPL License (Registration)
-
19-03-2012, 14:07 #4
The filename for avatars is /avatar_<Base64 Hash UID> according to ftgetfilelist, and that is used to download avatars (ftinitdownload). The Base64 Hash UID is returned by clientdbinfo or can be calculated by decoding the normal UID with Base64 and displaying it as a Hex string, but not with the letters [0-9a-f] like one would normally do it, but [a-p].
-
19-03-2012, 14:11 #5
-= TeamSpeak Lover =-
- Join Date
- Jun 2006
- Location
- Texas
- Posts
- 85
Please note, I mentioned this in the last server release thread. Since 3.0.2 the virtual server properties referenced by the server query manual and changelog do not exist via server query.
virtualserver_antiflood_points_needed_command_bloc k
virtualserver_antiflood_points_needed_ip_block
If you do a serverinfo command via server query on any server running 3.0.2 or 3.0.3 you will see the names are:
virtualserver_antiflood_points_needed_command_stop
virtualserver_antiflood_points_needed_ip_banLast edited by TexasTeamspeak; 19-03-2012 at 19:02.
-
19-03-2012, 14:30 #6
-= TeamSpeak Team =-
- Join Date
- Jun 2008
- Posts
- 7,762
I created internal ticket TSSERVER-32 for this problem.
---------------
numma_cway
Does it work now? Can you delete an avatar?---------------------------------------------------------
Please don't send me private support questions.
They belong into the forum and maybe other users have these questions/problems too.
TeamSpeak FAQ || What should i report, when i open a client thread? || Report and upload your Crashdump here
NPL License (Registration)
-
19-03-2012, 15:55 #7
-= TeamSpeak Team =-
- Join Date
- Jun 2002
- Location
- Krün / Germany
- Posts
- 1,965
-
19-03-2012, 16:20 #8
-
19-03-2012, 17:53 #9
-= TeamSpeak Servant =-
- Join Date
- Oct 2003
- Location
- Germany
- Posts
- 2,296
-
20-03-2012, 08:40 #10
-= TeamSpeak Team =-
- Join Date
- Jun 2008
- Location
- Hamburg
- Posts
- 228
I made a ticket for the "Avatar Cleanup" problem
InternalTicketID:TSSERVER-35
-
25-03-2012, 06:16 #11
-= TeamSpeak User =-
- Join Date
- Jan 2012
- Posts
- 7
so, can anyone resume what I have to do for deleting avatars?
Thank you
-
25-03-2012, 06:28 #12
-= TeamSpeak User =-
- Join Date
- Apr 2010
- Location
- Russia
- Posts
- 12
some rights moved, for example perid 13170 was i_channel_needed_modify_power earlier, after the id updating of this parameter became 13172
and should be?
-
25-03-2012, 10:34 #13
-= TeamSpeak Fanatic =-
- Join Date
- Jan 2010
- Location
- Catalunya
- Posts
- 2,330
@renanwar
You need client 3.0.6 with server 3.0.3
Delete avatars is simple. Right clik on user name, and if you have power enough you can use that option.
-
25-03-2012, 16:04 #14
I just found another issue with the avatar deleting.
If a avatar file has been deleted on serverside, the TS3 Client says
If you try to delete the avatar "assignment" of this client it says:Code:<17:01:08> Transfer "avatar_oolhmeponapdfkoclghclfpdfmcgmldcllnfkhao" reports: (file not found)
and does not even delete the "assignment", so the file not found - issue still existsCode:<17:01:12> Failed to delete avatar on server.
-
26-03-2012, 09:45 #15
-= TeamSpeak Team =-
- Join Date
- Jun 2008
- Location
- Hamburg
- Posts
- 228
Yep, the delete feature should get an overhaul.
InternalTicketID: TSSERVER-41
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
TeamSpeak 3 Server 3.0.2 Release Discussion
By ScP in forum ArchiveReplies: 31Last Post: 19-03-2012, 14:07 -
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




