comparison libpurple/protocols/oscar/oscarcommon.h @ 30376:50d472b3d752

Fixed a bug I accidentally introduced in fb1ab831dedebf45ea50b6f87bfc00265a0115ef. We now have two different set_perm_deny()'s with different semantics (the ICQ one controls visibility, the AIM one, blocking), but purple_ssi_parselist() always called the ICQ one, no matter what is the current account. I've also changed the names of functions to make the distinction clearer.
author ivan.komarov@soc.pidgin.im
date Thu, 01 Jul 2010 18:56:17 +0000
parents a538cb73f897
children 4297feb30ad1
comparison
equal deleted inserted replaced
30375:ab7e28b1b478 30376:50d472b3d752
75 void oscar_remove_buddy(PurpleConnection *gc, PurpleBuddy *buddy, PurpleGroup *group); 75 void oscar_remove_buddy(PurpleConnection *gc, PurpleBuddy *buddy, PurpleGroup *group);
76 void oscar_add_permit(PurpleConnection *gc, const char *who); 76 void oscar_add_permit(PurpleConnection *gc, const char *who);
77 void oscar_add_deny(PurpleConnection *gc, const char *who); 77 void oscar_add_deny(PurpleConnection *gc, const char *who);
78 void oscar_rem_permit(PurpleConnection *gc, const char *who); 78 void oscar_rem_permit(PurpleConnection *gc, const char *who);
79 void oscar_rem_deny(PurpleConnection *gc, const char *who); 79 void oscar_rem_deny(PurpleConnection *gc, const char *who);
80 void oscar_set_permit_deny(PurpleConnection *gc);
81 void oscar_join_chat(PurpleConnection *gc, GHashTable *data); 80 void oscar_join_chat(PurpleConnection *gc, GHashTable *data);
82 char *oscar_get_chat_name(GHashTable *data); 81 char *oscar_get_chat_name(GHashTable *data);
83 void oscar_chat_invite(PurpleConnection *gc, int id, const char *message, const char *name); 82 void oscar_chat_invite(PurpleConnection *gc, int id, const char *message, const char *name);
84 void oscar_chat_leave(PurpleConnection *gc, int id); 83 void oscar_chat_leave(PurpleConnection *gc, int id);
85 int oscar_send_chat(PurpleConnection *gc, int id, const char *message, PurpleMessageFlags flags); 84 int oscar_send_chat(PurpleConnection *gc, int id, const char *message, PurpleMessageFlags flags);