Mercurial > pidgin
diff src/server.c @ 256:7615d22ad227
[gaim-migrate @ 266]
Permit/deny works now (I hope). Also, the README's and things for libfaim
are now included in 'make dist'. Hopefully someone will actually READ the
README.gaim file.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Tue, 23 May 2000 18:11:39 +0000 |
| parents | 5b28ef2b550e |
| children | 1eeece1c7b7b |
line wrap: on
line diff
--- a/src/server.c Tue May 23 06:02:38 2000 +0000 +++ b/src/server.c Tue May 23 18:11:39 2000 +0000 @@ -379,7 +379,8 @@ /* oscar requires us to do everyone at once (?) */ /* FIXME : there's something wrong with this code, it causes the entire buddy * list to update, and can cause other people's buddy lists to improperly update - if (!(permdeny == 1 || permdeny == 3)) { + */ + if (!(permdeny == 1 || permdeny == 4)) { list = permit; at = 0; while (list) { at += g_snprintf(&buf[at], sizeof(buf) - at, "%s&", list->data); @@ -397,7 +398,6 @@ aim_bos_changevisibility(gaim_sess, gaim_conn, AIM_VISIBILITYCHANGE_DENYADD, buf); } - */ #endif }
