-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some people show up multiple times #2
Comments
This 'might' have been fixed in f60b3e1 which was trying to add the "yahoo" group to the buddy list multiple times |
I see the same problem, using 48430a3 |
Ditto - in Bitlbee, all show up under 'yahoocom' (by login/e-mail address) under 'eionrobb-funyahoo-plusplus' (by Yahoo nickname). More interestingly, my own Yahoo account shows up twice - apparently I message myself frequently ;) Very interestingly, the 'mirrors' of the users show up with entirely different "hex IDs". |
I think it's one of the issues I mentioned in #19 |
I have this, but just one of the three actually works for chatting. |
This looks like it's to do with the way we rename users in the buddy list. When you add a buddy, eg with their old yahoo messenger ID, it goes through a few renames on the server to get a temporary Base32 ID and end up with the actual Base32 ID. There's potential there to end up with duplicates in the ~/.purple/blist.xml file depending on the order of events coming back from the server - but only one of the dups will have the 'groupId' setting and thus only one dup will be able to have messages sent to them. Instead of doing a buddy list rename, we should be doing a conversation rename, and removing the old buddy and re-adding the new one. Perhaps storing a list of temporary buddy ids temporarily to not store the bad buddys to the buddy list? |
I'll see your twice, and raise you three times |
Some people show up multiple times in Yahoo. Two or three Copies of the same person appear, with the same name or ID.
The text was updated successfully, but these errors were encountered: