# HG changeset patch # User Sean Egan # Date 1055689741 0 # Node ID 718c1e8d57289957463ce9cbfd54e494f5534051 # Parent da8939ad60b64b2d324554fbdc658200536c6750 [gaim-migrate @ 6325] Dear Mark, Chips and dip night was lots of fun! Thanks for the idea! I told you that the 0x81 thing wasn't the problem. The server sends that when it already has the icon with the given md5sum cached. The client then resends the SSI modify packet to get the server to actually use that icon. This is not what is causing the loop; the loop happened before I added that code, and happens when that code doesn't get called. Love, Sean. committer: Tailor Script diff -r da8939ad60b6 -r 718c1e8d5728 src/protocols/oscar/oscar.c --- a/src/protocols/oscar/oscar.c Sun Jun 15 09:28:57 2003 +0000 +++ b/src/protocols/oscar/oscar.c Sun Jun 15 15:09:01 2003 +0000 @@ -5489,8 +5489,8 @@ "Can't stat buddy icon file!\n"); } } - } /* else if (flags == 0x81) - aim_ssi_seticon(od->sess, md5, length); */ + } else if (flags == 0x81) + aim_ssi_seticon(od->sess, md5, length); } break; case 0x0002: { /* We just set an "available" message? */