diff src/server.c @ 270:cfa39d39dec6

[gaim-migrate @ 280] Fixed the 100% bug, but in doing so, broke permit/deny lists, so that got commented out (yet again). Gaim/Faim is now usable. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 26 May 2000 23:10:21 +0000
parents 59f1748b09a6
children 4c6c213646a3
line wrap: on
line diff
--- a/src/server.c	Fri May 26 00:59:58 2000 +0000
+++ b/src/server.c	Fri May 26 23:10:21 2000 +0000
@@ -378,6 +378,7 @@
 #else
 	/* oscar requires us to do everyone at once (?) */
 	/* I think this code is OK now. */
+	/* FIXME : I changed my mind
 	if (!(permdeny == 1 || permdeny == 4)) {
 		list = permit; at = 0;
 		while (list) {
@@ -396,6 +397,7 @@
 		aim_bos_changevisibility(gaim_sess, gaim_conn,
 				AIM_VISIBILITYCHANGE_DENYADD, buf);
 	}
+	*/
 #endif
 }