diff src/oscar.c @ 250:c5aa7bf99059

[gaim-migrate @ 260] Mostly just touch-ups to the README.gaim file, and a couple FIXME's thrown about in oscar.c committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 22 May 2000 15:43:11 +0000
parents 810c595258c8
children 4a41f8323022
line wrap: on
line diff
--- a/src/oscar.c	Mon May 22 01:18:32 2000 +0000
+++ b/src/oscar.c	Mon May 22 15:43:11 2000 +0000
@@ -58,6 +58,8 @@
 static int gaim_chat_info_update (struct aim_session_t *, struct command_rx_struct *, ...);
 static int gaim_chat_incoming_msg(struct aim_session_t *, struct command_rx_struct *, ...);
 
+/* FIXME ! This uses 100% of the CPU, guaranteed. We shouldn't be using
+ * aim_select at all. we should be using the gtk/gdk watcher functions */
 static void oscar_callback(gpointer data, gint source,
 				GdkInputCondition condition) {
 	struct aim_session_t *sess = (struct aim_session_t *)data;
@@ -468,6 +470,7 @@
 
 		serv_got_im(userinfo->sn, msg, icbmflags & AIM_IMFLAGS_AWAY);
 	}
+	/* FIXME : channel == 2 is RVOUS requests, including chat invitations */
 
 	return 1;
 }