comparison src/protocols/oscar/aim.h @ 8341:fec4c1fb2ac8

[gaim-migrate @ 9065] Alright, I had to lay down a little bit of smack. Here goes: -Work around the rate-limit problem caused by Gaim auto-requesting away messages too quickly. Basically there is now a 1.2sec gap between each request. The downside is that it takes a bit longer for Gaim to get everyone's away message initially. Adium shouldn't need to do anything to take advantage of this. Fire (they use libfaim, right?) will need to add a callback for AIM_CB_LOC_REQUESTINFOTIMEOUT. Just search oscar.c for gaim_reqinfo_timeout() and copy what that thing does. -Attempt to do a better job showing away messages in tooltips. Hopefully & and greater than and less than will show up correctly now. I don't think there should be any side effects, but if you mouse over someone and it crashes or you get a pango error let me know. -Remove/combine some silly functions in util.c that few things use. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 26 Feb 2004 08:29:32 +0000
parents 5e7ffea3f76a
children f71c0a3fcb3d
comparison
equal deleted inserted replaced
8340:ab6ffc260785 8341:fec4c1fb2ac8
1071 #define AIM_COOKIETYPE_OFTVOICE 0x13 1071 #define AIM_COOKIETYPE_OFTVOICE 0x13
1072 #define AIM_COOKIETYPE_OFTIMAGE 0x14 1072 #define AIM_COOKIETYPE_OFTIMAGE 0x14
1073 #define AIM_COOKIETYPE_OFTICON 0x15 1073 #define AIM_COOKIETYPE_OFTICON 0x15
1074 1074
1075 faim_export aim_userinfo_t *aim_locate_finduserinfo(aim_session_t *sess, const char *sn); 1075 faim_export aim_userinfo_t *aim_locate_finduserinfo(aim_session_t *sess, const char *sn);
1076 faim_export void aim_locate_dorequest(aim_session_t *sess);
1076 1077
1077 /* 0x0002 */ faim_export int aim_locate_reqrights(aim_session_t *sess); 1078 /* 0x0002 */ faim_export int aim_locate_reqrights(aim_session_t *sess);
1078 /* 0x0004 */ faim_export int aim_locate_setprofile(aim_session_t *sess, const char *profile_encoding, const char *profile, const int profile_len, const char *awaymsg_encoding, const char *awaymsg, const int awaymsg_len); 1079 /* 0x0004 */ faim_export int aim_locate_setprofile(aim_session_t *sess, const char *profile_encoding, const char *profile, const int profile_len, const char *awaymsg_encoding, const char *awaymsg, const int awaymsg_len);
1079 /* 0x0004 */ faim_export int aim_locate_setcaps(aim_session_t *sess, fu32_t caps); 1080 /* 0x0004 */ faim_export int aim_locate_setcaps(aim_session_t *sess, fu32_t caps);
1080 /* 0x0005 */ faim_export int aim_locate_getinfo(aim_session_t *sess, const char *, fu16_t); 1081 /* 0x0005 */ faim_export int aim_locate_getinfo(aim_session_t *sess, const char *, fu16_t);