Mercurial > pidgin
annotate src/protocols/oscar/oscar.c @ 6871:714fc8f45cf2
[gaim-migrate @ 7417]
I think the only thing I really changed was added a thing to the mouse
over for aim people using the official encryption. The rest is just code
cleanup.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 17 Sep 2003 03:22:44 +0000 |
parents | 59f6d0b1bdbe |
children | 155645d0f0aa |
rev | line source |
---|---|
2086 | 1 /* |
2 * gaim | |
3 * | |
4 * Some code copyright (C) 1998-1999, Mark Spencer <markster@marko.net> | |
6302 | 5 * Some code copyright (C) 1999-2001, Eric Warmenhoven |
6 * Some code copyright (C) 2001-2003, Sean Egan | |
7 * Some code copyright (C) 2001-2003, Mark Doliner <thekingant@users.sourceforge.net> | |
8 * | |
9 * Most libfaim code copyright (C) 1998-2001 Adam Fritzler <afritz@auk.cx> | |
10 * Some libfaim code copyright (C) 2001-2003 Mark Doliner <thekingant@users.sourceforge.net> | |
2086 | 11 * |
12 * This program is free software; you can redistribute it and/or modify | |
13 * it under the terms of the GNU General Public License as published by | |
14 * the Free Software Foundation; either version 2 of the License, or | |
15 * (at your option) any later version. | |
16 * | |
17 * This program is distributed in the hope that it will be useful, | |
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
20 * GNU General Public License for more details. | |
21 * | |
22 * You should have received a copy of the GNU General Public License | |
23 * along with this program; if not, write to the Free Software | |
24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
25 * | |
26 */ | |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
27 #include "internal.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
28 |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
29 #include "account.h" |
5638
0bdfa28c678e
[gaim-migrate @ 6047]
Christian Hammond <chipx86@chipx86.com>
parents:
5631
diff
changeset
|
30 #include "accountopt.h" |
6846
8ab95f4c9800
[gaim-migrate @ 7391]
Christian Hammond <chipx86@chipx86.com>
parents:
6787
diff
changeset
|
31 #include "buddyicon.h" |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
32 #include "conversation.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
33 #include "debug.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
34 #include "ft.h" |
2086 | 35 #include "multi.h" |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
36 #include "notify.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
37 #include "privacy.h" |
2086 | 38 #include "prpl.h" |
4889 | 39 #include "proxy.h" |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
40 #include "request.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
41 #include "util.h" |
6115
11bedb793a44
[gaim-migrate @ 6578]
Christian Hammond <chipx86@chipx86.com>
parents:
6113
diff
changeset
|
42 #include "html.h" |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
43 |
2086 | 44 #include "aim.h" |
5842 | 45 #include "md5.h" |
2086 | 46 |
6371
8f94cce8faa5
[gaim-migrate @ 6876]
Christian Hammond <chipx86@chipx86.com>
parents:
6350
diff
changeset
|
47 /* XXX CORE/UI */ |
8f94cce8faa5
[gaim-migrate @ 6876]
Christian Hammond <chipx86@chipx86.com>
parents:
6350
diff
changeset
|
48 #include "gtkinternal.h" |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
49 #include "gaim.h" |
3630 | 50 |
2086 | 51 |
2501
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
52 #define UC_AOL 0x02 |
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
53 #define UC_ADMIN 0x04 |
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
54 #define UC_UNCONFIRMED 0x08 |
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
55 #define UC_NORMAL 0x10 |
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
56 #define UC_AB 0x20 |
3079 | 57 #define UC_WIRELESS 0x40 |
6318 | 58 #define UC_HIPTOP 0x80 |
2501
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
59 |
2086 | 60 #define AIMHASHDATA "http://gaim.sourceforge.net/aim_data.php3" |
61 | |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
62 static GaimPlugin *my_protocol = NULL; |
4249 | 63 |
6871 | 64 static int caps_aim = AIM_CAPS_CHAT | AIM_CAPS_BUDDYICON | AIM_CAPS_DIRECTIM | AIM_CAPS_SENDFILE | AIM_CAPS_INTEROPERATE; |
65 static int caps_icq = AIM_CAPS_BUDDYICON | AIM_CAPS_DIRECTIM | AIM_CAPS_SENDFILE | AIM_CAPS_ICQUTF8 | AIM_CAPS_INTEROPERATE; | |
3458 | 66 |
4665 | 67 static fu8_t features_aim[] = {0x01, 0x01, 0x01, 0x02}; |
68 static fu8_t features_icq[] = {0x01, 0x06}; | |
2086 | 69 |
70 struct oscar_data { | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
71 aim_session_t *sess; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
72 aim_conn_t *conn; |
2086 | 73 |
74 guint cnpa; | |
75 guint paspa; | |
3694 | 76 guint emlpa; |
4804 | 77 guint icopa; |
2086 | 78 |
4823 | 79 gboolean iconconnecting; |
5842 | 80 gboolean set_icon; |
4823 | 81 |
2822
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
82 GSList *create_rooms; |
2086 | 83 |
84 gboolean conf; | |
85 gboolean reqemail; | |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
86 gboolean setemail; |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
87 char *email; |
2979 | 88 gboolean setnick; |
89 char *newsn; | |
2086 | 90 gboolean chpass; |
91 char *oldp; | |
92 char *newp; | |
5842 | 93 |
2086 | 94 GSList *oscar_chats; |
95 GSList *direct_ims; | |
3630 | 96 GSList *file_transfers; |
4738 | 97 GHashTable *buddyinfo; |
4804 | 98 GSList *requesticon; |
2086 | 99 |
2501
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
100 gboolean killme; |
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
101 gboolean icq; |
2791
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
102 GSList *evilhack; |
4804 | 103 guint icontimer; |
5968 | 104 guint getblisttimer; |
2993 | 105 |
106 struct { | |
4230 | 107 guint maxwatchers; /* max users who can watch you */ |
2993 | 108 guint maxbuddies; /* max users you can watch */ |
4230 | 109 guint maxgroups; /* max groups in server list */ |
2993 | 110 guint maxpermits; /* max users on permit list */ |
111 guint maxdenies; /* max users on deny list */ | |
112 guint maxsiglen; /* max size (bytes) of profile */ | |
113 guint maxawaymsglen; /* max size (bytes) of posted away message */ | |
114 } rights; | |
2086 | 115 }; |
116 | |
2822
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
117 struct create_room { |
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
118 char *name; |
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
119 int exchange; |
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
120 }; |
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
121 |
2086 | 122 struct chat_connection { |
123 char *name; | |
124 char *show; /* AOL did something funny to us */ | |
2821
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
125 fu16_t exchange; |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
126 fu16_t instance; |
2086 | 127 int fd; /* this is redundant since we have the conn below */ |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
128 aim_conn_t *conn; |
2086 | 129 int inpa; |
130 int id; | |
5575 | 131 GaimConnection *gc; /* i hate this. */ |
5679 | 132 GaimConversation *cnv; /* bah. */ |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
133 int maxlen; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
134 int maxvis; |
2086 | 135 }; |
136 | |
137 struct direct_im { | |
5575 | 138 GaimConnection *gc; |
2086 | 139 char name[80]; |
140 int watcher; | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
141 aim_conn_t *conn; |
3008 | 142 gboolean connected; |
2086 | 143 }; |
144 | |
145 struct ask_direct { | |
5575 | 146 GaimConnection *gc; |
2086 | 147 char *sn; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
148 char ip[64]; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
149 fu8_t cookie[8]; |
2086 | 150 }; |
151 | |
4738 | 152 /* Various PRPL-specific buddy info that we want to keep track of */ |
153 struct buddyinfo { | |
154 time_t signon; | |
155 int caps; | |
156 gboolean typingnot; | |
6292 | 157 gchar *availmsg; |
6857 | 158 fu32_t ipaddr; |
5836 | 159 |
160 unsigned long ico_me_len; | |
161 unsigned long ico_me_csum; | |
162 time_t ico_me_time; | |
163 gboolean ico_informed; | |
4738 | 164 |
165 unsigned long ico_len; | |
166 unsigned long ico_csum; | |
167 time_t ico_time; | |
168 gboolean ico_need; | |
169 | |
4853 | 170 fu16_t iconcsumlen; |
5836 | 171 fu8_t *iconcsum; |
2086 | 172 }; |
173 | |
4230 | 174 struct name_data { |
5575 | 175 GaimConnection *gc; |
4230 | 176 gchar *name; |
3453 | 177 gchar *nick; |
3141 | 178 }; |
179 | |
5129 | 180 static char *msgerrreason[] = { |
181 N_("Invalid error"), | |
182 N_("Invalid SNAC"), | |
183 N_("Rate to host"), | |
184 N_("Rate to client"), | |
185 N_("Not logged in"), | |
186 N_("Service unavailable"), | |
187 N_("Service not defined"), | |
188 N_("Obsolete SNAC"), | |
189 N_("Not supported by host"), | |
190 N_("Not supported by client"), | |
191 N_("Refused by client"), | |
192 N_("Reply too big"), | |
193 N_("Responses lost"), | |
194 N_("Request denied"), | |
195 N_("Busted SNAC payload"), | |
196 N_("Insufficient rights"), | |
197 N_("In local permit/deny"), | |
198 N_("Too evil (sender)"), | |
199 N_("Too evil (receiver)"), | |
200 N_("User temporarily unavailable"), | |
201 N_("No match"), | |
202 N_("List overflow"), | |
203 N_("Request ambiguous"), | |
204 N_("Queue full"), | |
205 N_("Not while on AOL") | |
206 }; | |
207 static int msgerrreasonlen = 25; | |
208 | |
209 /* All the libfaim->gaim callback functions */ | |
210 static int gaim_parse_auth_resp (aim_session_t *, aim_frame_t *, ...); | |
211 static int gaim_parse_login (aim_session_t *, aim_frame_t *, ...); | |
212 static int gaim_handle_redirect (aim_session_t *, aim_frame_t *, ...); | |
213 static int gaim_info_change (aim_session_t *, aim_frame_t *, ...); | |
214 static int gaim_account_confirm (aim_session_t *, aim_frame_t *, ...); | |
215 static int gaim_parse_oncoming (aim_session_t *, aim_frame_t *, ...); | |
216 static int gaim_parse_offgoing (aim_session_t *, aim_frame_t *, ...); | |
217 static int gaim_parse_incoming_im(aim_session_t *, aim_frame_t *, ...); | |
218 static int gaim_parse_misses (aim_session_t *, aim_frame_t *, ...); | |
219 static int gaim_parse_clientauto (aim_session_t *, aim_frame_t *, ...); | |
220 static int gaim_parse_user_info (aim_session_t *, aim_frame_t *, ...); | |
221 static int gaim_parse_motd (aim_session_t *, aim_frame_t *, ...); | |
222 static int gaim_chatnav_info (aim_session_t *, aim_frame_t *, ...); | |
223 static int gaim_chat_join (aim_session_t *, aim_frame_t *, ...); | |
224 static int gaim_chat_leave (aim_session_t *, aim_frame_t *, ...); | |
225 static int gaim_chat_info_update (aim_session_t *, aim_frame_t *, ...); | |
226 static int gaim_chat_incoming_msg(aim_session_t *, aim_frame_t *, ...); | |
227 static int gaim_email_parseupdate(aim_session_t *, aim_frame_t *, ...); | |
228 static int gaim_icon_error (aim_session_t *, aim_frame_t *, ...); | |
229 static int gaim_icon_parseicon (aim_session_t *, aim_frame_t *, ...); | |
5844 | 230 static int oscar_icon_req (aim_session_t *, aim_frame_t *, ...); |
5129 | 231 static int gaim_parse_msgack (aim_session_t *, aim_frame_t *, ...); |
232 static int gaim_parse_ratechange (aim_session_t *, aim_frame_t *, ...); | |
233 static int gaim_parse_evilnotify (aim_session_t *, aim_frame_t *, ...); | |
234 static int gaim_parse_searcherror(aim_session_t *, aim_frame_t *, ...); | |
235 static int gaim_parse_searchreply(aim_session_t *, aim_frame_t *, ...); | |
236 static int gaim_bosrights (aim_session_t *, aim_frame_t *, ...); | |
237 static int gaim_connerr (aim_session_t *, aim_frame_t *, ...); | |
238 static int conninitdone_admin (aim_session_t *, aim_frame_t *, ...); | |
239 static int conninitdone_bos (aim_session_t *, aim_frame_t *, ...); | |
240 static int conninitdone_chatnav (aim_session_t *, aim_frame_t *, ...); | |
241 static int conninitdone_chat (aim_session_t *, aim_frame_t *, ...); | |
242 static int conninitdone_email (aim_session_t *, aim_frame_t *, ...); | |
243 static int conninitdone_icon (aim_session_t *, aim_frame_t *, ...); | |
244 static int gaim_parse_msgerr (aim_session_t *, aim_frame_t *, ...); | |
245 static int gaim_parse_mtn (aim_session_t *, aim_frame_t *, ...); | |
246 static int gaim_parse_locaterights(aim_session_t *, aim_frame_t *, ...); | |
247 static int gaim_parse_buddyrights(aim_session_t *, aim_frame_t *, ...); | |
248 static int gaim_parse_locerr (aim_session_t *, aim_frame_t *, ...); | |
249 static int gaim_icbm_param_info (aim_session_t *, aim_frame_t *, ...); | |
250 static int gaim_parse_genericerr (aim_session_t *, aim_frame_t *, ...); | |
251 static int gaim_memrequest (aim_session_t *, aim_frame_t *, ...); | |
252 static int gaim_selfinfo (aim_session_t *, aim_frame_t *, ...); | |
253 static int gaim_offlinemsg (aim_session_t *, aim_frame_t *, ...); | |
254 static int gaim_offlinemsgdone (aim_session_t *, aim_frame_t *, ...); | |
255 static int gaim_icqalias (aim_session_t *, aim_frame_t *, ...); | |
256 static int gaim_icqinfo (aim_session_t *, aim_frame_t *, ...); | |
257 static int gaim_popup (aim_session_t *, aim_frame_t *, ...); | |
258 #ifndef NOSSI | |
259 static int gaim_ssi_parseerr (aim_session_t *, aim_frame_t *, ...); | |
260 static int gaim_ssi_parserights (aim_session_t *, aim_frame_t *, ...); | |
261 static int gaim_ssi_parselist (aim_session_t *, aim_frame_t *, ...); | |
262 static int gaim_ssi_parseack (aim_session_t *, aim_frame_t *, ...); | |
263 static int gaim_ssi_authgiven (aim_session_t *, aim_frame_t *, ...); | |
264 static int gaim_ssi_authrequest (aim_session_t *, aim_frame_t *, ...); | |
265 static int gaim_ssi_authreply (aim_session_t *, aim_frame_t *, ...); | |
266 static int gaim_ssi_gotadded (aim_session_t *, aim_frame_t *, ...); | |
267 #endif | |
268 | |
269 /* for DirectIM/image transfer */ | |
270 static int gaim_odc_initiate (aim_session_t *, aim_frame_t *, ...); | |
271 static int gaim_odc_incoming (aim_session_t *, aim_frame_t *, ...); | |
272 static int gaim_odc_typing (aim_session_t *, aim_frame_t *, ...); | |
273 static int gaim_update_ui (aim_session_t *, aim_frame_t *, ...); | |
274 | |
275 /* for file transfer */ | |
276 static int oscar_sendfile_estblsh(aim_session_t *, aim_frame_t *, ...); | |
277 static int oscar_sendfile_prompt (aim_session_t *, aim_frame_t *, ...); | |
278 static int oscar_sendfile_ack (aim_session_t *, aim_frame_t *, ...); | |
279 static int oscar_sendfile_done (aim_session_t *, aim_frame_t *, ...); | |
280 | |
281 /* for icons */ | |
282 static gboolean gaim_icon_timerfunc(gpointer data); | |
283 | |
5306 | 284 /* prpl actions - remove this at some point */ |
5954 | 285 static void oscar_set_info(GaimConnection *gc, const char *text); |
5306 | 286 |
5836 | 287 static void oscar_free_name_data(struct name_data *data) { |
4230 | 288 g_free(data->name); |
289 g_free(data->nick); | |
290 g_free(data); | |
291 } | |
292 | |
5836 | 293 static void oscar_free_buddyinfo(void *data) { |
294 struct buddyinfo *bi = data; | |
6292 | 295 g_free(bi->availmsg); |
5836 | 296 g_free(bi->iconcsum); |
297 g_free(bi); | |
298 } | |
299 | |
5129 | 300 static fu32_t oscar_encoding_check(const char *utf8) |
301 { | |
302 int i = 0; | |
303 fu32_t encodingflag = 0; | |
304 | |
305 /* Determine how we can send this message. Per the warnings elsewhere | |
306 * in this file, these little checks determine the simplest encoding | |
307 * we can use for a given message send using it. */ | |
308 while (utf8[i]) { | |
309 if ((unsigned char)utf8[i] > 0x7f) { | |
310 /* not ASCII! */ | |
311 encodingflag = AIM_IMFLAGS_ISO_8859_1; | |
312 break; | |
313 } | |
314 i++; | |
315 } | |
316 while (utf8[i]) { | |
317 /* ISO-8859-1 is 0x00-0xbf in the first byte | |
318 * followed by 0xc0-0xc3 in the second */ | |
319 if ((unsigned char)utf8[i] < 0x80) { | |
320 i++; | |
321 continue; | |
322 } else if (((unsigned char)utf8[i] & 0xfc) == 0xc0 && | |
323 ((unsigned char)utf8[i + 1] & 0xc0) == 0x80) { | |
324 i += 2; | |
325 continue; | |
326 } | |
327 encodingflag = AIM_IMFLAGS_UNICODE; | |
328 break; | |
329 } | |
330 | |
331 return encodingflag; | |
332 } | |
333 | |
334 static fu32_t oscar_encoding_parse(const char *enc) | |
335 { | |
336 char *charset; | |
337 | |
338 /* If anything goes wrong, fall back on ASCII and print a message */ | |
339 if (enc == NULL) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
340 gaim_debug(GAIM_DEBUG_WARNING, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
341 "Encoding was null, that's odd\n"); |
5129 | 342 return 0; |
343 } | |
344 charset = strstr(enc, "charset="); | |
345 if (charset == NULL) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
346 gaim_debug(GAIM_DEBUG_WARNING, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
347 "No charset specified for info, assuming ASCII\n"); |
5129 | 348 return 0; |
349 } | |
350 charset += 8; | |
351 if (!strcmp(charset, "\"us-ascii\"") || !strcmp(charset, "\"utf-8\"")) { | |
352 /* UTF-8 is our native charset, ASCII is a proper subset */ | |
353 return 0; | |
354 } else if (!strcmp(charset, "\"iso-8859-1\"")) { | |
355 return AIM_IMFLAGS_ISO_8859_1; | |
356 } else if (!strcmp(charset, "\"unicode-2-0\"")) { | |
357 return AIM_IMFLAGS_UNICODE; | |
358 } else { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
359 gaim_debug(GAIM_DEBUG_WARNING, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
360 "Unrecognized character set '%s', using ASCII\n", charset); |
5129 | 361 return 0; |
362 } | |
363 } | |
364 | |
365 gchar *oscar_encoding_to_utf8(const char *encoding, char *text, int textlen) | |
366 { | |
367 gchar *utf8 = NULL; | |
368 int flags = oscar_encoding_parse(encoding); | |
369 | |
370 switch (flags) { | |
371 case 0: | |
372 utf8 = g_strndup(text, textlen); | |
373 break; | |
374 case AIM_IMFLAGS_ISO_8859_1: | |
375 utf8 = g_convert(text, textlen, "UTF-8", "ISO-8859-1", NULL, NULL, NULL); | |
376 break; | |
377 case AIM_IMFLAGS_UNICODE: | |
378 utf8 = g_convert(text, textlen, "UTF-8", "UCS-2BE", NULL, NULL, NULL); | |
379 break; | |
380 } | |
381 | |
382 return utf8; | |
383 } | |
384 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
385 static struct direct_im *find_direct_im(struct oscar_data *od, const char *who) { |
2086 | 386 GSList *d = od->direct_ims; |
387 struct direct_im *m = NULL; | |
388 | |
389 while (d) { | |
390 m = (struct direct_im *)d->data; | |
4355 | 391 if (!aim_sncmp(who, m->name)) |
4269 | 392 return m; |
2086 | 393 d = d->next; |
394 } | |
395 | |
4269 | 396 return NULL; |
2086 | 397 } |
398 | |
2821
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
399 static char *extract_name(const char *name) { |
4121 | 400 char *tmp, *x; |
2086 | 401 int i, j; |
4120 | 402 |
403 if (!name) | |
4121 | 404 return NULL; |
405 | |
4120 | 406 x = strchr(name, '-'); |
4121 | 407 |
2086 | 408 if (!x) return NULL; |
409 x = strchr(++x, '-'); | |
410 if (!x) return NULL; | |
411 tmp = g_strdup(++x); | |
412 | |
413 for (i = 0, j = 0; x[i]; i++) { | |
2361
554b001d7d98
[gaim-migrate @ 2374]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2357
diff
changeset
|
414 char hex[3]; |
554b001d7d98
[gaim-migrate @ 2374]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2357
diff
changeset
|
415 if (x[i] != '%') { |
2086 | 416 tmp[j++] = x[i]; |
2361
554b001d7d98
[gaim-migrate @ 2374]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2357
diff
changeset
|
417 continue; |
2086 | 418 } |
2361
554b001d7d98
[gaim-migrate @ 2374]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2357
diff
changeset
|
419 strncpy(hex, x + ++i, 2); hex[2] = 0; |
554b001d7d98
[gaim-migrate @ 2374]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2357
diff
changeset
|
420 i++; |
554b001d7d98
[gaim-migrate @ 2374]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2357
diff
changeset
|
421 tmp[j++] = strtol(hex, NULL, 16); |
2086 | 422 } |
423 | |
424 tmp[j] = 0; | |
425 return tmp; | |
426 } | |
427 | |
5575 | 428 static struct chat_connection *find_oscar_chat(GaimConnection *gc, int id) { |
2086 | 429 GSList *g = ((struct oscar_data *)gc->proto_data)->oscar_chats; |
430 struct chat_connection *c = NULL; | |
431 | |
432 while (g) { | |
433 c = (struct chat_connection *)g->data; | |
434 if (c->id == id) | |
435 break; | |
436 g = g->next; | |
437 c = NULL; | |
438 } | |
439 | |
440 return c; | |
441 } | |
442 | |
5575 | 443 static struct chat_connection *find_oscar_chat_by_conn(GaimConnection *gc, |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
444 aim_conn_t *conn) { |
2086 | 445 GSList *g = ((struct oscar_data *)gc->proto_data)->oscar_chats; |
446 struct chat_connection *c = NULL; | |
447 | |
448 while (g) { | |
449 c = (struct chat_connection *)g->data; | |
450 if (c->conn == conn) | |
451 break; | |
452 g = g->next; | |
453 c = NULL; | |
454 } | |
455 | |
456 return c; | |
457 } | |
458 | |
4617 | 459 static void gaim_odc_disconnect(aim_session_t *sess, aim_conn_t *conn) { |
5575 | 460 GaimConnection *gc = sess->aux_data; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
461 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
5679 | 462 GaimConversation *cnv; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
463 struct direct_im *dim; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
464 char *sn; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
465 char buf[256]; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
466 |
4617 | 467 sn = g_strdup(aim_odc_getsn(conn)); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
468 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
469 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
470 "%s disconnected Direct IM.\n", sn); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
471 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
472 dim = find_direct_im(od, sn); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
473 od->direct_ims = g_slist_remove(od->direct_ims, dim); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
474 gaim_input_remove(dim->watcher); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
475 |
3008 | 476 if (dim->connected) |
477 g_snprintf(buf, sizeof buf, _("Direct IM with %s closed"), sn); | |
478 else | |
479 g_snprintf(buf, sizeof buf, _("Direct IM with %s failed"), sn); | |
6640
314111e7b601
[gaim-migrate @ 7165]
Christian Hammond <chipx86@chipx86.com>
parents:
6623
diff
changeset
|
480 |
314111e7b601
[gaim-migrate @ 7165]
Christian Hammond <chipx86@chipx86.com>
parents:
6623
diff
changeset
|
481 cnv = gaim_find_conversation_with_account(sn, gaim_connection_get_account(gc)); |
314111e7b601
[gaim-migrate @ 7165]
Christian Hammond <chipx86@chipx86.com>
parents:
6623
diff
changeset
|
482 if (cnv) |
6621 | 483 gaim_conversation_write(cnv, NULL, buf, -1, GAIM_MESSAGE_SYSTEM, time(NULL)); |
4359
5fb47ec9bfe4
[gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents:
4358
diff
changeset
|
484 |
5579 | 485 gaim_conversation_update_progress(cnv, 0); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
486 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
487 g_free(dim); /* I guess? I don't see it anywhere else... -- mid */ |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
488 g_free(sn); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
489 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
490 return; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
491 } |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
492 |
4617 | 493 static void oscar_callback(gpointer data, gint source, GaimInputCondition condition) { |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
494 aim_conn_t *conn = (aim_conn_t *)data; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
495 aim_session_t *sess = aim_conn_getsess(conn); |
5575 | 496 GaimConnection *gc = sess ? sess->aux_data : NULL; |
4617 | 497 struct oscar_data *od; |
2086 | 498 |
499 if (!gc) { | |
500 /* gc is null. we return, else we seg SIGSEG on next line. */ | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
501 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
502 "oscar callback for closed connection (1).\n"); |
2086 | 503 return; |
504 } | |
505 | |
4617 | 506 od = (struct oscar_data *)gc->proto_data; |
2086 | 507 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
508 if (!g_list_find(gaim_connections_get_all(), gc)) { |
2086 | 509 /* oh boy. this is probably bad. i guess the only thing we |
510 * can really do is return? */ | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
511 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
512 "oscar callback for closed connection (2).\n"); |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
513 gaim_debug(GAIM_DEBUG_MISC, "oscar", "gc = %p\n", gc); |
2086 | 514 return; |
515 } | |
516 | |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
517 if (condition & GAIM_INPUT_READ) { |
4617 | 518 if (conn->type == AIM_CONN_TYPE_LISTENER) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
519 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
520 "got information on rendezvous listener\n"); |
4617 | 521 if (aim_handlerendconnect(od->sess, conn) < 0) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
522 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
523 "connection error (rendezvous listener)\n"); |
4617 | 524 aim_conn_kill(od->sess, &conn); |
2086 | 525 } |
526 } else { | |
4617 | 527 if (aim_get_command(od->sess, conn) >= 0) { |
528 aim_rxdispatch(od->sess); | |
6029 | 529 if (od->killme) { |
530 gaim_debug(GAIM_DEBUG_ERROR, "oscar", "Waiting to be destroyed\n"); | |
531 return; | |
532 } | |
2086 | 533 } else { |
534 if ((conn->type == AIM_CONN_TYPE_BOS) || | |
4617 | 535 !(aim_getconn_type(od->sess, AIM_CONN_TYPE_BOS))) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
536 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
537 "major connection error\n"); |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
538 gaim_connection_error(gc, _("Disconnected.")); |
2086 | 539 } else if (conn->type == AIM_CONN_TYPE_CHAT) { |
540 struct chat_connection *c = find_oscar_chat_by_conn(gc, conn); | |
5420 | 541 char *buf; |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
542 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
543 "disconnected from chat room %s\n", c->name); |
2086 | 544 c->conn = NULL; |
545 if (c->inpa > 0) | |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
546 gaim_input_remove(c->inpa); |
2086 | 547 c->inpa = 0; |
548 c->fd = -1; | |
4617 | 549 aim_conn_kill(od->sess, &conn); |
5420 | 550 buf = g_strdup_printf(_("You have been disconnected from chat room %s."), c->name); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
551 gaim_notify_error(gc, NULL, buf, NULL); |
5420 | 552 g_free(buf); |
2086 | 553 } else if (conn->type == AIM_CONN_TYPE_CHATNAV) { |
4617 | 554 if (od->cnpa > 0) |
555 gaim_input_remove(od->cnpa); | |
556 od->cnpa = 0; | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
557 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
558 "removing chatnav input watcher\n"); |
4617 | 559 while (od->create_rooms) { |
560 struct create_room *cr = od->create_rooms->data; | |
2822
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
561 g_free(cr->name); |
4617 | 562 od->create_rooms = |
563 g_slist_remove(od->create_rooms, cr); | |
2822
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
564 g_free(cr); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
565 gaim_notify_error(gc, NULL, |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
566 _("Chat is currently unavailable"), |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
567 NULL); |
2086 | 568 } |
4617 | 569 aim_conn_kill(od->sess, &conn); |
2086 | 570 } else if (conn->type == AIM_CONN_TYPE_AUTH) { |
4617 | 571 if (od->paspa > 0) |
572 gaim_input_remove(od->paspa); | |
573 od->paspa = 0; | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
574 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
575 "removing authconn input watcher\n"); |
4617 | 576 aim_conn_kill(od->sess, &conn); |
3694 | 577 } else if (conn->type == AIM_CONN_TYPE_EMAIL) { |
4617 | 578 if (od->emlpa > 0) |
579 gaim_input_remove(od->emlpa); | |
580 od->emlpa = 0; | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
581 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
582 "removing email input watcher\n"); |
4617 | 583 aim_conn_kill(od->sess, &conn); |
4804 | 584 } else if (conn->type == AIM_CONN_TYPE_ICON) { |
585 if (od->icopa > 0) | |
586 gaim_input_remove(od->icopa); | |
587 od->icopa = 0; | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
588 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
589 "removing icon input watcher\n"); |
4804 | 590 aim_conn_kill(od->sess, &conn); |
2086 | 591 } else if (conn->type == AIM_CONN_TYPE_RENDEZVOUS) { |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
592 if (conn->subtype == AIM_CONN_SUBTYPE_OFT_DIRECTIM) |
4617 | 593 gaim_odc_disconnect(od->sess, conn); |
594 aim_conn_kill(od->sess, &conn); | |
2086 | 595 } else { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
596 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
597 "holy crap! generic connection error! %hu\n", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
598 conn->type); |
4617 | 599 aim_conn_kill(od->sess, &conn); |
2086 | 600 } |
601 } | |
602 } | |
603 } | |
604 } | |
605 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
606 static void oscar_debug(aim_session_t *sess, int level, const char *format, va_list va) { |
2086 | 607 char *s = g_strdup_vprintf(format, va); |
608 char buf[256]; | |
609 char *t; | |
5575 | 610 GaimConnection *gc = sess->aux_data; |
611 | |
612 g_snprintf(buf, sizeof(buf), "%s %d: ", gaim_account_get_username(gaim_connection_get_account(gc)), level); | |
2086 | 613 t = g_strconcat(buf, s, NULL); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
614 gaim_debug(GAIM_DEBUG_INFO, "oscar", t); |
2086 | 615 if (t[strlen(t)-1] != '\n') |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
616 gaim_debug(GAIM_DEBUG_INFO, NULL, "\n"); |
2086 | 617 g_free(t); |
618 g_free(s); | |
619 } | |
620 | |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
621 static void oscar_login_connect(gpointer data, gint source, GaimInputCondition cond) |
2086 | 622 { |
5575 | 623 GaimConnection *gc = data; |
4617 | 624 struct oscar_data *od; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
625 aim_session_t *sess; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
626 aim_conn_t *conn; |
2086 | 627 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
628 if (!g_list_find(gaim_connections_get_all(), gc)) { |
2086 | 629 close(source); |
630 return; | |
631 } | |
632 | |
4617 | 633 od = gc->proto_data; |
634 sess = od->sess; | |
2086 | 635 conn = aim_getconn_type_all(sess, AIM_CONN_TYPE_AUTH); |
4366 | 636 |
637 conn->fd = source; | |
2086 | 638 |
639 if (source < 0) { | |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
640 gaim_connection_error(gc, _("Couldn't connect to host")); |
2086 | 641 return; |
642 } | |
643 | |
644 aim_conn_completeconnect(sess, conn); | |
4617 | 645 gc->inpa = gaim_input_add(conn->fd, GAIM_INPUT_READ, oscar_callback, conn); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
646 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
647 "Password sent, waiting for response\n"); |
2086 | 648 } |
649 | |
5575 | 650 static void oscar_login(GaimAccount *account) { |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
651 aim_session_t *sess; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
652 aim_conn_t *conn; |
2086 | 653 char buf[256]; |
5575 | 654 GaimConnection *gc = gaim_account_get_connection(account); |
4617 | 655 struct oscar_data *od = gc->proto_data = g_new0(struct oscar_data, 1); |
2086 | 656 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
657 gaim_debug(GAIM_DEBUG_MISC, "oscar", "oscar_login: gc = %p\n", gc); |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
658 |
5575 | 659 if (isdigit(*(gaim_account_get_username(account)))) { |
4617 | 660 od->icq = TRUE; |
2706
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
661 } else { |
6622 | 662 gc->flags |= GAIM_CONNECTION_HTML; |
663 gc->flags |= GAIM_CONNECTION_AUTO_RESP; | |
2706
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
664 } |
5836 | 665 od->buddyinfo = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, oscar_free_buddyinfo); |
2086 | 666 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
667 sess = g_new0(aim_session_t, 1); |
2086 | 668 |
669 aim_session_init(sess, AIM_SESS_FLAGS_NONBLOCKCONNECT, 0); | |
670 aim_setdebuggingcb(sess, oscar_debug); | |
671 | |
672 /* we need an immediate queue because we don't use a while-loop to | |
673 * see if things need to be sent. */ | |
674 aim_tx_setenqueue(sess, AIM_TX_IMMEDIATE, NULL); | |
4617 | 675 od->sess = sess; |
2086 | 676 sess->aux_data = gc; |
677 | |
678 conn = aim_newconn(sess, AIM_CONN_TYPE_AUTH, NULL); | |
679 if (conn == NULL) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
680 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
681 "internal connection error\n"); |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
682 gaim_connection_error(gc, _("Unable to login to AIM")); |
2086 | 683 return; |
684 } | |
685 | |
5575 | 686 g_snprintf(buf, sizeof(buf), _("Signon: %s"), gaim_account_get_username(account)); |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
687 gaim_connection_update_progress(gc, buf, 2, 5); |
2086 | 688 |
4649 | 689 aim_conn_addhandler(sess, conn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNERR, gaim_connerr, 0); |
2086 | 690 aim_conn_addhandler(sess, conn, 0x0017, 0x0007, gaim_parse_login, 0); |
691 aim_conn_addhandler(sess, conn, 0x0017, 0x0003, gaim_parse_auth_resp, 0); | |
692 | |
693 conn->status |= AIM_CONN_STATUS_INPROGRESS; | |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
694 if (gaim_proxy_connect(account, gaim_account_get_string(account, "server", FAIM_LOGIN_SERVER), |
5575 | 695 gaim_account_get_int(account, "port", FAIM_LOGIN_PORT), |
696 oscar_login_connect, gc) < 0) { | |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
697 gaim_connection_error(gc, _("Couldn't connect to host")); |
2086 | 698 return; |
699 } | |
5575 | 700 aim_request_login(sess, conn, gaim_account_get_username(account)); |
701 } | |
702 | |
703 static void oscar_close(GaimConnection *gc) { | |
4617 | 704 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
705 | |
706 while (od->oscar_chats) { | |
707 struct chat_connection *n = od->oscar_chats->data; | |
2086 | 708 if (n->inpa > 0) |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
709 gaim_input_remove(n->inpa); |
2086 | 710 g_free(n->name); |
711 g_free(n->show); | |
4617 | 712 od->oscar_chats = g_slist_remove(od->oscar_chats, n); |
2086 | 713 g_free(n); |
714 } | |
4617 | 715 while (od->direct_ims) { |
716 struct direct_im *n = od->direct_ims->data; | |
2086 | 717 if (n->watcher > 0) |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
718 gaim_input_remove(n->watcher); |
4617 | 719 od->direct_ims = g_slist_remove(od->direct_ims, n); |
2086 | 720 g_free(n); |
721 } | |
4617 | 722 /* BBB */ |
723 while (od->file_transfers) { | |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
724 GaimXfer *xfer; |
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
725 xfer = (GaimXfer *)od->file_transfers->data; |
4617 | 726 gaim_xfer_destroy(xfer); |
3630 | 727 } |
4804 | 728 while (od->requesticon) { |
729 char *sn = od->requesticon->data; | |
730 od->requesticon = g_slist_remove(od->requesticon, sn); | |
731 free(sn); | |
732 } | |
4738 | 733 g_hash_table_destroy(od->buddyinfo); |
4617 | 734 while (od->evilhack) { |
735 g_free(od->evilhack->data); | |
736 od->evilhack = g_slist_remove(od->evilhack, od->evilhack->data); | |
2791
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
737 } |
4617 | 738 while (od->create_rooms) { |
739 struct create_room *cr = od->create_rooms->data; | |
2822
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
740 g_free(cr->name); |
4617 | 741 od->create_rooms = g_slist_remove(od->create_rooms, cr); |
2822
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
742 g_free(cr); |
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
743 } |
4617 | 744 if (od->email) |
745 g_free(od->email); | |
746 if (od->newp) | |
747 g_free(od->newp); | |
748 if (od->oldp) | |
749 g_free(od->oldp); | |
2086 | 750 if (gc->inpa > 0) |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
751 gaim_input_remove(gc->inpa); |
4617 | 752 if (od->cnpa > 0) |
753 gaim_input_remove(od->cnpa); | |
754 if (od->paspa > 0) | |
755 gaim_input_remove(od->paspa); | |
756 if (od->emlpa > 0) | |
757 gaim_input_remove(od->emlpa); | |
4804 | 758 if (od->icopa > 0) |
759 gaim_input_remove(od->icopa); | |
4832 | 760 if (od->icopa > 0) |
761 gaim_input_remove(od->icopa); | |
762 if (od->icontimer) | |
763 g_source_remove(od->icontimer); | |
5968 | 764 if (od->getblisttimer) |
765 g_source_remove(od->getblisttimer); | |
4617 | 766 aim_session_kill(od->sess); |
767 g_free(od->sess); | |
768 od->sess = NULL; | |
2086 | 769 g_free(gc->proto_data); |
770 gc->proto_data = NULL; | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
771 gaim_debug(GAIM_DEBUG_INFO, "oscar", "Signed off.\n"); |
2086 | 772 } |
773 | |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
774 static void oscar_bos_connect(gpointer data, gint source, GaimInputCondition cond) { |
5575 | 775 GaimConnection *gc = data; |
4617 | 776 struct oscar_data *od; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
777 aim_session_t *sess; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
778 aim_conn_t *bosconn; |
2086 | 779 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
780 if (!g_list_find(gaim_connections_get_all(), gc)) { |
2086 | 781 close(source); |
782 return; | |
783 } | |
784 | |
4617 | 785 od = gc->proto_data; |
786 sess = od->sess; | |
787 bosconn = od->conn; | |
4366 | 788 bosconn->fd = source; |
2086 | 789 |
790 if (source < 0) { | |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
791 gaim_connection_error(gc, _("Could Not Connect")); |
2086 | 792 return; |
793 } | |
794 | |
795 aim_conn_completeconnect(sess, bosconn); | |
4617 | 796 gc->inpa = gaim_input_add(bosconn->fd, GAIM_INPUT_READ, oscar_callback, bosconn); |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
797 gaim_connection_update_progress(gc, |
5577
7ed9999926af
[gaim-migrate @ 5981]
Christian Hammond <chipx86@chipx86.com>
parents:
5576
diff
changeset
|
798 _("Connection established, cookie sent"), 4, 5); |
2086 | 799 } |
800 | |
4617 | 801 /* BBB */ |
4656 | 802 /* |
803 * This little area in oscar.c is the nexus of file transfer code, | |
804 * so I wrote a little explanation of what happens. I am such a | |
805 * ninja. | |
806 * | |
807 * The series of events for a file send is: | |
808 * -Create xfer and call gaim_xfer_request (this happens in oscar_ask_sendfile) | |
809 * -User chooses a file and oscar_xfer_init is called. It establishs a | |
810 * listening socket, then asks the remote user to connect to us (and | |
811 * gives them the file name, port, IP, etc.) | |
812 * -They connect to us and we send them an AIM_CB_OFT_PROMPT (this happens | |
813 * in oscar_sendfile_estblsh) | |
814 * -They send us an AIM_CB_OFT_ACK and then we start sending data | |
815 * -When we finish, they send us an AIM_CB_OFT_DONE and they close the | |
816 * connection. | |
817 * -We get drunk because file transfer kicks ass. | |
818 * | |
819 * The series of events for a file receive is: | |
820 * -Create xfer and call gaim_xfer request (this happens in incomingim_chan2) | |
821 * -Gaim user selects file to name and location to save file to and | |
822 * oscar_xfer_init is called | |
823 * -It connects to the remote user using the IP they gave us earlier | |
824 * -After connecting, they send us an AIM_CB_OFT_PROMPT. In reply, we send | |
825 * them an AIM_CB_OFT_ACK. | |
826 * -They begin to send us lots of raw data. | |
827 * -When they finish sending data we send an AIM_CB_OFT_DONE and then close | |
828 * the connectionn. | |
829 */ | |
830 static void oscar_sendfile_connected(gpointer data, gint source, GaimInputCondition condition); | |
831 | |
832 /* XXX - This function is pretty ugly */ | |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
833 static void oscar_xfer_init(GaimXfer *xfer) |
4656 | 834 { |
5146 | 835 struct aim_oft_info *oft_info = xfer->data; |
5575 | 836 GaimConnection *gc = oft_info->sess->aux_data; |
5146 | 837 struct oscar_data *od = gc->proto_data; |
4656 | 838 |
839 if (gaim_xfer_get_type(xfer) == GAIM_XFER_SEND) { | |
840 int i; | |
841 | |
842 xfer->filename = g_path_get_basename(xfer->local_filename); | |
5146 | 843 strncpy(oft_info->fh.name, xfer->filename, 64); |
844 oft_info->fh.totsize = gaim_xfer_get_size(xfer); | |
845 oft_info->fh.size = gaim_xfer_get_size(xfer); | |
846 oft_info->fh.checksum = aim_oft_checksum_file(xfer->local_filename); | |
4656 | 847 |
848 /* | |
5146 | 849 * First try the port specified earlier (5190). If that fails, |
850 * increment by 1 and try again. | |
4656 | 851 */ |
5146 | 852 aim_sendfile_listen(od->sess, oft_info); |
853 for (i=0; (i<5 && !oft_info->conn); i++) { | |
854 xfer->local_port = oft_info->port = oft_info->port + 1; | |
855 aim_sendfile_listen(od->sess, oft_info); | |
4656 | 856 } |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
857 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
858 "port is %d, ip is %s\n", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
859 xfer->local_port, oft_info->clientip); |
5146 | 860 if (oft_info->conn) { |
861 xfer->watcher = gaim_input_add(oft_info->conn->fd, GAIM_INPUT_READ, oscar_callback, oft_info->conn); | |
862 aim_im_sendch2_sendfile_ask(od->sess, oft_info); | |
863 aim_conn_addhandler(od->sess, oft_info->conn, AIM_CB_FAM_OFT, AIM_CB_OFT_ESTABLISHED, oscar_sendfile_estblsh, 0); | |
4656 | 864 } else { |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
865 gaim_notify_error(gc, NULL, _("File Transfer Aborted"), |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
866 _("Unable to establish listener socket.")); |
4656 | 867 /* XXX - The below line causes a crash because the transfer is canceled before the "Ok" callback on the file selection thing exists, I think */ |
4675
3145c5c45877
[gaim-migrate @ 4986]
Christian Hammond <chipx86@chipx86.com>
parents:
4666
diff
changeset
|
868 /* gaim_xfer_cancel_remote(xfer); */ |
4656 | 869 } |
870 } else if (gaim_xfer_get_type(xfer) == GAIM_XFER_RECEIVE) { | |
5146 | 871 oft_info->conn = aim_newconn(od->sess, AIM_CONN_TYPE_RENDEZVOUS, NULL); |
872 if (oft_info->conn) { | |
873 oft_info->conn->subtype = AIM_CONN_SUBTYPE_OFT_SENDFILE; | |
874 aim_conn_addhandler(od->sess, oft_info->conn, AIM_CB_FAM_OFT, AIM_CB_OFT_PROMPT, oscar_sendfile_prompt, 0); | |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
875 oft_info->conn->fd = xfer->fd = gaim_proxy_connect(gaim_connection_get_account(gc), xfer->remote_ip, xfer->remote_port, |
5575 | 876 oscar_sendfile_connected, xfer); |
4656 | 877 if (xfer->fd == -1) { |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
878 gaim_notify_error(gc, NULL, _("File Transfer Aborted"), |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
879 _("Unable to establish file descriptor.")); |
4675
3145c5c45877
[gaim-migrate @ 4986]
Christian Hammond <chipx86@chipx86.com>
parents:
4666
diff
changeset
|
880 /* gaim_xfer_cancel_remote(xfer); */ |
4656 | 881 } |
882 } else { | |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
883 gaim_notify_error(gc, NULL, _("File Transfer Aborted"), |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
884 _("Unable to create new connection.")); |
4675
3145c5c45877
[gaim-migrate @ 4986]
Christian Hammond <chipx86@chipx86.com>
parents:
4666
diff
changeset
|
885 /* gaim_xfer_cancel_remote(xfer); */ |
4656 | 886 /* Try a different port? Ask them to connect to us? */ |
887 } | |
888 | |
889 } | |
890 } | |
891 | |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
892 static void oscar_xfer_start(GaimXfer *xfer) |
4656 | 893 { |
5146 | 894 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
895 gaim_debug(GAIM_DEBUG_INFO, "oscar", "AAA - in oscar_xfer_start\n"); |
4656 | 896 /* I'm pretty sure we don't need to do jack here. Nor Jill. */ |
897 } | |
898 | |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
899 static void oscar_xfer_end(GaimXfer *xfer) |
4656 | 900 { |
5146 | 901 struct aim_oft_info *oft_info = xfer->data; |
5575 | 902 GaimConnection *gc = oft_info->sess->aux_data; |
5146 | 903 struct oscar_data *od = gc->proto_data; |
4656 | 904 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
905 gaim_debug(GAIM_DEBUG_INFO, "oscar", "AAA - in oscar_xfer_end\n"); |
5146 | 906 |
907 if (gaim_xfer_get_type(xfer) == GAIM_XFER_RECEIVE) { | |
908 oft_info->fh.nrecvd = gaim_xfer_get_bytes_sent(xfer); | |
909 aim_oft_sendheader(oft_info->sess, AIM_CB_OFT_DONE, oft_info); | |
910 } | |
911 | |
912 aim_conn_kill(oft_info->sess, &oft_info->conn); | |
913 aim_oft_destroyinfo(oft_info); | |
4656 | 914 xfer->data = NULL; |
5146 | 915 od->file_transfers = g_slist_remove(od->file_transfers, xfer); |
4656 | 916 } |
917 | |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
918 static void oscar_xfer_cancel_send(GaimXfer *xfer) |
4675
3145c5c45877
[gaim-migrate @ 4986]
Christian Hammond <chipx86@chipx86.com>
parents:
4666
diff
changeset
|
919 { |
5146 | 920 struct aim_oft_info *oft_info = xfer->data; |
5575 | 921 GaimConnection *gc = oft_info->sess->aux_data; |
5146 | 922 struct oscar_data *od = gc->proto_data; |
4763 | 923 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
924 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
925 "AAA - in oscar_xfer_cancel_send\n"); |
5146 | 926 |
927 aim_im_sendch2_sendfile_cancel(oft_info->sess, oft_info); | |
928 | |
929 aim_conn_kill(oft_info->sess, &oft_info->conn); | |
930 aim_oft_destroyinfo(oft_info); | |
4763 | 931 xfer->data = NULL; |
5146 | 932 od->file_transfers = g_slist_remove(od->file_transfers, xfer); |
4675
3145c5c45877
[gaim-migrate @ 4986]
Christian Hammond <chipx86@chipx86.com>
parents:
4666
diff
changeset
|
933 } |
3145c5c45877
[gaim-migrate @ 4986]
Christian Hammond <chipx86@chipx86.com>
parents:
4666
diff
changeset
|
934 |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
935 static void oscar_xfer_cancel_recv(GaimXfer *xfer) |
4656 | 936 { |
5146 | 937 struct aim_oft_info *oft_info = xfer->data; |
5575 | 938 GaimConnection *gc = oft_info->sess->aux_data; |
5146 | 939 struct oscar_data *od = gc->proto_data; |
4656 | 940 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
941 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
942 "AAA - in oscar_xfer_cancel_recv\n"); |
5146 | 943 |
944 aim_im_sendch2_sendfile_cancel(oft_info->sess, oft_info); | |
945 | |
946 aim_conn_kill(oft_info->sess, &oft_info->conn); | |
947 aim_oft_destroyinfo(oft_info); | |
4656 | 948 xfer->data = NULL; |
5146 | 949 od->file_transfers = g_slist_remove(od->file_transfers, xfer); |
4656 | 950 } |
951 | |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
952 static void oscar_xfer_ack(GaimXfer *xfer, const char *buffer, size_t size) |
4656 | 953 { |
5146 | 954 struct aim_oft_info *oft_info = xfer->data; |
4656 | 955 |
956 if (gaim_xfer_get_type(xfer) == GAIM_XFER_SEND) { | |
957 /* | |
958 * If we're done sending, intercept the socket from the core ft code | |
959 * and wait for the other guy to send the "done" OFT packet. | |
960 */ | |
961 if (gaim_xfer_get_bytes_remaining(xfer) <= 0) { | |
962 gaim_input_remove(xfer->watcher); | |
5146 | 963 xfer->watcher = gaim_input_add(xfer->fd, GAIM_INPUT_READ, oscar_callback, oft_info->conn); |
4656 | 964 xfer->fd = 0; |
965 gaim_xfer_set_completed(xfer, TRUE); | |
966 } | |
967 } else if (gaim_xfer_get_type(xfer) == GAIM_XFER_RECEIVE) { | |
5146 | 968 /* Update our rolling checksum. Like Walmart, yo. */ |
969 oft_info->fh.recvcsum = aim_oft_checksum_chunk(buffer, size, oft_info->fh.recvcsum); | |
4656 | 970 } |
971 } | |
972 | |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
973 static GaimXfer *oscar_find_xfer_by_cookie(GSList *fts, const char *ck) |
4656 | 974 { |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
975 GaimXfer *xfer; |
5146 | 976 struct aim_oft_info *oft_info; |
4656 | 977 |
978 while (fts) { | |
979 xfer = fts->data; | |
5146 | 980 oft_info = xfer->data; |
981 | |
982 if (oft_info && !strcmp(ck, oft_info->cookie)) | |
4656 | 983 return xfer; |
984 | |
985 fts = g_slist_next(fts); | |
986 } | |
987 | |
988 return NULL; | |
989 } | |
990 | |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
991 static GaimXfer *oscar_find_xfer_by_conn(GSList *fts, aim_conn_t *conn) |
4656 | 992 { |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
993 GaimXfer *xfer; |
5146 | 994 struct aim_oft_info *oft_info; |
4656 | 995 |
996 while (fts) { | |
997 xfer = fts->data; | |
5146 | 998 oft_info = xfer->data; |
999 | |
1000 if (oft_info && (conn == oft_info->conn)) | |
4656 | 1001 return xfer; |
1002 | |
1003 fts = g_slist_next(fts); | |
1004 } | |
1005 | |
1006 return NULL; | |
1007 } | |
1008 | |
5575 | 1009 static void oscar_ask_sendfile(GaimConnection *gc, const char *destsn) { |
3630 | 1010 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
1011 GaimXfer *xfer; |
5146 | 1012 struct aim_oft_info *oft_info; |
3752 | 1013 |
4617 | 1014 /* You want to send a file to someone else, you're so generous */ |
1015 | |
1016 /* Build the file transfer handle */ | |
5575 | 1017 xfer = gaim_xfer_new(gaim_connection_get_account(gc), GAIM_XFER_SEND, destsn); |
4617 | 1018 xfer->local_port = 5190; |
1019 | |
5146 | 1020 /* Create the oscar-specific data */ |
1021 oft_info = aim_oft_createinfo(od->sess, NULL, destsn, xfer->local_ip, xfer->local_port, 0, 0, NULL); | |
1022 xfer->data = oft_info; | |
1023 | |
4617 | 1024 /* Setup our I/O op functions */ |
1025 gaim_xfer_set_init_fnc(xfer, oscar_xfer_init); | |
1026 gaim_xfer_set_start_fnc(xfer, oscar_xfer_start); | |
1027 gaim_xfer_set_end_fnc(xfer, oscar_xfer_end); | |
4675
3145c5c45877
[gaim-migrate @ 4986]
Christian Hammond <chipx86@chipx86.com>
parents:
4666
diff
changeset
|
1028 gaim_xfer_set_cancel_send_fnc(xfer, oscar_xfer_cancel_send); |
3145c5c45877
[gaim-migrate @ 4986]
Christian Hammond <chipx86@chipx86.com>
parents:
4666
diff
changeset
|
1029 gaim_xfer_set_cancel_recv_fnc(xfer, oscar_xfer_cancel_recv); |
4656 | 1030 gaim_xfer_set_ack_fnc(xfer, oscar_xfer_ack); |
4617 | 1031 |
1032 /* Keep track of this transfer for later */ | |
1033 od->file_transfers = g_slist_append(od->file_transfers, xfer); | |
1034 | |
1035 /* Now perform the request */ | |
1036 gaim_xfer_request(xfer); | |
3630 | 1037 } |
1038 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1039 static int gaim_parse_auth_resp(aim_session_t *sess, aim_frame_t *fr, ...) { |
6029 | 1040 GaimConnection *gc = sess->aux_data; |
1041 struct oscar_data *od = gc->proto_data; | |
1042 GaimAccount *account = gc->account; | |
1043 aim_conn_t *bosconn; | |
1044 char *host; int port; | |
1045 int i, rc; | |
2086 | 1046 va_list ap; |
2704 | 1047 struct aim_authresp_info *info; |
6029 | 1048 |
5575 | 1049 port = gaim_account_get_int(account, "port", FAIM_LOGIN_PORT); |
2086 | 1050 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1051 va_start(ap, fr); |
2704 | 1052 info = va_arg(ap, struct aim_authresp_info *); |
2086 | 1053 va_end(ap); |
1054 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1055 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1056 "inside auth_resp (Screen name: %s)\n", info->sn); |
2704 | 1057 |
4293 | 1058 if (info->errorcode || !info->bosip || !info->cookielen || !info->cookie) { |
4056 | 1059 char buf[256]; |
2704 | 1060 switch (info->errorcode) { |
2086 | 1061 case 0x05: |
1062 /* Incorrect nick/password */ | |
6498 | 1063 gc->wants_to_die = TRUE; |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
1064 gaim_connection_error(gc, _("Incorrect nickname or password.")); |
2086 | 1065 break; |
1066 case 0x11: | |
1067 /* Suspended account */ | |
6498 | 1068 gc->wants_to_die = TRUE; |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
1069 gaim_connection_error(gc, _("Your account is currently suspended.")); |
2086 | 1070 break; |
3498 | 1071 case 0x14: |
1072 /* service temporarily unavailable */ | |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
1073 gaim_connection_error(gc, _("The AOL Instant Messenger service is temporarily unavailable.")); |
3498 | 1074 break; |
2086 | 1075 case 0x18: |
1076 /* connecting too frequently */ | |
6498 | 1077 gc->wants_to_die = TRUE; |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
1078 gaim_connection_error(gc, _("You have been connecting and disconnecting too frequently. Wait ten minutes and try again. If you continue to try, you will need to wait even longer.")); |
2086 | 1079 break; |
1080 case 0x1c: | |
1081 /* client too old */ | |
6498 | 1082 gc->wants_to_die = TRUE; |
6371
8f94cce8faa5
[gaim-migrate @ 6876]
Christian Hammond <chipx86@chipx86.com>
parents:
6350
diff
changeset
|
1083 g_snprintf(buf, sizeof(buf), _("The client version you are using is too old. Please upgrade at %s"), GAIM_WEBSITE); |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
1084 gaim_connection_error(gc, buf); |
2086 | 1085 break; |
1086 default: | |
6623 | 1087 gaim_connection_error(gc, _("Authentication failed")); |
2086 | 1088 break; |
1089 } | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1090 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1091 "Login Error Code 0x%04hx\n", info->errorcode); |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1092 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1093 "Error URL: %s\n", info->errorurl); |
2086 | 1094 od->killme = TRUE; |
1095 return 1; | |
1096 } | |
1097 | |
1098 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1099 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1100 "Reg status: %hu\n", info->regstatus); |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1101 |
2704 | 1102 if (info->email) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1103 gaim_debug(GAIM_DEBUG_MISC, "oscar", "Email: %s\n", info->email); |
2086 | 1104 } else { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1105 gaim_debug(GAIM_DEBUG_MISC, "oscar", "Email is NULL\n"); |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1106 } |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1107 |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1108 gaim_debug(GAIM_DEBUG_MISC, "oscar", "BOSIP: %s\n", info->bosip); |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1109 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1110 "Closing auth connection...\n"); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1111 aim_conn_kill(sess, &fr->conn); |
2086 | 1112 |
1113 bosconn = aim_newconn(sess, AIM_CONN_TYPE_BOS, NULL); | |
1114 if (bosconn == NULL) { | |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
1115 gaim_connection_error(gc, _("Internal Error")); |
2086 | 1116 od->killme = TRUE; |
1117 return 0; | |
1118 } | |
1119 | |
4649 | 1120 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNERR, gaim_connerr, 0); |
2675 | 1121 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNINITDONE, conninitdone_bos, 0); |
2086 | 1122 aim_conn_addhandler(sess, bosconn, 0x0009, 0x0003, gaim_bosrights, 0); |
1123 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_ACK, AIM_CB_ACK_ACK, NULL, 0); | |
1124 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_GEN, AIM_CB_GEN_REDIRECT, gaim_handle_redirect, 0); | |
2993 | 1125 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_LOC, AIM_CB_LOC_RIGHTSINFO, gaim_parse_locaterights, 0); |
2086 | 1126 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_BUD, AIM_CB_BUD_RIGHTSINFO, gaim_parse_buddyrights, 0); |
1127 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_BUD, AIM_CB_BUD_ONCOMING, gaim_parse_oncoming, 0); | |
1128 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_BUD, AIM_CB_BUD_OFFGOING, gaim_parse_offgoing, 0); | |
1129 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_MSG, AIM_CB_MSG_INCOMING, gaim_parse_incoming_im, 0); | |
1130 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_LOC, AIM_CB_LOC_ERROR, gaim_parse_locerr, 0); | |
1131 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_MSG, AIM_CB_MSG_MISSEDCALL, gaim_parse_misses, 0); | |
3212 | 1132 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_MSG, AIM_CB_MSG_CLIENTAUTORESP, gaim_parse_clientauto, 0); |
2086 | 1133 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_GEN, AIM_CB_GEN_RATECHANGE, gaim_parse_ratechange, 0); |
1134 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_GEN, AIM_CB_GEN_EVIL, gaim_parse_evilnotify, 0); | |
1135 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_LOK, AIM_CB_LOK_ERROR, gaim_parse_searcherror, 0); | |
1136 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_LOK, 0x0003, gaim_parse_searchreply, 0); | |
1137 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_MSG, AIM_CB_MSG_ERROR, gaim_parse_msgerr, 0); | |
3595 | 1138 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_MSG, AIM_CB_MSG_MTN, gaim_parse_mtn, 0); |
2086 | 1139 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_LOC, AIM_CB_LOC_USERINFO, gaim_parse_user_info, 0); |
1140 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_MSG, AIM_CB_MSG_ACK, gaim_parse_msgack, 0); | |
1141 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_GEN, AIM_CB_GEN_MOTD, gaim_parse_motd, 0); | |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
1142 aim_conn_addhandler(sess, bosconn, 0x0004, 0x0005, gaim_icbm_param_info, 0); |
2086 | 1143 aim_conn_addhandler(sess, bosconn, 0x0001, 0x0001, gaim_parse_genericerr, 0); |
1144 aim_conn_addhandler(sess, bosconn, 0x0003, 0x0001, gaim_parse_genericerr, 0); | |
1145 aim_conn_addhandler(sess, bosconn, 0x0009, 0x0001, gaim_parse_genericerr, 0); | |
1146 aim_conn_addhandler(sess, bosconn, 0x0001, 0x001f, gaim_memrequest, 0); | |
2507
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
1147 aim_conn_addhandler(sess, bosconn, 0x0001, 0x000f, gaim_selfinfo, 0); |
5844 | 1148 aim_conn_addhandler(sess, bosconn, 0x0001, 0x0021, oscar_icon_req,0); |
2706
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
1149 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_ICQ, AIM_CB_ICQ_OFFLINEMSG, gaim_offlinemsg, 0); |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
1150 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_ICQ, AIM_CB_ICQ_OFFLINEMSGCOMPLETE, gaim_offlinemsgdone, 0); |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
1151 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_POP, 0x0002, gaim_popup, 0); |
4759 | 1152 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_ICQ, AIM_CB_ICQ_ALIAS, gaim_icqalias, 0); |
4624 | 1153 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_ICQ, AIM_CB_ICQ_INFO, gaim_icqinfo, 0); |
4230 | 1154 #ifndef NOSSI |
4642 | 1155 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SSI, AIM_CB_SSI_ERROR, gaim_ssi_parseerr, 0); |
2991 | 1156 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SSI, AIM_CB_SSI_RIGHTSINFO, gaim_ssi_parserights, 0); |
1157 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SSI, AIM_CB_SSI_LIST, gaim_ssi_parselist, 0); | |
1158 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SSI, AIM_CB_SSI_NOLIST, gaim_ssi_parselist, 0); | |
4230 | 1159 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SSI, AIM_CB_SSI_SRVACK, gaim_ssi_parseack, 0); |
1160 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SSI, AIM_CB_SSI_RECVAUTH, gaim_ssi_authgiven, 0); | |
1161 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SSI, AIM_CB_SSI_RECVAUTHREQ, gaim_ssi_authrequest, 0); | |
1162 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SSI, AIM_CB_SSI_RECVAUTHREP, gaim_ssi_authreply, 0); | |
1163 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SSI, AIM_CB_SSI_ADDED, gaim_ssi_gotadded, 0); | |
1164 #endif | |
4508
4c40fccbd7c9
[gaim-migrate @ 4784]
Christian Hammond <chipx86@chipx86.com>
parents:
4491
diff
changeset
|
1165 |
2086 | 1166 ((struct oscar_data *)gc->proto_data)->conn = bosconn; |
2704 | 1167 for (i = 0; i < (int)strlen(info->bosip); i++) { |
1168 if (info->bosip[i] == ':') { | |
1169 port = atoi(&(info->bosip[i+1])); | |
2086 | 1170 break; |
1171 } | |
1172 } | |
2704 | 1173 host = g_strndup(info->bosip, i); |
2086 | 1174 bosconn->status |= AIM_CONN_STATUS_INPROGRESS; |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
1175 rc = gaim_proxy_connect(gc->account, host, port, oscar_bos_connect, gc); |
2086 | 1176 g_free(host); |
4366 | 1177 if (rc < 0) { |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
1178 gaim_connection_error(gc, _("Could Not Connect")); |
2086 | 1179 od->killme = TRUE; |
1180 return 0; | |
1181 } | |
4293 | 1182 aim_sendcookie(sess, bosconn, info->cookielen, info->cookie); |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
1183 gaim_input_remove(gc->inpa); |
2704 | 1184 |
2086 | 1185 return 1; |
1186 } | |
1187 | |
1188 struct pieceofcrap { | |
5575 | 1189 GaimConnection *gc; |
2086 | 1190 unsigned long offset; |
1191 unsigned long len; | |
1192 char *modname; | |
1193 int fd; | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1194 aim_conn_t *conn; |
2086 | 1195 unsigned int inpa; |
1196 }; | |
1197 | |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
1198 static void damn_you(gpointer data, gint source, GaimInputCondition c) |
2086 | 1199 { |
1200 struct pieceofcrap *pos = data; | |
1201 struct oscar_data *od = pos->gc->proto_data; | |
1202 char in = '\0'; | |
1203 int x = 0; | |
1204 unsigned char m[17]; | |
1205 | |
1206 while (read(pos->fd, &in, 1) == 1) { | |
1207 if (in == '\n') | |
1208 x++; | |
1209 else if (in != '\r') | |
1210 x = 0; | |
1211 if (x == 2) | |
1212 break; | |
1213 in = '\0'; | |
1214 } | |
1215 if (in != '\n') { | |
4056 | 1216 char buf[256]; |
1217 g_snprintf(buf, sizeof(buf), _("You may be disconnected shortly. You may want to use TOC until " | |
6371
8f94cce8faa5
[gaim-migrate @ 6876]
Christian Hammond <chipx86@chipx86.com>
parents:
6350
diff
changeset
|
1218 "this is fixed. Check %s for updates."), GAIM_WEBSITE); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
1219 gaim_notify_warning(pos->gc, NULL, |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
1220 _("Gaim was Unable to get a valid AIM login hash."), |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
1221 buf); |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
1222 gaim_input_remove(pos->inpa); |
2086 | 1223 close(pos->fd); |
1224 g_free(pos); | |
1225 return; | |
1226 } | |
1227 read(pos->fd, m, 16); | |
1228 m[16] = '\0'; | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1229 gaim_debug(GAIM_DEBUG_MISC, "oscar", "Sending hash: "); |
2086 | 1230 for (x = 0; x < 16; x++) |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1231 gaim_debug(GAIM_DEBUG_MISC, NULL, "%02hhx ", (unsigned char)m[x]); |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1232 |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1233 gaim_debug(GAIM_DEBUG_MISC, NULL, "\n"); |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
1234 gaim_input_remove(pos->inpa); |
2086 | 1235 close(pos->fd); |
1236 aim_sendmemblock(od->sess, pos->conn, 0, 16, m, AIM_SENDMEMBLOCK_FLAG_ISHASH); | |
1237 g_free(pos); | |
1238 } | |
1239 | |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
1240 static void straight_to_hell(gpointer data, gint source, GaimInputCondition cond) { |
2086 | 1241 struct pieceofcrap *pos = data; |
5420 | 1242 gchar *buf; |
2086 | 1243 |
4366 | 1244 pos->fd = source; |
1245 | |
2086 | 1246 if (source < 0) { |
5420 | 1247 buf = g_strdup_printf(_("You may be disconnected shortly. You may want to use TOC until " |
6371
8f94cce8faa5
[gaim-migrate @ 6876]
Christian Hammond <chipx86@chipx86.com>
parents:
6350
diff
changeset
|
1248 "this is fixed. Check %s for updates."), GAIM_WEBSITE); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
1249 gaim_notify_warning(pos->gc, NULL, |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
1250 _("Gaim was Unable to get a valid AIM login hash."), |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
1251 buf); |
5420 | 1252 g_free(buf); |
2086 | 1253 if (pos->modname) |
1254 g_free(pos->modname); | |
1255 g_free(pos); | |
1256 return; | |
1257 } | |
1258 | |
5420 | 1259 buf = g_strdup_printf("GET " AIMHASHDATA "?offset=%ld&len=%ld&modname=%s HTTP/1.0\n\n", |
2086 | 1260 pos->offset, pos->len, pos->modname ? pos->modname : ""); |
1261 write(pos->fd, buf, strlen(buf)); | |
5420 | 1262 g_free(buf); |
2086 | 1263 if (pos->modname) |
1264 g_free(pos->modname); | |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
1265 pos->inpa = gaim_input_add(pos->fd, GAIM_INPUT_READ, damn_you, pos); |
2086 | 1266 return; |
1267 } | |
1268 | |
1269 /* size of icbmui.ocm, the largest module in AIM 3.5 */ | |
1270 #define AIM_MAX_FILE_SIZE 98304 | |
1271 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1272 int gaim_memrequest(aim_session_t *sess, aim_frame_t *fr, ...) { |
2086 | 1273 va_list ap; |
1274 struct pieceofcrap *pos; | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1275 fu32_t offset, len; |
2086 | 1276 char *modname; |
1277 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1278 va_start(ap, fr); |
4200 | 1279 offset = va_arg(ap, fu32_t); |
1280 len = va_arg(ap, fu32_t); | |
2086 | 1281 modname = va_arg(ap, char *); |
1282 va_end(ap); | |
1283 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1284 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
5556 | 1285 "offset: %u, len: %u, file: %s\n", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1286 offset, len, (modname ? modname : "aim.exe")); |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1287 |
2086 | 1288 if (len == 0) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1289 gaim_debug(GAIM_DEBUG_MISC, "oscar", "len is 0, hashing NULL\n"); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1290 aim_sendmemblock(sess, fr->conn, offset, len, NULL, |
2086 | 1291 AIM_SENDMEMBLOCK_FLAG_ISREQUEST); |
1292 return 1; | |
1293 } | |
1294 /* uncomment this when you're convinced it's right. remember, it's been wrong before. | |
1295 if (offset > AIM_MAX_FILE_SIZE || len > AIM_MAX_FILE_SIZE) { | |
1296 char *buf; | |
1297 int i = 8; | |
1298 if (modname) | |
1299 i += strlen(modname); | |
1300 buf = g_malloc(i); | |
1301 i = 0; | |
1302 if (modname) { | |
1303 memcpy(buf, modname, strlen(modname)); | |
1304 i += strlen(modname); | |
1305 } | |
1306 buf[i++] = offset & 0xff; | |
1307 buf[i++] = (offset >> 8) & 0xff; | |
1308 buf[i++] = (offset >> 16) & 0xff; | |
1309 buf[i++] = (offset >> 24) & 0xff; | |
1310 buf[i++] = len & 0xff; | |
1311 buf[i++] = (len >> 8) & 0xff; | |
1312 buf[i++] = (len >> 16) & 0xff; | |
1313 buf[i++] = (len >> 24) & 0xff; | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1314 gaim_debug(GAIM_DEBUG_MISC, "oscar", "len + offset is invalid, " |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1315 "hashing request\n"); |
2086 | 1316 aim_sendmemblock(sess, command->conn, offset, i, buf, AIM_SENDMEMBLOCK_FLAG_ISREQUEST); |
1317 g_free(buf); | |
1318 return 1; | |
1319 } | |
1320 */ | |
1321 | |
1322 pos = g_new0(struct pieceofcrap, 1); | |
1323 pos->gc = sess->aux_data; | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1324 pos->conn = fr->conn; |
2086 | 1325 |
1326 pos->offset = offset; | |
1327 pos->len = len; | |
1328 pos->modname = modname ? g_strdup(modname) : NULL; | |
1329 | |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
1330 if (gaim_proxy_connect(pos->gc->account, "gaim.sourceforge.net", 80, straight_to_hell, pos) != 0) { |
4056 | 1331 char buf[256]; |
2086 | 1332 if (pos->modname) |
1333 g_free(pos->modname); | |
1334 g_free(pos); | |
4056 | 1335 g_snprintf(buf, sizeof(buf), _("You may be disconnected shortly. You may want to use TOC until " |
6371
8f94cce8faa5
[gaim-migrate @ 6876]
Christian Hammond <chipx86@chipx86.com>
parents:
6350
diff
changeset
|
1336 "this is fixed. Check %s for updates."), GAIM_WEBSITE); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
1337 gaim_notify_warning(pos->gc, NULL, |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
1338 _("Gaim was Unable to get a valid login hash."), |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
1339 buf); |
2086 | 1340 } |
1341 | |
1342 return 1; | |
1343 } | |
1344 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1345 static int gaim_parse_login(aim_session_t *sess, aim_frame_t *fr, ...) { |
2086 | 1346 char *key; |
1347 va_list ap; | |
5575 | 1348 GaimConnection *gc = sess->aux_data; |
5591
74a0e79ad627
[gaim-migrate @ 5995]
Christian Hammond <chipx86@chipx86.com>
parents:
5580
diff
changeset
|
1349 GaimAccount *account = gaim_connection_get_account(gc); |
5575 | 1350 GaimAccount *ac = gaim_connection_get_account(gc); |
4617 | 1351 struct oscar_data *od = gc->proto_data; |
2086 | 1352 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1353 va_start(ap, fr); |
2086 | 1354 key = va_arg(ap, char *); |
1355 va_end(ap); | |
1356 | |
4617 | 1357 if (od->icq) { |
3458 | 1358 struct client_info_s info = CLIENTINFO_ICQ_KNOWNGOOD; |
5591
74a0e79ad627
[gaim-migrate @ 5995]
Christian Hammond <chipx86@chipx86.com>
parents:
5580
diff
changeset
|
1359 aim_send_login(sess, fr->conn, gaim_account_get_username(ac), |
74a0e79ad627
[gaim-migrate @ 5995]
Christian Hammond <chipx86@chipx86.com>
parents:
5580
diff
changeset
|
1360 gaim_account_get_password(account), &info, key); |
3458 | 1361 } else { |
1362 #if 0 | |
1363 struct client_info_s info = {"gaim", 4, 1, 2010, "us", "en", 0x0004, 0x0000, 0x04b}; | |
1364 #endif | |
1365 struct client_info_s info = CLIENTINFO_AIM_KNOWNGOOD; | |
5591
74a0e79ad627
[gaim-migrate @ 5995]
Christian Hammond <chipx86@chipx86.com>
parents:
5580
diff
changeset
|
1366 aim_send_login(sess, fr->conn, gaim_account_get_username(ac), |
74a0e79ad627
[gaim-migrate @ 5995]
Christian Hammond <chipx86@chipx86.com>
parents:
5580
diff
changeset
|
1367 gaim_account_get_password(account), &info, key); |
3458 | 1368 } |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1369 |
2086 | 1370 return 1; |
1371 } | |
1372 | |
2675 | 1373 static int conninitdone_chat(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 1374 GaimConnection *gc = sess->aux_data; |
2647 | 1375 struct chat_connection *chatcon; |
1376 static int id = 1; | |
1377 | |
2821
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1378 aim_conn_addhandler(sess, fr->conn, 0x000e, 0x0001, gaim_parse_genericerr, 0); |
2675 | 1379 aim_conn_addhandler(sess, fr->conn, AIM_CB_FAM_CHT, AIM_CB_CHT_USERJOIN, gaim_chat_join, 0); |
1380 aim_conn_addhandler(sess, fr->conn, AIM_CB_FAM_CHT, AIM_CB_CHT_USERLEAVE, gaim_chat_leave, 0); | |
1381 aim_conn_addhandler(sess, fr->conn, AIM_CB_FAM_CHT, AIM_CB_CHT_ROOMINFOUPDATE, gaim_chat_info_update, 0); | |
1382 aim_conn_addhandler(sess, fr->conn, AIM_CB_FAM_CHT, AIM_CB_CHT_INCOMINGMSG, gaim_chat_incoming_msg, 0); | |
1383 | |
2672 | 1384 aim_clientready(sess, fr->conn); |
2675 | 1385 |
2647 | 1386 chatcon = find_oscar_chat_by_conn(gc, fr->conn); |
1387 chatcon->id = id; | |
1388 chatcon->cnv = serv_got_joined_chat(gc, id++, chatcon->show); | |
1389 | |
1390 return 1; | |
1391 } | |
1392 | |
2675 | 1393 static int conninitdone_chatnav(aim_session_t *sess, aim_frame_t *fr, ...) { |
1394 | |
2821
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1395 aim_conn_addhandler(sess, fr->conn, 0x000d, 0x0001, gaim_parse_genericerr, 0); |
2647 | 1396 aim_conn_addhandler(sess, fr->conn, AIM_CB_FAM_CTN, AIM_CB_CTN_INFO, gaim_chatnav_info, 0); |
2675 | 1397 |
1398 aim_clientready(sess, fr->conn); | |
1399 | |
1400 aim_chatnav_reqrights(sess, fr->conn); | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1401 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1402 return 1; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1403 } |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1404 |
3694 | 1405 static int conninitdone_email(aim_session_t *sess, aim_frame_t *fr, ...) { |
1406 | |
1407 aim_conn_addhandler(sess, fr->conn, 0x0018, 0x0001, gaim_parse_genericerr, 0); | |
1408 aim_conn_addhandler(sess, fr->conn, AIM_CB_FAM_EML, AIM_CB_EML_MAILSTATUS, gaim_email_parseupdate, 0); | |
1409 | |
1410 aim_email_sendcookies(sess, fr->conn); | |
1411 aim_email_activate(sess, fr->conn); | |
1412 aim_clientready(sess, fr->conn); | |
1413 | |
1414 return 1; | |
1415 } | |
1416 | |
4804 | 1417 static int conninitdone_icon(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 1418 GaimConnection *gc = sess->aux_data; |
4804 | 1419 struct oscar_data *od = gc->proto_data; |
1420 | |
1421 aim_conn_addhandler(sess, fr->conn, 0x0018, 0x0001, gaim_parse_genericerr, 0); | |
1422 aim_conn_addhandler(sess, fr->conn, AIM_CB_FAM_ICO, AIM_CB_ICO_ERROR, gaim_icon_error, 0); | |
1423 aim_conn_addhandler(sess, fr->conn, AIM_CB_FAM_ICO, AIM_CB_ICO_RESPONSE, gaim_icon_parseicon, 0); | |
1424 | |
1425 aim_clientready(sess, fr->conn); | |
1426 | |
4823 | 1427 od->iconconnecting = FALSE; |
1428 | |
4804 | 1429 if (od->icontimer) |
1430 g_source_remove(od->icontimer); | |
1431 od->icontimer = g_timeout_add(100, gaim_icon_timerfunc, gc); | |
1432 | |
1433 return 1; | |
1434 } | |
1435 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1436 static void oscar_chatnav_connect(gpointer data, gint source, GaimInputCondition cond) { |
5575 | 1437 GaimConnection *gc = data; |
4617 | 1438 struct oscar_data *od; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1439 aim_session_t *sess; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1440 aim_conn_t *tstconn; |
2086 | 1441 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
1442 if (!g_list_find(gaim_connections_get_all(), gc)) { |
2086 | 1443 close(source); |
1444 return; | |
1445 } | |
1446 | |
4617 | 1447 od = gc->proto_data; |
1448 sess = od->sess; | |
2086 | 1449 tstconn = aim_getconn_type_all(sess, AIM_CONN_TYPE_CHATNAV); |
4366 | 1450 tstconn->fd = source; |
2086 | 1451 |
1452 if (source < 0) { | |
1453 aim_conn_kill(sess, &tstconn); | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1454 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1455 "unable to connect to chatnav server\n"); |
2086 | 1456 return; |
1457 } | |
1458 | |
1459 aim_conn_completeconnect(sess, tstconn); | |
4617 | 1460 od->cnpa = gaim_input_add(tstconn->fd, GAIM_INPUT_READ, oscar_callback, tstconn); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1461 gaim_debug(GAIM_DEBUG_INFO, "oscar", "chatnav: connected\n"); |
2086 | 1462 } |
1463 | |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
1464 static void oscar_auth_connect(gpointer data, gint source, GaimInputCondition cond) |
2086 | 1465 { |
5575 | 1466 GaimConnection *gc = data; |
4617 | 1467 struct oscar_data *od; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1468 aim_session_t *sess; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1469 aim_conn_t *tstconn; |
2086 | 1470 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
1471 if (!g_list_find(gaim_connections_get_all(), gc)) { |
2086 | 1472 close(source); |
1473 return; | |
1474 } | |
1475 | |
4617 | 1476 od = gc->proto_data; |
1477 sess = od->sess; | |
2086 | 1478 tstconn = aim_getconn_type_all(sess, AIM_CONN_TYPE_AUTH); |
4366 | 1479 tstconn->fd = source; |
2086 | 1480 |
1481 if (source < 0) { | |
1482 aim_conn_kill(sess, &tstconn); | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1483 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1484 "unable to connect to authorizer\n"); |
2086 | 1485 return; |
1486 } | |
1487 | |
1488 aim_conn_completeconnect(sess, tstconn); | |
4617 | 1489 od->paspa = gaim_input_add(tstconn->fd, GAIM_INPUT_READ, oscar_callback, tstconn); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1490 gaim_debug(GAIM_DEBUG_INFO, "oscar", "chatnav: connected\n"); |
2086 | 1491 } |
1492 | |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
1493 static void oscar_chat_connect(gpointer data, gint source, GaimInputCondition cond) |
2086 | 1494 { |
1495 struct chat_connection *ccon = data; | |
5575 | 1496 GaimConnection *gc = ccon->gc; |
4617 | 1497 struct oscar_data *od; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1498 aim_session_t *sess; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1499 aim_conn_t *tstconn; |
2086 | 1500 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
1501 if (!g_list_find(gaim_connections_get_all(), gc)) { |
2086 | 1502 close(source); |
1503 g_free(ccon->show); | |
1504 g_free(ccon->name); | |
1505 g_free(ccon); | |
1506 return; | |
1507 } | |
1508 | |
4617 | 1509 od = gc->proto_data; |
1510 sess = od->sess; | |
2086 | 1511 tstconn = ccon->conn; |
4366 | 1512 tstconn->fd = source; |
2086 | 1513 |
1514 if (source < 0) { | |
1515 aim_conn_kill(sess, &tstconn); | |
1516 g_free(ccon->show); | |
1517 g_free(ccon->name); | |
1518 g_free(ccon); | |
1519 return; | |
1520 } | |
1521 | |
1522 aim_conn_completeconnect(sess, ccon->conn); | |
4617 | 1523 ccon->inpa = gaim_input_add(tstconn->fd, GAIM_INPUT_READ, oscar_callback, tstconn); |
1524 od->oscar_chats = g_slist_append(od->oscar_chats, ccon); | |
2086 | 1525 } |
1526 | |
3694 | 1527 static void oscar_email_connect(gpointer data, gint source, GaimInputCondition cond) { |
5575 | 1528 GaimConnection *gc = data; |
4617 | 1529 struct oscar_data *od; |
3694 | 1530 aim_session_t *sess; |
1531 aim_conn_t *tstconn; | |
1532 | |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
1533 if (!g_list_find(gaim_connections_get_all(), gc)) { |
3694 | 1534 close(source); |
1535 return; | |
1536 } | |
1537 | |
4617 | 1538 od = gc->proto_data; |
1539 sess = od->sess; | |
3694 | 1540 tstconn = aim_getconn_type_all(sess, AIM_CONN_TYPE_EMAIL); |
4366 | 1541 tstconn->fd = source; |
3694 | 1542 |
1543 if (source < 0) { | |
1544 aim_conn_kill(sess, &tstconn); | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1545 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1546 "unable to connect to email server\n"); |
3694 | 1547 return; |
1548 } | |
1549 | |
1550 aim_conn_completeconnect(sess, tstconn); | |
4617 | 1551 od->emlpa = gaim_input_add(tstconn->fd, GAIM_INPUT_READ, oscar_callback, tstconn); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1552 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1553 "email: connected\n"); |
3694 | 1554 } |
1555 | |
4804 | 1556 static void oscar_icon_connect(gpointer data, gint source, GaimInputCondition cond) { |
5575 | 1557 GaimConnection *gc = data; |
4804 | 1558 struct oscar_data *od; |
1559 aim_session_t *sess; | |
1560 aim_conn_t *tstconn; | |
1561 | |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
1562 if (!g_list_find(gaim_connections_get_all(), gc)) { |
4804 | 1563 close(source); |
1564 return; | |
1565 } | |
1566 | |
1567 od = gc->proto_data; | |
1568 sess = od->sess; | |
1569 tstconn = aim_getconn_type_all(sess, AIM_CONN_TYPE_ICON); | |
1570 tstconn->fd = source; | |
1571 | |
1572 if (source < 0) { | |
1573 aim_conn_kill(sess, &tstconn); | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1574 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1575 "unable to connect to icon server\n"); |
4804 | 1576 return; |
1577 } | |
1578 | |
1579 aim_conn_completeconnect(sess, tstconn); | |
1580 od->icopa = gaim_input_add(tstconn->fd, GAIM_INPUT_READ, oscar_callback, tstconn); | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1581 gaim_debug(GAIM_DEBUG_INFO, "oscar", "icon: connected\n"); |
4804 | 1582 } |
1583 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1584 /* Hrmph. I don't know how to make this look better. --mid */ |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1585 static int gaim_handle_redirect(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 1586 GaimConnection *gc = sess->aux_data; |
1587 GaimAccount *account = gaim_connection_get_account(gc); | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1588 aim_conn_t *tstconn; |
4452 | 1589 int i; |
2086 | 1590 char *host; |
1591 int port; | |
4821 | 1592 va_list ap; |
1593 struct aim_redirect_data *redir; | |
2086 | 1594 |
5575 | 1595 port = gaim_account_get_int(account, "port", FAIM_LOGIN_PORT); |
2086 | 1596 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1597 va_start(ap, fr); |
2821
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1598 redir = va_arg(ap, struct aim_redirect_data *); |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1599 va_end(ap); |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1600 |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1601 for (i = 0; i < (int)strlen(redir->ip); i++) { |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1602 if (redir->ip[i] == ':') { |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1603 port = atoi(&(redir->ip[i+1])); |
2086 | 1604 break; |
1605 } | |
1606 } | |
2821
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1607 host = g_strndup(redir->ip, i); |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1608 |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1609 switch(redir->group) { |
2086 | 1610 case 0x7: /* Authorizer */ |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1611 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1612 "Reconnecting with authorizor...\n"); |
2086 | 1613 tstconn = aim_newconn(sess, AIM_CONN_TYPE_AUTH, NULL); |
1614 if (tstconn == NULL) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1615 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1616 "unable to reconnect with authorizer\n"); |
2086 | 1617 g_free(host); |
1618 return 1; | |
1619 } | |
4649 | 1620 aim_conn_addhandler(sess, tstconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNERR, gaim_connerr, 0); |
2675 | 1621 aim_conn_addhandler(sess, tstconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNINITDONE, conninitdone_admin, 0); |
2086 | 1622 aim_conn_addhandler(sess, tstconn, 0x0007, 0x0003, gaim_info_change, 0); |
1623 aim_conn_addhandler(sess, tstconn, 0x0007, 0x0005, gaim_info_change, 0); | |
1624 aim_conn_addhandler(sess, tstconn, 0x0007, 0x0007, gaim_account_confirm, 0); | |
1625 | |
1626 tstconn->status |= AIM_CONN_STATUS_INPROGRESS; | |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
1627 if (gaim_proxy_connect(account, host, port, oscar_auth_connect, gc) != 0) { |
2086 | 1628 aim_conn_kill(sess, &tstconn); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1629 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1630 "unable to reconnect with authorizer\n"); |
2086 | 1631 g_free(host); |
1632 return 1; | |
1633 } | |
4293 | 1634 aim_sendcookie(sess, tstconn, redir->cookielen, redir->cookie); |
4194 | 1635 break; |
1636 | |
2086 | 1637 case 0xd: /* ChatNav */ |
1638 tstconn = aim_newconn(sess, AIM_CONN_TYPE_CHATNAV, NULL); | |
1639 if (tstconn == NULL) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1640 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1641 "unable to connect to chatnav server\n"); |
2086 | 1642 g_free(host); |
1643 return 1; | |
1644 } | |
4649 | 1645 aim_conn_addhandler(sess, tstconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNERR, gaim_connerr, 0); |
2675 | 1646 aim_conn_addhandler(sess, tstconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNINITDONE, conninitdone_chatnav, 0); |
2086 | 1647 |
1648 tstconn->status |= AIM_CONN_STATUS_INPROGRESS; | |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
1649 if (gaim_proxy_connect(account, host, port, oscar_chatnav_connect, gc) != 0) { |
2086 | 1650 aim_conn_kill(sess, &tstconn); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1651 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1652 "unable to connect to chatnav server\n"); |
2086 | 1653 g_free(host); |
1654 return 1; | |
1655 } | |
4293 | 1656 aim_sendcookie(sess, tstconn, redir->cookielen, redir->cookie); |
4194 | 1657 break; |
1658 | |
1659 case 0xe: { /* Chat */ | |
2086 | 1660 struct chat_connection *ccon; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1661 |
2086 | 1662 tstconn = aim_newconn(sess, AIM_CONN_TYPE_CHAT, NULL); |
1663 if (tstconn == NULL) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1664 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1665 "unable to connect to chat server\n"); |
2086 | 1666 g_free(host); |
1667 return 1; | |
1668 } | |
1669 | |
4649 | 1670 aim_conn_addhandler(sess, tstconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNERR, gaim_connerr, 0); |
2675 | 1671 aim_conn_addhandler(sess, tstconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNINITDONE, conninitdone_chat, 0); |
1672 | |
2086 | 1673 ccon = g_new0(struct chat_connection, 1); |
1674 ccon->conn = tstconn; | |
1675 ccon->gc = gc; | |
1676 ccon->fd = -1; | |
2821
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1677 ccon->name = g_strdup(redir->chat.room); |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1678 ccon->exchange = redir->chat.exchange; |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1679 ccon->instance = redir->chat.instance; |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1680 ccon->show = extract_name(redir->chat.room); |
4634 | 1681 |
2086 | 1682 ccon->conn->status |= AIM_CONN_STATUS_INPROGRESS; |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
1683 if (gaim_proxy_connect(account, host, port, oscar_chat_connect, ccon) != 0) { |
2086 | 1684 aim_conn_kill(sess, &tstconn); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1685 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1686 "unable to connect to chat server\n"); |
2086 | 1687 g_free(host); |
1688 g_free(ccon->show); | |
1689 g_free(ccon->name); | |
1690 g_free(ccon); | |
1691 return 1; | |
1692 } | |
4293 | 1693 aim_sendcookie(sess, tstconn, redir->cookielen, redir->cookie); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1694 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1695 "Connected to chat room %s exchange %hu\n", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1696 ccon->name, ccon->exchange); |
4194 | 1697 } break; |
3694 | 1698 |
4804 | 1699 case 0x0010: { /* icon */ |
1700 if (!(tstconn = aim_newconn(sess, AIM_CONN_TYPE_ICON, NULL))) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1701 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1702 "unable to connect to icon server\n"); |
4804 | 1703 g_free(host); |
1704 return 1; | |
1705 } | |
1706 aim_conn_addhandler(sess, tstconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNERR, gaim_connerr, 0); | |
1707 aim_conn_addhandler(sess, tstconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNINITDONE, conninitdone_icon, 0); | |
1708 | |
1709 tstconn->status |= AIM_CONN_STATUS_INPROGRESS; | |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
1710 if (gaim_proxy_connect(account, host, port, oscar_icon_connect, gc) != 0) { |
4804 | 1711 aim_conn_kill(sess, &tstconn); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1712 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1713 "unable to connect to icon server\n"); |
4804 | 1714 g_free(host); |
1715 return 1; | |
1716 } | |
1717 aim_sendcookie(sess, tstconn, redir->cookielen, redir->cookie); | |
1718 } break; | |
1719 | |
3694 | 1720 case 0x0018: { /* email */ |
1721 if (!(tstconn = aim_newconn(sess, AIM_CONN_TYPE_EMAIL, NULL))) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1722 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1723 "unable to connect to email server\n"); |
3694 | 1724 g_free(host); |
1725 return 1; | |
1726 } | |
4649 | 1727 aim_conn_addhandler(sess, tstconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNERR, gaim_connerr, 0); |
3694 | 1728 aim_conn_addhandler(sess, tstconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNINITDONE, conninitdone_email, 0); |
1729 | |
1730 tstconn->status |= AIM_CONN_STATUS_INPROGRESS; | |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
1731 if (gaim_proxy_connect(account, host, port, oscar_email_connect, gc) != 0) { |
3694 | 1732 aim_conn_kill(sess, &tstconn); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1733 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1734 "unable to connect to email server\n"); |
3694 | 1735 g_free(host); |
1736 return 1; | |
1737 } | |
4293 | 1738 aim_sendcookie(sess, tstconn, redir->cookielen, redir->cookie); |
3694 | 1739 } break; |
1740 | |
2086 | 1741 default: /* huh? */ |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1742 gaim_debug(GAIM_DEBUG_WARNING, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1743 "got redirect for unknown service 0x%04hx\n", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1744 redir->group); |
2086 | 1745 break; |
1746 } | |
1747 | |
1748 g_free(host); | |
1749 return 1; | |
1750 } | |
1751 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1752 static int gaim_parse_oncoming(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 1753 GaimConnection *gc = sess->aux_data; |
2501
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
1754 struct oscar_data *od = gc->proto_data; |
4738 | 1755 struct buddyinfo *bi; |
2993 | 1756 time_t time_idle = 0, signon = 0; |
1757 int type = 0; | |
1758 int caps = 0; | |
2086 | 1759 va_list ap; |
4738 | 1760 aim_userinfo_t *info; |
4194 | 1761 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1762 va_start(ap, fr); |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
1763 info = va_arg(ap, aim_userinfo_t *); |
2086 | 1764 va_end(ap); |
1765 | |
2993 | 1766 if (info->present & AIM_USERINFO_PRESENT_CAPABILITIES) |
1767 caps = info->capabilities; | |
3267 | 1768 if (info->flags & AIM_FLAG_ACTIVEBUDDY) |
1769 type |= UC_AB; | |
6318 | 1770 if (caps & AIM_CAPS_HIPTOP) |
1771 type |= UC_HIPTOP; | |
3267 | 1772 |
4766 | 1773 if (info->present & AIM_USERINFO_PRESENT_FLAGS) { |
1774 if (info->flags & AIM_FLAG_UNCONFIRMED) | |
1775 type |= UC_UNCONFIRMED; | |
1776 if (info->flags & AIM_FLAG_ADMINISTRATOR) | |
1777 type |= UC_ADMIN; | |
1778 if (info->flags & AIM_FLAG_AOL) | |
1779 type |= UC_AOL; | |
1780 if (info->flags & AIM_FLAG_FREE) | |
1781 type |= UC_NORMAL; | |
1782 if (info->flags & AIM_FLAG_AWAY) | |
1783 type |= UC_UNAVAILABLE; | |
1784 if (info->flags & AIM_FLAG_WIRELESS) | |
1785 type |= UC_WIRELESS; | |
2501
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
1786 } |
2993 | 1787 if (info->present & AIM_USERINFO_PRESENT_ICQEXTSTATUS) { |
3595 | 1788 type = (info->icqinfo.status << 16); |
3013 | 1789 if (!(info->icqinfo.status & AIM_ICQ_STATE_CHAT) && |
1790 (info->icqinfo.status != AIM_ICQ_STATE_NORMAL)) { | |
2993 | 1791 type |= UC_UNAVAILABLE; |
3013 | 1792 } |
2993 | 1793 } |
1794 | |
1795 if (caps & AIM_CAPS_ICQ) | |
1796 caps ^= AIM_CAPS_ICQ; | |
1797 | |
1798 if (info->present & AIM_USERINFO_PRESENT_IDLE) { | |
2086 | 1799 time(&time_idle); |
1800 time_idle -= info->idletime*60; | |
2993 | 1801 } |
1802 | |
5836 | 1803 if (info->present & AIM_USERINFO_PRESENT_ONLINESINCE) |
1804 signon = info->onlinesince; | |
1805 else if (info->present & AIM_USERINFO_PRESENT_SESSIONLEN) | |
2993 | 1806 signon = time(NULL) - info->sessionlen; |
2086 | 1807 |
5575 | 1808 if (!aim_sncmp(gaim_account_get_username(gaim_connection_get_account(gc)), info->sn)) |
1809 gaim_connection_set_display_name(gc, info->sn); | |
2305
0371b905baef
[gaim-migrate @ 2315]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2303
diff
changeset
|
1810 |
4738 | 1811 bi = g_hash_table_lookup(od->buddyinfo, normalize(info->sn)); |
1812 if (!bi) { | |
1813 bi = g_new0(struct buddyinfo, 1); | |
1814 g_hash_table_insert(od->buddyinfo, g_strdup(normalize(info->sn)), bi); | |
1815 } | |
1816 bi->signon = info->onlinesince ? info->onlinesince : (info->sessionlen + time(NULL)); | |
4829 | 1817 if (caps) |
1818 bi->caps = caps; | |
4739 | 1819 bi->typingnot = FALSE; |
1820 bi->ico_informed = FALSE; | |
6857 | 1821 bi->ipaddr = info->icqinfo.ipaddr; |
1822 | |
1823 /* Available message stuff */ | |
6292 | 1824 free(bi->availmsg); |
1825 if (info->availmsg) | |
1826 if (info->availmsg_encoding) { | |
1827 gchar *enc = g_strdup_printf("charset=\"%s\"", info->availmsg_encoding); | |
1828 bi->availmsg = oscar_encoding_to_utf8(enc, info->availmsg, info->availmsg_len); | |
1829 g_free(enc); | |
1830 } else { | |
1831 /* No explicit encoding means utf8. Yay. */ | |
1832 bi->availmsg = g_strdup(info->availmsg); | |
1833 } | |
5837 | 1834 else |
6292 | 1835 bi->availmsg = NULL; |
4732 | 1836 |
4804 | 1837 /* Server stored icon stuff */ |
4853 | 1838 if (info->iconcsumlen) { |
1839 char *b16, *saved_b16; | |
6695 | 1840 GaimBuddy *b; |
4853 | 1841 |
5836 | 1842 free(bi->iconcsum); |
1843 bi->iconcsum = malloc(info->iconcsumlen); | |
4853 | 1844 memcpy(bi->iconcsum, info->iconcsum, info->iconcsumlen); |
1845 bi->iconcsumlen = info->iconcsumlen; | |
1846 b16 = tobase16(bi->iconcsum, bi->iconcsumlen); | |
1847 b = gaim_find_buddy(gc->account, info->sn); | |
1848 saved_b16 = gaim_buddy_get_setting(b, "icon_checksum"); | |
1849 if (!b16 || !saved_b16 || strcmp(b16, saved_b16)) { | |
1850 GSList *cur = od->requesticon; | |
1851 while (cur && aim_sncmp((char *)cur->data, info->sn)) | |
1852 cur = cur->next; | |
1853 if (!cur) { | |
1854 od->requesticon = g_slist_append(od->requesticon, strdup(normalize(info->sn))); | |
1855 if (od->icontimer) | |
1856 g_source_remove(od->icontimer); | |
1857 od->icontimer = g_timeout_add(500, gaim_icon_timerfunc, gc); | |
1858 } | |
1859 } | |
6053 | 1860 g_free(saved_b16); |
1861 g_free(b16); | |
4853 | 1862 } |
1863 | |
5628 | 1864 serv_got_update(gc, info->sn, 1, (info->warnlevel/10.0) + 0.5, signon, time_idle, type); |
2086 | 1865 |
1866 return 1; | |
1867 } | |
1868 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1869 static int gaim_parse_offgoing(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 1870 GaimConnection *gc = sess->aux_data; |
5837 | 1871 struct oscar_data *od = gc->proto_data; |
2086 | 1872 va_list ap; |
4739 | 1873 aim_userinfo_t *info; |
2086 | 1874 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1875 va_start(ap, fr); |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
1876 info = va_arg(ap, aim_userinfo_t *); |
2086 | 1877 va_end(ap); |
1878 | |
4732 | 1879 serv_got_update(gc, info->sn, 0, 0, 0, 0, 0); |
2086 | 1880 |
5837 | 1881 g_hash_table_remove(od->buddyinfo, normalize(info->sn)); |
1882 | |
2086 | 1883 return 1; |
1884 } | |
1885 | |
3730 | 1886 static void cancel_direct_im(struct ask_direct *d) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1887 gaim_debug(GAIM_DEBUG_INFO, "oscar", "Freeing DirectIM prompts.\n"); |
2086 | 1888 |
1889 g_free(d->sn); | |
1890 g_free(d); | |
1891 } | |
1892 | |
4617 | 1893 static void oscar_odc_callback(gpointer data, gint source, GaimInputCondition condition) { |
2086 | 1894 struct direct_im *dim = data; |
5575 | 1895 GaimConnection *gc = dim->gc; |
2086 | 1896 struct oscar_data *od = gc->proto_data; |
5679 | 1897 GaimConversation *cnv; |
2086 | 1898 char buf[256]; |
3008 | 1899 struct sockaddr name; |
1900 socklen_t name_len = 1; | |
1901 | |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
1902 if (!g_list_find(gaim_connections_get_all(), gc)) { |
2086 | 1903 g_free(dim); |
1904 return; | |
1905 } | |
1906 | |
1907 if (source < 0) { | |
1908 g_free(dim); | |
1909 return; | |
1910 } | |
1911 | |
4366 | 1912 dim->conn->fd = source; |
2086 | 1913 aim_conn_completeconnect(od->sess, dim->conn); |
6640
314111e7b601
[gaim-migrate @ 7165]
Christian Hammond <chipx86@chipx86.com>
parents:
6623
diff
changeset
|
1914 cnv = gaim_conversation_new(GAIM_CONV_IM, dim->gc->account, dim->name); |
3008 | 1915 |
1916 /* This is the best way to see if we're connected or not */ | |
1917 if (getpeername(source, &name, &name_len) == 0) { | |
1918 g_snprintf(buf, sizeof buf, _("Direct IM with %s established"), dim->name); | |
1919 dim->connected = TRUE; | |
6621 | 1920 gaim_conversation_write(cnv, NULL, buf, -1, GAIM_MESSAGE_SYSTEM, time(NULL)); |
3008 | 1921 } |
2086 | 1922 od->direct_ims = g_slist_append(od->direct_ims, dim); |
3008 | 1923 |
4617 | 1924 dim->watcher = gaim_input_add(dim->conn->fd, GAIM_INPUT_READ, oscar_callback, dim->conn); |
2086 | 1925 } |
1926 | |
4617 | 1927 /* BBB */ |
3952 | 1928 /* |
4617 | 1929 * This is called after a remote AIM user has connected to us. We |
1930 * want to do some voodoo with the socket file descriptors, add a | |
1931 * callback or two, and then send the AIM_CB_OFT_PROMPT. | |
3952 | 1932 */ |
4656 | 1933 static int oscar_sendfile_estblsh(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 1934 GaimConnection *gc = sess->aux_data; |
3630 | 1935 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
1936 GaimXfer *xfer; |
5146 | 1937 struct aim_oft_info *oft_info; |
3630 | 1938 va_list ap; |
1939 aim_conn_t *conn, *listenerconn; | |
4656 | 1940 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1941 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1942 "AAA - in oscar_sendfile_estblsh\n"); |
3630 | 1943 va_start(ap, fr); |
1944 conn = va_arg(ap, aim_conn_t *); | |
1945 listenerconn = va_arg(ap, aim_conn_t *); | |
1946 va_end(ap); | |
1947 | |
4617 | 1948 if (!(xfer = oscar_find_xfer_by_conn(od->file_transfers, listenerconn))) |
1949 return 1; | |
1950 | |
5146 | 1951 if (!(oft_info = xfer->data)) |
4617 | 1952 return 1; |
1953 | |
3630 | 1954 /* Stop watching listener conn; watch transfer conn instead */ |
4617 | 1955 gaim_input_remove(xfer->watcher); |
3630 | 1956 aim_conn_kill(sess, &listenerconn); |
1957 | |
5146 | 1958 oft_info->conn = conn; |
1959 xfer->fd = oft_info->conn->fd; | |
1960 | |
1961 aim_conn_addhandler(sess, oft_info->conn, AIM_CB_FAM_OFT, AIM_CB_OFT_ACK, oscar_sendfile_ack, 0); | |
1962 aim_conn_addhandler(sess, oft_info->conn, AIM_CB_FAM_OFT, AIM_CB_OFT_DONE, oscar_sendfile_done, 0); | |
1963 xfer->watcher = gaim_input_add(oft_info->conn->fd, GAIM_INPUT_READ, oscar_callback, oft_info->conn); | |
4617 | 1964 |
1965 /* Inform the other user that we are connected and ready to transfer */ | |
5146 | 1966 aim_oft_sendheader(sess, AIM_CB_OFT_PROMPT, oft_info); |
3630 | 1967 |
1968 return 0; | |
1969 } | |
1970 | |
3952 | 1971 /* |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
1972 * This is the gaim callback passed to gaim_proxy_connect when connecting to another AIM |
4617 | 1973 * user in order to transfer a file. |
3952 | 1974 */ |
4617 | 1975 static void oscar_sendfile_connected(gpointer data, gint source, GaimInputCondition condition) { |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
1976 GaimXfer *xfer; |
5146 | 1977 struct aim_oft_info *oft_info; |
4656 | 1978 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1979 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1980 "AAA - in oscar_sendfile_connected\n"); |
4617 | 1981 if (!(xfer = data)) |
1982 return; | |
5146 | 1983 if (!(oft_info = xfer->data)) |
3630 | 1984 return; |
4617 | 1985 if (source < 0) |
1986 return; | |
1987 | |
1988 xfer->fd = source; | |
5146 | 1989 oft_info->conn->fd = source; |
1990 | |
1991 aim_conn_completeconnect(oft_info->sess, oft_info->conn); | |
1992 xfer->watcher = gaim_input_add(xfer->fd, GAIM_INPUT_READ, oscar_callback, oft_info->conn); | |
4617 | 1993 |
1994 /* Inform the other user that we are connected and ready to transfer */ | |
5146 | 1995 aim_im_sendch2_sendfile_accept(oft_info->sess, oft_info); |
4617 | 1996 |
1997 return; | |
3630 | 1998 } |
1999 | |
3952 | 2000 /* |
4617 | 2001 * This is called when a buddy sends us some file info. This happens when they |
2002 * are sending a file to you, and you have just established a connection to them. | |
4650 | 2003 * You should send them the exact same info except use the real cookie. We also |
4617 | 2004 * get like totally ready to like, receive the file, kay? |
3952 | 2005 */ |
4617 | 2006 static int oscar_sendfile_prompt(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 2007 GaimConnection *gc = sess->aux_data; |
4617 | 2008 struct oscar_data *od = gc->proto_data; |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
2009 GaimXfer *xfer; |
5146 | 2010 struct aim_oft_info *oft_info; |
4617 | 2011 va_list ap; |
2012 aim_conn_t *conn; | |
2013 fu8_t *cookie; | |
2014 struct aim_fileheader_t *fh; | |
4656 | 2015 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2016 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2017 "AAA - in oscar_sendfile_prompt\n"); |
4617 | 2018 va_start(ap, fr); |
2019 conn = va_arg(ap, aim_conn_t *); | |
2020 cookie = va_arg(ap, fu8_t *); | |
2021 fh = va_arg(ap, struct aim_fileheader_t *); | |
2022 va_end(ap); | |
2023 | |
2024 if (!(xfer = oscar_find_xfer_by_conn(od->file_transfers, conn))) | |
2025 return 1; | |
2026 | |
5146 | 2027 if (!(oft_info = xfer->data)) |
4617 | 2028 return 1; |
2029 | |
2030 /* We want to stop listening with a normal thingy */ | |
2031 gaim_input_remove(xfer->watcher); | |
2032 xfer->watcher = 0; | |
2033 | |
5146 | 2034 /* They sent us some information about the file they're sending */ |
2035 memcpy(&oft_info->fh, fh, sizeof(*fh)); | |
2036 | |
2037 /* Fill in the cookie */ | |
2038 memcpy(&oft_info->fh.bcookie, oft_info->cookie, 8); | |
2039 | |
4617 | 2040 /* XXX - convert the name from UTF-8 to UCS-2 if necessary, and pass the encoding to the call below */ |
5146 | 2041 aim_oft_sendheader(oft_info->sess, AIM_CB_OFT_ACK, oft_info); |
4617 | 2042 gaim_xfer_start(xfer, xfer->fd, NULL, 0); |
2043 | |
2044 return 0; | |
3630 | 2045 } |
2046 | |
3952 | 2047 /* |
4657 | 2048 * We are sending a file to someone else. They have just acknowledged our |
4617 | 2049 * prompt, so we want to start sending data like there's no tomorrow. |
3952 | 2050 */ |
4617 | 2051 static int oscar_sendfile_ack(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 2052 GaimConnection *gc = sess->aux_data; |
4617 | 2053 struct oscar_data *od = gc->proto_data; |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
2054 GaimXfer *xfer; |
4617 | 2055 va_list ap; |
2056 aim_conn_t *conn; | |
2057 fu8_t *cookie; | |
2058 struct aim_fileheader_t *fh; | |
4656 | 2059 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2060 gaim_debug(GAIM_DEBUG_INFO, "oscar", "AAA - in oscar_sendfile_ack\n"); |
4617 | 2061 va_start(ap, fr); |
2062 conn = va_arg(ap, aim_conn_t *); | |
2063 cookie = va_arg(ap, fu8_t *); | |
2064 fh = va_arg(ap, struct aim_fileheader_t *); | |
2065 va_end(ap); | |
2066 | |
2067 if (!(xfer = oscar_find_xfer_by_cookie(od->file_transfers, cookie))) | |
2068 return 1; | |
2069 | |
4656 | 2070 /* We want to stop listening with a normal thingy */ |
2071 gaim_input_remove(xfer->watcher); | |
2072 xfer->watcher = 0; | |
2073 | |
4617 | 2074 gaim_xfer_start(xfer, xfer->fd, NULL, 0); |
2075 | |
2076 return 0; | |
3630 | 2077 } |
4617 | 2078 |
2079 /* | |
2080 * We just sent a file to someone. They said they got it and everything, | |
2081 * so we can close our direct connection and what not. | |
2082 */ | |
2083 static int oscar_sendfile_done(aim_session_t *sess, aim_frame_t *fr, ...) { | |
5575 | 2084 GaimConnection *gc = sess->aux_data; |
4617 | 2085 struct oscar_data *od = gc->proto_data; |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
2086 GaimXfer *xfer; |
4617 | 2087 va_list ap; |
2088 aim_conn_t *conn; | |
2089 fu8_t *cookie; | |
2090 struct aim_fileheader_t *fh; | |
4656 | 2091 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2092 gaim_debug(GAIM_DEBUG_INFO, "oscar", "AAA - in oscar_sendfile_done\n"); |
4617 | 2093 va_start(ap, fr); |
2094 conn = va_arg(ap, aim_conn_t *); | |
2095 cookie = va_arg(ap, fu8_t *); | |
2096 fh = va_arg(ap, struct aim_fileheader_t *); | |
2097 va_end(ap); | |
2098 | |
2099 if (!(xfer = oscar_find_xfer_by_conn(od->file_transfers, conn))) | |
2100 return 1; | |
2101 | |
4656 | 2102 xfer->fd = conn->fd; |
4617 | 2103 gaim_xfer_end(xfer); |
2104 | |
2105 return 0; | |
2106 } | |
3630 | 2107 |
4244 | 2108 static void accept_direct_im(struct ask_direct *d) { |
5575 | 2109 GaimConnection *gc = d->gc; |
4244 | 2110 struct oscar_data *od; |
2086 | 2111 struct direct_im *dim; |
2945 | 2112 char *host; int port = 4443; |
4366 | 2113 int i, rc; |
2086 | 2114 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
2115 if (!g_list_find(gaim_connections_get_all(), gc)) { |
4244 | 2116 cancel_direct_im(d); |
2117 return; | |
2118 } | |
2119 | |
2120 od = (struct oscar_data *)gc->proto_data; | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2121 gaim_debug(GAIM_DEBUG_INFO, "oscar", "Accepted DirectIM.\n"); |
2086 | 2122 |
2123 dim = find_direct_im(od, d->sn); | |
2124 if (dim) { | |
3730 | 2125 cancel_direct_im(d); /* 40 */ |
4244 | 2126 return; |
2086 | 2127 } |
2128 dim = g_new0(struct direct_im, 1); | |
2129 dim->gc = d->gc; | |
2130 g_snprintf(dim->name, sizeof dim->name, "%s", d->sn); | |
2131 | |
4617 | 2132 dim->conn = aim_odc_connect(od->sess, d->sn, NULL, d->cookie); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2133 if (!dim->conn) { |
2086 | 2134 g_free(dim); |
3730 | 2135 cancel_direct_im(d); |
4244 | 2136 return; |
2086 | 2137 } |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2138 |
2086 | 2139 aim_conn_addhandler(od->sess, dim->conn, AIM_CB_FAM_OFT, AIM_CB_OFT_DIRECTIMINCOMING, |
4617 | 2140 gaim_odc_incoming, 0); |
2086 | 2141 aim_conn_addhandler(od->sess, dim->conn, AIM_CB_FAM_OFT, AIM_CB_OFT_DIRECTIMTYPING, |
4617 | 2142 gaim_odc_typing, 0); |
3033 | 2143 aim_conn_addhandler(od->sess, dim->conn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_IMAGETRANSFER, |
2993 | 2144 gaim_update_ui, 0); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2145 for (i = 0; i < (int)strlen(d->ip); i++) { |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2146 if (d->ip[i] == ':') { |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2147 port = atoi(&(d->ip[i+1])); |
2086 | 2148 break; |
2149 } | |
2150 } | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2151 host = g_strndup(d->ip, i); |
2086 | 2152 dim->conn->status |= AIM_CONN_STATUS_INPROGRESS; |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
2153 rc = gaim_proxy_connect(gc->account, host, port, oscar_odc_callback, dim); |
2086 | 2154 g_free(host); |
4366 | 2155 if (rc < 0) { |
2086 | 2156 aim_conn_kill(od->sess, &dim->conn); |
2157 g_free(dim); | |
3730 | 2158 cancel_direct_im(d); |
4244 | 2159 return; |
2086 | 2160 } |
2161 | |
3730 | 2162 cancel_direct_im(d); |
2086 | 2163 |
4244 | 2164 return; |
2086 | 2165 } |
2166 | |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
2167 static int incomingim_chan1(aim_session_t *sess, aim_conn_t *conn, aim_userinfo_t *userinfo, struct aim_incomingim_ch1_args *args) { |
5575 | 2168 GaimConnection *gc = sess->aux_data; |
3600 | 2169 struct oscar_data *od = gc->proto_data; |
4738 | 2170 char *tmp; |
6622 | 2171 GaimImFlags flags = 0; |
6478
338147ea6896
[gaim-migrate @ 6991]
Christian Hammond <chipx86@chipx86.com>
parents:
6465
diff
changeset
|
2172 gsize convlen; |
3659 | 2173 GError *err = NULL; |
4738 | 2174 struct buddyinfo *bi; |
5575 | 2175 const char *iconfile; |
4738 | 2176 |
2177 bi = g_hash_table_lookup(od->buddyinfo, normalize(userinfo->sn)); | |
2178 if (!bi) { | |
2179 bi = g_new0(struct buddyinfo, 1); | |
2180 g_hash_table_insert(od->buddyinfo, g_strdup(normalize(userinfo->sn)), bi); | |
2181 } | |
2273
0b5c3338fa3d
[gaim-migrate @ 2283]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2249
diff
changeset
|
2182 |
0b5c3338fa3d
[gaim-migrate @ 2283]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2249
diff
changeset
|
2183 if (args->icbmflags & AIM_IMFLAGS_AWAY) |
6622 | 2184 flags |= GAIM_IM_AUTO_RESP; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2185 |
4738 | 2186 if (args->icbmflags & AIM_IMFLAGS_TYPINGNOT) |
2187 bi->typingnot = TRUE; | |
2188 else | |
2189 bi->typingnot = FALSE; | |
2190 | |
4380 | 2191 if ((args->icbmflags & AIM_IMFLAGS_HASICON) && (args->iconlen) && (args->iconsum) && (args->iconstamp)) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2192 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2193 "%s has an icon\n", userinfo->sn); |
4738 | 2194 if ((args->iconlen != bi->ico_len) || (args->iconsum != bi->ico_csum) || (args->iconstamp != bi->ico_time)) { |
2195 bi->ico_need = TRUE; | |
2196 bi->ico_len = args->iconlen; | |
2197 bi->ico_csum = args->iconsum; | |
2198 bi->ico_time = args->iconstamp; | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2199 } |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2200 } |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2201 |
5575 | 2202 if ((iconfile = gaim_account_get_buddy_icon(gaim_connection_get_account(gc))) && |
2203 (args->icbmflags & AIM_IMFLAGS_BUDDYREQ)) { | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2204 FILE *file; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2205 struct stat st; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2206 |
5575 | 2207 if (!stat(iconfile, &st)) { |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2208 char *buf = g_malloc(st.st_size); |
5575 | 2209 file = fopen(iconfile, "rb"); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2210 if (file) { |
2603
24664768a739
[gaim-migrate @ 2616]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2597
diff
changeset
|
2211 int len = fread(buf, 1, st.st_size, file); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2212 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2213 "Sending buddy icon to %s (%d bytes, " |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2214 "%lu reported)\n", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2215 userinfo->sn, len, st.st_size); |
4617 | 2216 aim_im_sendch2_icon(sess, userinfo->sn, buf, st.st_size, |
2217 st.st_mtime, aimutil_iconsum(buf, st.st_size)); | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2218 fclose(file); |
2336
c6c5eaf69188
[gaim-migrate @ 2349]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2315
diff
changeset
|
2219 } else |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2220 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2221 "Can't open buddy icon file!\n"); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2222 g_free(buf); |
2336
c6c5eaf69188
[gaim-migrate @ 2349]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2315
diff
changeset
|
2223 } else |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2224 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2225 "Can't stat buddy icon file!\n"); |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2226 } |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2227 |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2228 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2229 "Character set is %hu %hu\n", args->charset, args->charsubset); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2230 if (args->icbmflags & AIM_IMFLAGS_UNICODE) { |
3722 | 2231 /* This message is marked as UNICODE, so we have to |
2232 * convert it to utf-8 before handing it to the gaim core. | |
2233 * This conversion should *never* fail, if it does it | |
2234 * means that either the incoming ICBM is corrupted or | |
4662 | 2235 * there is something we don't understand about it. |
2236 * For the record, AIM Unicode is big-endian UCS-2 */ | |
2237 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2238 gaim_debug(GAIM_DEBUG_INFO, "oscar", "Received UNICODE IM\n"); |
4121 | 2239 |
2240 if (!args->msg || !args->msglen) | |
2241 return 1; | |
4641 | 2242 |
3659 | 2243 tmp = g_convert(args->msg, args->msglen, "UTF-8", "UCS-2BE", NULL, &convlen, &err); |
2244 if (err) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2245 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2246 "Unicode IM conversion: %s\n", err->message); |
3659 | 2247 tmp = strdup(_("(There was an error receiving this message)")); |
4800 | 2248 g_error_free(err); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2249 } |
3722 | 2250 } else { |
3850 | 2251 /* This will get executed for both AIM_IMFLAGS_ISO_8859_1 and |
3722 | 2252 * unflagged messages, which are ASCII. That's OK because |
2253 * ASCII is a strict subset of ISO-8859-1; this should | |
2254 * help with compatibility with old, broken versions of | |
2255 * gaim (everything before 0.60) and other broken clients | |
2256 * that will happily send ISO-8859-1 without marking it as | |
2257 * such */ | |
4662 | 2258 if (args->icbmflags & AIM_IMFLAGS_ISO_8859_1) |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2259 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2260 "Received ISO-8859-1 IM\n"); |
4121 | 2261 |
2262 if (!args->msg || !args->msglen) | |
2263 return 1; | |
2264 | |
3659 | 2265 tmp = g_convert(args->msg, args->msglen, "UTF-8", "ISO-8859-1", NULL, &convlen, &err); |
2266 if (err) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2267 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2268 "ISO-8859-1 IM conversion: %s\n", err->message); |
3659 | 2269 tmp = strdup(_("(There was an error receiving this message)")); |
4800 | 2270 g_error_free(err); |
3659 | 2271 } |
3642 | 2272 } |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2273 |
4333 | 2274 /* strip_linefeed(tmp); */ |
2856
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2833
diff
changeset
|
2275 serv_got_im(gc, userinfo->sn, tmp, flags, time(NULL), -1); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2276 g_free(tmp); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2277 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2278 return 1; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2279 } |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2280 |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
2281 static int incomingim_chan2(aim_session_t *sess, aim_conn_t *conn, aim_userinfo_t *userinfo, struct aim_incomingim_ch2_args *args) { |
5575 | 2282 GaimConnection *gc = sess->aux_data; |
4617 | 2283 struct oscar_data *od = gc->proto_data; |
5575 | 2284 const char *username = gaim_account_get_username(gaim_connection_get_account(gc)); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2285 |
4121 | 2286 if (!args) |
2287 return 0; | |
4194 | 2288 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2289 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2290 "rendezvous with %s, status is %hu\n", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2291 userinfo->sn, args->status); |
2869 | 2292 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2293 if (args->reqclass & AIM_CAPS_CHAT) { |
4121 | 2294 char *name; |
5234 | 2295 GHashTable *components; |
2296 | |
4121 | 2297 if (!args->info.chat.roominfo.name || !args->info.chat.roominfo.exchange || !args->msg) |
2298 return 1; | |
5234 | 2299 components = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, |
2300 g_free); | |
4121 | 2301 name = extract_name(args->info.chat.roominfo.name); |
5234 | 2302 g_hash_table_replace(components, g_strdup("room"), g_strdup(name ? name : args->info.chat.roominfo.name)); |
2303 g_hash_table_replace(components, g_strdup("exchange"), g_strdup_printf("%d", args->info.chat.roominfo.exchange)); | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2304 serv_got_chat_invite(gc, |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2305 name ? name : args->info.chat.roominfo.name, |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2306 userinfo->sn, |
6059 | 2307 args->msg, |
5234 | 2308 components); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2309 if (name) |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2310 g_free(name); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2311 } else if (args->reqclass & AIM_CAPS_SENDFILE) { |
4617 | 2312 /* BBB */ |
2313 if (args->status == AIM_RENDEZVOUS_PROPOSE) { | |
2314 /* Someone wants to send a file (or files) to us */ | |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
2315 GaimXfer *xfer; |
5146 | 2316 struct aim_oft_info *oft_info; |
2317 | |
2318 if (!args->cookie || !args->port || !args->verifiedip || | |
2319 !args->info.sendfile.filename || !args->info.sendfile.totsize || | |
4656 | 2320 !args->info.sendfile.totfiles || !args->reqclass) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2321 gaim_debug(GAIM_DEBUG_WARNING, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2322 "%s tried to send you a file with incomplete " |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2323 "information.\n", userinfo->sn); |
5146 | 2324 if (args->proxyip) |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2325 gaim_debug(GAIM_DEBUG_WARNING, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2326 "IP for a proxy server was given. Gaim " |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2327 "does not support this yet.\n"); |
4617 | 2328 return 1; |
4656 | 2329 } |
4617 | 2330 |
2331 if (args->info.sendfile.subtype == AIM_OFT_SUBTYPE_SEND_DIR) { | |
2332 /* last char of the ft req is a star, they are sending us a | |
2333 * directory -- remove the star and trailing slash so we dont save | |
2334 * directories that look like 'dirname\*' -- arl */ | |
2335 char *tmp = strrchr(args->info.sendfile.filename, '\\'); | |
2336 if (tmp && (tmp[1] == '*')) { | |
2337 tmp[0] = '\0'; | |
2338 } | |
2339 } | |
2340 | |
2341 /* Build the file transfer handle */ | |
2342 xfer = gaim_xfer_new(gc->account, GAIM_XFER_RECEIVE, userinfo->sn); | |
5163 | 2343 xfer->remote_ip = g_strdup(args->verifiedip); |
5146 | 2344 xfer->remote_port = args->port; |
4617 | 2345 gaim_xfer_set_filename(xfer, args->info.sendfile.filename); |
2346 gaim_xfer_set_size(xfer, args->info.sendfile.totsize); | |
5146 | 2347 |
2348 /* Create the oscar-specific data */ | |
5163 | 2349 oft_info = aim_oft_createinfo(od->sess, args->cookie, userinfo->sn, args->clientip, xfer->remote_port, 0, 0, NULL); |
4898 | 2350 if (args->proxyip) |
5146 | 2351 oft_info->proxyip = g_strdup(args->proxyip); |
4898 | 2352 if (args->verifiedip) |
5146 | 2353 oft_info->verifiedip = g_strdup(args->verifiedip); |
2354 xfer->data = oft_info; | |
4617 | 2355 |
2356 /* Setup our I/O op functions */ | |
2357 gaim_xfer_set_init_fnc(xfer, oscar_xfer_init); | |
2358 gaim_xfer_set_start_fnc(xfer, oscar_xfer_start); | |
2359 gaim_xfer_set_end_fnc(xfer, oscar_xfer_end); | |
4675
3145c5c45877
[gaim-migrate @ 4986]
Christian Hammond <chipx86@chipx86.com>
parents:
4666
diff
changeset
|
2360 gaim_xfer_set_cancel_send_fnc(xfer, oscar_xfer_cancel_send); |
3145c5c45877
[gaim-migrate @ 4986]
Christian Hammond <chipx86@chipx86.com>
parents:
4666
diff
changeset
|
2361 gaim_xfer_set_cancel_recv_fnc(xfer, oscar_xfer_cancel_recv); |
4617 | 2362 gaim_xfer_set_ack_fnc(xfer, oscar_xfer_ack); |
2363 | |
2364 /* | |
2365 * XXX - Should do something with args->msg, args->encoding, and args->language | |
2366 * probably make it apply to all ch2 messages. | |
3752 | 2367 */ |
4617 | 2368 |
2369 /* Keep track of this transfer for later */ | |
2370 od->file_transfers = g_slist_append(od->file_transfers, xfer); | |
2371 | |
2372 /* Now perform the request */ | |
2373 gaim_xfer_request(xfer); | |
2374 } else if (args->status == AIM_RENDEZVOUS_CANCEL) { | |
2375 /* The other user wants to cancel a file transfer */ | |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
2376 GaimXfer *xfer; |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2377 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2378 "AAA - File transfer canceled by remote user\n"); |
4617 | 2379 if ((xfer = oscar_find_xfer_by_cookie(od->file_transfers, args->cookie))) |
4675
3145c5c45877
[gaim-migrate @ 4986]
Christian Hammond <chipx86@chipx86.com>
parents:
4666
diff
changeset
|
2380 gaim_xfer_cancel_remote(xfer); |
4617 | 2381 } else if (args->status == AIM_RENDEZVOUS_ACCEPT) { |
2382 /* | |
2383 * This gets sent by the receiver of a file | |
2384 * as they connect directly to us. If we don't | |
2385 * get this, then maybe a third party connected | |
2386 * to us, and we shouldn't send them anything. | |
2387 */ | |
2388 } else { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2389 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2390 "unknown rendezvous status!\n"); |
3630 | 2391 } |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2392 } else if (args->reqclass & AIM_CAPS_GETFILE) { |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2393 } else if (args->reqclass & AIM_CAPS_VOICE) { |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2394 } else if (args->reqclass & AIM_CAPS_BUDDYICON) { |
6846
8ab95f4c9800
[gaim-migrate @ 7391]
Christian Hammond <chipx86@chipx86.com>
parents:
6787
diff
changeset
|
2395 gaim_buddy_icons_set_for_user(gaim_connection_get_account(gc), |
8ab95f4c9800
[gaim-migrate @ 7391]
Christian Hammond <chipx86@chipx86.com>
parents:
6787
diff
changeset
|
2396 userinfo->sn, args->info.icon.icon, |
8ab95f4c9800
[gaim-migrate @ 7391]
Christian Hammond <chipx86@chipx86.com>
parents:
6787
diff
changeset
|
2397 args->info.icon.length); |
6871 | 2398 } else if (args->reqclass & AIM_CAPS_DIRECTIM) { |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2399 struct ask_direct *d = g_new0(struct ask_direct, 1); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2400 char buf[256]; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2401 |
4212 | 2402 if (!args->verifiedip) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2403 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2404 "directim kill blocked (%s)\n", userinfo->sn); |
4650 | 2405 return 1; |
4212 | 2406 } |
2407 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2408 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2409 "%s received direct im request from %s (%s)\n", |
5575 | 2410 username, userinfo->sn, args->verifiedip); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2411 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2412 d->gc = gc; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2413 d->sn = g_strdup(userinfo->sn); |
2869 | 2414 strncpy(d->ip, args->verifiedip, sizeof(d->ip)); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2415 memcpy(d->cookie, args->cookie, 8); |
5575 | 2416 g_snprintf(buf, sizeof buf, _("%s has just asked to directly connect to %s"), userinfo->sn, username); |
5498
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2417 |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2418 gaim_request_action(gc, NULL, buf, |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2419 _("This requires a direct connection between " |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2420 "the two computers and is necessary for IM " |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2421 "Images. Because your IP address will be " |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2422 "revealed, this may be considered a privacy " |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2423 "risk."), 0, d, 2, |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2424 _("Connect"), G_CALLBACK(accept_direct_im), |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2425 _("Cancel"), G_CALLBACK(cancel_direct_im)); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2426 } else { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2427 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2428 "Unknown reqclass %hu\n", args->reqclass); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2429 } |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2430 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2431 return 1; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2432 } |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2433 |
3453 | 2434 /* |
4230 | 2435 * Authorization Functions |
2436 * Most of these are callbacks from dialogs. They're used by both | |
2437 * methods of authorization (SSI and old-school channel 4 ICBM) | |
3453 | 2438 */ |
4269 | 2439 /* When you ask other people for authorization */ |
5498
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2440 static void gaim_auth_request(struct name_data *data, char *msg) { |
5575 | 2441 GaimConnection *gc = data->gc; |
4244 | 2442 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
2443 if (g_list_find(gaim_connections_get_all(), gc)) { |
4244 | 2444 struct oscar_data *od = gc->proto_data; |
6695 | 2445 GaimBuddy *buddy = gaim_find_buddy(gc->account, data->name); |
2446 GaimGroup *group = gaim_find_buddys_group(buddy); | |
4244 | 2447 if (buddy && group) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2448 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2449 "ssi: adding buddy %s to group %s\n", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2450 buddy->name, group->name); |
4889 | 2451 aim_ssi_sendauthrequest(od->sess, data->name, msg ? msg : _("Please authorize me so I can add you to my buddy list.")); |
4269 | 2452 if (!aim_ssi_itemlist_finditem(od->sess->ssi.local, group->name, buddy->name, AIM_SSI_TYPE_BUDDY)) |
4889 | 2453 aim_ssi_addbuddy(od->sess, buddy->name, group->name, gaim_get_buddy_alias_only(buddy), NULL, NULL, 1); |
4244 | 2454 } |
4230 | 2455 } |
4337 | 2456 } |
2457 | |
2458 static void gaim_auth_request_msgprompt(struct name_data *data) { | |
5493
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
2459 gaim_request_input(data->gc, NULL, _("Authorization Request Message:"), |
6035
8c44020a958e
[gaim-migrate @ 6485]
Christian Hammond <chipx86@chipx86.com>
parents:
6029
diff
changeset
|
2460 NULL, _("Please authorize me!"), TRUE, FALSE, |
5493
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
2461 _("OK"), G_CALLBACK(gaim_auth_request), |
5836 | 2462 _("Cancel"), G_CALLBACK(oscar_free_name_data), |
5493
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
2463 data); |
4230 | 2464 } |
2465 | |
2466 static void gaim_auth_dontrequest(struct name_data *data) { | |
5575 | 2467 GaimConnection *gc = data->gc; |
4244 | 2468 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
2469 if (g_list_find(gaim_connections_get_all(), gc)) { |
4244 | 2470 /* struct oscar_data *od = gc->proto_data; */ |
2471 /* XXX - Take the buddy out of our buddy list */ | |
2472 } | |
2473 | |
5836 | 2474 oscar_free_name_data(data); |
4230 | 2475 } |
2476 | |
5575 | 2477 static void gaim_auth_sendrequest(GaimConnection *gc, const char *name) { |
4269 | 2478 struct name_data *data = g_new(struct name_data, 1); |
6695 | 2479 GaimBuddy *buddy; |
4269 | 2480 gchar *dialog_msg, *nombre; |
2481 | |
4687 | 2482 buddy = gaim_find_buddy(gc->account, name); |
2483 if (buddy && (gaim_get_buddy_alias_only(buddy))) | |
2484 nombre = g_strdup_printf("%s (%s)", name, gaim_get_buddy_alias_only(buddy)); | |
4269 | 2485 else |
4830 | 2486 nombre = NULL; |
2487 | |
2488 dialog_msg = g_strdup_printf(_("The user %s requires authorization before being added to a buddy list. Do you want to send an authorization request?"), (nombre ? nombre : name)); | |
4269 | 2489 data->gc = gc; |
2490 data->name = g_strdup(name); | |
2491 data->nick = NULL; | |
5498
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2492 |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2493 gaim_request_action(gc, NULL, _("Request Authorization"), dialog_msg, |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2494 0, data, 2, |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2495 _("Request Authorization"), |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2496 G_CALLBACK(gaim_auth_request_msgprompt), |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2497 _("Cancel"), G_CALLBACK(gaim_auth_dontrequest)); |
4269 | 2498 |
2499 g_free(dialog_msg); | |
2500 g_free(nombre); | |
2501 } | |
2502 | |
4230 | 2503 /* When other people ask you for authorization */ |
2504 static void gaim_auth_grant(struct name_data *data) { | |
5575 | 2505 GaimConnection *gc = data->gc; |
4244 | 2506 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
2507 if (g_list_find(gaim_connections_get_all(), gc)) { |
4244 | 2508 struct oscar_data *od = gc->proto_data; |
4236 | 2509 #ifdef NOSSI |
6695 | 2510 GaimBuddy *buddy; |
4244 | 2511 gchar message; |
2512 message = 0; | |
4687 | 2513 buddy = gaim_find_buddy(gc->account, data->name); |
4617 | 2514 aim_im_sendch4(od->sess, data->name, AIM_ICQMSG_AUTHGRANTED, &message); |
4687 | 2515 show_got_added(gc, NULL, data->name, (buddy ? gaim_get_buddy_alias_only(buddy) : NULL), NULL); |
4230 | 2516 #else |
4889 | 2517 aim_ssi_sendauthreply(od->sess, data->name, 0x01, NULL); |
4230 | 2518 #endif |
4244 | 2519 } |
2520 | |
5836 | 2521 oscar_free_name_data(data); |
3141 | 2522 } |
2523 | |
4230 | 2524 /* When other people ask you for authorization */ |
5498
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2525 static void gaim_auth_dontgrant(struct name_data *data, char *msg) { |
5575 | 2526 GaimConnection *gc = data->gc; |
4244 | 2527 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
2528 if (g_list_find(gaim_connections_get_all(), gc)) { |
4244 | 2529 struct oscar_data *od = gc->proto_data; |
4230 | 2530 #ifdef NOSSI |
4617 | 2531 aim_im_sendch4(od->sess, data->name, AIM_ICQMSG_AUTHDENIED, msg ? msg : _("No reason given.")); |
4230 | 2532 #else |
4889 | 2533 aim_ssi_sendauthreply(od->sess, data->name, 0x00, msg ? msg : _("No reason given.")); |
4230 | 2534 #endif |
4244 | 2535 } |
4337 | 2536 } |
2537 | |
2538 static void gaim_auth_dontgrant_msgprompt(struct name_data *data) { | |
5493
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
2539 gaim_request_input(data->gc, NULL, _("Authorization Denied Message:"), |
6035
8c44020a958e
[gaim-migrate @ 6485]
Christian Hammond <chipx86@chipx86.com>
parents:
6029
diff
changeset
|
2540 NULL, _("No reason given."), TRUE, FALSE, |
5493
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
2541 _("OK"), G_CALLBACK(gaim_auth_dontgrant), |
5836 | 2542 _("Cancel"), G_CALLBACK(oscar_free_name_data), |
5493
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
2543 data); |
3141 | 2544 } |
2545 | |
4230 | 2546 /* When someone sends you contacts */ |
2547 static void gaim_icq_contactadd(struct name_data *data) { | |
5575 | 2548 GaimConnection *gc = data->gc; |
4244 | 2549 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
2550 if (g_list_find(gaim_connections_get_all(), gc)) { |
4244 | 2551 show_add_buddy(gc, data->name, NULL, data->nick); |
2552 } | |
2553 | |
5836 | 2554 oscar_free_name_data(data); |
3453 | 2555 } |
2556 | |
4075 | 2557 static int incomingim_chan4(aim_session_t *sess, aim_conn_t *conn, aim_userinfo_t *userinfo, struct aim_incomingim_ch4_args *args, time_t t) { |
5575 | 2558 GaimConnection *gc = sess->aux_data; |
4076 | 2559 gchar **msg1, **msg2; |
2560 GError *err = NULL; | |
6051 | 2561 int i, numtoks; |
4076 | 2562 |
4121 | 2563 if (!args->type || !args->msg || !args->uin) |
2564 return 1; | |
4194 | 2565 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2566 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2567 "Received a channel 4 message of type 0x%02hhx.\n", args->type); |
4076 | 2568 |
2569 /* Split up the message at the delimeter character, then convert each string to UTF-8 */ | |
4173 | 2570 msg1 = g_strsplit(args->msg, "\376", 0); |
6051 | 2571 for (numtoks=0; msg1[numtoks]; numtoks++); |
2572 msg2 = (gchar **)g_malloc((numtoks+1)*sizeof(gchar *)); | |
4076 | 2573 for (i=0; msg1[i]; i++) { |
2574 strip_linefeed(msg1[i]); | |
2575 msg2[i] = g_convert(msg1[i], strlen(msg1[i]), "UTF-8", "ISO-8859-1", NULL, NULL, &err); | |
4800 | 2576 if (err) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2577 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2578 "Error converting a string from ISO-8859-1 to " |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2579 "UTF-8 in oscar ICBM channel 4 parsing\n"); |
4800 | 2580 g_error_free(err); |
2581 } | |
4076 | 2582 } |
2583 msg2[i] = NULL; | |
2584 | |
3952 | 2585 switch (args->type) { |
4173 | 2586 case 0x01: { /* MacICQ message or basic offline message */ |
4076 | 2587 if (i >= 1) { |
5556 | 2588 gchar *uin = g_strdup_printf("%u", args->uin); |
4076 | 2589 if (t) { /* This is an offline message */ |
2590 /* I think this timestamp is in UTC, or something */ | |
2591 serv_got_im(gc, uin, msg2[0], 0, t, -1); | |
2592 } else { /* This is a message from MacICQ/Miranda */ | |
2593 serv_got_im(gc, uin, msg2[0], 0, time(NULL), -1); | |
2594 } | |
2595 g_free(uin); | |
4075 | 2596 } |
3316 | 2597 } break; |
2598 | |
4173 | 2599 case 0x04: { /* Someone sent you a URL */ |
4076 | 2600 if (i >= 2) { |
5556 | 2601 gchar *uin = g_strdup_printf("%u", args->uin); |
4076 | 2602 gchar *message = g_strdup_printf("<A HREF=\"%s\">%s</A>", msg2[1], msg2[0]); |
3453 | 2603 serv_got_im(gc, uin, message, 0, time(NULL), -1); |
2604 g_free(uin); | |
2605 g_free(message); | |
2606 } | |
2607 } break; | |
2608 | |
4173 | 2609 case 0x06: { /* Someone requested authorization */ |
4076 | 2610 if (i >= 6) { |
4230 | 2611 struct name_data *data = g_new(struct name_data, 1); |
5556 | 2612 gchar *dialog_msg = g_strdup_printf(_("The user %u wants to add you to their buddy list for the following reason:\n%s"), args->uin, msg2[5] ? msg2[5] : _("No reason given.")); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2613 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
5556 | 2614 "Received an authorization request from UIN %u\n", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2615 args->uin); |
4076 | 2616 data->gc = gc; |
5556 | 2617 data->name = g_strdup_printf("%u", args->uin); |
4230 | 2618 data->nick = NULL; |
5498
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2619 |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2620 gaim_request_action(gc, NULL, _("Authorization Request"), |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2621 dialog_msg, 0, data, 2, |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2622 _("Authorize"), |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2623 G_CALLBACK(gaim_auth_grant), |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2624 _("Deny"), |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2625 G_CALLBACK(gaim_auth_dontgrant_msgprompt)); |
4076 | 2626 g_free(dialog_msg); |
2627 } | |
3141 | 2628 } break; |
2629 | |
4173 | 2630 case 0x07: { /* Someone has denied you authorization */ |
4076 | 2631 if (i >= 1) { |
5556 | 2632 gchar *dialog_msg = g_strdup_printf(_("The user %u has denied your request to add them to your contact list for the following reason:\n%s"), args->uin, msg2[0] ? msg2[0] : _("No reason given.")); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
2633 gaim_notify_info(gc, NULL, _("ICQ authorization denied."), |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
2634 dialog_msg); |
4076 | 2635 g_free(dialog_msg); |
2636 } | |
3141 | 2637 } break; |
2638 | |
4173 | 2639 case 0x08: { /* Someone has granted you authorization */ |
5556 | 2640 gchar *dialog_msg = g_strdup_printf(_("The user %u has granted your request to add them to your contact list."), args->uin); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
2641 gaim_notify_info(gc, NULL, "ICQ authorization accepted.", |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
2642 dialog_msg); |
3141 | 2643 g_free(dialog_msg); |
2644 } break; | |
2645 | |
4333 | 2646 case 0x09: { /* Message from the Godly ICQ server itself, I think */ |
2647 if (i >= 5) { | |
2648 gchar *dialog_msg = g_strdup_printf(_("You have received a special message\n\nFrom: %s [%s]\n%s"), msg2[0], msg2[3], msg2[5]); | |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
2649 gaim_notify_info(gc, NULL, "ICQ Server Message", dialog_msg); |
4333 | 2650 g_free(dialog_msg); |
2651 } | |
2652 } break; | |
2653 | |
4173 | 2654 case 0x0d: { /* Someone has sent you a pager message from http://www.icq.com/your_uin */ |
4076 | 2655 if (i >= 6) { |
4194 | 2656 gchar *dialog_msg = g_strdup_printf(_("You have received an ICQ page\n\nFrom: %s [%s]\n%s"), msg2[0], msg2[3], msg2[5]); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
2657 gaim_notify_info(gc, NULL, "ICQ Page", dialog_msg); |
4076 | 2658 g_free(dialog_msg); |
2659 } | |
4075 | 2660 } break; |
2661 | |
4173 | 2662 case 0x0e: { /* Someone has emailed you at your_uin@pager.icq.com */ |
4076 | 2663 if (i >= 6) { |
4308 | 2664 gchar *dialog_msg = g_strdup_printf(_("You have received an ICQ email from %s [%s]\n\nMessage is:\n%s"), msg2[0], msg2[3], msg2[5]); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
2665 gaim_notify_info(gc, NULL, "ICQ Email", dialog_msg); |
4076 | 2666 g_free(dialog_msg); |
2667 } | |
4075 | 2668 } break; |
2669 | |
4173 | 2670 case 0x12: { |
3141 | 2671 /* Ack for authorizing/denying someone. Or possibly an ack for sending any system notice */ |
4173 | 2672 /* Someone added you to their contact list? */ |
3141 | 2673 } break; |
2674 | |
4173 | 2675 case 0x13: { /* Someone has sent you some ICQ contacts */ |
3453 | 2676 int i, num; |
2677 gchar **text; | |
4173 | 2678 text = g_strsplit(args->msg, "\376", 0); |
3453 | 2679 if (text) { |
2680 num = 0; | |
2681 for (i=0; i<strlen(text[0]); i++) | |
2682 num = num*10 + text[0][i]-48; | |
2683 for (i=0; i<num; i++) { | |
4230 | 2684 struct name_data *data = g_new(struct name_data, 1); |
5556 | 2685 gchar *message = g_strdup_printf(_("ICQ user %u has sent you a contact: %s (%s)"), args->uin, text[i*2+2], text[i*2+1]); |
3453 | 2686 data->gc = gc; |
4790 | 2687 data->name = g_strdup(text[i*2+1]); |
2688 data->nick = g_strdup(text[i*2+2]); | |
5498
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2689 |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2690 gaim_request_action(gc, NULL, message, |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2691 _("Do you want to add this contact " |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2692 "to your Buddy List?"), |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2693 0, data, 2, |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2694 _("Add"), G_CALLBACK(gaim_icq_contactadd), |
5836 | 2695 _("Decline"), G_CALLBACK(oscar_free_name_data)); |
3453 | 2696 g_free(message); |
2697 } | |
2698 g_strfreev(text); | |
2699 } | |
2700 } break; | |
2701 | |
4173 | 2702 case 0x1a: { /* Someone has sent you a greeting card or requested contacts? */ |
3453 | 2703 /* This is boring and silly. */ |
2704 } break; | |
2705 | |
3141 | 2706 default: { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2707 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2708 "Received a channel 4 message of unknown type " |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2709 "(type 0x%02hhx).\n", args->type); |
3141 | 2710 } break; |
2711 } | |
2712 | |
4076 | 2713 g_strfreev(msg1); |
2714 g_strfreev(msg2); | |
2715 | |
3141 | 2716 return 1; |
2717 } | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2718 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2719 static int gaim_parse_incoming_im(aim_session_t *sess, aim_frame_t *fr, ...) { |
4200 | 2720 fu16_t channel; |
2721 int ret = 0; | |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
2722 aim_userinfo_t *userinfo; |
2086 | 2723 va_list ap; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2724 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2725 va_start(ap, fr); |
4200 | 2726 channel = (fu16_t)va_arg(ap, unsigned int); |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
2727 userinfo = va_arg(ap, aim_userinfo_t *); |
2086 | 2728 |
3141 | 2729 switch (channel) { |
2730 case 1: { /* standard message */ | |
2731 struct aim_incomingim_ch1_args *args; | |
2732 args = va_arg(ap, struct aim_incomingim_ch1_args *); | |
2733 ret = incomingim_chan1(sess, fr->conn, userinfo, args); | |
2734 } break; | |
2735 | |
2736 case 2: { /* rendevous */ | |
2737 struct aim_incomingim_ch2_args *args; | |
2738 args = va_arg(ap, struct aim_incomingim_ch2_args *); | |
2739 ret = incomingim_chan2(sess, fr->conn, userinfo, args); | |
2740 } break; | |
2741 | |
2742 case 4: { /* ICQ */ | |
2743 struct aim_incomingim_ch4_args *args; | |
2744 args = va_arg(ap, struct aim_incomingim_ch4_args *); | |
4075 | 2745 ret = incomingim_chan4(sess, fr->conn, userinfo, args, 0); |
3141 | 2746 } break; |
2747 | |
2748 default: { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2749 gaim_debug(GAIM_DEBUG_WARNING, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2750 "ICBM received on unsupported channel (channel " |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2751 "0x%04hx).", channel); |
3141 | 2752 } break; |
2086 | 2753 } |
2754 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2755 va_end(ap); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2756 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2757 return ret; |
2086 | 2758 } |
2759 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2760 static int gaim_parse_misses(aim_session_t *sess, aim_frame_t *fr, ...) { |
5420 | 2761 char *buf; |
2086 | 2762 va_list ap; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2763 fu16_t chan, nummissed, reason; |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
2764 aim_userinfo_t *userinfo; |
2086 | 2765 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2766 va_start(ap, fr); |
4200 | 2767 chan = (fu16_t)va_arg(ap, unsigned int); |
2768 userinfo = va_arg(ap, aim_userinfo_t *); | |
2769 nummissed = (fu16_t)va_arg(ap, unsigned int); | |
2770 reason = (fu16_t)va_arg(ap, unsigned int); | |
2086 | 2771 va_end(ap); |
2772 | |
2773 switch(reason) { | |
5420 | 2774 case 0: /* Invalid (0) */ |
2775 buf = g_strdup_printf( | |
2776 ngettext( | |
4276 | 2777 "You missed %hu message from %s because it was invalid.", |
2778 "You missed %hu messages from %s because they were invalid.", | |
2779 nummissed), | |
4282 | 2780 nummissed, |
2781 userinfo->sn); | |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
2782 break; |
5420 | 2783 case 1: /* Message too large */ |
2784 buf = g_strdup_printf( | |
2785 ngettext( | |
4276 | 2786 "You missed %hu message from %s because it was too large.", |
2787 "You missed %hu messages from %s because they were too large.", | |
2788 nummissed), | |
4282 | 2789 nummissed, |
2790 userinfo->sn); | |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
2791 break; |
5420 | 2792 case 2: /* Rate exceeded */ |
2793 buf = g_strdup_printf( | |
2794 ngettext( | |
4276 | 2795 "You missed %hu message from %s because the rate limit has been exceeded.", |
2796 "You missed %hu messages from %s because the rate limit has been exceeded.", | |
2797 nummissed), | |
4282 | 2798 nummissed, |
2799 userinfo->sn); | |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
2800 break; |
5420 | 2801 case 3: /* Evil Sender */ |
2802 buf = g_strdup_printf( | |
2803 ngettext( | |
4276 | 2804 "You missed %hu message from %s because he/she was too evil.", |
2805 "You missed %hu messages from %s because he/she was too evil.", | |
2806 nummissed), | |
4282 | 2807 nummissed, |
2808 userinfo->sn); | |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
2809 break; |
5420 | 2810 case 4: /* Evil Receiver */ |
2811 buf = g_strdup_printf( | |
2812 ngettext( | |
4276 | 2813 "You missed %hu message from %s because you are too evil.", |
2814 "You missed %hu messages from %s because you are too evil.", | |
2815 nummissed), | |
4282 | 2816 nummissed, |
2817 userinfo->sn); | |
2086 | 2818 break; |
2819 default: | |
5420 | 2820 buf = g_strdup_printf( |
2821 ngettext( | |
4276 | 2822 "You missed %hu message from %s for an unknown reason.", |
2823 "You missed %hu messages from %s for an unknown reason.", | |
2824 nummissed), | |
4282 | 2825 nummissed, |
2826 userinfo->sn); | |
2086 | 2827 break; |
2828 } | |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
2829 gaim_notify_error(sess->aux_data, NULL, buf, NULL); |
5420 | 2830 g_free(buf); |
2086 | 2831 |
2832 return 1; | |
2833 } | |
2834 | |
3212 | 2835 static char *gaim_icq_status(int state) { |
2836 /* Make a cute little string that shows the status of the dude or dudet */ | |
2837 if (state & AIM_ICQ_STATE_CHAT) | |
4342 | 2838 return g_strdup_printf(_("Free For Chat")); |
3212 | 2839 else if (state & AIM_ICQ_STATE_DND) |
4342 | 2840 return g_strdup_printf(_("Do Not Disturb")); |
3212 | 2841 else if (state & AIM_ICQ_STATE_OUT) |
4342 | 2842 return g_strdup_printf(_("Not Available")); |
3212 | 2843 else if (state & AIM_ICQ_STATE_BUSY) |
4342 | 2844 return g_strdup_printf(_("Occupied")); |
3212 | 2845 else if (state & AIM_ICQ_STATE_AWAY) |
4342 | 2846 return g_strdup_printf(_("Away")); |
3212 | 2847 else if (state & AIM_ICQ_STATE_WEBAWARE) |
4342 | 2848 return g_strdup_printf(_("Web Aware")); |
3212 | 2849 else if (state & AIM_ICQ_STATE_INVISIBLE) |
4342 | 2850 return g_strdup_printf(_("Invisible")); |
3212 | 2851 else |
4342 | 2852 return g_strdup_printf(_("Online")); |
3212 | 2853 } |
2854 | |
4194 | 2855 static int gaim_parse_clientauto_ch2(aim_session_t *sess, const char *who, fu16_t reason, const char *cookie) { |
5575 | 2856 GaimConnection *gc = sess->aux_data; |
4617 | 2857 struct oscar_data *od = gc->proto_data; |
2858 | |
2859 /* BBB */ | |
3630 | 2860 switch (reason) { |
4151 | 2861 case 3: { /* Decline sendfile. */ |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
2862 GaimXfer *xfer; |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2863 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2864 "AAA - Other user declined file transfer\n"); |
4617 | 2865 if ((xfer = oscar_find_xfer_by_cookie(od->file_transfers, cookie))) |
4675
3145c5c45877
[gaim-migrate @ 4986]
Christian Hammond <chipx86@chipx86.com>
parents:
4666
diff
changeset
|
2866 gaim_xfer_cancel_remote(xfer); |
4151 | 2867 } break; |
2868 | |
2869 default: { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2870 gaim_debug(GAIM_DEBUG_WARNING, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2871 "Received an unknown rendezvous client auto-response " |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2872 "from %s. Type 0x%04hx\n", who, reason); |
4151 | 2873 } |
3630 | 2874 |
2875 } | |
2876 | |
2877 return 0; | |
2878 } | |
2879 | |
4194 | 2880 static int gaim_parse_clientauto_ch4(aim_session_t *sess, char *who, fu16_t reason, fu32_t state, char *msg) { |
5575 | 2881 GaimConnection *gc = sess->aux_data; |
4151 | 2882 |
2883 switch(reason) { | |
2884 case 0x0003: { /* Reply from an ICQ status message request */ | |
2885 char *status_msg = gaim_icq_status(state); | |
2886 char *dialog_msg, **splitmsg; | |
2887 struct oscar_data *od = gc->proto_data; | |
2888 GSList *l = od->evilhack; | |
2889 gboolean evilhack = FALSE; | |
2890 | |
2891 /* Split at (carriage return/newline)'s, then rejoin later with BRs between. */ | |
2892 splitmsg = g_strsplit(msg, "\r\n", 0); | |
2893 | |
2894 /* If who is in od->evilhack, then we're just getting the away message, otherwise this | |
2895 * will just get appended to the info box (which is already showing). */ | |
2896 while (l) { | |
2897 char *x = l->data; | |
2898 if (!strcmp(x, normalize(who))) { | |
2899 evilhack = TRUE; | |
2900 g_free(x); | |
2901 od->evilhack = g_slist_remove(od->evilhack, x); | |
2902 break; | |
2903 } | |
2904 l = l->next; | |
2905 } | |
2906 | |
2907 if (evilhack) | |
4344 | 2908 dialog_msg = g_strdup_printf(_("<B>UIN:</B> %s<BR><B>Status:</B> %s<HR>%s"), who, status_msg, g_strjoinv("<BR>", splitmsg)); |
4151 | 2909 else |
4344 | 2910 dialog_msg = g_strdup_printf(_("<B>Status:</B> %s<HR>%s"), status_msg, g_strjoinv("<BR>", splitmsg)); |
4151 | 2911 g_show_info_text(gc, who, 2, dialog_msg, NULL); |
2912 | |
2913 g_free(status_msg); | |
2914 g_free(dialog_msg); | |
2915 g_strfreev(splitmsg); | |
2916 } break; | |
2917 | |
2918 default: { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2919 gaim_debug(GAIM_DEBUG_WARNING, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2920 "Received an unknown client auto-response from %s. " |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2921 "Type 0x%04hx\n", who, reason); |
4151 | 2922 } break; |
2923 } /* end of switch */ | |
2924 | |
2925 return 0; | |
2926 } | |
2927 | |
3212 | 2928 static int gaim_parse_clientauto(aim_session_t *sess, aim_frame_t *fr, ...) { |
2929 va_list ap; | |
2930 fu16_t chan, reason; | |
2931 char *who; | |
2932 | |
2933 va_start(ap, fr); | |
4200 | 2934 chan = (fu16_t)va_arg(ap, unsigned int); |
3212 | 2935 who = va_arg(ap, char *); |
4200 | 2936 reason = (fu16_t)va_arg(ap, unsigned int); |
3212 | 2937 |
3952 | 2938 if (chan == 0x0002) { /* File transfer declined */ |
3630 | 2939 char *cookie = va_arg(ap, char *); |
4151 | 2940 return gaim_parse_clientauto_ch2(sess, who, reason, cookie); |
3952 | 2941 } else if (chan == 0x0004) { /* ICQ message */ |
4200 | 2942 fu32_t state = 0; |
4151 | 2943 char *msg = NULL; |
2944 if (reason == 0x0003) { | |
4200 | 2945 state = va_arg(ap, fu32_t); |
4151 | 2946 msg = va_arg(ap, char *); |
2947 } | |
2948 return gaim_parse_clientauto_ch4(sess, who, reason, state, msg); | |
2949 } | |
3952 | 2950 |
3212 | 2951 va_end(ap); |
2952 | |
2953 return 1; | |
2954 } | |
2955 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2956 static int gaim_parse_genericerr(aim_session_t *sess, aim_frame_t *fr, ...) { |
2086 | 2957 va_list ap; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2958 fu16_t reason; |
2865
88dc3623a2ae
[gaim-migrate @ 2878]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2864
diff
changeset
|
2959 char *m; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2960 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2961 va_start(ap, fr); |
4199 | 2962 reason = (fu16_t) va_arg(ap, unsigned int); |
2086 | 2963 va_end(ap); |
2964 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2965 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2966 "snac threw error (reason 0x%04hx: %s)\n", reason, |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2967 (reason < msgerrreasonlen) ? msgerrreason[reason] : "unknown"); |
2086 | 2968 |
2865
88dc3623a2ae
[gaim-migrate @ 2878]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2864
diff
changeset
|
2969 m = g_strdup_printf(_("SNAC threw error: %s\n"), |
5411 | 2970 reason < msgerrreasonlen ? _(msgerrreason[reason]) : _("Unknown error")); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
2971 gaim_notify_error(sess->aux_data, NULL, m, NULL); |
2865
88dc3623a2ae
[gaim-migrate @ 2878]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2864
diff
changeset
|
2972 g_free(m); |
88dc3623a2ae
[gaim-migrate @ 2878]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2864
diff
changeset
|
2973 |
2086 | 2974 return 1; |
2975 } | |
2976 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2977 static int gaim_parse_msgerr(aim_session_t *sess, aim_frame_t *fr, ...) { |
4617 | 2978 #if 0 |
5575 | 2979 GaimConnection *gc = sess->aux_data; |
4617 | 2980 struct oscar_data *od = gc->proto_data; |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
2981 GaimXfer *xfer; |
4508
4c40fccbd7c9
[gaim-migrate @ 4784]
Christian Hammond <chipx86@chipx86.com>
parents:
4491
diff
changeset
|
2982 #endif |
4617 | 2983 va_list ap; |
2984 fu16_t reason; | |
2985 char *data, *buf; | |
4508
4c40fccbd7c9
[gaim-migrate @ 4784]
Christian Hammond <chipx86@chipx86.com>
parents:
4491
diff
changeset
|
2986 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2987 va_start(ap, fr); |
4617 | 2988 reason = (fu16_t)va_arg(ap, unsigned int); |
3752 | 2989 data = va_arg(ap, char *); |
2086 | 2990 va_end(ap); |
2991 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2992 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2993 "Message error with data %s and reason %hu\n", data, reason); |
4617 | 2994 |
2995 /* BBB */ | |
4508
4c40fccbd7c9
[gaim-migrate @ 4784]
Christian Hammond <chipx86@chipx86.com>
parents:
4491
diff
changeset
|
2996 #if 0 |
4617 | 2997 /* If this was a file transfer request, data is a cookie */ |
2998 if ((xfer = oscar_find_xfer_by_cookie(od->file_transfers, data))) { | |
4675
3145c5c45877
[gaim-migrate @ 4986]
Christian Hammond <chipx86@chipx86.com>
parents:
4666
diff
changeset
|
2999 gaim_xfer_cancel_remote(xfer); |
3630 | 3000 return 1; |
3001 } | |
4508
4c40fccbd7c9
[gaim-migrate @ 4784]
Christian Hammond <chipx86@chipx86.com>
parents:
4491
diff
changeset
|
3002 #endif |
3630 | 3003 |
4617 | 3004 /* Data is assumed to be the destination sn */ |
3005 buf = g_strdup_printf(_("Your message to %s did not get sent:"), data); | |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
3006 gaim_notify_error(sess->aux_data, NULL, buf, |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
3007 (reason < msgerrreasonlen) ? _(msgerrreason[reason]) : _("No reason given.")); |
4617 | 3008 g_free(buf); |
2086 | 3009 |
3010 return 1; | |
3011 } | |
3012 | |
3595 | 3013 static int gaim_parse_mtn(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 3014 GaimConnection *gc = sess->aux_data; |
3595 | 3015 va_list ap; |
3016 fu16_t type1, type2; | |
3017 char *sn; | |
3018 | |
3019 va_start(ap, fr); | |
4199 | 3020 type1 = (fu16_t) va_arg(ap, unsigned int); |
3595 | 3021 sn = va_arg(ap, char *); |
4199 | 3022 type2 = (fu16_t) va_arg(ap, unsigned int); |
3595 | 3023 va_end(ap); |
3024 | |
3025 switch (type2) { | |
3026 case 0x0000: { /* Text has been cleared */ | |
3027 serv_got_typing_stopped(gc, sn); | |
3028 } break; | |
3029 | |
3030 case 0x0001: { /* Paused typing */ | |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
3031 serv_got_typing(gc, sn, 0, GAIM_TYPED); |
3595 | 3032 } break; |
3033 | |
3034 case 0x0002: { /* Typing */ | |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
3035 serv_got_typing(gc, sn, 0, GAIM_TYPING); |
3595 | 3036 } break; |
3037 | |
3038 default: { | |
5435 | 3039 gaim_debug(GAIM_DEBUG_ERROR, "oscar", "Received unknown typing notification message from %s. Type1 is 0x%04x and type2 is 0x%04hx.\n", sn, type1, type2); |
3595 | 3040 } break; |
3041 } | |
3042 | |
3043 return 1; | |
3044 } | |
3045 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3046 static int gaim_parse_locerr(aim_session_t *sess, aim_frame_t *fr, ...) { |
5420 | 3047 char *buf; |
2086 | 3048 va_list ap; |
5420 | 3049 fu16_t reason; |
2086 | 3050 char *destn; |
3051 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3052 va_start(ap, fr); |
4199 | 3053 reason = (fu16_t) va_arg(ap, unsigned int); |
2086 | 3054 destn = va_arg(ap, char *); |
3055 va_end(ap); | |
3056 | |
5420 | 3057 buf = g_strdup_printf(_("User information for %s unavailable:"), destn); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
3058 gaim_notify_error(sess->aux_data, NULL, buf, |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
3059 (reason < msgerrreasonlen) ? _(msgerrreason[reason]) : _("No reason given.")); |
5420 | 3060 g_free(buf); |
2086 | 3061 |
3062 return 1; | |
3063 } | |
3064 | |
3065 static char *images(int flags) { | |
3066 static char buf[1024]; | |
3101 | 3067 g_snprintf(buf, sizeof(buf), "%s%s%s%s%s%s%s", |
2679 | 3068 (flags & AIM_FLAG_ACTIVEBUDDY) ? "<IMG SRC=\"ab_icon.gif\">" : "", |
2086 | 3069 (flags & AIM_FLAG_UNCONFIRMED) ? "<IMG SRC=\"dt_icon.gif\">" : "", |
3070 (flags & AIM_FLAG_AOL) ? "<IMG SRC=\"aol_icon.gif\">" : "", | |
3101 | 3071 (flags & AIM_FLAG_ICQ) ? "<IMG SRC=\"icq_icon.gif\">" : "", |
2086 | 3072 (flags & AIM_FLAG_ADMINISTRATOR) ? "<IMG SRC=\"admin_icon.gif\">" : "", |
3079 | 3073 (flags & AIM_FLAG_FREE) ? "<IMG SRC=\"free_icon.gif\">" : "", |
3074 (flags & AIM_FLAG_WIRELESS) ? "<IMG SRC=\"wireless_icon.gif\">" : ""); | |
2086 | 3075 return buf; |
3076 } | |
3077 | |
3101 | 3078 |
2920 | 3079 static char *caps_string(guint caps) |
3080 { | |
3081 static char buf[512], *tmp; | |
3082 int count = 0, i = 0; | |
3083 guint bit = 1; | |
4742 | 3084 |
3085 if (!caps) { | |
4744 | 3086 return NULL; |
6318 | 3087 } else while (bit <= AIM_CAPS_LAST) { |
2920 | 3088 if (bit & caps) { |
3089 switch (bit) { | |
6871 | 3090 case AIM_CAPS_BUDDYICON: |
2920 | 3091 tmp = _("Buddy Icon"); |
3092 break; | |
6871 | 3093 case AIM_CAPS_VOICE: |
2920 | 3094 tmp = _("Voice"); |
3095 break; | |
6871 | 3096 case AIM_CAPS_DIRECTIM: |
4898 | 3097 tmp = _("Direct IM"); |
2920 | 3098 break; |
6871 | 3099 case AIM_CAPS_CHAT: |
2920 | 3100 tmp = _("Chat"); |
3101 break; | |
6871 | 3102 case AIM_CAPS_GETFILE: |
2920 | 3103 tmp = _("Get File"); |
3104 break; | |
6871 | 3105 case AIM_CAPS_SENDFILE: |
2920 | 3106 tmp = _("Send File"); |
3107 break; | |
6871 | 3108 case AIM_CAPS_GAMES: |
3109 case AIM_CAPS_GAMES2: | |
2920 | 3110 tmp = _("Games"); |
3111 break; | |
6871 | 3112 case AIM_CAPS_SAVESTOCKS: |
4898 | 3113 tmp = _("Add-Ins"); |
2920 | 3114 break; |
6871 | 3115 case AIM_CAPS_SENDBUDDYLIST: |
2920 | 3116 tmp = _("Send Buddy List"); |
3117 break; | |
6871 | 3118 case AIM_CAPS_ICQ: |
2920 | 3119 tmp = _("EveryBuddy Bug"); |
3120 break; | |
6871 | 3121 case AIM_CAPS_APINFO: |
2920 | 3122 tmp = _("AP User"); |
3123 break; | |
6871 | 3124 case AIM_CAPS_ICQRTF: |
2920 | 3125 tmp = _("ICQ RTF"); |
3126 break; | |
6871 | 3127 case AIM_CAPS_EMPTY: |
2920 | 3128 tmp = _("Nihilist"); |
3129 break; | |
6871 | 3130 case AIM_CAPS_ICQSERVERRELAY: |
2920 | 3131 tmp = _("ICQ Server Relay"); |
3132 break; | |
6871 | 3133 case AIM_CAPS_ICQUTF8OLD: |
3134 tmp = _("Old ICQ UTF8"); | |
2920 | 3135 break; |
6871 | 3136 case AIM_CAPS_TRILLIANCRYPT: |
2920 | 3137 tmp = _("Trillian Encryption"); |
3138 break; | |
6871 | 3139 case AIM_CAPS_ICQUTF8: |
4742 | 3140 tmp = _("ICQ UTF8"); |
3141 break; | |
6318 | 3142 case AIM_CAPS_HIPTOP: |
3143 tmp = _("Hiptop"); | |
3144 break; | |
6871 | 3145 case AIM_CAPS_SECUREIM: |
3146 tmp = _("Secure IM"); | |
3147 break; | |
2920 | 3148 default: |
3149 tmp = NULL; | |
3150 break; | |
3151 } | |
3152 if (tmp) | |
3153 i += g_snprintf(buf + i, sizeof(buf) - i, "%s%s", (count ? ", " : ""), | |
3154 tmp); | |
3155 count++; | |
3156 } | |
3157 bit <<= 1; | |
3158 } | |
4744 | 3159 return buf; |
2920 | 3160 } |
3161 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3162 static int gaim_parse_user_info(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 3163 GaimConnection *gc = sess->aux_data; |
4791 | 3164 struct oscar_data *od = gc->proto_data; |
5420 | 3165 gchar *header; |
4791 | 3166 GSList *l = od->evilhack; |
3167 gboolean evilhack = FALSE; | |
3168 gchar *membersince = NULL, *onlinesince = NULL, *idle = NULL; | |
3169 va_list ap; | |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
3170 aim_userinfo_t *info; |
4791 | 3171 fu16_t infotype; |
4151 | 3172 char *text_enc = NULL, *text = NULL, *utf8 = NULL; |
3173 int text_len; | |
5575 | 3174 const char *username = gaim_account_get_username(gaim_connection_get_account(gc)); |
2086 | 3175 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3176 va_start(ap, fr); |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
3177 info = va_arg(ap, aim_userinfo_t *); |
4199 | 3178 infotype = (fu16_t) va_arg(ap, unsigned int); |
4151 | 3179 text_enc = va_arg(ap, char *); |
3180 text = va_arg(ap, char *); | |
3181 text_len = va_arg(ap, int); | |
2086 | 3182 va_end(ap); |
3183 | |
4151 | 3184 if (text_len > 0) { |
5129 | 3185 if (!(utf8 = oscar_encoding_to_utf8(text_enc, text, text_len))) { |
4791 | 3186 utf8 = g_strdup(_("<i>Unable to display information because it was sent in an unknown encoding.</i>")); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3187 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3188 "Encountered an unknown encoding while parsing userinfo\n"); |
4151 | 3189 } |
3190 } | |
3191 | |
2993 | 3192 if (info->present & AIM_USERINFO_PRESENT_ONLINESINCE) { |
4834 | 3193 onlinesince = g_strdup_printf(_("Online Since : <b>%s</b><br>\n"), |
5556 | 3194 asctime(localtime((time_t *)&info->onlinesince))); |
2993 | 3195 } |
3196 | |
3197 if (info->present & AIM_USERINFO_PRESENT_MEMBERSINCE) { | |
4834 | 3198 membersince = g_strdup_printf(_("Member Since : <b>%s</b><br>\n"), |
5556 | 3199 asctime(localtime((time_t *)&info->membersince))); |
2993 | 3200 } |
3201 | |
3202 if (info->present & AIM_USERINFO_PRESENT_IDLE) { | |
4426 | 3203 gchar *itime = sec_to_text(info->idletime*60); |
4834 | 3204 idle = g_strdup_printf(_("Idle : <b>%s</b>"), itime); |
4426 | 3205 g_free(itime); |
2993 | 3206 } else |
4834 | 3207 idle = g_strdup(_("Idle: <b>Active</b>")); |
2993 | 3208 |
5420 | 3209 header = g_strdup_printf(_("Username : <b>%s</b> %s <br>\n" |
4791 | 3210 "Warning Level : <b>%d %%</b><br>\n" |
2086 | 3211 "%s" |
2993 | 3212 "%s" |
4344 | 3213 "%s\n" |
4791 | 3214 "<hr>\n"), |
2086 | 3215 info->sn, images(info->flags), |
5630 | 3216 (int)((info->warnlevel/10.0) + 0.5), |
2993 | 3217 onlinesince ? onlinesince : "", |
3218 membersince ? membersince : "", | |
3219 idle ? idle : ""); | |
3220 | |
3221 g_free(onlinesince); | |
3222 g_free(membersince); | |
3223 g_free(idle); | |
2773
a0fd8f91e294
[gaim-migrate @ 2786]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2768
diff
changeset
|
3224 |
2791
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3225 while (l) { |
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3226 char *x = l->data; |
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3227 if (!strcmp(x, normalize(info->sn))) { |
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3228 evilhack = TRUE; |
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3229 g_free(x); |
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3230 od->evilhack = g_slist_remove(od->evilhack, x); |
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3231 break; |
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3232 } |
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3233 l = l->next; |
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3234 } |
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3235 |
2920 | 3236 if (infotype == AIM_GETINFO_AWAYMESSAGE) { |
2791
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3237 if (evilhack) { |
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3238 g_show_info_text(gc, info->sn, 2, |
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3239 header, |
5575 | 3240 (utf8 && *utf8) ? away_subs(utf8, username) : |
4207 | 3241 _("<i>User has no away message</i>"), NULL); |
2791
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3242 } else { |
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3243 g_show_info_text(gc, info->sn, 0, |
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3244 header, |
5575 | 3245 (utf8 && *utf8) ? away_subs(utf8, username) : NULL, |
4791 | 3246 (utf8 && *utf8) ? "<hr>" : NULL, |
2791
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3247 NULL); |
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3248 } |
2920 | 3249 } else if (infotype == AIM_GETINFO_CAPABILITIES) { |
3250 g_show_info_text(gc, info->sn, 2, | |
3251 header, | |
3252 "<i>", _("Client Capabilities: "), | |
3253 caps_string(info->capabilities), | |
3254 "</i>", | |
3255 NULL); | |
2791
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3256 } else { |
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3257 g_show_info_text(gc, info->sn, 1, |
5575 | 3258 (utf8 && *utf8) ? away_subs(utf8, username) : _("<i>No Information Provided</i>"), |
2791
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3259 NULL); |
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3260 } |
2086 | 3261 |
5420 | 3262 g_free(header); |
4151 | 3263 g_free(utf8); |
3264 | |
2086 | 3265 return 1; |
3266 } | |
3267 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3268 static int gaim_parse_motd(aim_session_t *sess, aim_frame_t *fr, ...) { |
2086 | 3269 char *msg; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3270 fu16_t id; |
2086 | 3271 va_list ap; |
3272 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3273 va_start(ap, fr); |
4199 | 3274 id = (fu16_t) va_arg(ap, unsigned int); |
2086 | 3275 msg = va_arg(ap, char *); |
3276 va_end(ap); | |
3277 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3278 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3279 "MOTD: %s (%hu)\n", msg ? msg : "Unknown", id); |
2092
59b0377d18aa
[gaim-migrate @ 2102]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2090
diff
changeset
|
3280 if (id < 4) |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
3281 gaim_notify_warning(sess->aux_data, NULL, |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
3282 _("Your AIM connection may be lost."), NULL); |
2086 | 3283 |
3284 return 1; | |
3285 } | |
3286 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3287 static int gaim_chatnav_info(aim_session_t *sess, aim_frame_t *fr, ...) { |
2086 | 3288 va_list ap; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3289 fu16_t type; |
5575 | 3290 GaimConnection *gc = sess->aux_data; |
4617 | 3291 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
2086 | 3292 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3293 va_start(ap, fr); |
4199 | 3294 type = (fu16_t) va_arg(ap, unsigned int); |
2086 | 3295 |
3296 switch(type) { | |
3297 case 0x0002: { | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3298 fu8_t maxrooms; |
2086 | 3299 struct aim_chat_exchangeinfo *exchanges; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3300 int exchangecount, i; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3301 |
4199 | 3302 maxrooms = (fu8_t) va_arg(ap, unsigned int); |
2086 | 3303 exchangecount = va_arg(ap, int); |
3304 exchanges = va_arg(ap, struct aim_chat_exchangeinfo *); | |
3305 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3306 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3307 "chat info: Chat Rights:\n"); |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3308 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3309 "chat info: \tMax Concurrent Rooms: %hhd\n", maxrooms); |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3310 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3311 "chat info: \tExchange List: (%d total)\n", exchangecount); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3312 for (i = 0; i < exchangecount; i++) |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3313 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3314 "chat info: \t\t%hu %s\n", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3315 exchanges[i].number, exchanges[i].name ? exchanges[i].name : ""); |
4617 | 3316 while (od->create_rooms) { |
3317 struct create_room *cr = od->create_rooms->data; | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3318 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3319 "creating room %s\n", cr->name); |
2822
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
3320 aim_chatnav_createroom(sess, fr->conn, cr->name, cr->exchange); |
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
3321 g_free(cr->name); |
4617 | 3322 od->create_rooms = g_slist_remove(od->create_rooms, cr); |
2822
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
3323 g_free(cr); |
2086 | 3324 } |
3325 } | |
3326 break; | |
3327 case 0x0008: { | |
3328 char *fqcn, *name, *ck; | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3329 fu16_t instance, flags, maxmsglen, maxoccupancy, unknown, exchange; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3330 fu8_t createperms; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3331 fu32_t createtime; |
2086 | 3332 |
3333 fqcn = va_arg(ap, char *); | |
4200 | 3334 instance = (fu16_t)va_arg(ap, unsigned int); |
3335 exchange = (fu16_t)va_arg(ap, unsigned int); | |
3336 flags = (fu16_t)va_arg(ap, unsigned int); | |
3337 createtime = va_arg(ap, fu32_t); | |
3338 maxmsglen = (fu16_t)va_arg(ap, unsigned int); | |
3339 maxoccupancy = (fu16_t)va_arg(ap, unsigned int); | |
3340 createperms = (fu8_t)va_arg(ap, unsigned int); | |
3341 unknown = (fu16_t)va_arg(ap, unsigned int); | |
3342 name = va_arg(ap, char *); | |
3343 ck = va_arg(ap, char *); | |
4194 | 3344 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3345 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
5556 | 3346 "created room: %s %hu %hu %hu %u %hu %hu %hhu %hu %s %s\n", |
2086 | 3347 fqcn, |
3348 exchange, instance, flags, | |
3349 createtime, | |
3350 maxmsglen, maxoccupancy, createperms, unknown, | |
3351 name, ck); | |
4617 | 3352 aim_chat_join(od->sess, od->conn, exchange, ck, instance); |
2086 | 3353 } |
3354 break; | |
3355 default: | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3356 gaim_debug(GAIM_DEBUG_WARNING, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3357 "chatnav info: unknown type (%04hx)\n", type); |
2086 | 3358 break; |
3359 } | |
4194 | 3360 |
3361 va_end(ap); | |
3362 | |
2086 | 3363 return 1; |
3364 } | |
3365 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3366 static int gaim_chat_join(aim_session_t *sess, aim_frame_t *fr, ...) { |
2086 | 3367 va_list ap; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3368 int count, i; |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
3369 aim_userinfo_t *info; |
5575 | 3370 GaimConnection *g = sess->aux_data; |
2086 | 3371 |
3372 struct chat_connection *c = NULL; | |
3373 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3374 va_start(ap, fr); |
2086 | 3375 count = va_arg(ap, int); |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
3376 info = va_arg(ap, aim_userinfo_t *); |
2086 | 3377 va_end(ap); |
3378 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3379 c = find_oscar_chat_by_conn(g, fr->conn); |
2086 | 3380 if (!c) |
3381 return 1; | |
3382 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3383 for (i = 0; i < count; i++) |
4359
5fb47ec9bfe4
[gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents:
4358
diff
changeset
|
3384 gaim_chat_add_user(GAIM_CHAT(c->cnv), info[i].sn, NULL); |
2086 | 3385 |
3386 return 1; | |
3387 } | |
3388 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3389 static int gaim_chat_leave(aim_session_t *sess, aim_frame_t *fr, ...) { |
2086 | 3390 va_list ap; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3391 int count, i; |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
3392 aim_userinfo_t *info; |
5575 | 3393 GaimConnection *g = sess->aux_data; |
2086 | 3394 |
3395 struct chat_connection *c = NULL; | |
3396 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3397 va_start(ap, fr); |
2086 | 3398 count = va_arg(ap, int); |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
3399 info = va_arg(ap, aim_userinfo_t *); |
2086 | 3400 va_end(ap); |
3401 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3402 c = find_oscar_chat_by_conn(g, fr->conn); |
2086 | 3403 if (!c) |
3404 return 1; | |
3405 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3406 for (i = 0; i < count; i++) |
4359
5fb47ec9bfe4
[gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents:
4358
diff
changeset
|
3407 gaim_chat_remove_user(GAIM_CHAT(c->cnv), info[i].sn, NULL); |
2086 | 3408 |
3409 return 1; | |
3410 } | |
3411 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3412 static int gaim_chat_info_update(aim_session_t *sess, aim_frame_t *fr, ...) { |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3413 va_list ap; |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
3414 aim_userinfo_t *userinfo; |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3415 struct aim_chat_roominfo *roominfo; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3416 char *roomname; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3417 int usercount; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3418 char *roomdesc; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3419 fu16_t unknown_c9, unknown_d2, unknown_d5, maxmsglen, maxvisiblemsglen; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3420 fu32_t creationtime; |
5575 | 3421 GaimConnection *gc = sess->aux_data; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3422 struct chat_connection *ccon = find_oscar_chat_by_conn(gc, fr->conn); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3423 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3424 va_start(ap, fr); |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3425 roominfo = va_arg(ap, struct aim_chat_roominfo *); |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3426 roomname = va_arg(ap, char *); |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3427 usercount= va_arg(ap, int); |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
3428 userinfo = va_arg(ap, aim_userinfo_t *); |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3429 roomdesc = va_arg(ap, char *); |
4200 | 3430 unknown_c9 = (fu16_t)va_arg(ap, unsigned int); |
3431 creationtime = va_arg(ap, fu32_t); | |
3432 maxmsglen = (fu16_t)va_arg(ap, unsigned int); | |
3433 unknown_d2 = (fu16_t)va_arg(ap, unsigned int); | |
3434 unknown_d5 = (fu16_t)va_arg(ap, unsigned int); | |
3435 maxvisiblemsglen = (fu16_t)va_arg(ap, unsigned int); | |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3436 va_end(ap); |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3437 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3438 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3439 "inside chat_info_update (maxmsglen = %hu, maxvislen = %hu)\n", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3440 maxmsglen, maxvisiblemsglen); |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3441 |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3442 ccon->maxlen = maxmsglen; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3443 ccon->maxvis = maxvisiblemsglen; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3444 |
2086 | 3445 return 1; |
3446 } | |
3447 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3448 static int gaim_chat_incoming_msg(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 3449 GaimConnection *gc = sess->aux_data; |
2086 | 3450 va_list ap; |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
3451 aim_userinfo_t *info; |
2086 | 3452 char *msg; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3453 struct chat_connection *ccon = find_oscar_chat_by_conn(gc, fr->conn); |
2086 | 3454 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3455 va_start(ap, fr); |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
3456 info = va_arg(ap, aim_userinfo_t *); |
4194 | 3457 msg = va_arg(ap, char *); |
3458 va_end(ap); | |
2086 | 3459 |
4269 | 3460 serv_got_chat_in(gc, ccon->id, info->sn, 0, msg, time((time_t)NULL)); |
2086 | 3461 |
3462 return 1; | |
3463 } | |
3464 | |
3694 | 3465 static int gaim_email_parseupdate(aim_session_t *sess, aim_frame_t *fr, ...) { |
3466 va_list ap; | |
5575 | 3467 GaimConnection *gc = sess->aux_data; |
3694 | 3468 struct aim_emailinfo *emailinfo; |
3725 | 3469 int havenewmail; |
3694 | 3470 |
3471 va_start(ap, fr); | |
3472 emailinfo = va_arg(ap, struct aim_emailinfo *); | |
3725 | 3473 havenewmail = va_arg(ap, int); |
3694 | 3474 va_end(ap); |
3475 | |
5628 | 3476 if (emailinfo && gaim_account_get_check_mail(gc->account)) { |
5575 | 3477 gchar *to = g_strdup_printf("%s@%s", gaim_account_get_username(gaim_connection_get_account(gc)), emailinfo->domain); |
5542 | 3478 if (emailinfo->unread && havenewmail) |
3479 gaim_notify_emails(gc, emailinfo->nummsgs, FALSE, NULL, NULL, (const char **)&to, (const char **)&emailinfo->url, NULL, NULL); | |
5537 | 3480 g_free(to); |
3694 | 3481 } |
3482 | |
3483 return 1; | |
3484 } | |
3485 | |
4804 | 3486 static int gaim_icon_error(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 3487 GaimConnection *gc = sess->aux_data; |
4804 | 3488 struct oscar_data *od = gc->proto_data; |
3489 char *sn; | |
3490 | |
3491 sn = od->requesticon->data; | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3492 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3493 "removing %s from hash table\n", sn); |
4804 | 3494 od->requesticon = g_slist_remove(od->requesticon, sn); |
3495 free(sn); | |
3496 | |
3497 if (od->icontimer) | |
3498 g_source_remove(od->icontimer); | |
3499 od->icontimer = g_timeout_add(500, gaim_icon_timerfunc, gc); | |
3500 | |
3501 return 1; | |
3502 } | |
3503 | |
3504 static int gaim_icon_parseicon(aim_session_t *sess, aim_frame_t *fr, ...) { | |
5575 | 3505 GaimConnection *gc = sess->aux_data; |
4804 | 3506 struct oscar_data *od = gc->proto_data; |
3507 GSList *cur; | |
3508 va_list ap; | |
3509 char *sn; | |
4853 | 3510 fu8_t *iconcsum, *icon; |
3511 fu16_t iconcsumlen, iconlen; | |
4804 | 3512 |
3513 va_start(ap, fr); | |
3514 sn = va_arg(ap, char *); | |
4853 | 3515 iconcsum = va_arg(ap, fu8_t *); |
3516 iconcsumlen = va_arg(ap, int); | |
4804 | 3517 icon = va_arg(ap, fu8_t *); |
3518 iconlen = va_arg(ap, int); | |
3519 va_end(ap); | |
3520 | |
4853 | 3521 if (iconlen > 0) { |
3522 char *b16; | |
6695 | 3523 GaimBuddy *b = gaim_find_buddy(gc->account, sn); |
6846
8ab95f4c9800
[gaim-migrate @ 7391]
Christian Hammond <chipx86@chipx86.com>
parents:
6787
diff
changeset
|
3524 gaim_buddy_icons_set_for_user(gaim_connection_get_account(gc), |
8ab95f4c9800
[gaim-migrate @ 7391]
Christian Hammond <chipx86@chipx86.com>
parents:
6787
diff
changeset
|
3525 sn, icon, iconlen); |
4853 | 3526 b16 = tobase16(iconcsum, iconcsumlen); |
5129 | 3527 if (b16) { |
3528 gaim_buddy_set_setting(b, "icon_checksum", b16); | |
3529 gaim_blist_save(); | |
5125 | 3530 free(b16); |
5129 | 3531 } |
4853 | 3532 } |
4804 | 3533 |
3534 cur = od->requesticon; | |
3535 while (cur) { | |
3536 char *cursn = cur->data; | |
3537 if (!aim_sncmp(cursn, sn)) { | |
3538 od->requesticon = g_slist_remove(od->requesticon, cursn); | |
3539 free(cursn); | |
3540 cur = od->requesticon; | |
3541 } else | |
3542 cur = cur->next; | |
3543 } | |
3544 | |
3545 if (od->icontimer) | |
3546 g_source_remove(od->icontimer); | |
3547 od->icontimer = g_timeout_add(250, gaim_icon_timerfunc, gc); | |
3548 | |
3549 return 1; | |
3550 } | |
3551 | |
3552 static gboolean gaim_icon_timerfunc(gpointer data) { | |
5575 | 3553 GaimConnection *gc = data; |
4804 | 3554 struct oscar_data *od = gc->proto_data; |
3555 struct buddyinfo *bi; | |
3556 aim_conn_t *conn; | |
3557 | |
3558 conn = aim_getconn_type(od->sess, AIM_CONN_TYPE_ICON); | |
5892 | 3559 if (!conn) { |
3560 if (!od->iconconnecting) { | |
3561 aim_reqservice(od->sess, od->conn, AIM_CONN_TYPE_ICON); | |
3562 od->iconconnecting = TRUE; | |
3563 } | |
4804 | 3564 return FALSE; |
3565 } | |
3566 | |
5842 | 3567 if (od->set_icon) { |
6039 | 3568 struct stat st; |
3569 const char *iconfile = gaim_account_get_buddy_icon(gaim_connection_get_account(gc)); | |
3570 if (iconfile == NULL) { | |
3571 /* Set an empty icon, or something */ | |
3572 } else if (!stat(iconfile, &st)) { | |
3573 char *buf = g_malloc(st.st_size); | |
3574 FILE *file = fopen(iconfile, "rb"); | |
3575 if (file) { | |
3576 fread(buf, 1, st.st_size, file); | |
3577 fclose(file); | |
3578 gaim_debug(GAIM_DEBUG_INFO, "oscar", | |
3579 "Uploading icon to icon server\n"); | |
3580 aim_icon_upload(od->sess, buf, st.st_size); | |
5842 | 3581 } else |
3582 gaim_debug(GAIM_DEBUG_ERROR, "oscar", | |
6039 | 3583 "Can't open buddy icon file!\n"); |
3584 g_free(buf); | |
3585 } else { | |
3586 gaim_debug(GAIM_DEBUG_ERROR, "oscar", | |
3587 "Can't stat buddy icon file!\n"); | |
5842 | 3588 } |
3589 od->set_icon = FALSE; | |
3590 } | |
3591 | |
3592 if (!od->requesticon) { | |
3593 gaim_debug(GAIM_DEBUG_MISC, "oscar", | |
3594 "no more icons to request\n"); | |
3595 return FALSE; | |
3596 } | |
3597 | |
4804 | 3598 bi = g_hash_table_lookup(od->buddyinfo, (char *)od->requesticon->data); |
4853 | 3599 if (bi && (bi->iconcsumlen > 0)) { |
4889 | 3600 aim_icon_request(od->sess, od->requesticon->data, bi->iconcsum, bi->iconcsumlen); |
4804 | 3601 return FALSE; |
3602 } else { | |
3603 char *sn = od->requesticon->data; | |
3604 od->requesticon = g_slist_remove(od->requesticon, sn); | |
3605 free(sn); | |
3606 } | |
3607 | |
3608 return TRUE; | |
3609 } | |
3610 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3611 /* |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3612 * Recieved in response to an IM sent with the AIM_IMFLAGS_ACK option. |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3613 */ |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3614 static int gaim_parse_msgack(aim_session_t *sess, aim_frame_t *fr, ...) { |
2086 | 3615 va_list ap; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3616 fu16_t type; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3617 char *sn; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3618 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3619 va_start(ap, fr); |
4199 | 3620 type = (fu16_t) va_arg(ap, unsigned int); |
2086 | 3621 sn = va_arg(ap, char *); |
3622 va_end(ap); | |
3623 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3624 gaim_debug(GAIM_DEBUG_INFO, "oscar", "Sent message to %s.\n", sn); |
2086 | 3625 |
3626 return 1; | |
3627 } | |
3628 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3629 static int gaim_parse_ratechange(aim_session_t *sess, aim_frame_t *fr, ...) { |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3630 static const char *codes[5] = { |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3631 "invalid", |
4194 | 3632 "change", |
3633 "warning", | |
3634 "limit", | |
3635 "limit cleared", | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3636 }; |
2086 | 3637 va_list ap; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3638 fu16_t code, rateclass; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3639 fu32_t windowsize, clear, alert, limit, disconnect, currentavg, maxavg; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3640 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3641 va_start(ap, fr); |
4200 | 3642 code = (fu16_t)va_arg(ap, unsigned int); |
3643 rateclass= (fu16_t)va_arg(ap, unsigned int); | |
3644 windowsize = va_arg(ap, fu32_t); | |
3645 clear = va_arg(ap, fu32_t); | |
3646 alert = va_arg(ap, fu32_t); | |
3647 limit = va_arg(ap, fu32_t); | |
3648 disconnect = va_arg(ap, fu32_t); | |
3649 currentavg = va_arg(ap, fu32_t); | |
3650 maxavg = va_arg(ap, fu32_t); | |
2086 | 3651 va_end(ap); |
3652 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3653 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
5556 | 3654 "rate %s (param ID 0x%04hx): curavg = %u, maxavg = %u, alert at %u, " |
3655 "clear warning at %u, limit at %u, disconnect at %u (window size = %u)\n", | |
2086 | 3656 (code < 5) ? codes[code] : codes[0], |
3657 rateclass, | |
3658 currentavg, maxavg, | |
3659 alert, clear, | |
3660 limit, disconnect, | |
3661 windowsize); | |
3662 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3663 /* XXX fix these values */ |
2086 | 3664 if (code == AIM_RATE_CODE_CHANGE) { |
3665 if (currentavg >= clear) | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3666 aim_conn_setlatency(fr->conn, 0); |
2086 | 3667 } else if (code == AIM_RATE_CODE_WARNING) { |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3668 aim_conn_setlatency(fr->conn, windowsize/4); |
2909
48ec70928d7f
[gaim-migrate @ 2922]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2906
diff
changeset
|
3669 } else if (code == AIM_RATE_CODE_LIMIT) { |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
3670 gaim_notify_error(sess->aux_data, NULL, _("Rate limiting error."), |
6040 | 3671 _("The last action you attempted could not be " |
3672 "performed because you are over the rate limit. " | |
3673 "Please wait 10 seconds and try again.")); | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3674 aim_conn_setlatency(fr->conn, windowsize/2); |
2086 | 3675 } else if (code == AIM_RATE_CODE_CLEARLIMIT) { |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3676 aim_conn_setlatency(fr->conn, 0); |
2086 | 3677 } |
3678 | |
3679 return 1; | |
3680 } | |
3681 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3682 static int gaim_parse_evilnotify(aim_session_t *sess, aim_frame_t *fr, ...) { |
2086 | 3683 va_list ap; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3684 fu16_t newevil; |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
3685 aim_userinfo_t *userinfo; |
5575 | 3686 GaimConnection *gc = sess->aux_data; |
2086 | 3687 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3688 va_start(ap, fr); |
4199 | 3689 newevil = (fu16_t) va_arg(ap, unsigned int); |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
3690 userinfo = va_arg(ap, aim_userinfo_t *); |
2086 | 3691 va_end(ap); |
3692 | |
5628 | 3693 serv_got_eviled(gc, (userinfo && userinfo->sn[0]) ? userinfo->sn : NULL, (newevil/10.0) + 0.5); |
2086 | 3694 |
3695 return 1; | |
3696 } | |
3697 | |
2507
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
3698 static int gaim_selfinfo(aim_session_t *sess, aim_frame_t *fr, ...) { |
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
3699 va_list ap; |
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
3700 aim_userinfo_t *info; |
5575 | 3701 GaimConnection *gc = sess->aux_data; |
2507
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
3702 |
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
3703 va_start(ap, fr); |
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
3704 info = va_arg(ap, aim_userinfo_t *); |
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
3705 va_end(ap); |
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
3706 |
5628 | 3707 gc->evil = (info->warnlevel/10.0) + 0.5; |
4841 | 3708 |
3709 if (info->onlinesince) | |
3710 gc->login_time_official = info->onlinesince; | |
2507
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
3711 |
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
3712 return 1; |
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
3713 } |
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
3714 |
4649 | 3715 static int gaim_connerr(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 3716 GaimConnection *gc = sess->aux_data; |
4666 | 3717 struct oscar_data *od = gc->proto_data; |
4649 | 3718 va_list ap; |
3719 fu16_t code; | |
3720 char *msg; | |
3721 | |
3722 va_start(ap, fr); | |
3723 code = (fu16_t)va_arg(ap, int); | |
3724 msg = va_arg(ap, char *); | |
3725 va_end(ap); | |
3726 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3727 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3728 "Disconnected. Code is 0x%04x and msg is %s\n", code, msg); |
4649 | 3729 if ((fr) && (fr->conn) && (fr->conn->type == AIM_CONN_TYPE_BOS)) { |
4651 | 3730 if (code == 0x0001) { |
6113 | 3731 gc->wants_to_die = TRUE; |
5579 | 3732 gaim_connection_error(gc, _("You have been disconnected because you have signed on with this screen name at another location.")); |
4651 | 3733 } else { |
5579 | 3734 gaim_connection_error(gc, _("You have been signed off for an unknown reason.")); |
4651 | 3735 } |
4666 | 3736 od->killme = TRUE; |
4649 | 3737 } |
3738 | |
3739 return 1; | |
3740 } | |
3741 | |
2675 | 3742 static int conninitdone_bos(aim_session_t *sess, aim_frame_t *fr, ...) { |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3743 |
2703
441b84ab7f4e
[gaim-migrate @ 2716]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2698
diff
changeset
|
3744 aim_reqpersonalinfo(sess, fr->conn); |
4230 | 3745 |
3746 #ifndef NOSSI | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3747 gaim_debug(GAIM_DEBUG_INFO, "oscar", "ssi: requesting ssi list\n"); |
4889 | 3748 aim_ssi_reqrights(sess); |
6350 | 3749 aim_ssi_reqdata(sess); |
4230 | 3750 #endif |
3751 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3752 aim_bos_reqlocaterights(sess, fr->conn); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3753 aim_bos_reqbuddyrights(sess, fr->conn); |
4617 | 3754 aim_im_reqparams(sess); |
5948 | 3755 aim_bos_reqrights(sess, fr->conn); /* XXX - Don't call this with ssi? */ |
4230 | 3756 |
3757 #ifdef NOSSI | |
3758 aim_bos_setgroupperm(sess, fr->conn, AIM_FLAG_ALLUSERS); | |
3759 aim_bos_setprivacyflags(sess, fr->conn, AIM_PRIVFLAGS_ALLOWIDLE | AIM_PRIVFLAGS_ALLOWMEMBERSINCE); | |
3760 #endif | |
2086 | 3761 |
3762 return 1; | |
3763 } | |
3764 | |
2675 | 3765 static int conninitdone_admin(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 3766 GaimConnection *gc = sess->aux_data; |
2647 | 3767 struct oscar_data *od = gc->proto_data; |
3768 | |
2672 | 3769 aim_clientready(sess, fr->conn); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3770 gaim_debug(GAIM_DEBUG_INFO, "oscar", "connected to admin\n"); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3771 |
2647 | 3772 if (od->chpass) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3773 gaim_debug(GAIM_DEBUG_INFO, "oscar", "changing password\n"); |
2703
441b84ab7f4e
[gaim-migrate @ 2716]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2698
diff
changeset
|
3774 aim_admin_changepasswd(sess, fr->conn, od->newp, od->oldp); |
2647 | 3775 g_free(od->oldp); |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
3776 od->oldp = NULL; |
2647 | 3777 g_free(od->newp); |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
3778 od->newp = NULL; |
2647 | 3779 od->chpass = FALSE; |
3780 } | |
2979 | 3781 if (od->setnick) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3782 gaim_debug(GAIM_DEBUG_INFO, "oscar", "formatting screenname\n"); |
2979 | 3783 aim_admin_setnick(sess, fr->conn, od->newsn); |
3784 g_free(od->newsn); | |
3785 od->newsn = NULL; | |
3786 od->setnick = FALSE; | |
3787 } | |
2647 | 3788 if (od->conf) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3789 gaim_debug(GAIM_DEBUG_INFO, "oscar", "confirming account\n"); |
2703
441b84ab7f4e
[gaim-migrate @ 2716]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2698
diff
changeset
|
3790 aim_admin_reqconfirm(sess, fr->conn); |
2647 | 3791 od->conf = FALSE; |
3792 } | |
3793 if (od->reqemail) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3794 gaim_debug(GAIM_DEBUG_INFO, "oscar", "requesting email\n"); |
2703
441b84ab7f4e
[gaim-migrate @ 2716]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2698
diff
changeset
|
3795 aim_admin_getinfo(sess, fr->conn, 0x0011); |
2647 | 3796 od->reqemail = FALSE; |
3797 } | |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
3798 if (od->setemail) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3799 gaim_debug(GAIM_DEBUG_INFO, "oscar", "setting email\n"); |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
3800 aim_admin_setemail(sess, fr->conn, od->email); |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
3801 g_free(od->email); |
5497 | 3802 od->email = NULL; |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
3803 od->setemail = FALSE; |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
3804 } |
2647 | 3805 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3806 return 1; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3807 } |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3808 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3809 static int gaim_icbm_param_info(aim_session_t *sess, aim_frame_t *fr, ...) { |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3810 struct aim_icbmparameters *params; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3811 va_list ap; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3812 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3813 va_start(ap, fr); |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3814 params = va_arg(ap, struct aim_icbmparameters *); |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3815 va_end(ap); |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3816 |
4194 | 3817 /* XXX - evidently this crashes on solaris. i have no clue why |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3818 gaim_debug(GAIM_DEBUG_MISC, "oscar", "ICBM Parameters: maxchannel = %hu, default flags = 0x%08lx, max msg len = %hu, " |
5556 | 3819 "max sender evil = %f, max receiver evil = %f, min msg interval = %u\n", |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3820 params->maxchan, params->flags, params->maxmsglen, |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3821 ((float)params->maxsenderwarn)/10.0, ((float)params->maxrecverwarn)/10.0, |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3822 params->minmsginterval); |
2427
5bc3b39fc0a5
[gaim-migrate @ 2440]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2421
diff
changeset
|
3823 */ |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3824 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3825 /* Maybe senderwarn and recverwarn should be user preferences... */ |
3595 | 3826 params->flags = 0x0000000b; |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3827 params->maxmsglen = 8000; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3828 params->minmsginterval = 0; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3829 |
4617 | 3830 aim_im_setparams(sess, params); |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3831 |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3832 return 1; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3833 } |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3834 |
2993 | 3835 static int gaim_parse_locaterights(aim_session_t *sess, aim_frame_t *fr, ...) |
3836 { | |
5575 | 3837 GaimConnection *gc = sess->aux_data; |
4617 | 3838 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
5306 | 3839 va_list ap; |
3840 fu16_t maxsiglen; | |
2993 | 3841 |
3842 va_start(ap, fr); | |
4199 | 3843 maxsiglen = (fu16_t) va_arg(ap, int); |
2993 | 3844 va_end(ap); |
3845 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3846 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3847 "locate rights: max sig len = %d\n", maxsiglen); |
2993 | 3848 |
4617 | 3849 od->rights.maxsiglen = od->rights.maxawaymsglen = (guint)maxsiglen; |
3850 | |
3851 if (od->icq) | |
4151 | 3852 aim_bos_setprofile(sess, fr->conn, NULL, NULL, 0, NULL, NULL, 0, caps_icq); |
5301 | 3853 else |
5954 | 3854 oscar_set_info(gc, gc->account->user_info); |
2993 | 3855 |
3856 return 1; | |
3857 } | |
3858 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3859 static int gaim_parse_buddyrights(aim_session_t *sess, aim_frame_t *fr, ...) { |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3860 va_list ap; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3861 fu16_t maxbuddies, maxwatchers; |
5575 | 3862 GaimConnection *gc = sess->aux_data; |
4617 | 3863 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3864 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3865 va_start(ap, fr); |
4199 | 3866 maxbuddies = (fu16_t) va_arg(ap, unsigned int); |
3867 maxwatchers = (fu16_t) va_arg(ap, unsigned int); | |
2086 | 3868 va_end(ap); |
3869 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3870 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3871 "buddy list rights: Max buddies = %hu / Max watchers = %hu\n", maxbuddies, maxwatchers); |
2086 | 3872 |
4617 | 3873 od->rights.maxbuddies = (guint)maxbuddies; |
3874 od->rights.maxwatchers = (guint)maxwatchers; | |
2993 | 3875 |
2086 | 3876 return 1; |
3877 } | |
3878 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3879 static int gaim_bosrights(aim_session_t *sess, aim_frame_t *fr, ...) { |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3880 fu16_t maxpermits, maxdenies; |
2086 | 3881 va_list ap; |
5575 | 3882 GaimConnection *gc = sess->aux_data; |
4617 | 3883 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
2086 | 3884 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3885 va_start(ap, fr); |
4199 | 3886 maxpermits = (fu16_t) va_arg(ap, unsigned int); |
3887 maxdenies = (fu16_t) va_arg(ap, unsigned int); | |
2086 | 3888 va_end(ap); |
3889 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3890 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3891 "BOS rights: Max permit = %hu / Max deny = %hu\n", maxpermits, maxdenies); |
2086 | 3892 |
4617 | 3893 od->rights.maxpermits = (guint)maxpermits; |
3894 od->rights.maxdenies = (guint)maxdenies; | |
2993 | 3895 |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
3896 gaim_connection_set_state(gc, GAIM_CONNECTED); |
2993 | 3897 serv_finish_login(gc); |
3898 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3899 gaim_debug(GAIM_DEBUG_INFO, "oscar", "buddy list loaded\n"); |
2993 | 3900 |
2672 | 3901 aim_clientready(sess, fr->conn); |
5948 | 3902 aim_srv_setavailmsg(sess, NULL); |
5917 | 3903 aim_bos_setidle(sess, fr->conn, 0); |
4617 | 3904 |
4664 | 3905 if (od->icq) { |
3906 aim_icq_reqofflinemsgs(sess); | |
3907 aim_icq_hideip(sess); | |
3908 } | |
2706
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3909 |
2703
441b84ab7f4e
[gaim-migrate @ 2716]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2698
diff
changeset
|
3910 aim_reqservice(sess, fr->conn, AIM_CONN_TYPE_CHATNAV); |
4102 | 3911 if (sess->authinfo->email) |
3912 aim_reqservice(sess, fr->conn, AIM_CONN_TYPE_EMAIL); | |
2086 | 3913 |
3914 return 1; | |
3915 } | |
3916 | |
2706
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3917 static int gaim_offlinemsg(aim_session_t *sess, aim_frame_t *fr, ...) { |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3918 va_list ap; |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3919 struct aim_icq_offlinemsg *msg; |
4075 | 3920 struct aim_incomingim_ch4_args args; |
3921 time_t t; | |
2706
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3922 |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3923 va_start(ap, fr); |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3924 msg = va_arg(ap, struct aim_icq_offlinemsg *); |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3925 va_end(ap); |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3926 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3927 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3928 "Received offline message. Converting to channel 4 ICBM...\n"); |
4075 | 3929 args.uin = msg->sender; |
3930 args.type = msg->type; | |
4173 | 3931 args.flags = msg->flags; |
4076 | 3932 args.msglen = msg->msglen; |
4075 | 3933 args.msg = msg->msg; |
3934 t = get_time(msg->year, msg->month, msg->day, msg->hour, msg->minute, 0); | |
3935 incomingim_chan4(sess, fr->conn, NULL, &args, t); | |
2706
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3936 |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3937 return 1; |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3938 } |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3939 |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3940 static int gaim_offlinemsgdone(aim_session_t *sess, aim_frame_t *fr, ...) |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3941 { |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3942 aim_icq_ackofflinemsgs(sess); |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3943 return 1; |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3944 } |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3945 |
4624 | 3946 static int gaim_icqinfo(aim_session_t *sess, aim_frame_t *fr, ...) |
2742
6f527cbd899d
[gaim-migrate @ 2755]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2734
diff
changeset
|
3947 { |
5575 | 3948 GaimConnection *gc = sess->aux_data; |
4819 | 3949 gchar *buf, *tmp, *utf8; |
4624 | 3950 gchar who[16]; |
2742
6f527cbd899d
[gaim-migrate @ 2755]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2734
diff
changeset
|
3951 va_list ap; |
4151 | 3952 struct aim_icq_info *info; |
2742
6f527cbd899d
[gaim-migrate @ 2755]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2734
diff
changeset
|
3953 |
6f527cbd899d
[gaim-migrate @ 2755]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2734
diff
changeset
|
3954 va_start(ap, fr); |
4151 | 3955 info = va_arg(ap, struct aim_icq_info *); |
2742
6f527cbd899d
[gaim-migrate @ 2755]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2734
diff
changeset
|
3956 va_end(ap); |
6f527cbd899d
[gaim-migrate @ 2755]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2734
diff
changeset
|
3957 |
4664 | 3958 if (!info->uin) |
3959 return 0; | |
3960 | |
5556 | 3961 g_snprintf(who, sizeof(who), "%u", info->uin); |
6623 | 3962 buf = g_strdup_printf("<b>%s:</b> %s", _("UIN"), who); |
4819 | 3963 if (info->nick && info->nick[0] && (utf8 = gaim_try_conv_to_utf8(info->nick))) { |
6623 | 3964 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("Nick"), ":</b> ", utf8, NULL); g_free(tmp); g_free(utf8); |
4819 | 3965 } |
3966 if (info->first && info->first[0] && (utf8 = gaim_try_conv_to_utf8(info->first))) { | |
6623 | 3967 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("First Name"), ":</b> ", utf8, NULL); g_free(tmp); g_free(utf8); |
4819 | 3968 } |
3969 if (info->last && info->last[0] && (utf8 = gaim_try_conv_to_utf8(info->last))) { | |
6623 | 3970 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("Last Name"), ":</b> ", utf8, NULL); g_free(tmp); g_free(utf8); |
4819 | 3971 } |
3972 if (info->email && info->email[0] && (utf8 = gaim_try_conv_to_utf8(info->email))) { | |
6623 | 3973 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("Email Address"), ":</b> <a href=\"mailto:", utf8, "\">", utf8, "</a>", NULL); g_free(tmp); g_free(utf8); |
4625 | 3974 } |
3975 if (info->numaddresses && info->email2) { | |
3976 int i; | |
3977 for (i = 0; i < info->numaddresses; i++) { | |
4819 | 3978 if (info->email2[i] && info->email2[i][0] && (utf8 = gaim_try_conv_to_utf8(info->email2[i]))) { |
6623 | 3979 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("Email Address"), ":</b> <a href=\"mailto:", utf8, "\">", utf8, "</a>", NULL); g_free(tmp); g_free(utf8); |
4643 | 3980 } |
4625 | 3981 } |
4624 | 3982 } |
4819 | 3983 if (info->mobile && info->mobile[0] && (utf8 = gaim_try_conv_to_utf8(info->mobile))) { |
6623 | 3984 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("Mobile Phone"), ":</b> ", utf8, NULL); g_free(tmp); g_free(utf8); |
4625 | 3985 } |
3986 if (info->gender) { | |
6623 | 3987 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("Gender"), ":</b> ", info->gender==1 ? _("Female") : _("Male"), NULL); g_free(tmp); |
4151 | 3988 } |
4624 | 3989 if (info->birthyear || info->birthmonth || info->birthday) { |
4627 | 3990 char date[30]; |
3991 struct tm tm; | |
3992 tm.tm_mday = (int)info->birthday; | |
3993 tm.tm_mon = (int)info->birthmonth-1; | |
3994 tm.tm_year = (int)info->birthyear-1900; | |
4628 | 3995 strftime(date, sizeof(date), "%x", &tm); |
6623 | 3996 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("Birthday"), ":</b> ", date, NULL); g_free(tmp); |
4151 | 3997 } |
4624 | 3998 if (info->age) { |
3999 char age[5]; | |
4000 snprintf(age, sizeof(age), "%hhd", info->age); | |
6623 | 4001 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("Age"), ":</b> ", age, NULL); g_free(tmp); |
4819 | 4002 } |
4003 if (info->personalwebpage && info->personalwebpage[0] && (utf8 = gaim_try_conv_to_utf8(info->personalwebpage))) { | |
6623 | 4004 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("Personal Web Page"), ":</b> <a href=\"", utf8, "\">", utf8, "</a>", NULL); g_free(tmp); g_free(utf8); |
4819 | 4005 } |
4006 if (info->info && info->info[0] && (utf8 = gaim_try_conv_to_utf8(info->info))) { | |
6623 | 4007 tmp = buf; buf = g_strconcat(tmp, "<hr><b>", _("Additional Information"), ":</b><br>", utf8, NULL); g_free(tmp); g_free(utf8); |
4624 | 4008 } |
4009 tmp = buf; buf = g_strconcat(tmp, "<hr>\n", NULL); g_free(tmp); | |
4641 | 4010 if ((info->homeaddr && (info->homeaddr[0])) || (info->homecity && info->homecity[0]) || (info->homestate && info->homestate[0]) || (info->homezip && info->homezip[0])) { |
6623 | 4011 tmp = buf; buf = g_strconcat(tmp, "<b>", _("Home Address"), ":</b>", NULL); g_free(tmp); |
4819 | 4012 if (info->homeaddr && info->homeaddr[0] && (utf8 = gaim_try_conv_to_utf8(info->homeaddr))) { |
6623 | 4013 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("Address"), ":</b> ", utf8, NULL); g_free(tmp); g_free(utf8); |
4624 | 4014 } |
4819 | 4015 if (info->homecity && info->homecity[0] && (utf8 = gaim_try_conv_to_utf8(info->homecity))) { |
6623 | 4016 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("City"), ":</b> ", utf8, NULL); g_free(tmp); g_free(utf8); |
4624 | 4017 } |
4819 | 4018 if (info->homestate && info->homestate[0] && (utf8 = gaim_try_conv_to_utf8(info->homestate))) { |
6623 | 4019 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("State"), ":</b> ", utf8, NULL); g_free(tmp); g_free(utf8); |
4624 | 4020 } |
4819 | 4021 if (info->homezip && info->homezip[0] && (utf8 = gaim_try_conv_to_utf8(info->homezip))) { |
6623 | 4022 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("Zip Code"), ":</b> ", utf8, NULL); g_free(tmp); g_free(utf8); |
4624 | 4023 } |
4024 tmp = buf; buf = g_strconcat(tmp, "\n<hr>\n", NULL); g_free(tmp); | |
4151 | 4025 } |
4641 | 4026 if ((info->workaddr && info->workaddr[0]) || (info->workcity && info->workcity[0]) || (info->workstate && info->workstate[0]) || (info->workzip && info->workzip[0])) { |
6623 | 4027 tmp = buf; buf = g_strconcat(tmp, "<b>", _("Work Address"), ":</b>", NULL); g_free(tmp); |
4819 | 4028 if (info->workaddr && info->workaddr[0] && (utf8 = gaim_try_conv_to_utf8(info->workaddr))) { |
6623 | 4029 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("Address"), ":</b> ", utf8, NULL); g_free(tmp); g_free(utf8); |
4624 | 4030 } |
4819 | 4031 if (info->workcity && info->workcity[0] && (utf8 = gaim_try_conv_to_utf8(info->workcity))) { |
6623 | 4032 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("City"), ":</b> ", utf8, NULL); g_free(tmp); g_free(utf8); |
4624 | 4033 } |
4819 | 4034 if (info->workstate && info->workstate[0] && (utf8 = gaim_try_conv_to_utf8(info->workstate))) { |
6623 | 4035 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("State"), ":</b> ", utf8, NULL); g_free(tmp); g_free(utf8); |
4624 | 4036 } |
4819 | 4037 if (info->workzip && info->workzip[0] && (utf8 = gaim_try_conv_to_utf8(info->workzip))) { |
6623 | 4038 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("Zip Code"), ":</b> ", utf8, NULL); g_free(tmp); g_free(utf8); |
4624 | 4039 } |
4040 tmp = buf; buf = g_strconcat(tmp, "\n<hr>\n", NULL); g_free(tmp); | |
4041 } | |
4641 | 4042 if ((info->workcompany && info->workcompany[0]) || (info->workdivision && info->workdivision[0]) || (info->workposition && info->workposition[0]) || (info->workwebpage && info->workwebpage[0])) { |
6623 | 4043 tmp = buf; buf = g_strconcat(tmp, "<b>", _("Work Information"), ":</b>", NULL); g_free(tmp); |
4819 | 4044 if (info->workcompany && info->workcompany[0] && (utf8 = gaim_try_conv_to_utf8(info->workcompany))) { |
6623 | 4045 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("Company"), ":</b> ", utf8, NULL); g_free(tmp); g_free(utf8); |
4624 | 4046 } |
4819 | 4047 if (info->workdivision && info->workdivision[0] && (utf8 = gaim_try_conv_to_utf8(info->workdivision))) { |
6623 | 4048 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("Division"), ":</b> ", utf8, NULL); g_free(tmp); g_free(utf8); |
4624 | 4049 } |
4819 | 4050 if (info->workposition && info->workposition[0] && (utf8 = gaim_try_conv_to_utf8(info->workposition))) { |
6623 | 4051 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("Position"), ":</b> ", utf8, NULL); g_free(tmp); g_free(utf8); |
4624 | 4052 } |
4819 | 4053 if (info->workwebpage && info->workwebpage[0] && (utf8 = gaim_try_conv_to_utf8(info->workwebpage))) { |
6623 | 4054 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("Web Page"), ":</b> <a href=\"", utf8, "\">", utf8, "</a>", NULL); g_free(tmp); g_free(utf8); |
4624 | 4055 } |
4056 tmp = buf; buf = g_strconcat(tmp, "\n<hr>\n", NULL); g_free(tmp); | |
4151 | 4057 } |
4058 | |
4059 g_show_info_text(gc, who, 2, buf, NULL); | |
4060 g_free(buf); | |
4061 | |
2742
6f527cbd899d
[gaim-migrate @ 2755]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2734
diff
changeset
|
4062 return 1; |
6f527cbd899d
[gaim-migrate @ 2755]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2734
diff
changeset
|
4063 } |
6f527cbd899d
[gaim-migrate @ 2755]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2734
diff
changeset
|
4064 |
4759 | 4065 static int gaim_icqalias(aim_session_t *sess, aim_frame_t *fr, ...) |
4066 { | |
5575 | 4067 GaimConnection *gc = sess->aux_data; |
4820 | 4068 gchar who[16], *utf8; |
6695 | 4069 GaimBuddy *b; |
4759 | 4070 va_list ap; |
4071 struct aim_icq_info *info; | |
4072 | |
4073 va_start(ap, fr); | |
4074 info = va_arg(ap, struct aim_icq_info *); | |
4075 va_end(ap); | |
4076 | |
4822 | 4077 if (info->uin && info->nick && info->nick[0] && (utf8 = gaim_try_conv_to_utf8(info->nick))) { |
5556 | 4078 g_snprintf(who, sizeof(who), "%u", info->uin); |
4820 | 4079 serv_got_alias(gc, who, utf8); |
4759 | 4080 if ((b = gaim_find_buddy(gc->account, who))) { |
4820 | 4081 gaim_buddy_set_setting(b, "servernick", utf8); |
4759 | 4082 gaim_blist_save(); |
4083 } | |
4820 | 4084 g_free(utf8); |
4759 | 4085 } |
4086 | |
4087 return 1; | |
4088 } | |
4089 | |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4090 static int gaim_popup(aim_session_t *sess, aim_frame_t *fr, ...) |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4091 { |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4092 char *msg, *url; |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4093 fu16_t wid, hei, delay; |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4094 va_list ap; |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4095 |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4096 va_start(ap, fr); |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4097 msg = va_arg(ap, char *); |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4098 url = va_arg(ap, char *); |
4199 | 4099 wid = (fu16_t) va_arg(ap, int); |
4100 hei = (fu16_t) va_arg(ap, int); | |
4101 delay = (fu16_t) va_arg(ap, int); | |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4102 va_end(ap); |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4103 |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4104 serv_got_popup(msg, url, wid, hei); |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4105 |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4106 return 1; |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4107 } |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4108 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4109 static int gaim_parse_searchreply(aim_session_t *sess, aim_frame_t *fr, ...) { |
5420 | 4110 GString *buf; |
2086 | 4111 va_list ap; |
4112 char *address, *SNs; | |
4113 int i, num; | |
4114 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4115 va_start(ap, fr); |
2086 | 4116 address = va_arg(ap, char *); |
4117 num = va_arg(ap, int); | |
4118 SNs = va_arg(ap, char *); | |
4119 va_end(ap); | |
4120 | |
5420 | 4121 buf = g_string_new(""); |
4122 g_string_printf(buf, _("<B>%s has the following screen names:</B><BR>"), address); | |
2086 | 4123 for (i = 0; i < num; i++) |
5420 | 4124 g_string_append_printf(buf, "%s<br>", &SNs[i * (MAXSNLEN + 1)]); |
4125 g_show_info_text(NULL, NULL, 2, buf->str, NULL); | |
4126 g_string_free(buf, TRUE); | |
2086 | 4127 |
4128 return 1; | |
4129 } | |
4130 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4131 static int gaim_parse_searcherror(aim_session_t *sess, aim_frame_t *fr, ...) { |
2086 | 4132 va_list ap; |
4133 char *address; | |
5420 | 4134 char *buf; |
2086 | 4135 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4136 va_start(ap, fr); |
2086 | 4137 address = va_arg(ap, char *); |
4138 va_end(ap); | |
4139 | |
5420 | 4140 buf = g_strdup_printf(_("No results found for email address %s"), address); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4141 gaim_notify_error(sess->aux_data, NULL, buf, NULL); |
5420 | 4142 g_free(buf); |
2086 | 4143 |
4144 return 1; | |
4145 } | |
4146 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4147 static int gaim_account_confirm(aim_session_t *sess, aim_frame_t *fr, ...) { |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4148 fu16_t status; |
2086 | 4149 va_list ap; |
4150 char msg[256]; | |
5575 | 4151 GaimConnection *gc = sess->aux_data; |
2086 | 4152 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4153 va_start(ap, fr); |
4199 | 4154 status = (fu16_t) va_arg(ap, unsigned int); /* status code of confirmation request */ |
2086 | 4155 va_end(ap); |
4156 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4157 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4158 "account confirmation returned status 0x%04x (%s)\n", status, |
3912 | 4159 status ? "unknown" : "email sent"); |
4160 if (!status) { | |
5302 | 4161 g_snprintf(msg, sizeof(msg), _("You should receive an email asking to confirm %s."), |
5575 | 4162 gaim_account_get_username(gaim_connection_get_account(gc))); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4163 gaim_notify_info(gc, NULL, _("Account Confirmation Requested"), msg); |
2086 | 4164 } |
4165 | |
4166 return 1; | |
4167 } | |
4168 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4169 static int gaim_info_change(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 4170 GaimConnection *gc = sess->aux_data; |
2086 | 4171 va_list ap; |
3912 | 4172 fu16_t perms, err; |
4173 char *url, *sn, *email; | |
4174 int change; | |
2086 | 4175 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4176 va_start(ap, fr); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4177 change = va_arg(ap, int); |
4199 | 4178 perms = (fu16_t) va_arg(ap, unsigned int); |
4179 err = (fu16_t) va_arg(ap, unsigned int); | |
3912 | 4180 url = va_arg(ap, char *); |
4181 sn = va_arg(ap, char *); | |
4182 email = va_arg(ap, char *); | |
2086 | 4183 va_end(ap); |
4184 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4185 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4186 "account info: because of %s, perms=0x%04x, err=0x%04x, url=%s, sn=%s, email=%s\n", |
3912 | 4187 change ? "change" : "request", perms, err, url, sn, email); |
4188 | |
4189 if (err && url) { | |
4190 char *dialog_msg; | |
4191 char *dialog_top = g_strdup_printf(_("Error Changing Account Info")); | |
4192 switch (err) { | |
4193 case 0x0001: { | |
4194 dialog_msg = g_strdup_printf(_("Error 0x%04x: Unable to format screen name because the requested screen name differs from the original."), err); | |
4195 } break; | |
4196 case 0x0006: { | |
4197 dialog_msg = g_strdup_printf(_("Error 0x%04x: Unable to format screen name because the requested screen name ends in a space."), err); | |
4198 } break; | |
4199 case 0x000b: { | |
4200 dialog_msg = g_strdup_printf(_("Error 0x%04x: Unable to format screen name because the requested screen name is too long."), err); | |
4201 } break; | |
4202 case 0x001d: { | |
4203 dialog_msg = g_strdup_printf(_("Error 0x%04x: Unable to change email address because there is already a request pending for this screen name."), err); | |
4204 } break; | |
4205 case 0x0021: { | |
4206 dialog_msg = g_strdup_printf(_("Error 0x%04x: Unable to change email address because the given address has too many screen names associated with it."), err); | |
4207 } break; | |
4208 case 0x0023: { | |
4209 dialog_msg = g_strdup_printf(_("Error 0x%04x: Unable to change email address because the given address is invalid."), err); | |
4210 } break; | |
4211 default: { | |
4212 dialog_msg = g_strdup_printf(_("Error 0x%04x: Unknown error."), err); | |
4213 } break; | |
4214 } | |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4215 gaim_notify_error(gc, NULL, dialog_top, dialog_msg); |
3912 | 4216 g_free(dialog_top); |
4217 g_free(dialog_msg); | |
4218 return 1; | |
4219 } | |
4220 | |
4221 if (sn) { | |
4585 | 4222 char *dialog_msg = g_strdup_printf(_("Your screen name is currently formatted as follows:\n%s"), sn); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4223 gaim_notify_info(gc, NULL, _("Account Info"), dialog_msg); |
3912 | 4224 g_free(dialog_msg); |
4225 } | |
4226 | |
4227 if (email) { | |
5575 | 4228 char *dialog_msg = g_strdup_printf(_("The email address for %s is %s"), |
4229 gaim_account_get_username(gaim_connection_get_account(gc)), email); | |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4230 gaim_notify_info(gc, NULL, _("Account Info"), dialog_msg); |
3912 | 4231 g_free(dialog_msg); |
2086 | 4232 } |
4233 | |
4234 return 1; | |
4235 } | |
4236 | |
5575 | 4237 static void oscar_keepalive(GaimConnection *gc) { |
4617 | 4238 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
4239 aim_flap_nop(od->sess, od->conn); | |
2086 | 4240 } |
4241 | |
6059 | 4242 static int oscar_send_typing(GaimConnection *gc, const char *name, int typing) { |
4617 | 4243 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
4244 struct direct_im *dim = find_direct_im(od, name); | |
3595 | 4245 if (dim) |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
4246 if (typing == GAIM_TYPING) |
4870 | 4247 aim_odc_send_typing(od->sess, dim->conn, 0x0002); |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
4248 else if (typing == GAIM_TYPED) |
4870 | 4249 aim_odc_send_typing(od->sess, dim->conn, 0x0001); |
4250 else | |
4251 aim_odc_send_typing(od->sess, dim->conn, 0x0000); | |
3595 | 4252 else { |
5300 | 4253 /* Don't send if this turkey is in our deny list */ |
4254 GSList *list; | |
4255 for (list=gc->account->deny; (list && aim_sncmp(name, list->data)); list=list->next); | |
4256 if (!list) { | |
4257 struct buddyinfo *bi = g_hash_table_lookup(od->buddyinfo, normalize(name)); | |
4258 if (bi && bi->typingnot) { | |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
4259 if (typing == GAIM_TYPING) |
5300 | 4260 aim_im_sendmtn(od->sess, 0x0001, name, 0x0002); |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
4261 else if (typing == GAIM_TYPED) |
5300 | 4262 aim_im_sendmtn(od->sess, 0x0001, name, 0x0001); |
4263 else | |
4264 aim_im_sendmtn(od->sess, 0x0001, name, 0x0000); | |
4265 } | |
3595 | 4266 } |
4267 } | |
2993 | 4268 return 0; |
4269 } | |
5575 | 4270 static void oscar_ask_direct_im(GaimConnection *gc, const char *name); |
4271 | |
6622 | 4272 static int oscar_send_im(GaimConnection *gc, const char *name, const char *message, int len, GaimImFlags imflags) { |
4617 | 4273 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
4274 struct direct_im *dim = find_direct_im(od, name); | |
2303
f5bf315e6104
[gaim-migrate @ 2313]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2297
diff
changeset
|
4275 int ret = 0; |
3659 | 4276 GError *err = NULL; |
5575 | 4277 const char *iconfile = gaim_account_get_buddy_icon(gaim_connection_get_account(gc)); |
6371
8f94cce8faa5
[gaim-migrate @ 6876]
Christian Hammond <chipx86@chipx86.com>
parents:
6350
diff
changeset
|
4278 char *tmpmsg = NULL; |
3458 | 4279 |
4838 | 4280 if (dim && dim->connected) { |
4281 /* If we're directly connected, send a direct IM */ | |
4282 /* XXX - The last parameter below is the encoding. Let Paco-Paco do something with it. */ | |
6622 | 4283 if (imflags & GAIM_IM_AUTO_RESP) |
4870 | 4284 ret = aim_odc_send_im(od->sess, dim->conn, message, len == -1 ? strlen(message) : len, 0, 1); |
4285 else | |
4286 ret = aim_odc_send_im(od->sess, dim->conn, message, len == -1 ? strlen(message) : len, 0, 0); | |
3044 | 4287 } else if (len != -1) { |
4288 /* Trying to send an IM image outside of a direct connection. */ | |
4289 oscar_ask_direct_im(gc, name); | |
4838 | 4290 ret = -ENOTCONN; |
2086 | 4291 } else { |
4738 | 4292 struct buddyinfo *bi; |
3008 | 4293 struct aim_sendimext_args args; |
4294 struct stat st; | |
6478
338147ea6896
[gaim-migrate @ 6991]
Christian Hammond <chipx86@chipx86.com>
parents:
6465
diff
changeset
|
4295 gsize len; |
4269 | 4296 |
4738 | 4297 bi = g_hash_table_lookup(od->buddyinfo, normalize(name)); |
4298 if (!bi) { | |
4299 bi = g_new0(struct buddyinfo, 1); | |
4300 g_hash_table_insert(od->buddyinfo, g_strdup(normalize(name)), bi); | |
4301 } | |
4302 | |
3008 | 4303 args.flags = AIM_IMFLAGS_ACK | AIM_IMFLAGS_CUSTOMFEATURES; |
4665 | 4304 if (od->icq) { |
4305 args.features = features_icq; | |
4306 args.featureslen = sizeof(features_icq); | |
3008 | 4307 args.flags |= AIM_IMFLAGS_OFFLINE; |
4665 | 4308 } else { |
4309 args.features = features_aim; | |
4310 args.featureslen = sizeof(features_aim); | |
4972 | 4311 |
6622 | 4312 if (imflags & GAIM_IM_AUTO_RESP) |
4972 | 4313 args.flags |= AIM_IMFLAGS_AWAY; |
4665 | 4314 } |
4269 | 4315 |
4738 | 4316 if (bi->ico_need) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4317 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4318 "Sending buddy icon request with message\n"); |
3008 | 4319 args.flags |= AIM_IMFLAGS_BUDDYREQ; |
4738 | 4320 bi->ico_need = FALSE; |
3008 | 4321 } |
4269 | 4322 |
5575 | 4323 if (iconfile && !stat(iconfile, &st)) { |
4324 FILE *file = fopen(iconfile, "r"); | |
3008 | 4325 if (file) { |
4326 char *buf = g_malloc(st.st_size); | |
4327 fread(buf, 1, st.st_size, file); | |
6039 | 4328 fclose(file); |
4269 | 4329 |
3008 | 4330 args.iconlen = st.st_size; |
4617 | 4331 args.iconsum = aimutil_iconsum(buf, st.st_size); |
3008 | 4332 args.iconstamp = st.st_mtime; |
4333 | |
4738 | 4334 if ((args.iconlen != bi->ico_me_len) || (args.iconsum != bi->ico_me_csum) || (args.iconstamp != bi->ico_me_time)) |
4335 bi->ico_informed = FALSE; | |
4336 | |
4337 if (!bi->ico_informed) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4338 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4339 "Claiming to have a buddy icon\n"); |
4738 | 4340 args.flags |= AIM_IMFLAGS_HASICON; |
4341 bi->ico_me_len = args.iconlen; | |
4342 bi->ico_me_csum = args.iconsum; | |
4343 bi->ico_me_time = args.iconstamp; | |
4344 bi->ico_informed = TRUE; | |
4345 } | |
4346 | |
3008 | 4347 g_free(buf); |
2086 | 4348 } |
4349 } | |
4269 | 4350 |
3008 | 4351 args.destsn = name; |
4269 | 4352 |
6310 | 4353 /* For ICQ send newlines as CR/LF, for AIM send newlines as <BR> */ |
4354 if (isdigit(name[0])) | |
4355 tmpmsg = add_cr(message); | |
4356 else | |
4357 tmpmsg = strdup_withhtml(message); | |
4358 len = strlen(tmpmsg); | |
4359 | |
4360 args.flags |= oscar_encoding_check(tmpmsg); | |
3642 | 4361 if (args.flags & AIM_IMFLAGS_UNICODE) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4362 gaim_debug(GAIM_DEBUG_INFO, "oscar", "Sending Unicode IM\n"); |
4662 | 4363 args.charset = 0x0002; |
4665 | 4364 args.charsubset = 0x0000; |
6310 | 4365 args.msg = g_convert(tmpmsg, len, "UCS-2BE", "UTF-8", NULL, &len, &err); |
3659 | 4366 if (err) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4367 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4368 "Error converting a unicode message: %s\n", err->message); |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4369 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4370 "This really shouldn't happen!\n"); |
3659 | 4371 /* We really shouldn't try to send the |
4372 * IM now, but I'm not sure what to do */ | |
4800 | 4373 g_error_free(err); |
3659 | 4374 } |
3850 | 4375 } else if (args.flags & AIM_IMFLAGS_ISO_8859_1) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4376 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4377 "Sending ISO-8859-1 IM\n"); |
4662 | 4378 args.charset = 0x0003; |
4665 | 4379 args.charsubset = 0x0000; |
6310 | 4380 args.msg = g_convert(tmpmsg, len, "ISO-8859-1", "UTF-8", NULL, &len, &err); |
3659 | 4381 if (err) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4382 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4383 "conversion error: %s\n", err->message); |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4384 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4385 "Someone tell Ethan his 8859-1 detection is wrong\n"); |
3642 | 4386 args.flags ^= AIM_IMFLAGS_ISO_8859_1 | AIM_IMFLAGS_UNICODE; |
6310 | 4387 len = strlen(tmpmsg); |
4800 | 4388 g_error_free(err); |
6310 | 4389 args.msg = g_convert(tmpmsg, len, "UCS-2BE", "UTF8", NULL, &len, &err); |
3659 | 4390 if (err) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4391 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4392 "Error in unicode fallback: %s\n", err->message); |
4800 | 4393 g_error_free(err); |
3659 | 4394 } |
3642 | 4395 } |
4396 } else { | |
4662 | 4397 args.charset = 0x0000; |
4398 args.charsubset = 0x0000; | |
6310 | 4399 args.msg = tmpmsg; |
3642 | 4400 } |
4401 args.msglen = len; | |
4269 | 4402 |
4617 | 4403 ret = aim_im_sendch1_ext(od->sess, &args); |
2086 | 4404 } |
4838 | 4405 |
6310 | 4406 g_free(tmpmsg); |
4407 | |
2303
f5bf315e6104
[gaim-migrate @ 2313]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2297
diff
changeset
|
4408 if (ret >= 0) |
f5bf315e6104
[gaim-migrate @ 2313]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2297
diff
changeset
|
4409 return 1; |
6310 | 4410 |
2303
f5bf315e6104
[gaim-migrate @ 2313]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2297
diff
changeset
|
4411 return ret; |
2086 | 4412 } |
4413 | |
5575 | 4414 static void oscar_get_info(GaimConnection *g, const char *name) { |
4617 | 4415 struct oscar_data *od = (struct oscar_data *)g->proto_data; |
4416 if (od->icq) | |
4624 | 4417 aim_icq_getallinfo(od->sess, name); |
2742
6f527cbd899d
[gaim-migrate @ 2755]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2734
diff
changeset
|
4418 else |
2791
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
4419 /* people want the away message on the top, so we get the away message |
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
4420 * first and then get the regular info, since it's too difficult to |
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
4421 * insert in the middle. i hate people. */ |
4617 | 4422 aim_getinfo(od->sess, od->conn, name, AIM_GETINFO_AWAYMESSAGE); |
2791
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
4423 } |
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
4424 |
5575 | 4425 static void oscar_get_away(GaimConnection *g, const char *who) { |
4617 | 4426 struct oscar_data *od = (struct oscar_data *)g->proto_data; |
4427 if (od->icq) { | |
6695 | 4428 GaimBuddy *budlight = gaim_find_buddy(g->account, who); |
3212 | 4429 if (budlight) |
3595 | 4430 if ((budlight->uc & 0xffff0000) >> 16) |
4687 | 4431 aim_im_sendch2_geticqaway(od->sess, who, (budlight->uc & 0xffff0000) >> 16); |
3212 | 4432 else |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4433 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4434 "Error: The user %s has no status message, therefore not requesting.\n", who); |
3212 | 4435 else |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4436 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4437 "Error: Could not find %s in local contact list, therefore unable to request status message.\n", who); |
3212 | 4438 } else |
4617 | 4439 aim_getinfo(od->sess, od->conn, who, AIM_GETINFO_GENERALINFO); |
2086 | 4440 } |
4441 | |
5575 | 4442 static void oscar_set_dir(GaimConnection *g, const char *first, const char *middle, const char *last, |
3466 | 4443 const char *maiden, const char *city, const char *state, const char *country, int web) { |
4617 | 4444 /* XXX - some of these things are wrong, but i'm lazy */ |
4445 struct oscar_data *od = (struct oscar_data *)g->proto_data; | |
4446 aim_setdirectoryinfo(od->sess, od->conn, first, middle, last, | |
2086 | 4447 maiden, NULL, NULL, city, state, NULL, 0, web); |
4448 } | |
4449 | |
5575 | 4450 static void oscar_set_idle(GaimConnection *gc, int time) { |
5129 | 4451 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
4617 | 4452 aim_bos_setidle(od->sess, od->conn, time); |
2086 | 4453 } |
4454 | |
5954 | 4455 static void oscar_set_info(GaimConnection *gc, const char *text) { |
5129 | 4456 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
4457 fu32_t flags = 0; | |
6019 | 4458 char *text_html = NULL; |
5129 | 4459 char *msg = NULL; |
6478
338147ea6896
[gaim-migrate @ 6991]
Christian Hammond <chipx86@chipx86.com>
parents:
6465
diff
changeset
|
4460 gsize msglen = 0; |
2993 | 4461 |
4617 | 4462 if (od->rights.maxsiglen == 0) |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4463 gaim_notify_warning(gc, NULL, _("Unable to set AIM profile."), |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4464 _("You have probably requested to set your " |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4465 "profile before the login procedure completed. " |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4466 "Your profile remains unset; try setting it " |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4467 "again when you are fully connected.")); |
4617 | 4468 |
4469 if (od->icq) | |
4470 aim_bos_setprofile(od->sess, od->conn, NULL, NULL, 0, NULL, NULL, 0, caps_icq); | |
4151 | 4471 else { |
5129 | 4472 if (!text) { |
4473 aim_bos_setprofile(od->sess, od->conn, NULL, NULL, 0, NULL, NULL, 0, caps_aim); | |
4474 return; | |
4475 } | |
6019 | 4476 |
4477 text_html = strdup_withhtml(text); | |
4478 flags = oscar_encoding_check(text_html); | |
5129 | 4479 if (flags & AIM_IMFLAGS_UNICODE) { |
6019 | 4480 msg = g_convert(text_html, strlen(text_html), "UCS-2BE", "UTF-8", NULL, &msglen, NULL); |
5129 | 4481 aim_bos_setprofile(od->sess, od->conn, "unicode-2-0", msg, (msglen > od->rights.maxsiglen ? od->rights.maxsiglen : msglen), NULL, NULL, 0, caps_aim); |
4482 g_free(msg); | |
4483 } else if (flags & AIM_IMFLAGS_ISO_8859_1) { | |
6019 | 4484 msg = g_convert(text_html, strlen(text_html), "ISO-8859-1", "UTF-8", NULL, &msglen, NULL); |
5129 | 4485 aim_bos_setprofile(od->sess, od->conn, "iso-8859-1", msg, (msglen > od->rights.maxsiglen ? od->rights.maxsiglen : msglen), NULL, NULL, 0, caps_aim); |
4486 g_free(msg); | |
4151 | 4487 } else { |
6019 | 4488 msglen = strlen(text_html); |
4489 aim_bos_setprofile(od->sess, od->conn, "us-ascii", text_html, (msglen > od->rights.maxsiglen ? od->rights.maxsiglen : msglen), NULL, NULL, 0, caps_aim); | |
4151 | 4490 } |
5129 | 4491 |
4492 if (msglen > od->rights.maxsiglen) { | |
4493 gchar *errstr; | |
6308 | 4494 errstr = g_strdup_printf(ngettext("The maximum profile length of %d byte " |
4495 "has been exceeded. Gaim has truncated it for you.", | |
4496 "The maximum profile length of %d bytes " | |
4497 "has been exceeded. Gaim has truncated it for you.", | |
4498 od->rights.maxsiglen), od->rights.maxsiglen); | |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4499 gaim_notify_warning(gc, NULL, _("Profile too long."), errstr); |
5129 | 4500 g_free(errstr); |
4501 } | |
4502 | |
6019 | 4503 g_free(text_html); |
4504 | |
5129 | 4505 } |
2993 | 4506 |
4507 return; | |
2086 | 4508 } |
4509 | |
5575 | 4510 static void oscar_set_away_aim(GaimConnection *gc, struct oscar_data *od, const char *text) |
2993 | 4511 { |
5129 | 4512 fu32_t flags = 0; |
6019 | 4513 gchar *text_html = NULL; |
5129 | 4514 char *msg = NULL; |
6478
338147ea6896
[gaim-migrate @ 6991]
Christian Hammond <chipx86@chipx86.com>
parents:
6465
diff
changeset
|
4515 gsize msglen = 0; |
2993 | 4516 |
4517 if (od->rights.maxawaymsglen == 0) | |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4518 gaim_notify_warning(gc, NULL, _("Unable to set AIM away message."), |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4519 _("You have probably requested to set your " |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4520 "away message before the login procedure " |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4521 "completed. You remain in a \"present\" " |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4522 "state; try setting it again when you are " |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4523 "fully connected.")); |
5129 | 4524 |
4111
ee884f1d7ae3
[gaim-migrate @ 4326]
Christian Hammond <chipx86@chipx86.com>
parents:
4102
diff
changeset
|
4525 if (gc->away) { |
2993 | 4526 g_free(gc->away); |
4111
ee884f1d7ae3
[gaim-migrate @ 4326]
Christian Hammond <chipx86@chipx86.com>
parents:
4102
diff
changeset
|
4527 gc->away = NULL; |
ee884f1d7ae3
[gaim-migrate @ 4326]
Christian Hammond <chipx86@chipx86.com>
parents:
4102
diff
changeset
|
4528 } |
2993 | 4529 |
5129 | 4530 if (!text) { |
4151 | 4531 aim_bos_setprofile(od->sess, od->conn, NULL, NULL, 0, NULL, "", 0, caps_aim); |
2501
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
4532 return; |
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
4533 } |
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
4534 |
6037 | 4535 text_html = strdup_withhtml(text); |
6019 | 4536 flags = oscar_encoding_check(text_html); |
5129 | 4537 if (flags & AIM_IMFLAGS_UNICODE) { |
6019 | 4538 msg = g_convert(text_html, strlen(text_html), "UCS-2BE", "UTF-8", NULL, &msglen, NULL); |
5129 | 4539 aim_bos_setprofile(od->sess, od->conn, NULL, NULL, 0, "unicode-2-0", msg, |
4540 (msglen > od->rights.maxawaymsglen ? od->rights.maxawaymsglen : msglen), caps_aim); | |
4541 g_free(msg); | |
4542 gc->away = g_strndup(text, od->rights.maxawaymsglen/2); | |
4543 } else if (flags & AIM_IMFLAGS_ISO_8859_1) { | |
6019 | 4544 msg = g_convert(text_html, strlen(text_html), "ISO-8859-1", "UTF-8", NULL, &msglen, NULL); |
5129 | 4545 aim_bos_setprofile(od->sess, od->conn, NULL, NULL, 0, "iso-8859-1", msg, |
4546 (msglen > od->rights.maxawaymsglen ? od->rights.maxawaymsglen : msglen), caps_aim); | |
4547 g_free(msg); | |
6019 | 4548 gc->away = g_strndup(text_html, od->rights.maxawaymsglen); |
5129 | 4549 } else { |
6019 | 4550 msglen = strlen(text_html); |
4551 aim_bos_setprofile(od->sess, od->conn, NULL, NULL, 0, "us-ascii", text_html, | |
5129 | 4552 (msglen > od->rights.maxawaymsglen ? od->rights.maxawaymsglen : msglen), caps_aim); |
6019 | 4553 gc->away = g_strndup(text_html, od->rights.maxawaymsglen); |
5129 | 4554 } |
4555 | |
4556 if (msglen > od->rights.maxawaymsglen) { | |
2993 | 4557 gchar *errstr; |
4558 | |
6308 | 4559 errstr = g_strdup_printf(ngettext("The maximum away message length of %d byte " |
4560 "has been exceeded. Gaim has truncated it for you.", | |
4561 "The maximum away message length of %d bytes " | |
4562 "has been exceeded. Gaim has truncated it for you.", | |
4563 od->rights.maxawaymsglen), od->rights.maxawaymsglen); | |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4564 gaim_notify_warning(gc, NULL, _("Away message too long."), errstr); |
2993 | 4565 g_free(errstr); |
4566 } | |
6019 | 4567 |
4568 g_free(text_html); | |
2993 | 4569 return; |
4570 } | |
4571 | |
5575 | 4572 static void oscar_set_away_icq(GaimConnection *gc, struct oscar_data *od, const char *state, const char *message) |
2993 | 4573 { |
5575 | 4574 GaimAccount *account = gaim_connection_get_account(gc); |
4111
ee884f1d7ae3
[gaim-migrate @ 4326]
Christian Hammond <chipx86@chipx86.com>
parents:
4102
diff
changeset
|
4575 if (gc->away) { |
ee884f1d7ae3
[gaim-migrate @ 4326]
Christian Hammond <chipx86@chipx86.com>
parents:
4102
diff
changeset
|
4576 g_free(gc->away); |
2501
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
4577 gc->away = NULL; |
4111
ee884f1d7ae3
[gaim-migrate @ 4326]
Christian Hammond <chipx86@chipx86.com>
parents:
4102
diff
changeset
|
4578 } |
2501
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
4579 |
4342 | 4580 if (strcmp(state, _("Invisible"))) { |
5575 | 4581 if ((od->sess->ssi.received_data) && (aim_ssi_getpermdeny(od->sess->ssi.local) != account->perm_deny)) |
4582 aim_ssi_setpermdeny(od->sess, account->perm_deny, 0xffffffff); | |
4583 account->perm_deny = 4; | |
4342 | 4584 } else { |
5542 | 4585 if ((od->sess->ssi.received_data) && (aim_ssi_getpermdeny(od->sess->ssi.local) != 0x03)) |
4889 | 4586 aim_ssi_setpermdeny(od->sess, 0x03, 0xffffffff); |
5575 | 4587 account->perm_deny = 3; |
4342 | 4588 } |
4589 | |
4590 if (!strcmp(state, _("Online"))) | |
4901 | 4591 aim_setextstatus(od->sess, AIM_ICQ_STATE_NORMAL); |
4342 | 4592 else if (!strcmp(state, _("Away"))) { |
4901 | 4593 aim_setextstatus(od->sess, AIM_ICQ_STATE_AWAY); |
4111
ee884f1d7ae3
[gaim-migrate @ 4326]
Christian Hammond <chipx86@chipx86.com>
parents:
4102
diff
changeset
|
4594 gc->away = g_strdup(""); |
4342 | 4595 } else if (!strcmp(state, _("Do Not Disturb"))) { |
4901 | 4596 aim_setextstatus(od->sess, AIM_ICQ_STATE_AWAY | AIM_ICQ_STATE_DND | AIM_ICQ_STATE_BUSY); |
4111
ee884f1d7ae3
[gaim-migrate @ 4326]
Christian Hammond <chipx86@chipx86.com>
parents:
4102
diff
changeset
|
4597 gc->away = g_strdup(""); |
4342 | 4598 } else if (!strcmp(state, _("Not Available"))) { |
4901 | 4599 aim_setextstatus(od->sess, AIM_ICQ_STATE_OUT | AIM_ICQ_STATE_AWAY); |
4111
ee884f1d7ae3
[gaim-migrate @ 4326]
Christian Hammond <chipx86@chipx86.com>
parents:
4102
diff
changeset
|
4600 gc->away = g_strdup(""); |
4342 | 4601 } else if (!strcmp(state, _("Occupied"))) { |
4901 | 4602 aim_setextstatus(od->sess, AIM_ICQ_STATE_AWAY | AIM_ICQ_STATE_BUSY); |
4111
ee884f1d7ae3
[gaim-migrate @ 4326]
Christian Hammond <chipx86@chipx86.com>
parents:
4102
diff
changeset
|
4603 gc->away = g_strdup(""); |
4342 | 4604 } else if (!strcmp(state, _("Free For Chat"))) { |
4901 | 4605 aim_setextstatus(od->sess, AIM_ICQ_STATE_CHAT); |
4111
ee884f1d7ae3
[gaim-migrate @ 4326]
Christian Hammond <chipx86@chipx86.com>
parents:
4102
diff
changeset
|
4606 gc->away = g_strdup(""); |
4342 | 4607 } else if (!strcmp(state, _("Invisible"))) { |
4901 | 4608 aim_setextstatus(od->sess, AIM_ICQ_STATE_INVISIBLE); |
4111
ee884f1d7ae3
[gaim-migrate @ 4326]
Christian Hammond <chipx86@chipx86.com>
parents:
4102
diff
changeset
|
4609 gc->away = g_strdup(""); |
2501
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
4610 } else if (!strcmp(state, GAIM_AWAY_CUSTOM)) { |
2998 | 4611 if (message) { |
4901 | 4612 aim_setextstatus(od->sess, AIM_ICQ_STATE_OUT | AIM_ICQ_STATE_AWAY); |
4111
ee884f1d7ae3
[gaim-migrate @ 4326]
Christian Hammond <chipx86@chipx86.com>
parents:
4102
diff
changeset
|
4613 gc->away = g_strdup(""); |
2501
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
4614 } else { |
4901 | 4615 aim_setextstatus(od->sess, AIM_ICQ_STATE_NORMAL); |
2501
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
4616 } |
2086 | 4617 } |
2993 | 4618 |
4619 return; | |
4620 } | |
4621 | |
6059 | 4622 static void oscar_set_away(GaimConnection *gc, const char *state, const char *message) |
2993 | 4623 { |
4624 struct oscar_data *od = (struct oscar_data *)gc->proto_data; | |
4625 | |
4626 if (od->icq) | |
4627 oscar_set_away_icq(gc, od, state, message); | |
4628 else | |
4629 oscar_set_away_aim(gc, od, message); | |
4630 | |
4631 return; | |
2086 | 4632 } |
4633 | |
6059 | 4634 static void oscar_warn(GaimConnection *gc, const char *name, int anon) { |
4617 | 4635 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
4636 aim_im_warn(od->sess, od->conn, name, anon ? AIM_WARN_ANON : 0); | |
2086 | 4637 } |
4638 | |
5575 | 4639 static void oscar_dir_search(GaimConnection *gc, const char *first, const char *middle, const char *last, |
3466 | 4640 const char *maiden, const char *city, const char *state, const char *country, const char *email) { |
4617 | 4641 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
2086 | 4642 if (strlen(email)) |
4617 | 4643 aim_usersearch_address(od->sess, od->conn, email); |
2086 | 4644 } |
4645 | |
6787
faa491042c66
[gaim-migrate @ 7326]
Christian Hammond <chipx86@chipx86.com>
parents:
6695
diff
changeset
|
4646 static void oscar_add_buddy(GaimConnection *gc, const char *name, GaimGroup *g) { |
4230 | 4647 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
4648 #ifdef NOSSI | |
4649 aim_add_buddy(od->sess, od->conn, name); | |
4650 #else | |
4651 if ((od->sess->ssi.received_data) && !(aim_ssi_itemlist_exists(od->sess->ssi.local, name))) { | |
6695 | 4652 GaimBuddy *buddy = gaim_find_buddy(gc->account, name); |
4653 GaimGroup *group = gaim_find_buddys_group(buddy); | |
4230 | 4654 if (buddy && group) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4655 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4656 "ssi: adding buddy %s to group %s\n", name, group->name); |
4889 | 4657 aim_ssi_addbuddy(od->sess, buddy->name, group->name, gaim_get_buddy_alias_only(buddy), NULL, NULL, 0); |
4230 | 4658 } |
4659 } | |
4660 #endif | |
4759 | 4661 if (od->icq) |
4662 aim_icq_getalias(od->sess, name); | |
4230 | 4663 } |
4664 | |
5575 | 4665 static void oscar_add_buddies(GaimConnection *gc, GList *buddies) { |
4230 | 4666 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
4667 #ifdef NOSSI | |
4668 char buf[MSG_LEN]; | |
4669 int n=0; | |
4670 while (buddies) { | |
4671 if (n > MSG_LEN - 18) { | |
4672 aim_bos_setbuddylist(od->sess, od->conn, buf); | |
4673 n = 0; | |
3092 | 4674 } |
4230 | 4675 n += g_snprintf(buf + n, sizeof(buf) - n, "%s&", (char *)buddies->data); |
4676 buddies = buddies->next; | |
4677 } | |
4678 aim_bos_setbuddylist(od->sess, od->conn, buf); | |
4679 #else | |
4680 if (od->sess->ssi.received_data) { | |
4681 while (buddies) { | |
6695 | 4682 GaimBuddy *buddy = gaim_find_buddy(gc->account, (const char *)buddies->data); |
4683 GaimGroup *group = gaim_find_buddys_group(buddy); | |
4230 | 4684 if (buddy && group) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4685 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4686 "ssi: adding buddy %s to group %s\n", (const char *)buddies->data, group->name); |
4889 | 4687 aim_ssi_addbuddy(od->sess, buddy->name, group->name, gaim_get_buddy_alias_only(buddy), NULL, NULL, 0); |
4230 | 4688 } |
4689 buddies = buddies->next; | |
4690 } | |
4691 } | |
4692 #endif | |
4693 } | |
4694 | |
6059 | 4695 static void oscar_remove_buddy(GaimConnection *gc, const char *name, const char *group) { |
4230 | 4696 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
4697 #ifdef NOSSI | |
4698 aim_remove_buddy(od->sess, od->conn, name); | |
4699 #else | |
4700 if (od->sess->ssi.received_data) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4701 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4702 "ssi: deleting buddy %s from group %s\n", name, group); |
4889 | 4703 aim_ssi_delbuddy(od->sess, name, group); |
4230 | 4704 } |
4705 #endif | |
4706 } | |
4707 | |
5575 | 4708 static void oscar_remove_buddies(GaimConnection *gc, GList *buddies, const char *group) { |
4230 | 4709 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
4710 #ifdef NOSSI | |
4711 GList *cur; | |
4712 for (cur=buddies; cur; cur=cur->next) | |
4713 aim_remove_buddy(od->sess, od->conn, cur->data); | |
4714 #else | |
4715 if (od->sess->ssi.received_data) { | |
3092 | 4716 while (buddies) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4717 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4718 "ssi: deleting buddy %s from group %s\n", (char *)buddies->data, group); |
4889 | 4719 aim_ssi_delbuddy(od->sess, buddies->data, group); |
3092 | 4720 buddies = buddies->next; |
4721 } | |
4230 | 4722 } |
4723 #endif | |
4724 } | |
4725 | |
4726 #ifndef NOSSI | |
5575 | 4727 static void oscar_move_buddy(GaimConnection *gc, const char *name, const char *old_group, const char *new_group) { |
4269 | 4728 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
4303 | 4729 if (od->sess->ssi.received_data && strcmp(old_group, new_group)) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4730 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4731 "ssi: moving buddy %s from group %s to group %s\n", name, old_group, new_group); |
4889 | 4732 aim_ssi_movebuddy(od->sess, old_group, new_group, name); |
4269 | 4733 } |
4734 } | |
4735 | |
5575 | 4736 static void oscar_alias_buddy(GaimConnection *gc, const char *name, const char *alias) { |
4269 | 4737 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
4738 if (od->sess->ssi.received_data) { | |
4739 char *gname = aim_ssi_itemlist_findparentname(od->sess->ssi.local, name); | |
4740 if (gname) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4741 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4742 "ssi: changing the alias for buddy %s to %s\n", name, alias); |
4889 | 4743 aim_ssi_aliasbuddy(od->sess, gname, name, alias); |
4269 | 4744 } |
4745 } | |
4746 } | |
4747 | |
5575 | 4748 static void oscar_rename_group(GaimConnection *g, const char *old_group, const char *new_group, GList *members) { |
4230 | 4749 struct oscar_data *od = (struct oscar_data *)g->proto_data; |
4750 | |
4751 if (od->sess->ssi.received_data) { | |
4752 if (aim_ssi_itemlist_finditem(od->sess->ssi.local, new_group, NULL, AIM_SSI_TYPE_GROUP)) { | |
4753 oscar_remove_buddies(g, members, old_group); | |
4754 oscar_add_buddies(g, members); | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4755 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4756 "ssi: moved all buddies from group %s to %s\n", old_group, new_group); |
4230 | 4757 } else { |
4889 | 4758 aim_ssi_rename_group(od->sess, old_group, new_group); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4759 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4760 "ssi: renamed group %s to %s\n", old_group, new_group); |
2995 | 4761 } |
4762 } | |
4763 } | |
4764 | |
5968 | 4765 static gboolean gaim_ssi_rerequestdata(gpointer data) { |
4766 aim_session_t *sess = data; | |
6350 | 4767 aim_ssi_reqdata(sess); |
5968 | 4768 return FALSE; |
4769 } | |
4770 | |
4642 | 4771 static int gaim_ssi_parseerr(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 4772 GaimConnection *gc = sess->aux_data; |
4642 | 4773 struct oscar_data *od = gc->proto_data; |
4774 va_list ap; | |
4775 fu16_t reason; | |
4776 | |
4777 va_start(ap, fr); | |
4778 reason = (fu16_t)va_arg(ap, unsigned int); | |
4779 va_end(ap); | |
4780 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4781 gaim_debug(GAIM_DEBUG_ERROR, "oscar", "ssi: SNAC error %hu\n", reason); |
4642 | 4782 |
4783 if (reason == 0x0005) { | |
5892 | 4784 gaim_notify_error(gc, NULL, _("Unable To Retrieve Buddy List"), |
5828 | 4785 _("Gaim was temporarily unable to retrieve your buddy list from the AIM servers. Your buddy list is not lost, and will probably become available in a few hours.")); |
5968 | 4786 od->getblisttimer = g_timeout_add(300000, gaim_ssi_rerequestdata, od->sess); |
4642 | 4787 } |
4788 | |
4789 /* Activate SSI */ | |
4790 /* Sending the enable causes other people to be able to see you, and you to see them */ | |
4791 /* Make sure your privacy setting/invisibility is set how you want it before this! */ | |
5968 | 4792 gaim_debug(GAIM_DEBUG_INFO, "oscar", "ssi: activating server-stored buddy list\n"); |
4642 | 4793 aim_ssi_enable(od->sess); |
4794 | |
4795 return 1; | |
4796 } | |
4797 | |
2991 | 4798 static int gaim_ssi_parserights(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 4799 GaimConnection *gc = sess->aux_data; |
4230 | 4800 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
4801 int numtypes, i; | |
4802 fu16_t *maxitems; | |
2991 | 4803 va_list ap; |
4804 | |
4805 va_start(ap, fr); | |
4230 | 4806 numtypes = va_arg(ap, int); |
4807 maxitems = va_arg(ap, fu16_t *); | |
2991 | 4808 va_end(ap); |
4809 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4810 gaim_debug(GAIM_DEBUG_MISC, "oscar", "ssi rights:"); |
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5208
diff
changeset
|
4811 |
4230 | 4812 for (i=0; i<numtypes; i++) |
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5208
diff
changeset
|
4813 gaim_debug(GAIM_DEBUG_MISC, NULL, " max type 0x%04x=%hd,", |
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5208
diff
changeset
|
4814 i, maxitems[i]); |
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5208
diff
changeset
|
4815 |
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5208
diff
changeset
|
4816 gaim_debug(GAIM_DEBUG_MISC, NULL, "\n"); |
4230 | 4817 |
4818 if (numtypes >= 0) | |
4819 od->rights.maxbuddies = maxitems[0]; | |
4820 if (numtypes >= 1) | |
4821 od->rights.maxgroups = maxitems[1]; | |
4822 if (numtypes >= 2) | |
4823 od->rights.maxpermits = maxitems[2]; | |
4824 if (numtypes >= 3) | |
4825 od->rights.maxdenies = maxitems[3]; | |
2991 | 4826 |
4827 return 1; | |
4828 } | |
4829 | |
4830 static int gaim_ssi_parselist(aim_session_t *sess, aim_frame_t *fr, ...) { | |
5575 | 4831 GaimConnection *gc = sess->aux_data; |
4832 GaimAccount *account = gaim_connection_get_account(gc); | |
4230 | 4833 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
2995 | 4834 struct aim_ssi_item *curitem; |
2991 | 4835 int tmp; |
4778 | 4836 gboolean export = FALSE; |
4617 | 4837 /* XXX - use these? |
4230 | 4838 va_list ap; |
4839 | |
4840 va_start(ap, fr); | |
4841 fmtver = (fu16_t)va_arg(ap, int); | |
4842 numitems = (fu16_t)va_arg(ap, int); | |
4843 items = va_arg(ap, struct aim_ssi_item); | |
4844 timestamp = va_arg(ap, fu32_t); | |
4845 va_end(ap); */ | |
2991 | 4846 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4847 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4848 "ssi: syncing local list and server list\n"); |
2991 | 4849 |
4850 /* Clean the buddy list */ | |
4889 | 4851 aim_ssi_cleanlist(sess); |
2991 | 4852 |
4853 /* Add from server list to local list */ | |
4230 | 4854 for (curitem=sess->ssi.local; curitem; curitem=curitem->next) { |
2991 | 4855 switch (curitem->type) { |
4230 | 4856 case 0x0000: { /* Buddy */ |
4251 | 4857 if (curitem->name) { |
4292 | 4858 char *gname = aim_ssi_itemlist_findparentname(sess->ssi.local, curitem->name); |
4458 | 4859 char *gname_utf8 = gaim_try_conv_to_utf8(gname); |
4282 | 4860 char *alias = aim_ssi_getalias(sess->ssi.local, gname, curitem->name); |
4458 | 4861 char *alias_utf8 = gaim_try_conv_to_utf8(alias); |
6695 | 4862 GaimBuddy *buddy = gaim_find_buddy(gc->account, curitem->name); |
4458 | 4863 /* Should gname be freed here? -- elb */ |
4754 | 4864 /* Not with the current code, but that might be cleaner -- med */ |
4458 | 4865 free(alias); |
4282 | 4866 if (buddy) { |
4292 | 4867 /* Get server stored alias */ |
4705 | 4868 if (alias_utf8) { |
4869 g_free(buddy->alias); | |
4870 buddy->alias = g_strdup(alias_utf8); | |
4871 } | |
4282 | 4872 } else { |
6695 | 4873 GaimGroup *g; |
4687 | 4874 buddy = gaim_buddy_new(gc->account, curitem->name, alias_utf8); |
5146 | 4875 |
4754 | 4876 if (!(g = gaim_find_group(gname_utf8 ? gname_utf8 : _("Orphans")))) { |
4687 | 4877 g = gaim_group_new(gname_utf8 ? gname_utf8 : _("Orphans")); |
4754 | 4878 gaim_blist_add_group(g, NULL); |
4879 } | |
5146 | 4880 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4881 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4882 "ssi: adding buddy %s to group %s to local list\n", curitem->name, gname_utf8 ? gname_utf8 : _("Orphans")); |
6695 | 4883 gaim_blist_add_buddy(buddy, NULL, g, NULL); |
4778 | 4884 export = TRUE; |
4251 | 4885 } |
4458 | 4886 free(gname_utf8); |
4887 free(alias_utf8); | |
2991 | 4888 } |
4230 | 4889 } break; |
4890 | |
4891 case 0x0001: { /* Group */ | |
4282 | 4892 /* Shouldn't add empty groups */ |
4230 | 4893 } break; |
4894 | |
4895 case 0x0002: { /* Permit buddy */ | |
2991 | 4896 if (curitem->name) { |
4230 | 4897 /* if (!find_permdeny_by_name(gc->permit, curitem->name)) { AAA */ |
2991 | 4898 GSList *list; |
5575 | 4899 for (list=account->permit; (list && aim_sncmp(curitem->name, list->data)); list=list->next); |
2991 | 4900 if (!list) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4901 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4902 "ssi: adding permit buddy %s to local list\n", curitem->name); |
6400
588e88bcdac5
[gaim-migrate @ 6905]
Christian Hammond <chipx86@chipx86.com>
parents:
6378
diff
changeset
|
4903 gaim_privacy_permit_add(account, curitem->name, TRUE); |
4778 | 4904 export = TRUE; |
2991 | 4905 } |
4906 } | |
4230 | 4907 } break; |
4908 | |
4909 case 0x0003: { /* Deny buddy */ | |
2991 | 4910 if (curitem->name) { |
4911 GSList *list; | |
5575 | 4912 for (list=account->deny; (list && aim_sncmp(curitem->name, list->data)); list=list->next); |
2991 | 4913 if (!list) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4914 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4915 "ssi: adding deny buddy %s to local list\n", curitem->name); |
6400
588e88bcdac5
[gaim-migrate @ 6905]
Christian Hammond <chipx86@chipx86.com>
parents:
6378
diff
changeset
|
4916 gaim_privacy_deny_add(account, curitem->name, TRUE); |
4778 | 4917 export = TRUE; |
2991 | 4918 } |
4919 } | |
4230 | 4920 } break; |
4921 | |
4922 case 0x0004: { /* Permit/deny setting */ | |
2991 | 4923 if (curitem->data) { |
4924 fu8_t permdeny; | |
5575 | 4925 if ((permdeny = aim_ssi_getpermdeny(sess->ssi.local)) && (permdeny != account->perm_deny)) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4926 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
5575 | 4927 "ssi: changing permdeny from %d to %hhu\n", account->perm_deny, permdeny); |
4928 account->perm_deny = permdeny; | |
4929 if (od->icq && account->perm_deny == 0x03) { | |
4342 | 4930 serv_set_away(gc, "Invisible", ""); |
4931 } | |
4778 | 4932 export = TRUE; |
2991 | 4933 } |
4934 } | |
4230 | 4935 } break; |
4936 | |
4937 case 0x0005: { /* Presence setting */ | |
3109 | 4938 /* We don't want to change Gaim's setting because it applies to all accounts */ |
4230 | 4939 } break; |
2991 | 4940 } /* End of switch on curitem->type */ |
4941 } /* End of for loop */ | |
4230 | 4942 |
4943 /* If changes were made, then flush buddy list to file */ | |
4778 | 4944 if (export) |
4349 | 4945 gaim_blist_save(); |
2991 | 4946 |
4759 | 4947 { /* Add from local list to server list */ |
6695 | 4948 GaimBlistNode *gnode, *cnode, *bnode; |
4949 GaimGroup *group; | |
4950 GaimBuddy *buddy; | |
4759 | 4951 struct gaim_buddy_list *blist; |
3017 | 4952 GSList *cur; |
4953 | |
2991 | 4954 /* Buddies */ |
4759 | 4955 if ((blist = gaim_get_blist())) |
4956 for (gnode = blist->root; gnode; gnode = gnode->next) { | |
5234 | 4957 if(!GAIM_BLIST_NODE_IS_GROUP(gnode)) |
4958 continue; | |
6695 | 4959 group = (GaimGroup *)gnode; |
4960 for (cnode = gnode->child; cnode; cnode = cnode->next) { | |
4961 if(!GAIM_BLIST_NODE_IS_CONTACT(cnode)) | |
5234 | 4962 continue; |
6695 | 4963 for (bnode = cnode->child; bnode; bnode = bnode->next) { |
4964 if(!GAIM_BLIST_NODE_IS_BUDDY(bnode)) | |
4965 continue; | |
4966 buddy = (GaimBuddy *)bnode; | |
4967 if (buddy->account == gc->account) { | |
4968 gchar *servernick = gaim_buddy_get_setting(buddy, "servernick"); | |
4969 if (servernick) { | |
4970 serv_got_alias(gc, buddy->name, servernick); | |
4971 g_free(servernick); | |
4972 } | |
4973 if (aim_ssi_itemlist_exists(sess->ssi.local, buddy->name)) { | |
4974 /* Store local alias on server */ | |
4975 char *alias = aim_ssi_getalias(sess->ssi.local, group->name, buddy->name); | |
4976 if (!alias && buddy->alias && strlen(buddy->alias)) | |
4977 aim_ssi_aliasbuddy(sess, group->name, buddy->name, buddy->alias); | |
4978 free(alias); | |
4979 } else { | |
4980 gaim_debug(GAIM_DEBUG_INFO, "oscar", | |
4981 "ssi: adding buddy %s from local list to server list\n", buddy->name); | |
4982 aim_ssi_addbuddy(sess, buddy->name, group->name, gaim_get_buddy_alias_only(buddy), NULL, NULL, 0); | |
4983 } | |
4759 | 4984 } |
4349 | 4985 } |
4230 | 4986 } |
4292 | 4987 } |
6695 | 4988 |
2991 | 4989 /* Permit list */ |
4491 | 4990 if (gc->account->permit) { |
4991 for (cur=gc->account->permit; cur; cur=cur->next) | |
4230 | 4992 if (!aim_ssi_itemlist_finditem(sess->ssi.local, NULL, cur->data, AIM_SSI_TYPE_PERMIT)) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4993 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
6695 | 4994 "ssi: adding permit %s from local list to server list\n", (char *)cur->data); |
4889 | 4995 aim_ssi_addpermit(sess, cur->data); |
4230 | 4996 } |
2991 | 4997 } |
4998 | |
4999 /* Deny list */ | |
4491 | 5000 if (gc->account->deny) { |
5001 for (cur=gc->account->deny; cur; cur=cur->next) | |
4230 | 5002 if (!aim_ssi_itemlist_finditem(sess->ssi.local, NULL, cur->data, AIM_SSI_TYPE_DENY)) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5003 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
6695 | 5004 "ssi: adding deny %s from local list to server list\n", (char *)cur->data); |
4889 | 5005 aim_ssi_adddeny(sess, cur->data); |
4230 | 5006 } |
2991 | 5007 } |
3109 | 5008 /* Presence settings (idle time visibility) */ |
4230 | 5009 if ((tmp = aim_ssi_getpresence(sess->ssi.local)) != 0xFFFFFFFF) |
5631 | 5010 if (!(tmp & 0x400)) |
4889 | 5011 aim_ssi_setpresence(sess, tmp | 0x400); |
4778 | 5012 } /* end adding buddies from local list to server list */ |
5013 | |
4901 | 5014 /* Set our ICQ status */ |
5015 if (od->icq && !gc->away) { | |
5016 aim_setextstatus(sess, AIM_ICQ_STATE_NORMAL); | |
5017 } | |
5018 | |
4342 | 5019 /* Activate SSI */ |
5020 /* Sending the enable causes other people to be able to see you, and you to see them */ | |
5021 /* Make sure your privacy setting/invisibility is set how you want it before this! */ | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5022 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5023 "ssi: activating server-stored buddy list\n"); |
4642 | 5024 aim_ssi_enable(sess); |
4342 | 5025 |
2991 | 5026 return 1; |
2086 | 5027 } |
4230 | 5028 |
5029 static int gaim_ssi_parseack(aim_session_t *sess, aim_frame_t *fr, ...) { | |
5575 | 5030 GaimConnection *gc = sess->aux_data; |
4230 | 5031 va_list ap; |
5032 struct aim_ssi_tmp *retval; | |
5033 | |
5034 va_start(ap, fr); | |
5035 retval = va_arg(ap, struct aim_ssi_tmp *); | |
5036 va_end(ap); | |
5037 | |
5038 while (retval) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5039 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5040 "ssi: status is 0x%04hx for a 0x%04hx action with name %s\n", retval->ack, retval->action, retval->item ? (retval->item->name ? retval->item->name : "no name") : "no item"); |
4230 | 5041 |
5042 if (retval->ack != 0xffff) | |
5043 switch (retval->ack) { | |
5044 case 0x0000: { /* added successfully */ | |
5045 } break; | |
5046 | |
4829 | 5047 case 0x000c: { /* you are over the limit, the cheat is to the limit, come on fhqwhgads */ |
5048 gchar *buf; | |
5049 buf = g_strdup_printf(_("Could not add the buddy %s because you have too many buddies in your buddy list. Please remove one and try again."), (retval->name ? retval->name : _("(no name)"))); | |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
5050 gaim_notify_error(gc, NULL, _("Unable To Add"), buf); |
4829 | 5051 g_free(buf); |
5052 } | |
5053 | |
4230 | 5054 case 0x000e: { /* contact requires authorization */ |
4828 | 5055 if ((retval->action == AIM_CB_SSI_ADD) && (retval->name)) |
4269 | 5056 gaim_auth_sendrequest(gc, retval->name); |
4230 | 5057 } break; |
5058 | |
5059 default: { /* La la la */ | |
5197 | 5060 gchar *buf; |
5402 | 5061 gaim_debug(GAIM_DEBUG_ERROR, "oscar", "ssi: Action 0x%04hx was unsuccessful with error 0x%04hx\n", retval->action, retval->ack); |
5062 buf = g_strdup_printf(_("Could not add the buddy %s for an unknown reason. The most common reason for this is that you have the maximum number of allowed buddies in your buddy list."), (retval->name ? retval->name : _("(no name)"))); | |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
5063 gaim_notify_error(gc, NULL, _("Unable To Add"), buf); |
5197 | 5064 g_free(buf); |
5402 | 5065 /* XXX - Should remove buddy from local list */ |
4230 | 5066 } break; |
5067 } | |
5068 | |
5069 retval = retval->next; | |
5070 } | |
5071 | |
5072 return 1; | |
5073 } | |
5074 | |
5075 static int gaim_ssi_authgiven(aim_session_t *sess, aim_frame_t *fr, ...) { | |
5575 | 5076 GaimConnection *gc = sess->aux_data; |
4230 | 5077 va_list ap; |
5078 char *sn, *msg; | |
4236 | 5079 gchar *dialog_msg, *nombre; |
4230 | 5080 struct name_data *data; |
6695 | 5081 GaimBuddy *buddy; |
4230 | 5082 |
5083 va_start(ap, fr); | |
5084 sn = va_arg(ap, char *); | |
5085 msg = va_arg(ap, char *); | |
5086 va_end(ap); | |
5087 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5088 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5089 "ssi: %s has given you permission to add him to your buddy list\n", sn); |
4230 | 5090 |
4687 | 5091 buddy = gaim_find_buddy(gc->account, sn); |
5092 if (buddy && (gaim_get_buddy_alias_only(buddy))) | |
5093 nombre = g_strdup_printf("%s (%s)", sn, gaim_get_buddy_alias_only(buddy)); | |
4236 | 5094 else |
5095 nombre = g_strdup(sn); | |
5096 | |
5097 dialog_msg = g_strdup_printf(_("The user %s has given you permission to add you to their buddy list. Do you want to add them?"), nombre); | |
4230 | 5098 data = g_new(struct name_data, 1); |
5099 data->gc = gc; | |
5100 data->name = g_strdup(sn); | |
5101 data->nick = NULL; | |
5498
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5102 |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5103 gaim_request_yes_no(gc, NULL, _("Authorization Given"), dialog_msg, |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5104 0, data, |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5105 G_CALLBACK(gaim_icq_contactadd), |
5836 | 5106 G_CALLBACK(oscar_free_name_data)); |
4236 | 5107 |
4230 | 5108 g_free(dialog_msg); |
4236 | 5109 g_free(nombre); |
4230 | 5110 |
5111 return 1; | |
5112 } | |
5113 | |
5114 static int gaim_ssi_authrequest(aim_session_t *sess, aim_frame_t *fr, ...) { | |
5575 | 5115 GaimConnection *gc = sess->aux_data; |
4230 | 5116 va_list ap; |
5117 char *sn, *msg; | |
4236 | 5118 gchar *dialog_msg, *nombre; |
4230 | 5119 struct name_data *data; |
6695 | 5120 GaimBuddy *buddy; |
4230 | 5121 |
5122 va_start(ap, fr); | |
5123 sn = va_arg(ap, char *); | |
5124 msg = va_arg(ap, char *); | |
5125 va_end(ap); | |
5126 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5127 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5128 "ssi: received authorization request from %s\n", sn); |
4230 | 5129 |
4687 | 5130 buddy = gaim_find_buddy(gc->account, sn); |
5131 if (buddy && (gaim_get_buddy_alias_only(buddy))) | |
5132 nombre = g_strdup_printf("%s (%s)", sn, gaim_get_buddy_alias_only(buddy)); | |
4236 | 5133 else |
5134 nombre = g_strdup(sn); | |
5135 | |
4337 | 5136 dialog_msg = g_strdup_printf(_("The user %s wants to add you to their buddy list for the following reason:\n%s"), nombre, msg ? msg : _("No reason given.")); |
4230 | 5137 data = g_new(struct name_data, 1); |
5138 data->gc = gc; | |
5139 data->name = g_strdup(sn); | |
5140 data->nick = NULL; | |
5498
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5141 |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5142 gaim_request_action(gc, NULL, _("Authorization Request"), dialog_msg, |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5143 0, data, 2, |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5144 _("Authorize"), G_CALLBACK(gaim_auth_grant), |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5145 _("Deny"), G_CALLBACK(gaim_auth_dontgrant_msgprompt)); |
4236 | 5146 |
4230 | 5147 g_free(dialog_msg); |
4236 | 5148 g_free(nombre); |
4230 | 5149 |
5150 return 1; | |
5151 } | |
5152 | |
5153 static int gaim_ssi_authreply(aim_session_t *sess, aim_frame_t *fr, ...) { | |
5575 | 5154 GaimConnection *gc = sess->aux_data; |
4230 | 5155 va_list ap; |
5156 char *sn, *msg; | |
4236 | 5157 gchar *dialog_msg, *nombre; |
4230 | 5158 fu8_t reply; |
6695 | 5159 GaimBuddy *buddy; |
4230 | 5160 |
5161 va_start(ap, fr); | |
5162 sn = va_arg(ap, char *); | |
5163 reply = (fu8_t)va_arg(ap, int); | |
5164 msg = va_arg(ap, char *); | |
5165 va_end(ap); | |
5166 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5167 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5168 "ssi: received authorization reply from %s. Reply is 0x%04hhx\n", sn, reply); |
4236 | 5169 |
4687 | 5170 buddy = gaim_find_buddy(gc->account, sn); |
5171 if (buddy && (gaim_get_buddy_alias_only(buddy))) | |
5172 nombre = g_strdup_printf("%s (%s)", sn, gaim_get_buddy_alias_only(buddy)); | |
4236 | 5173 else |
5174 nombre = g_strdup(sn); | |
5175 | |
4230 | 5176 if (reply) { |
5177 /* Granted */ | |
4236 | 5178 dialog_msg = g_strdup_printf(_("The user %s has granted your request to add them to your contact list."), nombre); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
5179 gaim_notify_info(gc, NULL, _("Authorization Granted"), dialog_msg); |
4230 | 5180 } else { |
5181 /* Denied */ | |
4236 | 5182 dialog_msg = g_strdup_printf(_("The user %s has denied your request to add them to your contact list for the following reason:\n%s"), nombre, msg ? msg : _("No reason given.")); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
5183 gaim_notify_info(gc, NULL, _("Authorization Denied"), dialog_msg); |
4230 | 5184 } |
5185 g_free(dialog_msg); | |
4236 | 5186 g_free(nombre); |
4230 | 5187 |
5188 return 1; | |
5189 } | |
5190 | |
5191 static int gaim_ssi_gotadded(aim_session_t *sess, aim_frame_t *fr, ...) { | |
5575 | 5192 GaimConnection *gc = sess->aux_data; |
4230 | 5193 va_list ap; |
5194 char *sn; | |
6695 | 5195 GaimBuddy *buddy; |
4230 | 5196 |
5197 va_start(ap, fr); | |
5198 sn = va_arg(ap, char *); | |
5199 va_end(ap); | |
5200 | |
4687 | 5201 buddy = gaim_find_buddy(gc->account, sn); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5202 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5203 "ssi: %s added you to their buddy list\n", sn); |
4687 | 5204 show_got_added(gc, NULL, sn, (buddy ? gaim_get_buddy_alias_only(buddy) : NULL), NULL); |
4230 | 5205 |
5206 return 1; | |
5207 } | |
4269 | 5208 #endif |
2086 | 5209 |
5575 | 5210 static GList *oscar_chat_info(GaimConnection *gc) { |
2205
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5211 GList *m = NULL; |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5212 struct proto_chat_entry *pce; |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5213 |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5214 pce = g_new0(struct proto_chat_entry, 1); |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5215 pce->label = _("Join what group:"); |
5234 | 5216 pce->identifier = "room"; |
2205
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5217 m = g_list_append(m, pce); |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5218 |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5219 pce = g_new0(struct proto_chat_entry, 1); |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5220 pce->label = _("Exchange:"); |
5234 | 5221 pce->identifier = "exchange"; |
2205
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5222 pce->is_int = TRUE; |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5223 pce->min = 4; |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5224 pce->max = 20; |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5225 m = g_list_append(m, pce); |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5226 |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5227 return m; |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5228 } |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5229 |
5575 | 5230 static void oscar_join_chat(GaimConnection *g, GHashTable *data) { |
4617 | 5231 struct oscar_data *od = (struct oscar_data *)g->proto_data; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5232 aim_conn_t *cur; |
5234 | 5233 char *name, *exchange; |
5234 | |
5235 name = g_hash_table_lookup(data, "room"); | |
5236 exchange = g_hash_table_lookup(data, "exchange"); | |
2205
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5237 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5238 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5239 "Attempting to join chat room %s.\n", name); |
4617 | 5240 if ((cur = aim_getconn_type(od->sess, AIM_CONN_TYPE_CHATNAV))) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5241 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5242 "chatnav exists, creating room\n"); |
5234 | 5243 aim_chatnav_createroom(od->sess, cur, name, atoi(exchange)); |
2086 | 5244 } else { |
5245 /* this gets tricky */ | |
2822
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
5246 struct create_room *cr = g_new0(struct create_room, 1); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5247 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5248 "chatnav does not exist, opening chatnav\n"); |
5234 | 5249 cr->exchange = atoi(exchange); |
2822
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
5250 cr->name = g_strdup(name); |
4617 | 5251 od->create_rooms = g_slist_append(od->create_rooms, cr); |
5252 aim_reqservice(od->sess, od->conn, AIM_CONN_TYPE_CHATNAV); | |
2086 | 5253 } |
5254 } | |
5255 | |
5575 | 5256 static void oscar_chat_invite(GaimConnection *g, int id, const char *message, const char *name) { |
4617 | 5257 struct oscar_data *od = (struct oscar_data *)g->proto_data; |
2086 | 5258 struct chat_connection *ccon = find_oscar_chat(g, id); |
5259 | |
5260 if (!ccon) | |
5261 return; | |
5262 | |
4617 | 5263 aim_chat_invite(od->sess, od->conn, name, message ? message : "", |
2086 | 5264 ccon->exchange, ccon->name, 0x0); |
5265 } | |
5266 | |
5575 | 5267 static void oscar_chat_leave(GaimConnection *g, int id) { |
4617 | 5268 struct oscar_data *od = g ? (struct oscar_data *)g->proto_data : NULL; |
2086 | 5269 GSList *bcs = g->buddy_chats; |
5679 | 5270 GaimConversation *b = NULL; |
2086 | 5271 struct chat_connection *c = NULL; |
5272 int count = 0; | |
5273 | |
5274 while (bcs) { | |
5275 count++; | |
5679 | 5276 b = (GaimConversation *)bcs->data; |
4359
5fb47ec9bfe4
[gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents:
4358
diff
changeset
|
5277 if (id == gaim_chat_get_id(GAIM_CHAT(b))) |
2086 | 5278 break; |
5279 bcs = bcs->next; | |
5280 b = NULL; | |
5281 } | |
5282 | |
5283 if (!b) | |
5284 return; | |
5285 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5286 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5287 "Attempting to leave room %s (currently in %d rooms)\n", b->name, count); |
2086 | 5288 |
4359
5fb47ec9bfe4
[gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents:
4358
diff
changeset
|
5289 c = find_oscar_chat(g, gaim_chat_get_id(GAIM_CHAT(b))); |
2086 | 5290 if (c != NULL) { |
4617 | 5291 if (od) |
5292 od->oscar_chats = g_slist_remove(od->oscar_chats, c); | |
2086 | 5293 if (c->inpa > 0) |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
5294 gaim_input_remove(c->inpa); |
4617 | 5295 if (g && od->sess) |
5296 aim_conn_kill(od->sess, &c->conn); | |
2086 | 5297 g_free(c->name); |
5298 g_free(c->show); | |
5299 g_free(c); | |
5300 } | |
5301 /* we do this because with Oscar it doesn't tell us we left */ | |
4359
5fb47ec9bfe4
[gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents:
4358
diff
changeset
|
5302 serv_got_chat_left(g, gaim_chat_get_id(GAIM_CHAT(b))); |
2086 | 5303 } |
5304 | |
6059 | 5305 static int oscar_chat_send(GaimConnection *g, int id, const char *message) { |
4617 | 5306 struct oscar_data *od = (struct oscar_data *)g->proto_data; |
2086 | 5307 GSList *bcs = g->buddy_chats; |
5679 | 5308 GaimConversation *b = NULL; |
2086 | 5309 struct chat_connection *c = NULL; |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5310 char *buf, *buf2; |
2086 | 5311 int i, j; |
5312 | |
5313 while (bcs) { | |
5679 | 5314 b = (GaimConversation *)bcs->data; |
4359
5fb47ec9bfe4
[gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents:
4358
diff
changeset
|
5315 if (id == gaim_chat_get_id(GAIM_CHAT(b))) |
2086 | 5316 break; |
5317 bcs = bcs->next; | |
5318 b = NULL; | |
5319 } | |
5320 if (!b) | |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5321 return -EINVAL; |
2086 | 5322 |
4617 | 5323 bcs = od->oscar_chats; |
2086 | 5324 while (bcs) { |
5325 c = (struct chat_connection *)bcs->data; | |
5326 if (b == c->cnv) | |
5327 break; | |
5328 bcs = bcs->next; | |
5329 c = NULL; | |
5330 } | |
5331 if (!c) | |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5332 return -EINVAL; |
2086 | 5333 |
5334 buf = g_malloc(strlen(message) * 4 + 1); | |
5335 for (i = 0, j = 0; i < strlen(message); i++) { | |
5336 if (message[i] == '\n') { | |
5337 buf[j++] = '<'; | |
5338 buf[j++] = 'B'; | |
5339 buf[j++] = 'R'; | |
5340 buf[j++] = '>'; | |
5341 } else { | |
5342 buf[j++] = message[i]; | |
5343 } | |
5344 } | |
5345 buf[j] = '\0'; | |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5346 |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5347 if (strlen(buf) > c->maxlen) |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5348 return -E2BIG; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5349 |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5350 buf2 = strip_html(buf); |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5351 if (strlen(buf2) > c->maxvis) { |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5352 g_free(buf2); |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5353 return -E2BIG; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5354 } |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5355 g_free(buf2); |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5356 |
4617 | 5357 aim_chat_send_im(od->sess, c->conn, 0, buf, strlen(buf)); |
2086 | 5358 g_free(buf); |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5359 return 0; |
2086 | 5360 } |
5361 | |
6695 | 5362 static const char *oscar_list_icon(GaimAccount *a, GaimBuddy *b) { |
4766 | 5363 if (!b || (b && b->name && b->name[0] == '+')) { |
5646
48c63ee49961
[gaim-migrate @ 6060]
Christian Hammond <chipx86@chipx86.com>
parents:
5638
diff
changeset
|
5364 if (a != NULL && isdigit(*gaim_account_get_username(a))) |
4687 | 5365 return "icq"; |
5366 else | |
5367 return "aim"; | |
5368 } | |
5646
48c63ee49961
[gaim-migrate @ 6060]
Christian Hammond <chipx86@chipx86.com>
parents:
5638
diff
changeset
|
5369 |
48c63ee49961
[gaim-migrate @ 6060]
Christian Hammond <chipx86@chipx86.com>
parents:
5638
diff
changeset
|
5370 if (b != NULL && isdigit(b->name[0])) |
4687 | 5371 return "icq"; |
5372 return "aim"; | |
5373 } | |
5374 | |
6695 | 5375 static void oscar_list_emblems(GaimBuddy *b, char **se, char **sw, char **nw, char **ne) |
4687 | 5376 { |
5377 char *emblems[4] = {NULL,NULL,NULL,NULL}; | |
5378 int i = 0; | |
5379 | |
5131 | 5380 if (!GAIM_BUDDY_IS_ONLINE(b)) { |
5575 | 5381 GaimAccount *account; |
5382 GaimConnection *gc; | |
5131 | 5383 struct oscar_data *od; |
5384 char *gname; | |
5385 if ((b->name) && (account = b->account) && (gc = account->gc) && | |
5386 (od = gc->proto_data) && (od->sess->ssi.received_data) && | |
5387 (gname = aim_ssi_itemlist_findparentname(od->sess->ssi.local, b->name)) && | |
5388 (aim_ssi_waitingforauth(od->sess->ssi.local, gname, b->name))) { | |
5389 emblems[i++] = "notauthorized"; | |
5390 } else { | |
5391 emblems[i++] = "offline"; | |
5392 } | |
5393 } | |
4916 | 5394 |
4766 | 5395 if (b->name && (b->uc & 0xffff0000) && isdigit(b->name[0])) { |
4960 | 5396 int uc = b->uc >> 16; |
4766 | 5397 if (uc & AIM_ICQ_STATE_INVISIBLE) |
4960 | 5398 emblems[i++] = "invisible"; |
4766 | 5399 else if (uc & AIM_ICQ_STATE_CHAT) |
4960 | 5400 emblems[i++] = "freeforchat"; |
4766 | 5401 else if (uc & AIM_ICQ_STATE_DND) |
4960 | 5402 emblems[i++] = "dnd"; |
4766 | 5403 else if (uc & AIM_ICQ_STATE_OUT) |
4960 | 5404 emblems[i++] = "na"; |
4766 | 5405 else if (uc & AIM_ICQ_STATE_BUSY) |
4960 | 5406 emblems[i++] = "occupied"; |
4766 | 5407 else if (uc & AIM_ICQ_STATE_AWAY) |
5408 emblems[i++] = "away"; | |
5409 } else { | |
5410 if (b->uc & UC_UNAVAILABLE) | |
5411 emblems[i++] = "away"; | |
5412 } | |
4687 | 5413 if (b->uc & UC_WIRELESS) |
5414 emblems[i++] = "wireless"; | |
5415 if (b->uc & UC_AOL) | |
5416 emblems[i++] = "aol"; | |
5417 if (b->uc & UC_ADMIN) | |
5418 emblems[i++] = "admin"; | |
5419 if (b->uc & UC_AB && i < 4) | |
5420 emblems[i++] = "activebuddy"; | |
6318 | 5421 if (b->uc & UC_HIPTOP && i < 4) |
5422 emblems[i++] = "hiptop"; | |
4766 | 5423 /* if (b->uc & UC_UNCONFIRMED && i < 4) |
5424 emblems[i++] = "unconfirmed"; */ | |
4687 | 5425 *se = emblems[0]; |
5426 *sw = emblems[1]; | |
5427 *nw = emblems[2]; | |
5428 *ne = emblems[3]; | |
5429 } | |
5430 | |
6695 | 5431 static char *oscar_tooltip_text(GaimBuddy *b) { |
5575 | 5432 GaimConnection *gc = b->account->gc; |
5131 | 5433 struct oscar_data *od = gc->proto_data; |
5434 struct buddyinfo *bi = g_hash_table_lookup(od->buddyinfo, normalize(b->name)); | |
5435 gchar *tmp, *yay = g_strdup(""); | |
5436 | |
5437 if (GAIM_BUDDY_IS_ONLINE(b)) { | |
5438 if (isdigit(b->name[0])) { | |
5439 char *tmp, *status; | |
5440 status = gaim_icq_status((b->uc & 0xffff0000) >> 16); | |
5441 tmp = yay; | |
5442 yay = g_strconcat(tmp, _("<b>Status:</b> "), status, "\n", NULL); | |
5443 g_free(tmp); | |
5444 g_free(status); | |
5445 } | |
5446 | |
5447 if (bi) { | |
5448 char *tstr = sec_to_text(time(NULL) - bi->signon + | |
5449 (gc->login_time_official ? gc->login_time_official - gc->login_time : 0)); | |
5450 tmp = yay; | |
5451 yay = g_strconcat(tmp, _("<b>Logged In:</b> "), tstr, "\n", NULL); | |
5452 free(tmp); | |
5453 free(tstr); | |
5454 | |
6857 | 5455 if (bi->ipaddr) { |
5456 char *tstr = g_strdup_printf("%hhd.%hhd.%hhd.%hhd", | |
5457 (bi->ipaddr & 0xff000000) >> 24, | |
5458 (bi->ipaddr & 0x00ff0000) >> 16, | |
5459 (bi->ipaddr & 0x0000ff00) >> 8, | |
5460 (bi->ipaddr & 0x000000ff)); | |
5461 tmp = yay; | |
5462 yay = g_strconcat(tmp, _("<b>IP Address:</b> "), tstr, "\n", NULL); | |
5463 free(tmp); | |
5464 free(tstr); | |
5465 } | |
5466 | |
5131 | 5467 if (bi->caps) { |
5468 char *caps = caps_string(bi->caps); | |
5469 tmp = yay; | |
5470 yay = g_strconcat(tmp, _("<b>Capabilities:</b> "), caps, "\n", NULL); | |
5471 free(tmp); | |
5472 } | |
5836 | 5473 |
6292 | 5474 if (bi->availmsg && !(b->uc & UC_UNAVAILABLE)) { |
5475 gchar *escaped = g_markup_escape_text(bi->availmsg, strlen(bi->availmsg)); | |
5836 | 5476 tmp = yay; |
6173 | 5477 yay = g_strconcat(tmp, _("<b>Available:</b> "), escaped, "\n", NULL); |
5836 | 5478 free(tmp); |
6173 | 5479 g_free(escaped); |
5836 | 5480 } |
5131 | 5481 } |
5482 } else { | |
5483 char *gname = aim_ssi_itemlist_findparentname(od->sess->ssi.local, b->name); | |
5484 if (aim_ssi_waitingforauth(od->sess->ssi.local, gname, b->name)) { | |
5485 tmp = yay; | |
5486 yay = g_strconcat(tmp, _("<b>Status:</b> Not Authorized"), "\n", NULL); | |
5487 g_free(tmp); | |
5488 } else { | |
5489 tmp = yay; | |
5490 yay = g_strconcat(tmp, _("<b>Status:</b> Offline"), "\n", NULL); | |
5491 g_free(tmp); | |
5492 } | |
5493 } | |
5494 | |
5495 /* remove the trailing newline character */ | |
5496 if (yay) | |
5497 yay[strlen(yay)-1] = '\0'; | |
5498 return yay; | |
5499 } | |
5500 | |
6695 | 5501 static char *oscar_status_text(GaimBuddy *b) { |
5575 | 5502 GaimConnection *gc = b->account->gc; |
5167 | 5503 struct oscar_data *od = gc->proto_data; |
5504 gchar *ret = NULL; | |
5505 | |
5506 if ((b->uc & UC_UNAVAILABLE) || (((b->uc & 0xffff0000) >> 16) & AIM_ICQ_STATE_CHAT)) { | |
5507 if (isdigit(b->name[0])) | |
5508 ret = gaim_icq_status((b->uc & 0xffff0000) >> 16); | |
5509 else | |
5510 ret = g_strdup(_("Away")); | |
5836 | 5511 } else if (GAIM_BUDDY_IS_ONLINE(b)) { |
5512 struct buddyinfo *bi = g_hash_table_lookup(od->buddyinfo, normalize(b->name)); | |
6292 | 5513 if (bi->availmsg) |
5514 ret = g_markup_escape_text(bi->availmsg, strlen(bi->availmsg)); | |
5836 | 5515 } else { |
5167 | 5516 char *gname = aim_ssi_itemlist_findparentname(od->sess->ssi.local, b->name); |
5517 if (aim_ssi_waitingforauth(od->sess->ssi.local, gname, b->name)) | |
5518 ret = g_strdup(_("Not Authorized")); | |
5519 else | |
5520 ret = g_strdup(_("Offline")); | |
5521 } | |
5522 | |
5523 return ret; | |
5524 } | |
5525 | |
5842 | 5526 |
5844 | 5527 static int oscar_icon_req(aim_session_t *sess, aim_frame_t *fr, ...) { |
5842 | 5528 GaimConnection *gc = sess->aux_data; |
5529 struct oscar_data *od = gc->proto_data; | |
5892 | 5530 va_list ap; |
5842 | 5531 fu16_t type; |
5892 | 5532 fu8_t flags = 0, length = 0; |
5533 char *md5 = NULL; | |
5534 | |
5842 | 5535 va_start(ap, fr); |
5536 type = va_arg(ap, int); | |
5892 | 5537 |
5538 switch(type) { | |
5539 case 0x0000: | |
5540 case 0x0001: { | |
5541 flags = va_arg(ap, int); | |
5542 length = va_arg(ap, int); | |
5543 md5 = va_arg(ap, char *); | |
5544 | |
5545 if (flags == 0x41) { | |
5546 if (!aim_getconn_type(od->sess, AIM_CONN_TYPE_ICON) && !od->iconconnecting) { | |
5547 od->iconconnecting = TRUE; | |
5548 od->set_icon = TRUE; | |
5549 aim_reqservice(od->sess, od->conn, AIM_CONN_TYPE_ICON); | |
5550 } else { | |
6039 | 5551 struct stat st; |
5552 const char *iconfile = gaim_account_get_buddy_icon(gaim_connection_get_account(gc)); | |
5553 if (iconfile == NULL) { | |
5554 /* Set an empty icon, or something */ | |
5555 } else if (!stat(iconfile, &st)) { | |
5556 char *buf = g_malloc(st.st_size); | |
5557 FILE *file = fopen(iconfile, "rb"); | |
5558 if (file) { | |
5559 fread(buf, 1, st.st_size, file); | |
5560 fclose(file); | |
5561 gaim_debug(GAIM_DEBUG_INFO, "oscar", | |
5562 "Uploading icon to icon server\n"); | |
5563 aim_icon_upload(od->sess, buf, st.st_size); | |
5892 | 5564 } else |
5565 gaim_debug(GAIM_DEBUG_ERROR, "oscar", | |
6039 | 5566 "Can't open buddy icon file!\n"); |
5567 g_free(buf); | |
5568 } else { | |
5569 gaim_debug(GAIM_DEBUG_ERROR, "oscar", | |
5570 "Can't stat buddy icon file!\n"); | |
5892 | 5571 } |
5572 } | |
5893 | 5573 } else if (flags == 0x81) |
5574 aim_ssi_seticon(od->sess, md5, length); | |
5892 | 5575 } break; |
5576 | |
5577 case 0x0002: { /* We just set an "available" message? */ | |
5578 } break; | |
5579 } | |
5580 | |
5842 | 5581 va_end(ap); |
5844 | 5582 |
5583 return 0; | |
5842 | 5584 } |
5892 | 5585 |
3952 | 5586 /* |
4617 | 5587 * We have just established a socket with the other dude, so set up some handlers. |
3952 | 5588 */ |
4617 | 5589 static int gaim_odc_initiate(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 5590 GaimConnection *gc = sess->aux_data; |
2086 | 5591 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
5679 | 5592 GaimConversation *cnv; |
2086 | 5593 struct direct_im *dim; |
5594 char buf[256]; | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5595 char *sn; |
4617 | 5596 va_list ap; |
5597 aim_conn_t *newconn, *listenerconn; | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5598 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5599 va_start(ap, fr); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5600 newconn = va_arg(ap, aim_conn_t *); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5601 listenerconn = va_arg(ap, aim_conn_t *); |
2086 | 5602 va_end(ap); |
5603 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5604 aim_conn_close(listenerconn); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5605 aim_conn_kill(sess, &listenerconn); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5606 |
4617 | 5607 sn = g_strdup(aim_odc_getsn(newconn)); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5608 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5609 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5610 "DirectIM: initiate success to %s\n", sn); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5611 dim = find_direct_im(od, sn); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5612 |
6640
314111e7b601
[gaim-migrate @ 7165]
Christian Hammond <chipx86@chipx86.com>
parents:
6623
diff
changeset
|
5613 cnv = gaim_conversation_new(GAIM_CONV_IM, dim->gc->account, sn); |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
5614 gaim_input_remove(dim->watcher); |
2086 | 5615 dim->conn = newconn; |
4617 | 5616 dim->watcher = gaim_input_add(dim->conn->fd, GAIM_INPUT_READ, oscar_callback, dim->conn); |
3008 | 5617 dim->connected = TRUE; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5618 g_snprintf(buf, sizeof buf, _("Direct IM with %s established"), sn); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5619 g_free(sn); |
6621 | 5620 gaim_conversation_write(cnv, NULL, buf, -1, GAIM_MESSAGE_SYSTEM, time(NULL)); |
2086 | 5621 |
4617 | 5622 aim_conn_addhandler(sess, newconn, AIM_CB_FAM_OFT, AIM_CB_OFT_DIRECTIMINCOMING, gaim_odc_incoming, 0); |
5623 aim_conn_addhandler(sess, newconn, AIM_CB_FAM_OFT, AIM_CB_OFT_DIRECTIMTYPING, gaim_odc_typing, 0); | |
5624 aim_conn_addhandler(sess, newconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_IMAGETRANSFER, gaim_update_ui, 0); | |
5625 | |
2993 | 5626 return 1; |
5627 } | |
5628 | |
5629 static int gaim_update_ui(aim_session_t *sess, aim_frame_t *fr, ...) { | |
5630 va_list ap; | |
5631 char *sn; | |
5632 double percent; | |
5575 | 5633 GaimConnection *gc = sess->aux_data; |
2993 | 5634 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
5679 | 5635 GaimConversation *c; |
2993 | 5636 struct direct_im *dim; |
5637 | |
5638 va_start(ap, fr); | |
5639 sn = va_arg(ap, char *); | |
5640 percent = va_arg(ap, double); | |
5641 va_end(ap); | |
5642 | |
2994 | 5643 if (!(dim = find_direct_im(od, sn))) |
5644 return 1; | |
3059 | 5645 if (dim->watcher) { |
5646 gaim_input_remove(dim->watcher); /* Otherwise, the callback will callback */ | |
5647 dim->watcher = 0; | |
5648 } | |
3044 | 5649 while (gtk_events_pending()) |
5650 gtk_main_iteration(); | |
6640
314111e7b601
[gaim-migrate @ 7165]
Christian Hammond <chipx86@chipx86.com>
parents:
6623
diff
changeset
|
5651 |
314111e7b601
[gaim-migrate @ 7165]
Christian Hammond <chipx86@chipx86.com>
parents:
6623
diff
changeset
|
5652 gaim_conversation_update_progress(c, percent); |
2993 | 5653 dim->watcher = gaim_input_add(dim->conn->fd, GAIM_INPUT_READ, |
5654 oscar_callback, dim->conn); | |
2086 | 5655 |
5656 return 1; | |
5657 } | |
5658 | |
4617 | 5659 static int gaim_odc_incoming(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 5660 GaimConnection *gc = sess->aux_data; |
6622 | 5661 GaimImFlags imflags = 0; |
2086 | 5662 va_list ap; |
4870 | 5663 char *sn, *msg; |
5664 int len, encoding, isawaymsg; | |
2086 | 5665 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5666 va_start(ap, fr); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5667 sn = va_arg(ap, char *); |
2086 | 5668 msg = va_arg(ap, char *); |
2993 | 5669 len = va_arg(ap, int); |
3952 | 5670 encoding = va_arg(ap, int); |
4870 | 5671 isawaymsg = va_arg(ap, int); |
2086 | 5672 va_end(ap); |
5673 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5674 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5675 "Got DirectIM message from %s\n", sn); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5676 |
4870 | 5677 if (isawaymsg) |
6622 | 5678 imflags |= GAIM_IM_AUTO_RESP; |
4870 | 5679 |
4617 | 5680 /* XXX - I imagine Paco-Paco will want to do some voodoo with the encoding here */ |
4870 | 5681 serv_got_im(gc, sn, msg, imflags, time(NULL), len); |
2086 | 5682 |
5683 return 1; | |
5684 } | |
5685 | |
4617 | 5686 static int gaim_odc_typing(aim_session_t *sess, aim_frame_t *fr, ...) { |
2086 | 5687 va_list ap; |
5688 char *sn; | |
2993 | 5689 int typing; |
5575 | 5690 GaimConnection *gc = sess->aux_data; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5691 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5692 va_start(ap, fr); |
2086 | 5693 sn = va_arg(ap, char *); |
2993 | 5694 typing = va_arg(ap, int); |
2086 | 5695 va_end(ap); |
5696 | |
4870 | 5697 if (typing == 0x0002) { |
2993 | 5698 /* I had to leave this. It's just too funny. It reminds me of my sister. */ |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5699 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5700 "ohmigod! %s has started typing (DirectIM). He's going to send you a message! *squeal*\n", sn); |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
5701 serv_got_typing(gc, sn, 0, GAIM_TYPING); |
4870 | 5702 } else if (typing == 0x0001) |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
5703 serv_got_typing(gc, sn, 0, GAIM_TYPED); |
4870 | 5704 else |
4342 | 5705 serv_got_typing_stopped(gc, sn); |
2086 | 5706 return 1; |
5707 } | |
5708 | |
5709 struct ask_do_dir_im { | |
5710 char *who; | |
5575 | 5711 GaimConnection *gc; |
2086 | 5712 }; |
5713 | |
3730 | 5714 static void oscar_cancel_direct_im(struct ask_do_dir_im *data) { |
5136 | 5715 g_free(data->who); |
2086 | 5716 g_free(data); |
5717 } | |
5718 | |
3730 | 5719 static void oscar_direct_im(struct ask_do_dir_im *data) { |
5575 | 5720 GaimConnection *gc = data->gc; |
4244 | 5721 struct oscar_data *od; |
2086 | 5722 struct direct_im *dim; |
5723 | |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
5724 if (!g_list_find(gaim_connections_get_all(), gc)) { |
5136 | 5725 g_free(data->who); |
4244 | 5726 g_free(data); |
5727 return; | |
5728 } | |
5729 | |
5730 od = (struct oscar_data *)gc->proto_data; | |
5731 | |
2086 | 5732 dim = find_direct_im(od, data->who); |
5733 if (dim) { | |
3008 | 5734 if (!(dim->connected)) { /* We'll free the old, unconnected dim, and start over */ |
5735 od->direct_ims = g_slist_remove(od->direct_ims, dim); | |
5736 gaim_input_remove(dim->watcher); | |
5737 g_free(dim); | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5738 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5739 "Gave up on old direct IM, trying again\n"); |
3008 | 5740 } else { |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
5741 gaim_notify_error(gc, NULL, "DirectIM already open.", NULL); |
5136 | 5742 g_free(data->who); |
4244 | 5743 g_free(data); |
3008 | 5744 return; |
5745 } | |
2086 | 5746 } |
5747 dim = g_new0(struct direct_im, 1); | |
5748 dim->gc = gc; | |
5749 g_snprintf(dim->name, sizeof dim->name, "%s", data->who); | |
5750 | |
4617 | 5751 dim->conn = aim_odc_initiate(od->sess, data->who); |
2086 | 5752 if (dim->conn != NULL) { |
5753 od->direct_ims = g_slist_append(od->direct_ims, dim); | |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
5754 dim->watcher = gaim_input_add(dim->conn->fd, GAIM_INPUT_READ, |
2086 | 5755 oscar_callback, dim->conn); |
4617 | 5756 aim_conn_addhandler(od->sess, dim->conn, AIM_CB_FAM_OFT, AIM_CB_OFT_DIRECTIM_ESTABLISHED, |
5757 gaim_odc_initiate, 0); | |
2086 | 5758 } else { |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
5759 gaim_notify_error(gc, NULL, _("Unable to open Direct IM"), NULL); |
2086 | 5760 g_free(dim); |
5761 } | |
4244 | 5762 |
5136 | 5763 g_free(data->who); |
4244 | 5764 g_free(data); |
2086 | 5765 } |
5766 | |
5575 | 5767 static void oscar_ask_direct_im(GaimConnection *gc, const char *who) { |
5420 | 5768 gchar *buf; |
2086 | 5769 struct ask_do_dir_im *data = g_new0(struct ask_do_dir_im, 1); |
5136 | 5770 data->who = g_strdup(who); |
2170
c24595d3c364
[gaim-migrate @ 2180]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2167
diff
changeset
|
5771 data->gc = gc; |
5420 | 5772 buf = g_strdup_printf(_("You have selected to open a Direct IM connection with %s."), who); |
5498
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5773 |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5774 gaim_request_action(gc, NULL, buf, |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5775 _("Because this reveals your IP address, it " |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5776 "may be considered a privacy risk. Do you " |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5777 "wish to continue?"), |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5778 0, data, 2, |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5779 _("Connect"), G_CALLBACK(oscar_direct_im), |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5780 _("Cancel"), G_CALLBACK(oscar_cancel_direct_im)); |
5420 | 5781 g_free(buf); |
2086 | 5782 } |
5783 | |
5575 | 5784 static void oscar_set_permit_deny(GaimConnection *gc) { |
5785 GaimAccount *account = gaim_connection_get_account(gc); | |
2086 | 5786 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
4230 | 5787 #ifdef NOSSI |
4770 | 5788 GSList *list, *g = gaim_blist_groups(), *g1; |
4230 | 5789 char buf[MAXMSGLEN]; |
5790 int at; | |
5791 | |
5575 | 5792 switch(account->perm_deny) { |
4687 | 5793 case 1: |
5575 | 5794 aim_bos_changevisibility(od->sess, od->conn, AIM_VISIBILITYCHANGE_DENYADD, gaim_account_get_username(account)); |
4230 | 5795 break; |
5796 case 2: | |
5575 | 5797 aim_bos_changevisibility(od->sess, od->conn, AIM_VISIBILITYCHANGE_PERMITADD, gaim_account_get_username(account)); |
4230 | 5798 break; |
5799 case 3: | |
5575 | 5800 list = account->permit; |
4230 | 5801 at = 0; |
5802 while (list) { | |
5803 at += g_snprintf(buf + at, sizeof(buf) - at, "%s&", (char *)list->data); | |
5804 list = list->next; | |
5805 } | |
5806 aim_bos_changevisibility(od->sess, od->conn, AIM_VISIBILITYCHANGE_PERMITADD, buf); | |
5807 break; | |
5808 case 4: | |
5575 | 5809 list = account->deny; |
4230 | 5810 at = 0; |
5811 while (list) { | |
5812 at += g_snprintf(buf + at, sizeof(buf) - at, "%s&", (char *)list->data); | |
5813 list = list->next; | |
5814 } | |
5815 aim_bos_changevisibility(od->sess, od->conn, AIM_VISIBILITYCHANGE_DENYADD, buf); | |
5816 break; | |
5817 case 5: | |
4770 | 5818 g1 = g; |
4230 | 5819 at = 0; |
4770 | 5820 while (g1) { |
5821 list = gaim_blist_members((struct group *)g->data); | |
5822 GSList list1 = list; | |
5823 while (list1) { | |
5824 struct buddy *b = list1->data; | |
5575 | 5825 if(b->account == account) |
4349 | 5826 at += g_snprintf(buf + at, sizeof(buf) - at, "%s&", b->name); |
4770 | 5827 list1 = list1->next; |
2995 | 5828 } |
4770 | 5829 g_slist_free(list); |
5830 g1 = g1->next; | |
4349 | 5831 } |
4770 | 5832 g_slist_free(g); |
4230 | 5833 aim_bos_changevisibility(od->sess, od->conn, AIM_VISIBILITYCHANGE_PERMITADD, buf); |
5834 break; | |
5835 default: | |
5836 break; | |
2086 | 5837 } |
4230 | 5838 signoff_blocked(gc); |
5839 #else | |
5840 if (od->sess->ssi.received_data) | |
5575 | 5841 aim_ssi_setpermdeny(od->sess, account->perm_deny, 0xffffffff); |
4230 | 5842 #endif |
2086 | 5843 } |
5844 | |
5575 | 5845 static void oscar_add_permit(GaimConnection *gc, const char *who) { |
4269 | 5846 #ifdef NOSSI |
4491 | 5847 if (gc->account->permdeny == 3) |
4269 | 5848 oscar_set_permit_deny(gc); |
5849 #else | |
2991 | 5850 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5851 gaim_debug(GAIM_DEBUG_INFO, "oscar", "ssi: About to add a permit\n"); |
4230 | 5852 if (od->sess->ssi.received_data) |
4889 | 5853 aim_ssi_addpermit(od->sess, who); |
4230 | 5854 #endif |
2086 | 5855 } |
5856 | |
5575 | 5857 static void oscar_add_deny(GaimConnection *gc, const char *who) { |
4269 | 5858 #ifdef NOSSI |
4491 | 5859 if (gc->account->permdeny == 4) |
4269 | 5860 oscar_set_permit_deny(gc); |
5861 #else | |
2991 | 5862 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5863 gaim_debug(GAIM_DEBUG_INFO, "oscar", "ssi: About to add a deny\n"); |
4230 | 5864 if (od->sess->ssi.received_data) |
4889 | 5865 aim_ssi_adddeny(od->sess, who); |
4230 | 5866 #endif |
2086 | 5867 } |
5868 | |
5575 | 5869 static void oscar_rem_permit(GaimConnection *gc, const char *who) { |
4269 | 5870 #ifdef NOSSI |
4491 | 5871 if (gc->account->permdeny == 3) |
4269 | 5872 oscar_set_permit_deny(gc); |
5873 #else | |
2991 | 5874 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5875 gaim_debug(GAIM_DEBUG_INFO, "oscar", "ssi: About to delete a permit\n"); |
4230 | 5876 if (od->sess->ssi.received_data) |
4889 | 5877 aim_ssi_delpermit(od->sess, who); |
4230 | 5878 #endif |
2086 | 5879 } |
5880 | |
5575 | 5881 static void oscar_rem_deny(GaimConnection *gc, const char *who) { |
4269 | 5882 #ifdef NOSSI |
4491 | 5883 if (gc->account->permdeny == 4) |
4269 | 5884 oscar_set_permit_deny(gc); |
5885 #else | |
2991 | 5886 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5887 gaim_debug(GAIM_DEBUG_INFO, "oscar", "ssi: About to delete a deny\n"); |
4230 | 5888 if (od->sess->ssi.received_data) |
4889 | 5889 aim_ssi_deldeny(od->sess, who); |
4230 | 5890 #endif |
2086 | 5891 } |
5892 | |
5575 | 5893 static GList *oscar_away_states(GaimConnection *gc) |
2086 | 5894 { |
2501
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
5895 struct oscar_data *od = gc->proto_data; |
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
5896 GList *m = NULL; |
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
5897 |
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
5898 if (!od->icq) |
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
5899 return g_list_append(m, GAIM_AWAY_CUSTOM); |
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
5900 |
4333 | 5901 m = g_list_append(m, _("Online")); |
5902 m = g_list_append(m, _("Away")); | |
5903 m = g_list_append(m, _("Do Not Disturb")); | |
5904 m = g_list_append(m, _("Not Available")); | |
5905 m = g_list_append(m, _("Occupied")); | |
5906 m = g_list_append(m, _("Free For Chat")); | |
5907 m = g_list_append(m, _("Invisible")); | |
5908 | |
5909 return m; | |
5910 } | |
5911 | |
5575 | 5912 static GList *oscar_buddy_menu(GaimConnection *gc, const char *who) { |
4333 | 5913 struct oscar_data *od = gc->proto_data; |
5914 GList *m = NULL; | |
5915 struct proto_buddy_menu *pbm; | |
5916 | |
5917 if (od->icq) { | |
4624 | 5918 #if 0 |
4333 | 5919 pbm = g_new0(struct proto_buddy_menu, 1); |
5920 pbm->label = _("Get Status Msg"); | |
4969 | 5921 pbm->callback = oscar_get_icqstatusmsg; |
4333 | 5922 pbm->gc = gc; |
5923 m = g_list_append(m, pbm); | |
4624 | 5924 #endif |
4333 | 5925 } else { |
6695 | 5926 GaimBuddy *b = gaim_find_buddy(gc->account, who); |
5975 | 5927 struct buddyinfo *bi; |
5928 | |
5929 if (b) | |
5930 bi = g_hash_table_lookup(od->buddyinfo, normalize(b->name)); | |
5917 | 5931 |
5932 if (b && bi && aim_sncmp(gaim_account_get_username(gaim_connection_get_account(gc)), who) && GAIM_BUDDY_IS_ONLINE(b)) { | |
6871 | 5933 if (bi->caps & AIM_CAPS_DIRECTIM) { |
5917 | 5934 pbm = g_new0(struct proto_buddy_menu, 1); |
5935 pbm->label = _("Direct IM"); | |
5936 pbm->callback = oscar_ask_direct_im; | |
5937 pbm->gc = gc; | |
5938 m = g_list_append(m, pbm); | |
5939 } | |
5940 | |
5941 if (bi->caps & AIM_CAPS_SENDFILE) { | |
5942 pbm = g_new0(struct proto_buddy_menu, 1); | |
5943 pbm->label = _("Send File"); | |
5944 pbm->callback = oscar_ask_sendfile; | |
5945 pbm->gc = gc; | |
5946 m = g_list_append(m, pbm); | |
5947 } | |
4826 | 5948 #if 0 |
5917 | 5949 if (bi->caps & AIM_CAPS_GETFILE) { |
5950 pbm = g_new0(struct proto_buddy_menu, 1); | |
5951 pbm->label = _("Get File"); | |
5952 pbm->callback = oscar_ask_getfile; | |
5953 pbm->gc = gc; | |
5954 m = g_list_append(m, pbm); | |
5955 } | |
4826 | 5956 #endif |
4333 | 5957 } |
5131 | 5958 } |
5197 | 5959 |
5131 | 5960 if (od->sess->ssi.received_data) { |
5961 char *gname = aim_ssi_itemlist_findparentname(od->sess->ssi.local, who); | |
5962 if (gname && aim_ssi_waitingforauth(od->sess->ssi.local, gname, who)) { | |
5963 pbm = g_new0(struct proto_buddy_menu, 1); | |
6623 | 5964 pbm->label = _("Re-request authorization"); |
5131 | 5965 pbm->callback = gaim_auth_sendrequest; |
5966 pbm->gc = gc; | |
5967 m = g_list_append(m, pbm); | |
4333 | 5968 } |
4916 | 5969 } |
5970 | |
4333 | 5971 return m; |
5972 } | |
5973 | |
5575 | 5974 static void oscar_format_screenname(GaimConnection *gc, const char *nick) { |
4333 | 5975 struct oscar_data *od = gc->proto_data; |
5575 | 5976 if (!aim_sncmp(gaim_account_get_username(gaim_connection_get_account(gc)), nick)) { |
4333 | 5977 if (!aim_getconn_type(od->sess, AIM_CONN_TYPE_AUTH)) { |
5978 od->setnick = TRUE; | |
5979 od->newsn = g_strdup(nick); | |
5980 aim_reqservice(od->sess, od->conn, AIM_CONN_TYPE_AUTH); | |
5981 } else { | |
5982 aim_admin_setnick(od->sess, aim_getconn_type(od->sess, AIM_CONN_TYPE_AUTH), nick); | |
5983 } | |
5984 } else { | |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
5985 gaim_notify_error(gc, NULL, _("The new formatting is invalid."), |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
5986 _("Screenname formatting can change only capitalization and whitespace.")); |
4333 | 5987 } |
5988 } | |
5989 | |
5575 | 5990 static void oscar_show_format_screenname(GaimConnection *gc) |
4333 | 5991 { |
5493
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
5992 gaim_request_input(gc, NULL, _("New screenname formatting:"), NULL, |
6035
8c44020a958e
[gaim-migrate @ 6485]
Christian Hammond <chipx86@chipx86.com>
parents:
6029
diff
changeset
|
5993 gaim_connection_get_display_name(gc), FALSE, FALSE, |
5493
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
5994 _("OK"), G_CALLBACK(oscar_format_screenname), |
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
5995 _("Cancel"), NULL, |
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
5996 gc); |
4333 | 5997 } |
5998 | |
5575 | 5999 static void oscar_confirm_account(GaimConnection *gc) |
4333 | 6000 { |
6001 struct oscar_data *od = gc->proto_data; | |
6002 aim_conn_t *conn = aim_getconn_type(od->sess, AIM_CONN_TYPE_AUTH); | |
6003 | |
6004 if (conn) { | |
6005 aim_admin_reqconfirm(od->sess, conn); | |
6006 } else { | |
6007 od->conf = TRUE; | |
6008 aim_reqservice(od->sess, od->conn, AIM_CONN_TYPE_AUTH); | |
6009 } | |
6010 } | |
6011 | |
5575 | 6012 static void oscar_show_email(GaimConnection *gc) |
4333 | 6013 { |
6014 struct oscar_data *od = gc->proto_data; | |
6015 aim_conn_t *conn = aim_getconn_type(od->sess, AIM_CONN_TYPE_AUTH); | |
6016 | |
6017 if (conn) { | |
6018 aim_admin_getinfo(od->sess, conn, 0x11); | |
6019 } else { | |
6020 od->reqemail = TRUE; | |
6021 aim_reqservice(od->sess, od->conn, AIM_CONN_TYPE_AUTH); | |
6022 } | |
6023 } | |
6024 | |
5575 | 6025 static void oscar_change_email(GaimConnection *gc, const char *email) |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
6026 { |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
6027 struct oscar_data *od = gc->proto_data; |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
6028 aim_conn_t *conn = aim_getconn_type(od->sess, AIM_CONN_TYPE_AUTH); |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
6029 |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
6030 if (conn) { |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
6031 aim_admin_setemail(od->sess, conn, email); |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
6032 } else { |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
6033 od->setemail = TRUE; |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
6034 od->email = g_strdup(email); |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
6035 aim_reqservice(od->sess, od->conn, AIM_CONN_TYPE_AUTH); |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
6036 } |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
6037 } |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
6038 |
5575 | 6039 static void oscar_show_change_email(GaimConnection *gc) |
4333 | 6040 { |
6035
8c44020a958e
[gaim-migrate @ 6485]
Christian Hammond <chipx86@chipx86.com>
parents:
6029
diff
changeset
|
6041 gaim_request_input(gc, NULL, _("Change Address To:"), NULL, NULL, |
8c44020a958e
[gaim-migrate @ 6485]
Christian Hammond <chipx86@chipx86.com>
parents:
6029
diff
changeset
|
6042 FALSE, FALSE, |
5493
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
6043 _("OK"), G_CALLBACK(oscar_change_email), |
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
6044 _("Cancel"), NULL, |
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
6045 gc); |
4333 | 6046 } |
6047 | |
5575 | 6048 static void oscar_show_awaitingauth(GaimConnection *gc) |
4333 | 6049 { |
2979 | 6050 struct oscar_data *od = gc->proto_data; |
4333 | 6051 gchar *nombre, *text, *tmp; |
6695 | 6052 GaimBlistNode *gnode, *cnode, *bnode; |
4333 | 6053 int num=0; |
6054 | |
6055 text = g_strdup(_("You are awaiting authorization from the following buddies:<BR>")); | |
6056 | |
4785 | 6057 for (gnode = gaim_get_blist()->root; gnode; gnode = gnode->next) { |
6695 | 6058 GaimGroup *group = (GaimGroup *)gnode; |
4785 | 6059 if(!GAIM_BLIST_NODE_IS_GROUP(gnode)) |
6060 continue; | |
6695 | 6061 for (cnode = gnode->child; cnode; cnode = cnode->next) { |
6062 if(!GAIM_BLIST_NODE_IS_CONTACT(cnode)) | |
4785 | 6063 continue; |
6695 | 6064 for (bnode = cnode->child; bnode; bnode = bnode->next) { |
6065 GaimBuddy *buddy = (GaimBuddy *)bnode; | |
6066 if(!GAIM_BLIST_NODE_IS_BUDDY(bnode)) | |
6067 continue; | |
6068 if (buddy->account == gc->account && aim_ssi_waitingforauth(od->sess->ssi.local, group->name, buddy->name)) { | |
6069 if (gaim_get_buddy_alias_only(buddy)) | |
6070 nombre = g_strdup_printf(" %s (%s)", buddy->name, gaim_get_buddy_alias_only(buddy)); | |
6071 else | |
6072 nombre = g_strdup_printf(" %s", buddy->name); | |
6073 tmp = g_strdup_printf("%s<BR>%s", text, nombre); | |
6074 g_free(text); | |
6075 text = tmp; | |
6076 g_free(nombre); | |
6077 num++; | |
6078 } | |
4333 | 6079 } |
2979 | 6080 } |
4333 | 6081 } |
6082 | |
6083 if (!num) { | |
6084 tmp = g_strdup_printf("%s<BR>%s", text, _("<i>you are not waiting for authorization</i>")); | |
6085 g_free(text); | |
6086 text = tmp; | |
2979 | 6087 } |
4333 | 6088 |
4959 | 6089 tmp = g_strdup_printf(_("%s<BR><BR>You can re-request authorization from these buddies by right-clicking on them and clicking \"Re-request authorization.\""), text); |
4333 | 6090 g_free(text); |
6091 text = tmp; | |
5575 | 6092 g_show_info_text(gc, gaim_account_get_username(gaim_connection_get_account(gc)), 2, text, NULL); |
4333 | 6093 g_free(text); |
2979 | 6094 } |
6095 | |
5975 | 6096 #if 0 |
5917 | 6097 static void oscar_setavailmsg(GaimConnection *gc, char *text) { |
6098 struct oscar_data *od = (struct oscar_data *)gc->proto_data; | |
6099 | |
6100 aim_srv_setavailmsg(od->sess, text); | |
6101 } | |
6102 | |
6103 static void oscar_show_setavailmsg(GaimConnection *gc) | |
6104 { | |
6105 gaim_request_input(gc, NULL, _("Available Message:"), | |
6035
8c44020a958e
[gaim-migrate @ 6485]
Christian Hammond <chipx86@chipx86.com>
parents:
6029
diff
changeset
|
6106 NULL, _("Please talk to me, I'm lonely! (and single)"), TRUE, FALSE, |
5917 | 6107 _("OK"), G_CALLBACK(oscar_setavailmsg), |
6108 _("Cancel"), NULL, | |
6109 gc); | |
6110 } | |
5975 | 6111 #endif |
5917 | 6112 |
5575 | 6113 static void oscar_show_chpassurl(GaimConnection *gc) |
4333 | 6114 { |
6115 struct oscar_data *od = gc->proto_data; | |
5575 | 6116 gchar *substituted = gaim_strreplace(od->sess->authinfo->chpassurl, "%s", gaim_account_get_username(gaim_connection_get_account(gc))); |
6465
fb64cc87bc96
[gaim-migrate @ 6974]
Christian Hammond <chipx86@chipx86.com>
parents:
6400
diff
changeset
|
6117 gaim_notify_uri(gc, substituted); |
5517 | 6118 g_free(substituted); |
4333 | 6119 } |
6120 | |
5842 | 6121 static void oscar_set_icon(GaimConnection *gc, const char *iconfile) |
6122 { | |
5844 | 6123 struct oscar_data *od = gc->proto_data; |
6124 aim_session_t *sess = od->sess; | |
5842 | 6125 FILE *file; |
6126 struct stat st; | |
5844 | 6127 |
6039 | 6128 if (iconfile == NULL) { |
6129 /* Set an empty icon, or something */ | |
6130 } else if (!stat(iconfile, &st)) { | |
5842 | 6131 char *buf = g_malloc(st.st_size); |
6132 file = fopen(iconfile, "rb"); | |
6133 if (file) { | |
6052 | 6134 md5_state_t *state; |
6039 | 6135 char md5[16]; |
5842 | 6136 int len = fread(buf, 1, st.st_size, file); |
6039 | 6137 fclose(file); |
6052 | 6138 state = g_malloc(sizeof(md5_state_t)); |
5842 | 6139 md5_init(state); |
6140 md5_append(state, buf, len); | |
6141 md5_finish(state, md5); | |
6142 g_free(state); | |
6143 aim_ssi_seticon(sess, md5, 16); | |
6144 } else | |
6145 gaim_debug(GAIM_DEBUG_ERROR, "oscar", | |
6146 "Can't open buddy icon file!\n"); | |
6147 g_free(buf); | |
6148 } else | |
6149 gaim_debug(GAIM_DEBUG_ERROR, "oscar", | |
6150 "Can't stat buddy icon file!\n"); | |
6151 } | |
6152 | |
6153 | |
5575 | 6154 static GList *oscar_actions(GaimConnection *gc) |
2086 | 6155 { |
6156 struct oscar_data *od = gc->proto_data; | |
4333 | 6157 struct proto_actions_menu *pam; |
6158 GList *m = NULL; | |
6159 | |
6160 pam = g_new0(struct proto_actions_menu, 1); | |
6161 pam->label = _("Set User Info"); | |
6162 pam->callback = show_set_info; | |
6163 pam->gc = gc; | |
6164 m = g_list_append(m, pam); | |
6165 | |
5917 | 6166 #if 0 |
6167 pam = g_new0(struct proto_actions_menu, 1); | |
6168 pam->label = _("Set Available Message"); | |
6169 pam->callback = oscar_show_setavailmsg; | |
6170 pam->gc = gc; | |
6171 m = g_list_append(m, pam); | |
6172 #endif | |
6173 | |
5238 | 6174 pam = g_new0(struct proto_actions_menu, 1); |
6175 pam->label = _("Change Password"); | |
6176 pam->callback = show_change_passwd; | |
6177 pam->gc = gc; | |
6178 m = g_list_append(m, pam); | |
4617 | 6179 |
6180 if (od->sess->authinfo->chpassurl) { | |
6181 pam = g_new0(struct proto_actions_menu, 1); | |
6182 pam->label = _("Change Password (URL)"); | |
6183 pam->callback = oscar_show_chpassurl; | |
6184 pam->gc = gc; | |
6185 m = g_list_append(m, pam); | |
6186 } | |
6187 | |
5238 | 6188 if (!od->icq) { |
4617 | 6189 /* AIM actions */ |
6190 m = g_list_append(m, NULL); | |
4333 | 6191 |
5917 | 6192 pam = g_new0(struct proto_actions_menu, 1); |
4333 | 6193 pam->label = _("Format Screenname"); |
5844 | 6194 pam->callback = oscar_show_format_screenname; |
4333 | 6195 pam->gc = gc; |
6196 m = g_list_append(m, pam); | |
6197 | |
6198 pam = g_new0(struct proto_actions_menu, 1); | |
6199 pam->label = _("Confirm Account"); | |
6200 pam->callback = oscar_confirm_account; | |
6201 pam->gc = gc; | |
6202 m = g_list_append(m, pam); | |
6203 | |
6204 pam = g_new0(struct proto_actions_menu, 1); | |
6205 pam->label = _("Display Current Registered Address"); | |
6206 pam->callback = oscar_show_email; | |
6207 pam->gc = gc; | |
6208 m = g_list_append(m, pam); | |
6209 | |
6210 pam = g_new0(struct proto_actions_menu, 1); | |
6211 pam->label = _("Change Current Registered Address"); | |
6212 pam->callback = oscar_show_change_email; | |
6213 pam->gc = gc; | |
6214 m = g_list_append(m, pam); | |
2086 | 6215 } |
4333 | 6216 |
6217 m = g_list_append(m, NULL); | |
6218 | |
6219 pam = g_new0(struct proto_actions_menu, 1); | |
6220 pam->label = _("Show Buddies Awaiting Authorization"); | |
6221 pam->callback = oscar_show_awaitingauth; | |
6222 pam->gc = gc; | |
6223 m = g_list_append(m, pam); | |
6224 | |
2086 | 6225 m = g_list_append(m, NULL); |
4333 | 6226 |
6227 pam = g_new0(struct proto_actions_menu, 1); | |
6228 pam->label = _("Search for Buddy by Email"); | |
6229 pam->callback = show_find_email; | |
6230 pam->gc = gc; | |
6231 m = g_list_append(m, pam); | |
6232 | |
4336 | 6233 /* pam = g_new0(struct proto_actions_menu, 1); |
4333 | 6234 pam->label = _("Search for Buddy by Information"); |
6235 pam->callback = show_find_info; | |
6236 pam->gc = gc; | |
4336 | 6237 m = g_list_append(m, pam); */ |
2086 | 6238 |
6239 return m; | |
6240 } | |
6241 | |
5575 | 6242 static void oscar_change_passwd(GaimConnection *gc, const char *old, const char *new) |
2086 | 6243 { |
6244 struct oscar_data *od = gc->proto_data; | |
4617 | 6245 |
6246 if (od->icq) { | |
6247 aim_icq_changepasswd(od->sess, new); | |
2086 | 6248 } else { |
4617 | 6249 aim_conn_t *conn = aim_getconn_type(od->sess, AIM_CONN_TYPE_AUTH); |
6250 if (conn) { | |
6251 aim_admin_changepasswd(od->sess, conn, new, old); | |
6252 } else { | |
6253 od->chpass = TRUE; | |
6254 od->oldp = g_strdup(old); | |
6255 od->newp = g_strdup(new); | |
6256 aim_reqservice(od->sess, od->conn, AIM_CONN_TYPE_AUTH); | |
6257 } | |
2086 | 6258 } |
6259 } | |
6260 | |
6059 | 6261 static void oscar_convo_closed(GaimConnection *gc, const char *who) |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
6262 { |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
6263 struct oscar_data *od = gc->proto_data; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
6264 struct direct_im *dim = find_direct_im(od, who); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
6265 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
6266 if (!dim) |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
6267 return; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
6268 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
6269 od->direct_ims = g_slist_remove(od->direct_ims, dim); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
6270 gaim_input_remove(dim->watcher); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
6271 aim_conn_kill(od->sess, &dim->conn); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
6272 g_free(dim); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
6273 } |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
6274 |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6275 static GaimPluginProtocolInfo prpl_info = |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6276 { |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6277 GAIM_PROTO_OSCAR, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6278 OPT_PROTO_MAIL_CHECK | OPT_PROTO_BUDDY_ICON | OPT_PROTO_IM_IMAGE, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6279 NULL, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6280 NULL, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6281 oscar_list_icon, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6282 oscar_list_emblems, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6283 oscar_status_text, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6284 oscar_tooltip_text, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6285 oscar_away_states, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6286 oscar_actions, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6287 oscar_buddy_menu, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6288 oscar_chat_info, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6289 oscar_login, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6290 oscar_close, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6291 oscar_send_im, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6292 oscar_set_info, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6293 oscar_send_typing, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6294 oscar_get_info, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6295 oscar_set_away, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6296 oscar_get_away, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6297 oscar_set_dir, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6298 NULL, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6299 oscar_dir_search, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6300 oscar_set_idle, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6301 oscar_change_passwd, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6302 oscar_add_buddy, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6303 oscar_add_buddies, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6304 oscar_remove_buddy, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6305 oscar_remove_buddies, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6306 oscar_add_permit, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6307 oscar_add_deny, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6308 oscar_rem_permit, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6309 oscar_rem_deny, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6310 oscar_set_permit_deny, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6311 oscar_warn, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6312 oscar_join_chat, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6313 oscar_chat_invite, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6314 oscar_chat_leave, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6315 NULL, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6316 oscar_chat_send, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6317 oscar_keepalive, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6318 NULL, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6319 NULL, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6320 NULL, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6321 #ifndef NOSSI |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6322 oscar_alias_buddy, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6323 oscar_move_buddy, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6324 oscar_rename_group, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6325 #else |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6326 NULL, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6327 NULL, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6328 NULL, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6329 #endif |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6330 NULL, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6331 oscar_convo_closed, |
5842 | 6332 NULL, |
6333 oscar_set_icon | |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6334 }; |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6335 |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6336 static GaimPluginInfo info = |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6337 { |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6338 2, /**< api_version */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6339 GAIM_PLUGIN_PROTOCOL, /**< type */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6340 NULL, /**< ui_requirement */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6341 0, /**< flags */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6342 NULL, /**< dependencies */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6343 GAIM_PRIORITY_DEFAULT, /**< priority */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6344 |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6345 "prpl-oscar", /**< id */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6346 "AIM/ICQ", /**< name */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6347 VERSION, /**< version */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6348 /** summary */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6349 N_("AIM/ICQ Protocol Plugin"), |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6350 /** description */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6351 N_("AIM/ICQ Protocol Plugin"), |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6352 NULL, /**< author */ |
6371
8f94cce8faa5
[gaim-migrate @ 6876]
Christian Hammond <chipx86@chipx86.com>
parents:
6350
diff
changeset
|
6353 GAIM_WEBSITE, /**< homepage */ |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6354 |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6355 NULL, /**< load */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6356 NULL, /**< unload */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6357 NULL, /**< destroy */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6358 |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6359 NULL, /**< ui_info */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6360 &prpl_info /**< extra_info */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6361 }; |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6362 |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6363 static void |
5920
7d385de2f9cd
[gaim-migrate @ 6360]
Christian Hammond <chipx86@chipx86.com>
parents:
5917
diff
changeset
|
6364 init_plugin(GaimPlugin *plugin) |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6365 { |
5638
0bdfa28c678e
[gaim-migrate @ 6047]
Christian Hammond <chipx86@chipx86.com>
parents:
5631
diff
changeset
|
6366 GaimAccountOption *option; |
0bdfa28c678e
[gaim-migrate @ 6047]
Christian Hammond <chipx86@chipx86.com>
parents:
5631
diff
changeset
|
6367 |
5685
43ea75092684
[gaim-migrate @ 6106]
Christian Hammond <chipx86@chipx86.com>
parents:
5681
diff
changeset
|
6368 option = gaim_account_option_string_new(_("Auth host"), "server", |
5638
0bdfa28c678e
[gaim-migrate @ 6047]
Christian Hammond <chipx86@chipx86.com>
parents:
5631
diff
changeset
|
6369 "login.oscar.aol.com"); |
0bdfa28c678e
[gaim-migrate @ 6047]
Christian Hammond <chipx86@chipx86.com>
parents:
5631
diff
changeset
|
6370 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, |
0bdfa28c678e
[gaim-migrate @ 6047]
Christian Hammond <chipx86@chipx86.com>
parents:
5631
diff
changeset
|
6371 option); |
0bdfa28c678e
[gaim-migrate @ 6047]
Christian Hammond <chipx86@chipx86.com>
parents:
5631
diff
changeset
|
6372 |
5685
43ea75092684
[gaim-migrate @ 6106]
Christian Hammond <chipx86@chipx86.com>
parents:
5681
diff
changeset
|
6373 option = gaim_account_option_int_new(_("Auth port"), "port", 5190); |
5638
0bdfa28c678e
[gaim-migrate @ 6047]
Christian Hammond <chipx86@chipx86.com>
parents:
5631
diff
changeset
|
6374 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, |
0bdfa28c678e
[gaim-migrate @ 6047]
Christian Hammond <chipx86@chipx86.com>
parents:
5631
diff
changeset
|
6375 option); |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6376 |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6377 my_protocol = plugin; |
2086 | 6378 } |
6379 | |
5920
7d385de2f9cd
[gaim-migrate @ 6360]
Christian Hammond <chipx86@chipx86.com>
parents:
5917
diff
changeset
|
6380 GAIM_INIT_PLUGIN(oscar, init_plugin, info); |