comparison src/protocols/oscar/info.c @ 4342:051265d35a36

[gaim-migrate @ 4607] Thanks tp Aubin LaBrosse for a receive-file-transfer fix. Gaim no longer ignores file transfer sends where the other user didn't enter a description. I "fixed" invisibility with ICQ. Currently, if you set yourself to invisible you'll just show up as invisible on everyone's list. The fix is to set your permit/deny setting to "allow only the users below." ...and so this is a little ugly. Basically, parts of the permit/deny code need to be rewritten to allow the prpls to choose the names of the permit/deny lists, and allow a prpl to pick how many lists there are. ICQ has a visible list, an invisible list, and an ignore list. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 18 Jan 2003 22:43:22 +0000
parents d833bacc054f
children 00a22e2e8367
comparison
equal deleted inserted replaced
4341:3ba910921aa0 4342:051265d35a36
565 * Type = 0x000c 565 * Type = 0x000c
566 * 566 *
567 * random crap containing the IP address, 567 * random crap containing the IP address,
568 * apparently a port number, and some Other Stuff. 568 * apparently a port number, and some Other Stuff.
569 * 569 *
570 * Format is:
571 * 4 bytes - Our IP address, 0xc0 a8 01 2b for 192.168.1.43
572 *
573 *
570 */ 574 */
571 aimbs_getrawbuf(bs, outinfo->icqinfo.crap, 0x25); 575 aimbs_getrawbuf(bs, outinfo->icqinfo.crap, 0x25);
572 outinfo->present |= AIM_USERINFO_PRESENT_ICQDATA; 576 outinfo->present |= AIM_USERINFO_PRESENT_ICQDATA;
573 577
574 } else if (type == 0x000d) { 578 } else if (type == 0x000d) {