# HG changeset patch # User Eric Warmenhoven # Date 966360544 0 # Node ID 94a27f7567c5bec0b12a4b845f79fc5e309ebddb # Parent b29c92be568bab9362e7c14450c5787eb82e3d5c [gaim-migrate @ 695] i think "deny some" works now committer: Tailor Script diff -r b29c92be568b -r 94a27f7567c5 FIXME --- 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. diff -r b29c92be568b -r 94a27f7567c5 src/server.c --- 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) {