diff src/protocols/oscar/ssi.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 cc2f780c0505
children d6f1086d52a6
line wrap: on
line diff
--- a/src/protocols/oscar/ssi.c	Sat Jan 18 18:18:50 2003 +0000
+++ b/src/protocols/oscar/ssi.c	Sat Jan 18 22:43:22 2003 +0000
@@ -406,6 +406,8 @@
  * Locally find the alias of the given buddy.
  *
  * @param list A pointer to the current list of items.
+ * @param gn The group of the buddy.
+ * @param sn The name of the buddy.
  * @return A pointer to a NULL terminated string that is the buddies 
  *         alias, or NULL if the buddy has no alias.  You should free
  *         this returned value!
@@ -432,6 +434,8 @@
  * Locally find if you are waiting for authorization for a buddy.
  *
  * @param list A pointer to the current list of items.
+ * @param gn The group of the buddy.
+ * @param sn The name of the buddy.
  * @return A pointer to a NULL terminated string that is the buddies 
  *         alias, or NULL if the buddy has no alias.  You should free
  *         this returned value!