aMule Forum
English => en_Bugs => Topic started by: myth on June 01, 2009, 05:54:15 PM
-
Yeah,
example: i can't give 1 of my friends an FS...it's greyed out like when he's not online, but he is connected to me, and downloading from me! (or sometimes in queue....)
So I must always do remove friends, re-add as friend, then it works for this session :/
Any idea?
I gave a look in the code sections...but i really don't understand it :P
-
There's something broken here. The userhash of the client is not used for identification in the friend list control. So friends who changed their IP address since last time are not linked, and the friend slot can't be established.
I see to that I fix it.
-
Maybe they are not identified also for the Nick Thief addon ex. [sd2kj] which is sendet by much mods, changing everytime?
Thanks!
-
There is also an action possible that better should be impossible: I can add people who are not identified (i. e. their name is "?" and IP is 0.0.0.0) as friends. They appear in the friends' list, too.
-
There is also an action possible that better should be impossible: I can add people who are not identified (i. e. their name is "?" and IP is 0.0.0.0) as friends. They appear in the friends' list, too.
I tried this from the known Clients list and the context menu entry "Add to Friends" was disabled. How did you accomplish this?
-
Fixed in 9654.
Maybe they are not identified also for the Nick Thief addon ex. [sd2kj] which is sendet by much mods, changing everytime?
No, the nick is not used for identification.
Actually friends are identified twice: once in the core and once in the GUI. The GUI identification used only IP/port and thus didn't work if the IP changed. Now it uses the userhash too (like the core already did).