You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(27) |
Jul
(25) |
Aug
(21) |
Sep
(136) |
Oct
(123) |
Nov
(87) |
Dec
(110) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(87) |
Feb
(88) |
Mar
(81) |
Apr
(255) |
May
(73) |
Jun
(96) |
Jul
(131) |
Aug
(94) |
Sep
(148) |
Oct
(171) |
Nov
(166) |
Dec
(172) |
2004 |
Jan
(251) |
Feb
(140) |
Mar
(213) |
Apr
(298) |
May
(182) |
Jun
(185) |
Jul
(159) |
Aug
(376) |
Sep
(334) |
Oct
(256) |
Nov
(217) |
Dec
(189) |
2005 |
Jan
(186) |
Feb
(151) |
Mar
(199) |
Apr
(115) |
May
(203) |
Jun
(228) |
Jul
(116) |
Aug
(189) |
Sep
(136) |
Oct
(198) |
Nov
(249) |
Dec
(339) |
2006 |
Jan
(167) |
Feb
(185) |
Mar
(95) |
Apr
(133) |
May
(86) |
Jun
(156) |
Jul
(149) |
Aug
(170) |
Sep
(208) |
Oct
(151) |
Nov
(270) |
Dec
(148) |
2007 |
Jan
(240) |
Feb
(127) |
Mar
(150) |
Apr
(40) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Scott L. <sl...@me...> - 2003-02-24 04:33:22
|
Hello, I've written a plugin for gaim which tries to block AIM "Spams" based on a simple list: - Allow messages from myself - allow messages that already have an open conversation window - allow messages from someone on your buddy list - finally, block messages if the warning level is above a (configurable) threshold It requires a patch to gaim, to pass the warning level of an incoming message in the 'flags' variable to the receive im signal handler. I think a similar patch would be a useful addition to gaim. It has only been tested (minimally) on Linux with gaim 0.59.8. I'd be happy to receive reports (positive + negative) about other systems, especially windows with a 0.60 gaim. The patch and plugin are available at http://mercea.net/gaim/ Hope this is of use to people, Scott |
From: Adam F. <ad...@sn...> - 2003-02-24 01:30:49
|
On Sun, Feb 23, 2003 at 07:29:30PM -0500, Nathan Walp wrote: > Just committed a fix to CVS, should fix your problem. Yep, seems to be working fine now :) thanks. -- Adam |
From: Nathan W. <fac...@fa...> - 2003-02-24 00:30:45
|
On Sun, Feb 23, 2003 at 05:49:54PM +0000, Adam Feakin wrote: >=20 > I use the gaim docket, and have the 'hide new messages' option turned > on, and after gaim gets disconnected - if you click on the docklet gaim > crashes. >=20 > #8 0x08068fca in gaim_conversation_new (type=3D138248664, account=3D0x0,= =20 > #9 0x0805d229 in purge_away_queue (queue=3D0x80cf9f8) at away.c:123 > #10 0x407966af in docklet_flush_queue () at docklet.c:79 > #11 0x40796e8b in docklet_clicked (button=3D0x814b360, event=3D0x1, data= =3D0x0) >=20 > I am assuming that means that account is NULL, which is probably what is > causing the segfault. I have managed to get it to happen everytime by > sending myself a message on ICQ and quickly closing the conversation > window do that the message got queued, then disconnecting and clicking > on the docklet. Same thing will happen if you reconnect before clicking > the docklet, only difference is the message waiting notification flashes > at you. Just committed a fix to CVS, should fix your problem. --=20 Nathan Walp || fac...@fa... GPG Fingerprint: || http://faceprint.com/ 5509 6EF3 928B 2363 9B2B DA17 3E46 2CDC 492D DB7E |
From: Nathan W. <fac...@fa...> - 2003-02-23 19:18:55
|
On Sun, Feb 23, 2003 at 05:49:54PM +0000, Adam Feakin wrote: >=20 > I use the gaim docket, and have the 'hide new messages' option turned > on, and after gaim gets disconnected - if you click on the docklet gaim > crashes. >=20 > #8 0x08068fca in gaim_conversation_new (type=3D138248664, account=3D0x0,= =20 > #9 0x0805d229 in purge_away_queue (queue=3D0x80cf9f8) at away.c:123 > #10 0x407966af in docklet_flush_queue () at docklet.c:79 > #11 0x40796e8b in docklet_clicked (button=3D0x814b360, event=3D0x1, data= =3D0x0) >=20 > I am assuming that means that account is NULL, which is probably what is > causing the segfault. I have managed to get it to happen everytime by > sending myself a message on ICQ and quickly closing the conversation > window do that the message got queued, then disconnecting and clicking > on the docklet. Same thing will happen if you reconnect before clicking > the docklet, only difference is the message waiting notification flashes > at you. Hey, cool. A bug I can reproduce! I'll see if I can't get this fixed. Nathan --=20 Nathan Walp || fac...@fa... GPG Fingerprint: || http://faceprint.com/ 5509 6EF3 928B 2363 9B2B DA17 3E46 2CDC 492D DB7E |
From: Adam F. <ad...@sn...> - 2003-02-23 17:49:00
|
I use the gaim docket, and have the 'hide new messages' option turned on, and after gaim gets disconnected - if you click on the docklet gaim crashes. #8 0x08068fca in gaim_conversation_new (type=138248664, account=0x0, #9 0x0805d229 in purge_away_queue (queue=0x80cf9f8) at away.c:123 #10 0x407966af in docklet_flush_queue () at docklet.c:79 #11 0x40796e8b in docklet_clicked (button=0x814b360, event=0x1, data=0x0) I am assuming that means that account is NULL, which is probably what is causing the segfault. I have managed to get it to happen everytime by sending myself a message on ICQ and quickly closing the conversation window do that the message got queued, then disconnecting and clicking on the docklet. Same thing will happen if you reconnect before clicking the docklet, only difference is the message waiting notification flashes at you. -- Adam |
From: Sean M. E. <bj...@bi...> - 2003-02-23 09:11:21
|
> I'm rolling up packages to be put into the GNOME Fifth Toe release. I am > curious as to whether or not gaim would like to be a part of Fifth Toe. > Fifth Toe is a collection of cool and "must-have" applications written > using gtk/gnome that are stable and follow the HIG etc etc. Gaim falls > into these categories and I think would be a valuable addition to Fifth > Toe. Hi, Will. I remember reading about Fifth Toe on gnomedesktop.org. The link is http://5toe.lyrical.net/ for anyone on the list who isn't familiar with it. > The two questions that come up would be a) do you want to, and b) When > do you plan to have a GTK2 release? I know that you may not have a > solid date in mind and that's fine. I doubt anyone would have a problem with being included in Fifth Toe, and of course you have the GPL-given right to freely distribute, but as you want some sort of "official" word, Rob's the guy to ask. I can provide you (and the rest of the list) with a rough estimate on the date. We're pretty much just waiting on my new buddy list to be finished. Once that's finished, it's mostly just fixing bugs and finishing up a few odds and ends. Of course, I'm really, really slow ;). Rob and I were originally shooting for a late February release, but we'll probably need to change it to an early March release. But of course, nothing's set in stone. -s. |
From: Ethan B. <ebl...@cs...> - 2003-02-23 04:58:01
|
Will LaShell spake unto us the following wisdom: > The two questions that come up would be a) do you want to, and b) When > do you plan to have a GTK2 release? I think a) is reasonable, and I can't speculate on b). > I stopped by IRC and was prompted to mail the list and Rob. Soo there ya > have it. I talked to you on IRC (Paco-Paco). :-) > Thanks guys for the great work you've done with gaim. You definately > have a pleased user here. Thank you! Ethan --=20 Happiness is a belt-fed weapon. |
From: Will L. <wi...@la...> - 2003-02-23 04:41:00
|
Hello all, My apologies for the delay in contacting the gaim team. For some reason gaim completely slipped my mind when i was talking to people for inclusion in the release. I'm rolling up packages to be put into the GNOME Fifth Toe release. I am curious as to whether or not gaim would like to be a part of Fifth Toe. Fifth Toe is a collection of cool and "must-have" applications written using gtk/gnome that are stable and follow the HIG etc etc. Gaim falls into these categories and I think would be a valuable addition to Fifth Toe. The two questions that come up would be a) do you want to, and b) When do you plan to have a GTK2 release? I know that you may not have a solid date in mind and that's fine. I will not release CVS snapshots but that is not a limiting factor in terms of what can be in Fifth Toe. You can be listed on the website etc etc, and just miss out on this release if need be. The main part is that it depends on your timetable. I stopped by IRC and was prompted to mail the list and Rob. Soo there ya have it. Thanks guys for the great work you've done with gaim. You definately have a pleased user here. Sincerely, Will LaShell |
From: Luke S. <lsc...@us...> - 2003-02-22 20:18:36
|
On Sat, Feb 22, 2003 at 03:01:05PM -0500, Jango Fett wrote: > Is there any way to determine the buddy's ip in a chat sesion (using any > protocol)? in irc, the either the ip address is often part of the hostmask. luke -- -This email is made of 100% recycled electrons. |
From: Jango F. <bou...@so...> - 2003-02-22 19:53:57
|
Is there any way to determine the buddy's ip in a chat sesion (using any protocol)? |
From: Ethan B. <ebl...@cs...> - 2003-02-22 17:59:28
|
Sergey Gribov spake unto us the following wisdom: > I have the following problem with cyrillic fonts in=20 > the latest gaim (20030221) and ICQ: > If I send messages in cyrillic from MSN messanger or=20 > from gaim to gaim, cyrillic seems to be working fine > (both of them are probably sending unicode and=20 > everything is OK). But if somebody sends me a message=20 > from ICQ on windows in cyrillic, I'm getting=20 > a garbage :-( This doesn't surprise me. > In an old version of gaim setting the LOCALE to=20 > ru_RU.KOI8-R done the trick, but in this one it > doesn't. >=20 > Any idea how to fix this? Not yet. I have some leads, but I don't understand ICQ character sets just yet. We're going to have to find an answer to this pretty quickly, though (I'd like to have it fixed before 0.60cvs ships), so give me a little time and hopefully I'll have something for you. :-) Ethan --=20 Happiness is a belt-fed weapon. |
From: Marcin J. <ma...@hr...> - 2003-02-22 17:49:23
|
It was 2003-02-22 9:30 when Sergey Gribov wrote: > I have the following problem with cyrillic fonts in > the latest gaim (20030221) and ICQ: > If I send messages in cyrillic from MSN messanger or > from gaim to gaim, cyrillic seems to be working fine > (both of them are probably sending unicode and > everything is OK). But if somebody sends me a message > from ICQ on windows in cyrillic, I'm getting > a garbage :-( I would be usefull when user can set charset for this type of problems. Or maybe we should wait until ICQ will go to Unicode.. -- WWW: http://users.stone.pl/szczepan/ APT: deb http://users.stone.pl/szczepan/ apt/ Usenet today is a race between system administrators trying to build bigger and better idiot-proof servers, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. |
From: Sergey G. <sg...@ya...> - 2003-02-22 17:30:17
|
Hello, I have the following problem with cyrillic fonts in the latest gaim (20030221) and ICQ: If I send messages in cyrillic from MSN messanger or from gaim to gaim, cyrillic seems to be working fine (both of them are probably sending unicode and everything is OK). But if somebody sends me a message from ICQ on windows in cyrillic, I'm getting a garbage :-( In an old version of gaim setting the LOCALE to ru_RU.KOI8-R done the trick, but in this one it doesn't. Any idea how to fix this? Thanks in advance, __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ |
From: Luke S. <lsc...@us...> - 2003-02-21 04:08:44
|
On Thu, Feb 20, 2003 at 08:30:59PM +0800, Gideon N. Guillen wrote: > Luke Schierer wrote: > > >>I'm expereincing some problems with Yahoo again. When I use gaim, the > >>buddy list does not always get refreshed whenever someone in the list > >>(Yahoo accounts) changes status (like someone logs-in/out, away, etc.). > >>I've observed this behavior both at the office (behind a NAT) and at > >>home (dial-up to ISP). Any ideas? It's been like this for 3 days already. > > > > I think Chip noticed something similar to this, it will definitally > have to > > be looked at. > > I tried to use the official client for Linux. It seems that the problem > is not only with gaim. The official YIM client for Linux is also > exhibiting the same problem. Oh well. the last block on yahoo, in the authentication code, also broke their linux client, so this doesn't mean its _not_ something we will have to change. luke -- -This email is made of 100% recycled electrons. |
From: Sam S. <ch...@c9...> - 2003-02-20 15:33:42
|
I noticed this on the official Yahoo! Windows client yesterday (version 5.5.0.1244). I have myself on my buddy list (Windows wont let me add me, but gaim did :) ) and I changed my status from an away message back to "online" and I looked at my list several hours later and it still showed my away message next to my name. So I suppose it's an issue on Yahoo!'s end. -Sam ----- Original Message ----- From: "Gideon N. Guillen" <lin...@fl...> To: <gai...@li...> Sent: Thursday, February 20, 2003 7:30 AM Subject: Re: [Gaim-devel] Yahoo problems again? > Luke Schierer wrote: > > >>I'm expereincing some problems with Yahoo again. When I use gaim, the > >>buddy list does not always get refreshed whenever someone in the list > >>(Yahoo accounts) changes status (like someone logs-in/out, away, etc.). > >>I've observed this behavior both at the office (behind a NAT) and at > >>home (dial-up to ISP). Any ideas? It's been like this for 3 days already. > > > > I think Chip noticed something similar to this, it will definitally > have to > > be looked at. > > I tried to use the official client for Linux. It seems that the problem > is not only with gaim. The official YIM client for Linux is also > exhibiting the same problem. Oh well. > > -- > ======================================================================= > > Gideon N. Guillen > E-mail: lin...@fl... > > > PGP Public Keys: > > DSS/Diffie-Hellman > mailto:pgp...@ke...?subject=get%200xC0976975 > > RSA Key: > mailto:pgp...@ke...?subject=get%200x76C298B1 > > ======================================================================= > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. > The most comprehensive and flexible code editor you can use. > Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. > www.slickedit.com/sourceforge > _______________________________________________ > Gaim-devel mailing list > Gai...@li... > https://lists.sourceforge.net/lists/listinfo/gaim-devel > |
From: Gideon N. G. <lin...@fl...> - 2003-02-20 12:31:09
|
Luke Schierer wrote: >>I'm expereincing some problems with Yahoo again. When I use gaim, the >>buddy list does not always get refreshed whenever someone in the list >>(Yahoo accounts) changes status (like someone logs-in/out, away, etc.). >>I've observed this behavior both at the office (behind a NAT) and at >>home (dial-up to ISP). Any ideas? It's been like this for 3 days already. > > I think Chip noticed something similar to this, it will definitally have to > be looked at. I tried to use the official client for Linux. It seems that the problem is not only with gaim. The official YIM client for Linux is also exhibiting the same problem. Oh well. -- ======================================================================= Gideon N. Guillen E-mail: lin...@fl... PGP Public Keys: DSS/Diffie-Hellman mailto:pgp...@ke...?subject=get%200xC0976975 RSA Key: mailto:pgp...@ke...?subject=get%200x76C298B1 ======================================================================= |
From: Ethan B. <ebl...@cs...> - 2003-02-19 23:56:09
|
Luke Schierer spake unto us the following wisdom: > the autorecon plugin exponentially grows in delay time. it starts at an= =20 > immediate attempt, then 17 seconds delay, doubling each time, to a max of= =20 > just over once per half hour or so. the reason for this is that if your= =20 > connection were to be non-existant for an extended period of time, or wor= se,=20 > if it were only _nearly_ non-existant, as has often happened to me on bot= h=20 > dialup and with verizon dsl, you can max out your login attempts easily i= f=20 > the growning delay were not present.=20 Exponential backoff is, in general, a glorious thing. :-) Ethan --=20 Happiness is a belt-fed weapon. |
From: Luke S. <lsc...@us...> - 2003-02-19 23:32:13
|
On Wed, Feb 19, 2003 at 05:09:53PM +0000, Adam Feakin wrote: > I have found out now why I thought the autoreconnect plugin was doing > nothing somtimes, the interval is being set to 1024000ms (about 17mins > if my maths is right). So, you have to wait for ages before it attempts > to signon againt - any reason for the incredibly long delay? the autorecon plugin exponentially grows in delay time. it starts at an immediate attempt, then 17 seconds delay, doubling each time, to a max of just over once per half hour or so. the reason for this is that if your connection were to be non-existant for an extended period of time, or worse, if it were only _nearly_ non-existant, as has often happened to me on both dialup and with verizon dsl, you can max out your login attempts easily if the growning delay were not present. > > I have also noticed that, when the modem gets disconnected, yahoo and msn > disconnect almost instantly - but ICQ/AOL still think they are connected > for another half an hour or so after disconnection. oscar does not handle unexpected disconnects well. yahoo and msn require periodic messages to and from the server to remain connected and so detect the disconnect quickly, but oscar is built to allow extended periods with no interchange between server and client, and so takes far longer to detect the lack of connection. luke -- -This email is made of 100% recycled electrons. |
From: Luke S. <lsc...@us...> - 2003-02-19 23:25:11
|
On Wed, Feb 19, 2003 at 10:39:47PM +0800, Gideon N. Guillen wrote: > Hello! > > I'm expereincing some problems with Yahoo again. When I use gaim, the > buddy list does not always get refreshed whenever someone in the list > (Yahoo accounts) changes status (like someone logs-in/out, away, etc.). > I've observed this behavior both at the office (behind a NAT) and at > home (dial-up to ISP). Any ideas? It's been like this for 3 days already. > > BTW, I'm using gaim 0.59.8, compiled from tarballs. I'm using Red Hat > 7.3. Will try to find out more details when I have spare time. > I think Chip noticed something similar to this, it will definitally have to be looked at. luke -- -This email is made of 100% recycled electrons. |
From: Adam F. <ad...@sn...> - 2003-02-19 17:16:48
|
I have found out now why I thought the autoreconnect plugin was doing nothing somtimes, the interval is being set to 1024000ms (about 17mins if my maths is right). So, you have to wait for ages before it attempts to signon againt - any reason for the incredibly long delay? I have also noticed that, when the modem gets disconnected, yahoo and msn disconnect almost instantly - but ICQ/AOL still think they are connected for another half an hour or so after disconnection. -- Adam ad...@sn... |
From: Gideon N. G. <lin...@fl...> - 2003-02-19 15:15:03
|
Hello! I'm expereincing some problems with Yahoo again. When I use gaim, the buddy list does not always get refreshed whenever someone in the list (Yahoo accounts) changes status (like someone logs-in/out, away, etc.). I've observed this behavior both at the office (behind a NAT) and at home (dial-up to ISP). Any ideas? It's been like this for 3 days already. BTW, I'm using gaim 0.59.8, compiled from tarballs. I'm using Red Hat 7.3. Will try to find out more details when I have spare time. -- ======================================================================= Gideon N. Guillen E-mail: lin...@fl... PGP Public Keys: DSS/Diffie-Hellman mailto:pgp...@ke...?subject=get%200xC0976975 RSA Key: mailto:pgp...@ke...?subject=get%200x76C298B1 ======================================================================= |
From: Adam F. <ad...@sn...> - 2003-02-19 01:28:27
|
On Tue, Feb 18, 2003 at 08:18:16PM -0500, Luke Schierer wrote: > it works for all protocols, it is ment to reconnect you when disconnected, > but it won't (by design) stop you from being notified that you have in fact > been disconnected. it works perfectly here... Hmm, well, I use msn and yahoo as well as aol and it has never reconnected msn - not sure about yahoo. Sometimes gaim just dies, but that might be something to do with the docklet "hide new messages" option and me clicking on the docklet icon after disconnection. Oh well, I need to do a bit more playing before I know what isnt working right :) -- Adam ad...@sn... |
From: Luke S. <lsc...@us...> - 2003-02-19 01:17:36
|
On Wed, Feb 19, 2003 at 01:01:13AM +0000, Adam Feakin wrote: > Is the autoreconnect plugin meant to work for all protocols, or just > AIM/ICQ? I have had it loaded for a few days and I have no > idea what its doing :). My ISP disconnects me every 2 hours so I > thought it might be useful it works for all protocols, it is ment to reconnect you when disconnected, but it won't (by design) stop you from being notified that you have in fact been disconnected. it works perfectly here... luke -- -This email is made of 100% recycled electrons. |
From: Adam F. <ad...@sn...> - 2003-02-19 01:00:59
|
Is the autoreconnect plugin meant to work for all protocols, or just AIM/ICQ? I have had it loaded for a few days and I have no idea what its doing :). My ISP disconnects me every 2 hours so I thought it might be useful -- Adam ad...@sn... |
From: Joel S. <joe...@at...> - 2003-02-19 00:02:06
|
On Tue, 2003-02-18 at 08:10, Sean Egan wrote: On Tue, 2003-02-18 at 06:05, Rub=E9n Garrig=F3s Dom=EDnguez wrote: > + strcpy(b->dual_alias,b->alias); > + strcat(b->dual_alias," - "); > + strcat(b->dual_alias,b->server_alias); > + return b->dual_alias; =20 You should really learn the glib string functions. =20 This directly conflicts with the new buddy list I've been working on, but I'll consider some way of implementing this behavior when I'm a bit further along. =20 -s. Hahaha. I made the same mistake in my patch. I should learn glib's string functions too :-) Regards, Joel |