comparison src/aim.c @ 253:5b28ef2b550e

[gaim-migrate @ 263] A few things happened in this update: - Commented out the libfaim deny/permit list stuff because it's seriously buggy - Added Socks v4 support - improved proxy support for things like getting users' info - i think that's it committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 23 May 2000 05:26:30 +0000
parents f3b61c04f44e
children 59f1748b09a6
comparison
equal deleted inserted replaced
252:4a41f8323022 253:5b28ef2b550e
155 #endif /* USE_APPLET */ 155 #endif /* USE_APPLET */
156 156
157 if (running) return; 157 if (running) return;
158 running = TRUE; 158 running = TRUE;
159 159
160 /* libfaim FIXME : serv_login only starts the process. it's not over
161 * after serv_login gets called */
160 if (serv_login(username, password) < 0) { 162 if (serv_login(username, password) < 0) {
161 running = FALSE; 163 running = FALSE;
162 return; 164 return;
163 } 165 }
164 166