aMule Forum

English => en_Bugs => Topic started by: Festor on March 07, 2008, 03:33:31 PM

Title: List of File Sharing
Post by: Festor on March 07, 2008, 03:33:31 PM
Dirty translation of this post:

http://forum.amule.org/index.php?topic=14586.0

Quote
I saw this message in the log:
ClientTCPSocket.cpp (911): User http://emule-project.net (3736143948) has requested a list of shared directories -> Accepted
However, I configured Options-> Security-> Options file-> Anyone can see shared files: Nobody
There is a mistake to view the files or leave a message?
I am using amule_20080217-1nadock7.10_i386.deb (deb Festor for Gutsy 32)
Title: Re: List of File Sharing
Post by: Festor on March 17, 2008, 09:16:47 AM
Confirmed :(

2008-03-17 00:06:27: ClientTCPSocket.cpp (911): User http://emule-project.net (1460282491) has requested a list of shared directories -> Accepted


With:  Options-> Security-> Options file-> Anyone can see shared files: Nobody
   
It seems as if the aMule not updated that option in the file amule.conf
Title: Re: List of File Sharing
Post by: Festor on March 18, 2008, 05:20:54 PM
Any idea? :-/
Title: Re: List of File Sharing
Post by: Stu Redman on March 19, 2008, 04:39:58 AM
Yes. And it is not as serious a problem as you fear:

Code: (ClientTCPSocket.cpp 909) [Select]
AddLogLineM( true, CFormat( _("User %s (%u) requested your shareddirectories-list -> Denied") )
% m_client->GetUserName()
% m_client->GetUserIDHybrid() );

CPacket* replypacket = new CPacket(OP_ASKSHAREDDENIEDANS, 0, OP_EDONKEYPROT);
theStats::AddUpOverheadOther(replypacket->GetPacketSize());
AddDebugLogLineM( false, logLocalClient, wxT("Local Client: OP_ASKSHAREDDENIEDANS to ") + m_client->GetFullIP() );
SendPacket(replypacket, true, true);

Code: (es.po) [Select]
#: src/ClientTCPSocket.cpp:909
#, c-format
msgid "User %s (%u) requested your shareddirectories-list -> Denied"
msgstr ""
"Usuario %s (%u) ha solicitado tu lista de directorios compartidos -> Aceptada"

I don't speak Spanish, but I doubt that "Denied" translates as "Aceptada".  ;D
Title: Re: List of File Sharing
Post by: Kry on March 19, 2008, 09:42:05 AM
I can only say one thing.

LOL spaniards.
Title: Re: List of File Sharing
Post by: Festor on March 19, 2008, 10:10:50 AM
O_o  :o :o

Thanks, sturedman  :D