-
Notifications
You must be signed in to change notification settings - Fork 12
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
{myself} code is not working #38
Comments
Oh I see it works for 'fresh install'. (just did a fresh install of jtorchat) Well what I mean, is if we find a user named "{myself}" and it doesn't match the current ID, we have to adjust that address so that it matches our current torchatID. |
(3:32:03) sama: 'myself' should only be a temporary display, ie the toString method return different if that buddy is ourself Yea I agree with him. Just make sure the 'self' buddy is always present, and just do a toString method to display "{myself}" |
I can change it that my Tor id is always in the buddy list and normally So myself must not always mean my tor id Am 14.05.2012 09:16, schrieb zerotamaitsu:
|
I pushed a tentative fix for '{Myself}' to my fork, it should work, but it's not tested. This should in turn fix the GUIProfile issue, though I think the GUIProfile settings should be handled in such a way that this is not possible to happen, but I am busy at the moment so I guess this will do. 64e6be6 |
daux, if you got time, please test the tentative fix that daux has in This is the code changes porlington did On Mon, May 14, 2012 at 3:10 PM, Porlington
|
Ok, following: I have change, the one line to deactivate auto add myself as buddy (many So myself only added when firststart is true. By testing these i have found a bug, i can not delete buddys when they When this will fix at the weekend there is no ground to block deleting daux2a |
porington is out of commission, so he can't help you, til a few weeks later. I can't fully understand what you mean by "When this will fix at the Anyhow the jtorchat buddylist variable array must have a 'loopback id' As a compromise perhaps we can always add the 'loopback id' as a hope that makes sense dot points:
This will give you control over your buddylist, and prepare us further Maybe you can
|
//I can't fully understand what you mean by "When this will fix at the I want to fix the problem at this weekend (0.7.11). Sorry for my english. p.s. There are already temporary buddys: |
The permanent save should only happen when the add_me packet is received. |
When Ping or add_me is incoming jtorchat add the buddy temporary, only |
Even on fully connection, if the add_me packet hasn't been received, |
Ok, now i understand what you mean. |
Cool. Also am hoping you understood what porlington did to improve the edt. On Tue, May 15, 2012 at 3:44 PM, daux2a
|
Somebody needs to fix the "{myself}" routine, to ensure there is always a "{myself}" with the correct address.
It is needed for GUI Profile to work (maybe we need to activate the check before opening that GUI profile)
The text was updated successfully, but these errors were encountered: