From: Martin List-P. <ma...@li...> - 2002-06-04 07:21:19
|
Hi .. every time i start Gaim up it'll create 4 small popup-windows saying "MSN Error" in the top and "Invalid User" in the body, with only a "Close" button. Wouldn't it be smarter, to tell in these popups, what user is invalid ?? Regards, Martin List-Petersen |
From: Felipe C. <al5...@ma...> - 2002-06-17 05:34:28
Attachments:
hf.diff
|
Hi, I saw someone on the list that wanted more descriptive errors on msn. As sean said this whould require to keep track of every message sent to the server. I alredy worked on this and what I did is to create a history for each gaim connection, and the information of the last n messages is saved. This also will help to have more descriptive messages like "Message not received" Since this history thing requires a bunch of functions I created history.c. So I'll attach my patch so you guys can take a look at it, I still haven't tryied this one yet, but the one I'm using is almost the same. Any comments welcome. -- Felipe Contreras |
From: Martin List-P. <ma...@li...> - 2002-06-17 06:36:31
|
On Mon, 2002-06-17 at 07:34, Felipe Contreras wrote: > Hi, > > I saw someone on the list that wanted more descriptive errors on msn. Yes .. definatly. The solution, deleting my buddylist did help, but the i had to reorganize the whole thing and thats not pretty. > As sean said this whould require to keep track of every message sent to the > server. I alredy worked on this and what I did is to create a history for each > gaim connection, and the information of the last n messages is saved. > > This also will help to have more descriptive messages like "Message not received" I actually got a new one now, saying "Unknown Error Code", every time i log on MSN. > Since this history thing requires a bunch of functions I created history.c. > > So I'll attach my patch so you guys can take a look at it, I still haven't > tryied this one yet, but the one I'm using is almost the same. -- Regards, Martin List-Petersen -- You will be honored for contributing your time and skill to a worthy cause. |
From: Jason W. <wi...@ox...> - 2002-06-17 06:50:41
|
Martin, Hi. Is this using the latest CVS version of Gaim? Also, you probably have a non @hotmail.com account perhaps? Jason On 17 Jun 2002 08:36:22 +0200 Martin List-Petersen <ma...@li...> wrote: > On Mon, 2002-06-17 at 07:34, Felipe Contreras wrote: > > Hi, > > > > I saw someone on the list that wanted more descriptive errors on msn. > > Yes .. definatly. The solution, deleting my buddylist did help, but the > i had to reorganize the whole thing and thats not pretty. > > > As sean said this whould require to keep track of every message sent to the > > server. I alredy worked on this and what I did is to create a history for each > > gaim connection, and the information of the last n messages is saved. > > > > This also will help to have more descriptive messages like "Message not received" > > I actually got a new one now, saying "Unknown Error Code", every time i > log on MSN. > > > Since this history thing requires a bunch of functions I created history.c. > > > > So I'll attach my patch so you guys can take a look at it, I still haven't > > tryied this one yet, but the one I'm using is almost the same. > > -- > Regards, > Martin List-Petersen > -- > You will be honored for contributing your time and skill to a worthy > cause. > > > _______________________________________________________________ > > Sponsored by: > ThinkGeek at http://www.ThinkGeek.com/ > _______________________________________________ > Gaim-devel mailing list > Gai...@li... > https://lists.sourceforge.net/lists/listinfo/gaim-devel |
From: Sean E. <bj...@bi...> - 2002-06-04 07:29:15
|
How exciting! The first post! On Tue, 2002-06-04 at 03:21, Martin List-Petersen wrote: > Hi .. every time i start Gaim up it'll create 4 small popup-windows > saying "MSN Error" in the top and "Invalid User" in the body, with only > a "Close" button. > > Wouldn't it be smarter, to tell in these popups, what user is invalid ?? > > Regards, > Martin List-Petersen It probably would, yes. The problem is that that would require keeping track of every message we send to the server. Doable, yes... but an incredible pain. If you were to delete your blist file (YOURMSNNAME.4.blist) it would get rid of these errors. I know it's a pain, and I'll try to think of a way to get rid of the problem. Sean |