Mercurial > pidgin.yaz
changeset 685:94a27f7567c5
[gaim-migrate @ 695]
i think "deny some" works now
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Tue, 15 Aug 2000 17:29:04 +0000 |
parents | b29c92be568b |
children | cd6772d0685a |
files | FIXME src/server.c |
diffstat | 2 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/FIXME Tue Aug 15 17:02:00 2000 +0000 +++ b/FIXME Tue Aug 15 17:29:04 2000 +0000 @@ -1,5 +1,2 @@ GAIM: Items to be fixed ------------------------ -For the Permit/Deny Stuff, everything is working, except for "Deny people in 'Deny'", -which sucks for people like me who have 16 people in their deny list. The Oscar side -of things is broken beyond repair too.
--- a/src/server.c Tue Aug 15 17:02:00 2000 +0000 +++ b/src/server.c Tue Aug 15 17:29:04 2000 +0000 @@ -402,7 +402,8 @@ sflap_send(buf, -1, TYPE_DATA); break; case DENY_SOME: - /* FIXME! This still doesn't work */ + /* you'll still see people as being online, but they won't see you, and you + * won't get updates for them. that's why i thought this was broken. */ at = g_snprintf(buf, sizeof(buf), "toc_add_deny"); list = deny; while (list) {