aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: List of File Sharing  (Read 3804 times)

Festor

  • Hero Member
  • *****
  • Karma: 79
  • Offline Offline
  • Posts: 935
  • Offline -> Studying...
List of File Sharing
« 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)

Festor

  • Hero Member
  • *****
  • Karma: 79
  • Offline Offline
  • Posts: 935
  • Offline -> Studying...
Re: List of File Sharing
« Reply #1 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
« Last Edit: March 17, 2008, 09:24:36 AM by Festor »
Logged

Festor

  • Hero Member
  • *****
  • Karma: 79
  • Offline Offline
  • Posts: 935
  • Offline -> Studying...
Re: List of File Sharing
« Reply #2 on: March 18, 2008, 05:20:54 PM »

Any idea? :-/

Stu Redman

  • Administrator
  • Hero Member
  • *****
  • Karma: 214
  • Offline Offline
  • Posts: 3739
  • Engines screaming
Re: List of File Sharing
« Reply #3 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
Logged
The image of mother goddess, lying dormant in the eyes of the dead, the sheaf of the corn is broken, end the harvest, throw the dead on the pyre -- Iron Maiden, Isle of Avalon

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: List of File Sharing
« Reply #4 on: March 19, 2008, 09:42:05 AM »

I can only say one thing.

LOL spaniards.
Logged

Festor

  • Hero Member
  • *****
  • Karma: 79
  • Offline Offline
  • Posts: 935
  • Offline -> Studying...
Re: List of File Sharing
« Reply #5 on: March 19, 2008, 10:10:50 AM »

O_o  :o :o

Thanks, sturedman  :D
« Last Edit: March 19, 2008, 01:53:30 PM by Festor »
Logged