Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(106) |
Oct
(334) |
Nov
(246) |
Dec
(145) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(42) |
Feb
(53) |
Mar
(232) |
Apr
(109) |
May
(137) |
Jun
(63) |
Jul
(26) |
Aug
(263) |
Sep
(193) |
Oct
(507) |
Nov
(440) |
Dec
(241) |
2003 |
Jan
(567) |
Feb
(195) |
Mar
(504) |
Apr
(481) |
May
(524) |
Jun
(522) |
Jul
(594) |
Aug
(502) |
Sep
(643) |
Oct
(508) |
Nov
(430) |
Dec
(377) |
2004 |
Jan
(361) |
Feb
(251) |
Mar
(219) |
Apr
(499) |
May
(461) |
Jun
(419) |
Jul
(314) |
Aug
(519) |
Sep
(416) |
Oct
(247) |
Nov
(305) |
Dec
(382) |
2005 |
Jan
(267) |
Feb
(282) |
Mar
(327) |
Apr
(338) |
May
(189) |
Jun
(400) |
Jul
(462) |
Aug
(530) |
Sep
(316) |
Oct
(523) |
Nov
(481) |
Dec
(650) |
2006 |
Jan
(536) |
Feb
(361) |
Mar
(287) |
Apr
(146) |
May
(101) |
Jun
(169) |
Jul
(221) |
Aug
(498) |
Sep
(300) |
Oct
(236) |
Nov
(209) |
Dec
(205) |
2007 |
Jan
(30) |
Feb
(23) |
Mar
(26) |
Apr
(15) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
1
(14) |
2
(5) |
3
(14) |
4
(9) |
5
(11) |
6
(9) |
7
|
8
(7) |
9
(20) |
10
(11) |
11
(6) |
12
(10) |
13
(5) |
14
(17) |
15
(13) |
16
(8) |
17
(8) |
18
(28) |
19
(19) |
20
(3) |
21
(8) |
22
(5) |
23
(31) |
24
(15) |
25
(21) |
26
(11) |
27
(7) |
28
(2) |
29
(5) |
30
(5) |
31
(7) |
|
|
|
From: Eric Warmenhoven <warmenhoven@us...> - 2001-10-29 11:23:25
|
Update of /cvsroot/gaim/gaim/src/protocols/oscar In directory usw-pr-cvs1:/tmp/cvs-serv2380/src/protocols/oscar Modified Files: conn.c Log Message: no. Index: conn.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/oscar/conn.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- conn.c 2001/09/12 00:39:51 1.3 +++ conn.c 2001/10/29 11:23:22 1.4 @@ -884,6 +884,7 @@ */ faim_export void aim_session_kill(aim_session_t *sess) { + aim_cleansnacs(sess, -1); aim_logoff(sess); |
From: Eric Warmenhoven <warmenhoven@us...> - 2001-10-29 11:23:25
|
Update of /cvsroot/gaim/gaim In directory usw-pr-cvs1:/tmp/cvs-serv2380 Modified Files: ChangeLog Log Message: no. Index: ChangeLog =================================================================== RCS file: /cvsroot/gaim/gaim/ChangeLog,v retrieving revision 1.346 retrieving revision 1.347 diff -u -d -r1.346 -r1.347 --- ChangeLog 2001/10/26 10:11:32 1.346 +++ ChangeLog 2001/10/29 11:23:22 1.347 @@ -25,6 +25,7 @@ * In MSN you can set a person's alias to their "friendly name" by right-click on their name while they're online. * IRC can do /WHOIS + * The usual bug fixes and memory leak plugs version 0.46 (10/18/2001): * New applet icons (courtesy David Raeman) |
From: Eric Warmenhoven <warmenhoven@us...> - 2001-10-29 11:23:25
|
Update of /cvsroot/gaim/gaim/src/protocols/jabber In directory usw-pr-cvs1:/tmp/cvs-serv2380/src/protocols/jabber Modified Files: jabber.c Log Message: no. Index: jabber.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/jabber/jabber.c,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- jabber.c 2001/10/25 09:19:25 1.23 +++ jabber.c 2001/10/29 11:23:22 1.24 @@ -359,6 +359,7 @@ /* id attrib of stream is stored for digest auth */ j->sid = xmlnode_get_attrib(x, "id"); /* STATE_EVT(JCONN_STATE_AUTH) */ + xmlnode_free(x); } else { j->current = x; } @@ -1222,6 +1223,7 @@ gaim_input_remove(gc->inpa); close(jd->jc->fd); g_timeout_add(50, jabber_free, jd->jc); + xmlnode_free(jd->jc->current); jd->jc = NULL; g_free(jd); gc->proto_data = NULL; |
From: Eric Warmenhoven <warmenhoven@us...> - 2001-10-29 11:23:25
|
Update of /cvsroot/gaim/gaim/src/protocols/yahoo In directory usw-pr-cvs1:/tmp/cvs-serv2380/src/protocols/yahoo Modified Files: yay.c Log Message: no. Index: yay.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/yahoo/yay.c,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- yay.c 2001/10/23 04:54:45 1.21 +++ yay.c 2001/10/29 11:23:22 1.22 @@ -158,6 +158,7 @@ g_free(tmp); + strip_linefeed(buf); serv_got_im(gc, nick, buf, 0, tm ? tm : time((time_t)NULL)); return 1; @@ -276,6 +277,8 @@ account_online(gc); serv_finish_login(gc); + if (yd->active_id) + g_free(yd->active_id); yd->active_id = g_strdup(gc->username); yd->logged_in = TRUE; @@ -397,6 +400,7 @@ g_hash_table_destroy(yd->hash); yahoo_disconnect(yd->sess); yahoo_delete(yd->sess); + g_free(yd->active_id); g_free(yd); } |
From: Eric Warmenhoven <warmenhoven@us...> - 2001-10-29 06:47:52
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv23010 Modified Files: buddy_chat.c Log Message: hi. Index: buddy_chat.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/buddy_chat.c,v retrieving revision 1.127 retrieving revision 1.128 diff -u -d -r1.127 -r1.128 --- buddy_chat.c 2001/10/28 06:26:34 1.127 +++ buddy_chat.c 2001/10/29 06:47:49 1.128 @@ -934,11 +934,16 @@ g_snprintf(tmp, sizeof(tmp), "X %s", name); list_item = gtk_list_item_new_with_label(tmp); - } else if (ignored(b, new)) { - g_snprintf(tmp, sizeof(tmp), "X %s", name); - list_item = gtk_list_item_new_with_label(tmp); - } else + } else { + if ((ign = ignored(b, new)) != NULL) { + /* if they weren't ignored and change to someone who is ignored, + * assume it's someone else. that may seem a little backwards but + * it's better when it *is* actually someone else. Sorry Sean. */ + g_free(ign); + b->ignored = g_list_remove(b->ignored, ign); + } list_item = gtk_list_item_new_with_label(name); + } gtk_object_set_user_data(GTK_OBJECT(list_item), name); gtk_signal_connect(GTK_OBJECT(list_item), "button_press_event", |