comparison 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
comparison
equal deleted inserted replaced
269:46b6b894bc48 270:cfa39d39dec6
376 buf[at] = 0; 376 buf[at] = 0;
377 sflap_send(buf, -1, TYPE_DATA); 377 sflap_send(buf, -1, TYPE_DATA);
378 #else 378 #else
379 /* oscar requires us to do everyone at once (?) */ 379 /* oscar requires us to do everyone at once (?) */
380 /* I think this code is OK now. */ 380 /* I think this code is OK now. */
381 /* FIXME : I changed my mind
381 if (!(permdeny == 1 || permdeny == 4)) { 382 if (!(permdeny == 1 || permdeny == 4)) {
382 list = permit; at = 0; 383 list = permit; at = 0;
383 while (list) { 384 while (list) {
384 at += g_snprintf(&buf[at], sizeof(buf) - at, "%s&", list->data); 385 at += g_snprintf(&buf[at], sizeof(buf) - at, "%s&", list->data);
385 list = list->next; 386 list = list->next;
394 list = list->next; 395 list = list->next;
395 } 396 }
396 aim_bos_changevisibility(gaim_sess, gaim_conn, 397 aim_bos_changevisibility(gaim_sess, gaim_conn,
397 AIM_VISIBILITYCHANGE_DENYADD, buf); 398 AIM_VISIBILITYCHANGE_DENYADD, buf);
398 } 399 }
400 */
399 #endif 401 #endif
400 } 402 }
401 403
402 void serv_set_idle(int time) 404 void serv_set_idle(int time)
403 { 405 {