View Single Post
  #99  
Old 05-26-2005, 10:18 PM
Ibonic Ibonic is offline
unsoundness
Ibonic's Avatar
Join Date: Sep 2002
Location: Long Island <3
Posts: 783
Ibonic will become famous soon enough
Stefan,

This happens with Graal v2 also, but I was wondering if maybe you'd add some code to help prevent PMs from being sent to the wrong person(s). I'm guessing maybe it's because the protocol uses the ID number instead of actual account names to send the messages, so the problem is when someone that you were going to PM logs off / reconnects and someone else gets that ID number, you end up sending the PM to the wrong person. If the protocol would need to be changed to verify (from the server) for sure and you don't want to do that, I think it would help a little bit (unless someone's laggy etc.) if the client checks locally if the ID matches the account name right when the PM is sent to the server -- and if it doesn't, don't send it or find the real ID to send to if the person is online with different ID than originally. But I'm not sure how your code works exactly or what would be best to change, so I'll wait for you to comment on that.