From: Gary K. <gr...@re...> - 2005-01-09 08:24:13
|
It doesn't seem like bnet gives us a way, which I could be wrong and I have absolutely no one to test this with.. But then thats means we'd have to goto some sort of polling, probably somthing similar to the way gaim's irc prpl handles it. Anyways just lemme know your thoughts or if the server actually sends us something when a buddy logs on. Since you know that would make sense with a server side buddy list and all. Don, by the way, I remember you saying something earlier about the '/f l' not working on signon, well it is. Just I don't think we update their presence at all. But doing a show offline buddies shows my buddies. Also, if you didn't see my commit, I fixed the crashing after logout/cancel, we weren't removing our input cb.. But it's introduced a new probably that I'm trying to figure out. That problem being that we can't reconnect after canceling/loging out. --=20 Gary Kramlich <gr...@re...> |
From: Don S. <do...@se...> - 2005-01-09 17:10:43
|
On Sun, January 9, 2005 2:25 am, Gary Kramlich said: > Don, by the way, I remember you saying something earlier about the '/f > l' not working on signon, well it is. Just I don't think we update > their presence at all. But doing a show offline buddies shows my > buddies. Hmm I had added you (grimgaim) as a friend and it didn't show you in my list, offline or otherwise. Do you need to authorize me? > Also, if you didn't see my commit, I fixed the crashing after > logout/cancel, we weren't removing our input cb.. But it's introduced a > new probably that I'm trying to figure out. That problem being that we > can't reconnect after canceling/loging out. Cool. I noticed in the comment you typed "remote" where you probably meant "remove". ;) I know Dario said that bnet will ban you for a short time (like 1 minute) if you try to reconnect too quickly. I'd like to find some hard record o= f what/when they ban as well. Anyway perhaps that was preventing you from logging in. I'm at my in-laws today for the Packer game, no access to my dev box sinc= e I forgot to bring my dsa key. I should get one of those business card CD= s and carry it in my wallet. |
From: Gary K. <gr...@re...> - 2005-01-09 18:00:18
|
On Sun, 2005-01-09 at 11:10 -0600, Don Seiler wrote: > On Sun, January 9, 2005 2:25 am, Gary Kramlich said: > > Don, by the way, I remember you saying something earlier about the '/f > > l' not working on signon, well it is. Just I don't think we update > > their presence at all. But doing a show offline buddies shows my > > buddies. >=20 > Hmm I had added you (grimgaim) as a friend and it didn't show you in my > list, offline or otherwise. Do you need to authorize me? Well me not being on would be the cause of that.. What is your id anyways? I was growing frustrated not being able to test anything, and then found someone and wasted time playing starcraft instead... > > Also, if you didn't see my commit, I fixed the crashing after > > logout/cancel, we weren't removing our input cb.. But it's introduced a > > new probably that I'm trying to figure out. That problem being that we > > can't reconnect after canceling/loging out. >=20 > Cool. I noticed in the comment you typed "remote" where you probably > meant "remove". ;) Yeah, that happens.. > I know Dario said that bnet will ban you for a short time (like 1 minute) > if you try to reconnect too quickly. I'd like to find some hard record o= f > what/when they ban as well. Anyway perhaps that was preventing you from > logging in. >=20 > I'm at my in-laws today for the Packer game, no access to my dev box sinc= e > I forgot to bring my dsa key. I should get one of those business card CD= s > and carry it in my wallet. Well that could be it, but when I was trying to debug it, I had it spiting out info, and at one point it spit out my wanip.. but i didn't look any further into it.. --=20 Gary Kramlich <gr...@re...> |
From: evew <ko...@gm...> - 2005-01-09 20:54:04
|
On 01/09/05 09:25:01, Gary Kramlich wrote: > It doesn't seem like bnet gives us a way, which I could be wrong and =20 > I have absolutely no one to test this with.. But then thats means =20 > we'd have to goto some sort of polling, probably somthing similar to =20 > the way gaim's irc prpl handles it. Anyways just lemme know your =20 > thoughts or if the server actually sends us something when a buddy =20 > logs on. Since you know that would make sense with a server side =20 > buddy list and all. >=20 > Don, by the way, I remember you saying something earlier about the '/=20 > f l' not working on signon, well it is. Just I don't think we update > their presence at all. But doing a show offline buddies shows my > buddies. The "/f l" command sent at the beginning is needed only to do a sort of =20 forced refresh... after that we'll be informed of all login/logout of =20 members of our friends list throught private messages (received as a =20 whispear from the user). Also, in the same way, we get info about the =20 channel users are currently in (their joins). Nothing else for what I saw. I remember I coded something to update buddies presence... maybe it is =20 in my last patch. > Also, if you didn't see my commit, I fixed the crashing after > logout/cancel, we weren't removing our input cb.. But it's introduced > a new probably that I'm trying to figure out. That problem being =20 > that we can't reconnect after canceling/loging out. Don't care about this... it's probably caused by bad server policies. A =20 sort of hard anti-flood procedure I think... cya |