Mercurial > pidgin
annotate src/protocols/oscar/oscar.c @ 7950:7b8407d8c546
[gaim-migrate @ 8624]
Move the "Logged In:" tooltip thingy to the core.
Much thanks to Evan Schoenberg of Adium.
This shouldn't affect anything for oscar. For jabber
some servers/accounts might start showing a "Logged In:"
line in people's tooltips. I'm really not sure when it
will or won't. I bet faceprint knows!
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 29 Dec 2003 06:13:36 +0000 |
parents | 0a0be07f066a |
children | 1b8261f374ea |
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" |
7083
3100a6e03644
[gaim-migrate @ 7648]
Christian Hammond <chipx86@chipx86.com>
parents:
7082
diff
changeset
|
33 #include "core.h" |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
34 #include "debug.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
35 #include "ft.h" |
6982 | 36 #include "imgstore.h" |
2086 | 37 #include "multi.h" |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
38 #include "notify.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
39 #include "privacy.h" |
2086 | 40 #include "prpl.h" |
4889 | 41 #include "proxy.h" |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
42 #include "request.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
43 #include "util.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
44 |
2086 | 45 #include "aim.h" |
5842 | 46 #include "md5.h" |
2086 | 47 |
2501
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
48 #define UC_AOL 0x02 |
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
49 #define UC_ADMIN 0x04 |
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
50 #define UC_UNCONFIRMED 0x08 |
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
51 #define UC_NORMAL 0x10 |
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
52 #define UC_AB 0x20 |
3079 | 53 #define UC_WIRELESS 0x40 |
2501
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
54 |
2086 | 55 #define AIMHASHDATA "http://gaim.sourceforge.net/aim_data.php3" |
56 | |
7283 | 57 #define OSCAR_CONNECT_STEPS 6 |
58 | |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
59 static GaimPlugin *my_protocol = NULL; |
4249 | 60 |
7376 | 61 static int caps_aim = AIM_CAPS_CHAT | AIM_CAPS_BUDDYICON | AIM_CAPS_DIRECTIM | AIM_CAPS_SENDFILE | AIM_CAPS_INTEROPERATE | AIM_CAPS_ICHAT; |
62 static int caps_icq = AIM_CAPS_BUDDYICON | AIM_CAPS_DIRECTIM | AIM_CAPS_SENDFILE | AIM_CAPS_ICQUTF8 | AIM_CAPS_INTEROPERATE | AIM_CAPS_ICHAT; | |
3458 | 63 |
4665 | 64 static fu8_t features_aim[] = {0x01, 0x01, 0x01, 0x02}; |
65 static fu8_t features_icq[] = {0x01, 0x06}; | |
2086 | 66 |
7283 | 67 typedef struct _OscarData OscarData; |
68 struct _OscarData { | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
69 aim_session_t *sess; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
70 aim_conn_t *conn; |
2086 | 71 |
72 guint cnpa; | |
73 guint paspa; | |
3694 | 74 guint emlpa; |
4804 | 75 guint icopa; |
2086 | 76 |
4823 | 77 gboolean iconconnecting; |
5842 | 78 gboolean set_icon; |
4823 | 79 |
2822
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
80 GSList *create_rooms; |
2086 | 81 |
82 gboolean conf; | |
83 gboolean reqemail; | |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
84 gboolean setemail; |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
85 char *email; |
2979 | 86 gboolean setnick; |
87 char *newsn; | |
2086 | 88 gboolean chpass; |
89 char *oldp; | |
90 char *newp; | |
5842 | 91 |
2086 | 92 GSList *oscar_chats; |
93 GSList *direct_ims; | |
3630 | 94 GSList *file_transfers; |
4738 | 95 GHashTable *buddyinfo; |
4804 | 96 GSList *requesticon; |
2086 | 97 |
2501
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
98 gboolean killme; |
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
99 gboolean icq; |
4804 | 100 guint icontimer; |
5968 | 101 guint getblisttimer; |
2993 | 102 |
103 struct { | |
4230 | 104 guint maxwatchers; /* max users who can watch you */ |
2993 | 105 guint maxbuddies; /* max users you can watch */ |
4230 | 106 guint maxgroups; /* max groups in server list */ |
2993 | 107 guint maxpermits; /* max users on permit list */ |
108 guint maxdenies; /* max users on deny list */ | |
109 guint maxsiglen; /* max size (bytes) of profile */ | |
110 guint maxawaymsglen; /* max size (bytes) of posted away message */ | |
111 } rights; | |
2086 | 112 }; |
113 | |
2822
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
114 struct create_room { |
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
115 char *name; |
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
116 int exchange; |
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
117 }; |
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
118 |
2086 | 119 struct chat_connection { |
120 char *name; | |
121 char *show; /* AOL did something funny to us */ | |
2821
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
122 fu16_t exchange; |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
123 fu16_t instance; |
2086 | 124 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
|
125 aim_conn_t *conn; |
2086 | 126 int inpa; |
127 int id; | |
5575 | 128 GaimConnection *gc; /* i hate this. */ |
5679 | 129 GaimConversation *cnv; /* bah. */ |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
130 int maxlen; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
131 int maxvis; |
2086 | 132 }; |
133 | |
134 struct direct_im { | |
5575 | 135 GaimConnection *gc; |
2086 | 136 char name[80]; |
137 int watcher; | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
138 aim_conn_t *conn; |
3008 | 139 gboolean connected; |
2086 | 140 }; |
141 | |
142 struct ask_direct { | |
5575 | 143 GaimConnection *gc; |
2086 | 144 char *sn; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
145 char ip[64]; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
146 fu8_t cookie[8]; |
2086 | 147 }; |
148 | |
7011 | 149 /* |
150 * Various PRPL-specific buddy info that we want to keep track of | |
151 * Some other info is maintained by locate.c, and I'd like to move | |
152 * the rest of this to libfaim, mostly im.c | |
153 */ | |
4738 | 154 struct buddyinfo { |
155 gboolean typingnot; | |
6292 | 156 gchar *availmsg; |
6857 | 157 fu32_t ipaddr; |
5836 | 158 |
159 unsigned long ico_me_len; | |
160 unsigned long ico_me_csum; | |
161 time_t ico_me_time; | |
162 gboolean ico_informed; | |
4738 | 163 |
164 unsigned long ico_len; | |
165 unsigned long ico_csum; | |
166 time_t ico_time; | |
167 gboolean ico_need; | |
7406 | 168 gboolean ico_sent; |
2086 | 169 }; |
170 | |
4230 | 171 struct name_data { |
5575 | 172 GaimConnection *gc; |
4230 | 173 gchar *name; |
3453 | 174 gchar *nick; |
3141 | 175 }; |
176 | |
5129 | 177 static char *msgerrreason[] = { |
178 N_("Invalid error"), | |
179 N_("Invalid SNAC"), | |
180 N_("Rate to host"), | |
181 N_("Rate to client"), | |
182 N_("Not logged in"), | |
183 N_("Service unavailable"), | |
184 N_("Service not defined"), | |
185 N_("Obsolete SNAC"), | |
186 N_("Not supported by host"), | |
187 N_("Not supported by client"), | |
188 N_("Refused by client"), | |
189 N_("Reply too big"), | |
190 N_("Responses lost"), | |
191 N_("Request denied"), | |
192 N_("Busted SNAC payload"), | |
193 N_("Insufficient rights"), | |
194 N_("In local permit/deny"), | |
195 N_("Too evil (sender)"), | |
196 N_("Too evil (receiver)"), | |
197 N_("User temporarily unavailable"), | |
198 N_("No match"), | |
199 N_("List overflow"), | |
200 N_("Request ambiguous"), | |
201 N_("Queue full"), | |
202 N_("Not while on AOL") | |
203 }; | |
204 static int msgerrreasonlen = 25; | |
205 | |
206 /* All the libfaim->gaim callback functions */ | |
207 static int gaim_parse_auth_resp (aim_session_t *, aim_frame_t *, ...); | |
208 static int gaim_parse_login (aim_session_t *, aim_frame_t *, ...); | |
209 static int gaim_handle_redirect (aim_session_t *, aim_frame_t *, ...); | |
210 static int gaim_info_change (aim_session_t *, aim_frame_t *, ...); | |
211 static int gaim_account_confirm (aim_session_t *, aim_frame_t *, ...); | |
212 static int gaim_parse_oncoming (aim_session_t *, aim_frame_t *, ...); | |
213 static int gaim_parse_offgoing (aim_session_t *, aim_frame_t *, ...); | |
214 static int gaim_parse_incoming_im(aim_session_t *, aim_frame_t *, ...); | |
215 static int gaim_parse_misses (aim_session_t *, aim_frame_t *, ...); | |
216 static int gaim_parse_clientauto (aim_session_t *, aim_frame_t *, ...); | |
7011 | 217 static int gaim_parse_userinfo (aim_session_t *, aim_frame_t *, ...); |
5129 | 218 static int gaim_parse_motd (aim_session_t *, aim_frame_t *, ...); |
219 static int gaim_chatnav_info (aim_session_t *, aim_frame_t *, ...); | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7111
diff
changeset
|
220 static int gaim_conv_chat_join (aim_session_t *, aim_frame_t *, ...); |
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7111
diff
changeset
|
221 static int gaim_conv_chat_leave (aim_session_t *, aim_frame_t *, ...); |
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7111
diff
changeset
|
222 static int gaim_conv_chat_info_update (aim_session_t *, aim_frame_t *, ...); |
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7111
diff
changeset
|
223 static int gaim_conv_chat_incoming_msg(aim_session_t *, aim_frame_t *, ...); |
5129 | 224 static int gaim_email_parseupdate(aim_session_t *, aim_frame_t *, ...); |
225 static int gaim_icon_error (aim_session_t *, aim_frame_t *, ...); | |
226 static int gaim_icon_parseicon (aim_session_t *, aim_frame_t *, ...); | |
5844 | 227 static int oscar_icon_req (aim_session_t *, aim_frame_t *, ...); |
5129 | 228 static int gaim_parse_msgack (aim_session_t *, aim_frame_t *, ...); |
229 static int gaim_parse_ratechange (aim_session_t *, aim_frame_t *, ...); | |
230 static int gaim_parse_evilnotify (aim_session_t *, aim_frame_t *, ...); | |
231 static int gaim_parse_searcherror(aim_session_t *, aim_frame_t *, ...); | |
232 static int gaim_parse_searchreply(aim_session_t *, aim_frame_t *, ...); | |
233 static int gaim_bosrights (aim_session_t *, aim_frame_t *, ...); | |
234 static int gaim_connerr (aim_session_t *, aim_frame_t *, ...); | |
235 static int conninitdone_admin (aim_session_t *, aim_frame_t *, ...); | |
236 static int conninitdone_bos (aim_session_t *, aim_frame_t *, ...); | |
237 static int conninitdone_chatnav (aim_session_t *, aim_frame_t *, ...); | |
238 static int conninitdone_chat (aim_session_t *, aim_frame_t *, ...); | |
239 static int conninitdone_email (aim_session_t *, aim_frame_t *, ...); | |
240 static int conninitdone_icon (aim_session_t *, aim_frame_t *, ...); | |
241 static int gaim_parse_msgerr (aim_session_t *, aim_frame_t *, ...); | |
242 static int gaim_parse_mtn (aim_session_t *, aim_frame_t *, ...); | |
243 static int gaim_parse_locaterights(aim_session_t *, aim_frame_t *, ...); | |
244 static int gaim_parse_buddyrights(aim_session_t *, aim_frame_t *, ...); | |
245 static int gaim_parse_locerr (aim_session_t *, aim_frame_t *, ...); | |
246 static int gaim_icbm_param_info (aim_session_t *, aim_frame_t *, ...); | |
247 static int gaim_parse_genericerr (aim_session_t *, aim_frame_t *, ...); | |
248 static int gaim_memrequest (aim_session_t *, aim_frame_t *, ...); | |
249 static int gaim_selfinfo (aim_session_t *, aim_frame_t *, ...); | |
250 static int gaim_offlinemsg (aim_session_t *, aim_frame_t *, ...); | |
251 static int gaim_offlinemsgdone (aim_session_t *, aim_frame_t *, ...); | |
252 static int gaim_icqalias (aim_session_t *, aim_frame_t *, ...); | |
253 static int gaim_icqinfo (aim_session_t *, aim_frame_t *, ...); | |
254 static int gaim_popup (aim_session_t *, aim_frame_t *, ...); | |
255 #ifndef NOSSI | |
256 static int gaim_ssi_parseerr (aim_session_t *, aim_frame_t *, ...); | |
257 static int gaim_ssi_parserights (aim_session_t *, aim_frame_t *, ...); | |
258 static int gaim_ssi_parselist (aim_session_t *, aim_frame_t *, ...); | |
259 static int gaim_ssi_parseack (aim_session_t *, aim_frame_t *, ...); | |
260 static int gaim_ssi_authgiven (aim_session_t *, aim_frame_t *, ...); | |
261 static int gaim_ssi_authrequest (aim_session_t *, aim_frame_t *, ...); | |
262 static int gaim_ssi_authreply (aim_session_t *, aim_frame_t *, ...); | |
263 static int gaim_ssi_gotadded (aim_session_t *, aim_frame_t *, ...); | |
264 #endif | |
265 | |
266 /* for DirectIM/image transfer */ | |
267 static int gaim_odc_initiate (aim_session_t *, aim_frame_t *, ...); | |
268 static int gaim_odc_incoming (aim_session_t *, aim_frame_t *, ...); | |
269 static int gaim_odc_typing (aim_session_t *, aim_frame_t *, ...); | |
6982 | 270 static int gaim_odc_update_ui (aim_session_t *, aim_frame_t *, ...); |
5129 | 271 |
272 /* for file transfer */ | |
273 static int oscar_sendfile_estblsh(aim_session_t *, aim_frame_t *, ...); | |
274 static int oscar_sendfile_prompt (aim_session_t *, aim_frame_t *, ...); | |
275 static int oscar_sendfile_ack (aim_session_t *, aim_frame_t *, ...); | |
276 static int oscar_sendfile_done (aim_session_t *, aim_frame_t *, ...); | |
277 | |
278 /* for icons */ | |
279 static gboolean gaim_icon_timerfunc(gpointer data); | |
280 | |
5306 | 281 /* prpl actions - remove this at some point */ |
7282 | 282 /* Because I don't like forward declarations? I think that was why... */ |
5954 | 283 static void oscar_set_info(GaimConnection *gc, const char *text); |
5306 | 284 |
5836 | 285 static void oscar_free_name_data(struct name_data *data) { |
4230 | 286 g_free(data->name); |
287 g_free(data->nick); | |
288 g_free(data); | |
289 } | |
290 | |
5836 | 291 static void oscar_free_buddyinfo(void *data) { |
292 struct buddyinfo *bi = data; | |
6292 | 293 g_free(bi->availmsg); |
5836 | 294 g_free(bi); |
295 } | |
296 | |
5129 | 297 static fu32_t oscar_encoding_check(const char *utf8) |
298 { | |
299 int i = 0; | |
300 fu32_t encodingflag = 0; | |
301 | |
302 /* Determine how we can send this message. Per the warnings elsewhere | |
303 * in this file, these little checks determine the simplest encoding | |
304 * we can use for a given message send using it. */ | |
305 while (utf8[i]) { | |
306 if ((unsigned char)utf8[i] > 0x7f) { | |
307 /* not ASCII! */ | |
308 encodingflag = AIM_IMFLAGS_ISO_8859_1; | |
309 break; | |
310 } | |
311 i++; | |
312 } | |
313 while (utf8[i]) { | |
314 /* ISO-8859-1 is 0x00-0xbf in the first byte | |
315 * followed by 0xc0-0xc3 in the second */ | |
316 if ((unsigned char)utf8[i] < 0x80) { | |
317 i++; | |
318 continue; | |
319 } else if (((unsigned char)utf8[i] & 0xfc) == 0xc0 && | |
320 ((unsigned char)utf8[i + 1] & 0xc0) == 0x80) { | |
321 i += 2; | |
322 continue; | |
323 } | |
324 encodingflag = AIM_IMFLAGS_UNICODE; | |
325 break; | |
326 } | |
327 | |
328 return encodingflag; | |
329 } | |
330 | |
331 static fu32_t oscar_encoding_parse(const char *enc) | |
332 { | |
333 char *charset; | |
334 | |
335 /* If anything goes wrong, fall back on ASCII and print a message */ | |
336 if (enc == NULL) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
337 gaim_debug(GAIM_DEBUG_WARNING, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
338 "Encoding was null, that's odd\n"); |
5129 | 339 return 0; |
340 } | |
341 charset = strstr(enc, "charset="); | |
342 if (charset == NULL) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
343 gaim_debug(GAIM_DEBUG_WARNING, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
344 "No charset specified for info, assuming ASCII\n"); |
5129 | 345 return 0; |
346 } | |
347 charset += 8; | |
348 if (!strcmp(charset, "\"us-ascii\"") || !strcmp(charset, "\"utf-8\"")) { | |
349 /* UTF-8 is our native charset, ASCII is a proper subset */ | |
350 return 0; | |
351 } else if (!strcmp(charset, "\"iso-8859-1\"")) { | |
352 return AIM_IMFLAGS_ISO_8859_1; | |
353 } else if (!strcmp(charset, "\"unicode-2-0\"")) { | |
354 return AIM_IMFLAGS_UNICODE; | |
355 } else { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
356 gaim_debug(GAIM_DEBUG_WARNING, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
357 "Unrecognized character set '%s', using ASCII\n", charset); |
5129 | 358 return 0; |
359 } | |
360 } | |
361 | |
362 gchar *oscar_encoding_to_utf8(const char *encoding, char *text, int textlen) | |
363 { | |
364 gchar *utf8 = NULL; | |
365 int flags = oscar_encoding_parse(encoding); | |
366 | |
367 switch (flags) { | |
368 case 0: | |
369 utf8 = g_strndup(text, textlen); | |
370 break; | |
371 case AIM_IMFLAGS_ISO_8859_1: | |
372 utf8 = g_convert(text, textlen, "UTF-8", "ISO-8859-1", NULL, NULL, NULL); | |
373 break; | |
374 case AIM_IMFLAGS_UNICODE: | |
375 utf8 = g_convert(text, textlen, "UTF-8", "UCS-2BE", NULL, NULL, NULL); | |
376 break; | |
377 } | |
378 | |
379 return utf8; | |
380 } | |
381 | |
7283 | 382 static struct direct_im *find_direct_im(OscarData *od, const char *who) { |
2086 | 383 GSList *d = od->direct_ims; |
384 struct direct_im *m = NULL; | |
385 | |
386 while (d) { | |
387 m = (struct direct_im *)d->data; | |
4355 | 388 if (!aim_sncmp(who, m->name)) |
4269 | 389 return m; |
2086 | 390 d = d->next; |
391 } | |
392 | |
4269 | 393 return NULL; |
2086 | 394 } |
395 | |
2821
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
396 static char *extract_name(const char *name) { |
4121 | 397 char *tmp, *x; |
2086 | 398 int i, j; |
4120 | 399 |
400 if (!name) | |
4121 | 401 return NULL; |
402 | |
4120 | 403 x = strchr(name, '-'); |
4121 | 404 |
2086 | 405 if (!x) return NULL; |
406 x = strchr(++x, '-'); | |
407 if (!x) return NULL; | |
408 tmp = g_strdup(++x); | |
409 | |
410 for (i = 0, j = 0; x[i]; i++) { | |
2361
554b001d7d98
[gaim-migrate @ 2374]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2357
diff
changeset
|
411 char hex[3]; |
554b001d7d98
[gaim-migrate @ 2374]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2357
diff
changeset
|
412 if (x[i] != '%') { |
2086 | 413 tmp[j++] = x[i]; |
2361
554b001d7d98
[gaim-migrate @ 2374]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2357
diff
changeset
|
414 continue; |
2086 | 415 } |
2361
554b001d7d98
[gaim-migrate @ 2374]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2357
diff
changeset
|
416 strncpy(hex, x + ++i, 2); hex[2] = 0; |
554b001d7d98
[gaim-migrate @ 2374]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2357
diff
changeset
|
417 i++; |
554b001d7d98
[gaim-migrate @ 2374]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2357
diff
changeset
|
418 tmp[j++] = strtol(hex, NULL, 16); |
2086 | 419 } |
420 | |
421 tmp[j] = 0; | |
422 return tmp; | |
423 } | |
424 | |
5575 | 425 static struct chat_connection *find_oscar_chat(GaimConnection *gc, int id) { |
7283 | 426 GSList *g = ((OscarData *)gc->proto_data)->oscar_chats; |
2086 | 427 struct chat_connection *c = NULL; |
428 | |
429 while (g) { | |
430 c = (struct chat_connection *)g->data; | |
431 if (c->id == id) | |
432 break; | |
433 g = g->next; | |
434 c = NULL; | |
435 } | |
436 | |
437 return c; | |
438 } | |
439 | |
5575 | 440 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
|
441 aim_conn_t *conn) { |
7283 | 442 GSList *g = ((OscarData *)gc->proto_data)->oscar_chats; |
2086 | 443 struct chat_connection *c = NULL; |
444 | |
445 while (g) { | |
446 c = (struct chat_connection *)g->data; | |
447 if (c->conn == conn) | |
448 break; | |
449 g = g->next; | |
450 c = NULL; | |
451 } | |
452 | |
453 return c; | |
454 } | |
455 | |
4617 | 456 static void gaim_odc_disconnect(aim_session_t *sess, aim_conn_t *conn) { |
5575 | 457 GaimConnection *gc = sess->aux_data; |
7283 | 458 OscarData *od = (OscarData *)gc->proto_data; |
5679 | 459 GaimConversation *cnv; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
460 struct direct_im *dim; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
461 char *sn; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
462 char buf[256]; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
463 |
4617 | 464 sn = g_strdup(aim_odc_getsn(conn)); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
465 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
466 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
467 "%s disconnected Direct IM.\n", sn); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
468 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
469 dim = find_direct_im(od, sn); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
470 od->direct_ims = g_slist_remove(od->direct_ims, dim); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
471 gaim_input_remove(dim->watcher); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
472 |
3008 | 473 if (dim->connected) |
474 g_snprintf(buf, sizeof buf, _("Direct IM with %s closed"), sn); | |
475 else | |
476 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
|
477 |
314111e7b601
[gaim-migrate @ 7165]
Christian Hammond <chipx86@chipx86.com>
parents:
6623
diff
changeset
|
478 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
|
479 if (cnv) |
6982 | 480 gaim_conversation_write(cnv, NULL, buf, GAIM_MESSAGE_SYSTEM, time(NULL)); |
4359
5fb47ec9bfe4
[gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents:
4358
diff
changeset
|
481 |
5579 | 482 gaim_conversation_update_progress(cnv, 0); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
483 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
484 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
|
485 g_free(sn); |
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 return; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
488 } |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
489 |
4617 | 490 static void oscar_callback(gpointer data, gint source, GaimInputCondition condition) { |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
491 aim_conn_t *conn = (aim_conn_t *)data; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
492 aim_session_t *sess = aim_conn_getsess(conn); |
5575 | 493 GaimConnection *gc = sess ? sess->aux_data : NULL; |
7283 | 494 OscarData *od; |
2086 | 495 |
496 if (!gc) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
497 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
498 "oscar callback for closed connection (1).\n"); |
2086 | 499 return; |
500 } | |
501 | |
7283 | 502 od = (OscarData *)gc->proto_data; |
2086 | 503 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
504 if (!g_list_find(gaim_connections_get_all(), gc)) { |
2086 | 505 /* oh boy. this is probably bad. i guess the only thing we |
506 * can really do is return? */ | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
507 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
508 "oscar callback for closed connection (2).\n"); |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
509 gaim_debug(GAIM_DEBUG_MISC, "oscar", "gc = %p\n", gc); |
2086 | 510 return; |
511 } | |
512 | |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
513 if (condition & GAIM_INPUT_READ) { |
4617 | 514 if (conn->type == AIM_CONN_TYPE_LISTENER) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
515 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
516 "got information on rendezvous listener\n"); |
4617 | 517 if (aim_handlerendconnect(od->sess, conn) < 0) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
518 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
519 "connection error (rendezvous listener)\n"); |
4617 | 520 aim_conn_kill(od->sess, &conn); |
2086 | 521 } |
522 } else { | |
4617 | 523 if (aim_get_command(od->sess, conn) >= 0) { |
524 aim_rxdispatch(od->sess); | |
6029 | 525 if (od->killme) { |
526 gaim_debug(GAIM_DEBUG_ERROR, "oscar", "Waiting to be destroyed\n"); | |
527 return; | |
528 } | |
2086 | 529 } else { |
530 if ((conn->type == AIM_CONN_TYPE_BOS) || | |
4617 | 531 !(aim_getconn_type(od->sess, AIM_CONN_TYPE_BOS))) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
532 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
533 "major connection error\n"); |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
534 gaim_connection_error(gc, _("Disconnected.")); |
2086 | 535 } else if (conn->type == AIM_CONN_TYPE_CHAT) { |
536 struct chat_connection *c = find_oscar_chat_by_conn(gc, conn); | |
5420 | 537 char *buf; |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
538 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
539 "disconnected from chat room %s\n", c->name); |
2086 | 540 c->conn = NULL; |
541 if (c->inpa > 0) | |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
542 gaim_input_remove(c->inpa); |
2086 | 543 c->inpa = 0; |
544 c->fd = -1; | |
4617 | 545 aim_conn_kill(od->sess, &conn); |
5420 | 546 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
|
547 gaim_notify_error(gc, NULL, buf, NULL); |
5420 | 548 g_free(buf); |
2086 | 549 } else if (conn->type == AIM_CONN_TYPE_CHATNAV) { |
4617 | 550 if (od->cnpa > 0) |
551 gaim_input_remove(od->cnpa); | |
552 od->cnpa = 0; | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
553 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
554 "removing chatnav input watcher\n"); |
4617 | 555 while (od->create_rooms) { |
556 struct create_room *cr = od->create_rooms->data; | |
2822
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
557 g_free(cr->name); |
4617 | 558 od->create_rooms = |
559 g_slist_remove(od->create_rooms, cr); | |
2822
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
560 g_free(cr); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
561 gaim_notify_error(gc, NULL, |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
562 _("Chat is currently unavailable"), |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
563 NULL); |
2086 | 564 } |
4617 | 565 aim_conn_kill(od->sess, &conn); |
2086 | 566 } else if (conn->type == AIM_CONN_TYPE_AUTH) { |
4617 | 567 if (od->paspa > 0) |
568 gaim_input_remove(od->paspa); | |
569 od->paspa = 0; | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
570 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
571 "removing authconn input watcher\n"); |
4617 | 572 aim_conn_kill(od->sess, &conn); |
3694 | 573 } else if (conn->type == AIM_CONN_TYPE_EMAIL) { |
4617 | 574 if (od->emlpa > 0) |
575 gaim_input_remove(od->emlpa); | |
576 od->emlpa = 0; | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
577 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
578 "removing email input watcher\n"); |
4617 | 579 aim_conn_kill(od->sess, &conn); |
4804 | 580 } else if (conn->type == AIM_CONN_TYPE_ICON) { |
581 if (od->icopa > 0) | |
582 gaim_input_remove(od->icopa); | |
583 od->icopa = 0; | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
584 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
585 "removing icon input watcher\n"); |
4804 | 586 aim_conn_kill(od->sess, &conn); |
2086 | 587 } else if (conn->type == AIM_CONN_TYPE_RENDEZVOUS) { |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
588 if (conn->subtype == AIM_CONN_SUBTYPE_OFT_DIRECTIM) |
4617 | 589 gaim_odc_disconnect(od->sess, conn); |
590 aim_conn_kill(od->sess, &conn); | |
2086 | 591 } else { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
592 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
593 "holy crap! generic connection error! %hu\n", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
594 conn->type); |
4617 | 595 aim_conn_kill(od->sess, &conn); |
2086 | 596 } |
597 } | |
598 } | |
599 } | |
600 } | |
601 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
602 static void oscar_debug(aim_session_t *sess, int level, const char *format, va_list va) { |
5575 | 603 GaimConnection *gc = sess->aux_data; |
7285 | 604 gchar *s = g_strdup_vprintf(format, va); |
605 gchar *buf; | |
606 | |
607 buf = g_strdup_printf("%s %d: %s", gaim_account_get_username(gaim_connection_get_account(gc)), level, s); | |
608 gaim_debug(GAIM_DEBUG_INFO, "oscar", buf); | |
609 if (buf[strlen(buf)-1] != '\n') | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
610 gaim_debug(GAIM_DEBUG_INFO, NULL, "\n"); |
7285 | 611 g_free(buf); |
2086 | 612 g_free(s); |
613 } | |
614 | |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
615 static void oscar_login_connect(gpointer data, gint source, GaimInputCondition cond) |
2086 | 616 { |
5575 | 617 GaimConnection *gc = data; |
7283 | 618 OscarData *od; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
619 aim_session_t *sess; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
620 aim_conn_t *conn; |
2086 | 621 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
622 if (!g_list_find(gaim_connections_get_all(), gc)) { |
2086 | 623 close(source); |
624 return; | |
625 } | |
626 | |
4617 | 627 od = gc->proto_data; |
628 sess = od->sess; | |
2086 | 629 conn = aim_getconn_type_all(sess, AIM_CONN_TYPE_AUTH); |
4366 | 630 conn->fd = source; |
2086 | 631 |
632 if (source < 0) { | |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
633 gaim_connection_error(gc, _("Couldn't connect to host")); |
2086 | 634 return; |
635 } | |
636 | |
637 aim_conn_completeconnect(sess, conn); | |
4617 | 638 gc->inpa = gaim_input_add(conn->fd, GAIM_INPUT_READ, oscar_callback, conn); |
7282 | 639 aim_request_login(sess, conn, gaim_account_get_username(gaim_connection_get_account(gc))); |
640 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
641 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
7282 | 642 "Screen name sent, waiting for response\n"); |
7283 | 643 gaim_connection_update_progress(gc, _("Screen name sent"), 1, OSCAR_CONNECT_STEPS); |
2086 | 644 } |
645 | |
5575 | 646 static void oscar_login(GaimAccount *account) { |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
647 aim_session_t *sess; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
648 aim_conn_t *conn; |
5575 | 649 GaimConnection *gc = gaim_account_get_connection(account); |
7283 | 650 OscarData *od = gc->proto_data = g_new0(OscarData, 1); |
2086 | 651 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
652 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
|
653 |
5575 | 654 if (isdigit(*(gaim_account_get_username(account)))) { |
4617 | 655 od->icq = TRUE; |
2706
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
656 } else { |
6622 | 657 gc->flags |= GAIM_CONNECTION_HTML; |
658 gc->flags |= GAIM_CONNECTION_AUTO_RESP; | |
2706
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
659 } |
5836 | 660 od->buddyinfo = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, oscar_free_buddyinfo); |
2086 | 661 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
662 sess = g_new0(aim_session_t, 1); |
7285 | 663 aim_session_init(sess, TRUE, 0); |
2086 | 664 aim_setdebuggingcb(sess, oscar_debug); |
7282 | 665 /* |
666 * We need an immediate queue because we don't use a while-loop | |
667 * to see if things need to be sent. | |
668 */ | |
2086 | 669 aim_tx_setenqueue(sess, AIM_TX_IMMEDIATE, NULL); |
4617 | 670 od->sess = sess; |
2086 | 671 sess->aux_data = gc; |
672 | |
673 conn = aim_newconn(sess, AIM_CONN_TYPE_AUTH, NULL); | |
674 if (conn == NULL) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
675 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
676 "internal connection error\n"); |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
677 gaim_connection_error(gc, _("Unable to login to AIM")); |
2086 | 678 return; |
679 } | |
680 | |
4649 | 681 aim_conn_addhandler(sess, conn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNERR, gaim_connerr, 0); |
2086 | 682 aim_conn_addhandler(sess, conn, 0x0017, 0x0007, gaim_parse_login, 0); |
683 aim_conn_addhandler(sess, conn, 0x0017, 0x0003, gaim_parse_auth_resp, 0); | |
684 | |
685 conn->status |= AIM_CONN_STATUS_INPROGRESS; | |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
686 if (gaim_proxy_connect(account, gaim_account_get_string(account, "server", FAIM_LOGIN_SERVER), |
5575 | 687 gaim_account_get_int(account, "port", FAIM_LOGIN_PORT), |
688 oscar_login_connect, gc) < 0) { | |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
689 gaim_connection_error(gc, _("Couldn't connect to host")); |
2086 | 690 return; |
691 } | |
7282 | 692 |
7283 | 693 gaim_connection_update_progress(gc, _("Connecting"), 0, OSCAR_CONNECT_STEPS); |
5575 | 694 } |
695 | |
696 static void oscar_close(GaimConnection *gc) { | |
7283 | 697 OscarData *od = (OscarData *)gc->proto_data; |
4617 | 698 |
699 while (od->oscar_chats) { | |
700 struct chat_connection *n = od->oscar_chats->data; | |
2086 | 701 if (n->inpa > 0) |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
702 gaim_input_remove(n->inpa); |
2086 | 703 g_free(n->name); |
704 g_free(n->show); | |
4617 | 705 od->oscar_chats = g_slist_remove(od->oscar_chats, n); |
2086 | 706 g_free(n); |
707 } | |
4617 | 708 while (od->direct_ims) { |
709 struct direct_im *n = od->direct_ims->data; | |
2086 | 710 if (n->watcher > 0) |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
711 gaim_input_remove(n->watcher); |
4617 | 712 od->direct_ims = g_slist_remove(od->direct_ims, n); |
2086 | 713 g_free(n); |
714 } | |
4617 | 715 /* BBB */ |
716 while (od->file_transfers) { | |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
717 GaimXfer *xfer; |
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
718 xfer = (GaimXfer *)od->file_transfers->data; |
7805 | 719 gaim_xfer_cancel_local(xfer); |
3630 | 720 } |
4804 | 721 while (od->requesticon) { |
722 char *sn = od->requesticon->data; | |
723 od->requesticon = g_slist_remove(od->requesticon, sn); | |
724 free(sn); | |
725 } | |
4738 | 726 g_hash_table_destroy(od->buddyinfo); |
4617 | 727 while (od->create_rooms) { |
728 struct create_room *cr = od->create_rooms->data; | |
2822
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
729 g_free(cr->name); |
4617 | 730 od->create_rooms = g_slist_remove(od->create_rooms, cr); |
2822
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
731 g_free(cr); |
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
732 } |
4617 | 733 if (od->email) |
734 g_free(od->email); | |
735 if (od->newp) | |
736 g_free(od->newp); | |
737 if (od->oldp) | |
738 g_free(od->oldp); | |
2086 | 739 if (gc->inpa > 0) |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
740 gaim_input_remove(gc->inpa); |
4617 | 741 if (od->cnpa > 0) |
742 gaim_input_remove(od->cnpa); | |
743 if (od->paspa > 0) | |
744 gaim_input_remove(od->paspa); | |
745 if (od->emlpa > 0) | |
746 gaim_input_remove(od->emlpa); | |
4804 | 747 if (od->icopa > 0) |
748 gaim_input_remove(od->icopa); | |
6907 | 749 if (od->icontimer > 0) |
4832 | 750 g_source_remove(od->icontimer); |
5968 | 751 if (od->getblisttimer) |
752 g_source_remove(od->getblisttimer); | |
4617 | 753 aim_session_kill(od->sess); |
754 g_free(od->sess); | |
755 od->sess = NULL; | |
2086 | 756 g_free(gc->proto_data); |
757 gc->proto_data = NULL; | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
758 gaim_debug(GAIM_DEBUG_INFO, "oscar", "Signed off.\n"); |
2086 | 759 } |
760 | |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
761 static void oscar_bos_connect(gpointer data, gint source, GaimInputCondition cond) { |
5575 | 762 GaimConnection *gc = data; |
7283 | 763 OscarData *od; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
764 aim_session_t *sess; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
765 aim_conn_t *bosconn; |
2086 | 766 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
767 if (!g_list_find(gaim_connections_get_all(), gc)) { |
2086 | 768 close(source); |
769 return; | |
770 } | |
771 | |
4617 | 772 od = gc->proto_data; |
773 sess = od->sess; | |
774 bosconn = od->conn; | |
4366 | 775 bosconn->fd = source; |
2086 | 776 |
777 if (source < 0) { | |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
778 gaim_connection_error(gc, _("Could Not Connect")); |
2086 | 779 return; |
780 } | |
781 | |
782 aim_conn_completeconnect(sess, bosconn); | |
4617 | 783 gc->inpa = gaim_input_add(bosconn->fd, GAIM_INPUT_READ, oscar_callback, bosconn); |
7283 | 784 |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
785 gaim_connection_update_progress(gc, |
7283 | 786 _("Connection established, cookie sent"), 4, OSCAR_CONNECT_STEPS); |
2086 | 787 } |
788 | |
4617 | 789 /* BBB */ |
4656 | 790 /* |
791 * This little area in oscar.c is the nexus of file transfer code, | |
792 * so I wrote a little explanation of what happens. I am such a | |
793 * ninja. | |
794 * | |
795 * The series of events for a file send is: | |
796 * -Create xfer and call gaim_xfer_request (this happens in oscar_ask_sendfile) | |
797 * -User chooses a file and oscar_xfer_init is called. It establishs a | |
798 * listening socket, then asks the remote user to connect to us (and | |
799 * gives them the file name, port, IP, etc.) | |
800 * -They connect to us and we send them an AIM_CB_OFT_PROMPT (this happens | |
801 * in oscar_sendfile_estblsh) | |
802 * -They send us an AIM_CB_OFT_ACK and then we start sending data | |
803 * -When we finish, they send us an AIM_CB_OFT_DONE and they close the | |
804 * connection. | |
805 * -We get drunk because file transfer kicks ass. | |
806 * | |
807 * The series of events for a file receive is: | |
808 * -Create xfer and call gaim_xfer request (this happens in incomingim_chan2) | |
809 * -Gaim user selects file to name and location to save file to and | |
810 * oscar_xfer_init is called | |
811 * -It connects to the remote user using the IP they gave us earlier | |
812 * -After connecting, they send us an AIM_CB_OFT_PROMPT. In reply, we send | |
813 * them an AIM_CB_OFT_ACK. | |
814 * -They begin to send us lots of raw data. | |
815 * -When they finish sending data we send an AIM_CB_OFT_DONE and then close | |
816 * the connectionn. | |
817 */ | |
818 static void oscar_sendfile_connected(gpointer data, gint source, GaimInputCondition condition); | |
819 | |
820 /* XXX - This function is pretty ugly */ | |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
821 static void oscar_xfer_init(GaimXfer *xfer) |
4656 | 822 { |
5146 | 823 struct aim_oft_info *oft_info = xfer->data; |
5575 | 824 GaimConnection *gc = oft_info->sess->aux_data; |
7283 | 825 OscarData *od = gc->proto_data; |
4656 | 826 |
827 if (gaim_xfer_get_type(xfer) == GAIM_XFER_SEND) { | |
828 int i; | |
829 | |
830 xfer->filename = g_path_get_basename(xfer->local_filename); | |
5146 | 831 strncpy(oft_info->fh.name, xfer->filename, 64); |
832 oft_info->fh.totsize = gaim_xfer_get_size(xfer); | |
833 oft_info->fh.size = gaim_xfer_get_size(xfer); | |
834 oft_info->fh.checksum = aim_oft_checksum_file(xfer->local_filename); | |
4656 | 835 |
836 /* | |
5146 | 837 * First try the port specified earlier (5190). If that fails, |
838 * increment by 1 and try again. | |
4656 | 839 */ |
5146 | 840 aim_sendfile_listen(od->sess, oft_info); |
841 for (i=0; (i<5 && !oft_info->conn); i++) { | |
842 xfer->local_port = oft_info->port = oft_info->port + 1; | |
843 aim_sendfile_listen(od->sess, oft_info); | |
4656 | 844 } |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
845 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
846 "port is %d, ip is %s\n", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
847 xfer->local_port, oft_info->clientip); |
5146 | 848 if (oft_info->conn) { |
849 xfer->watcher = gaim_input_add(oft_info->conn->fd, GAIM_INPUT_READ, oscar_callback, oft_info->conn); | |
850 aim_im_sendch2_sendfile_ask(od->sess, oft_info); | |
851 aim_conn_addhandler(od->sess, oft_info->conn, AIM_CB_FAM_OFT, AIM_CB_OFT_ESTABLISHED, oscar_sendfile_estblsh, 0); | |
4656 | 852 } else { |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
853 gaim_notify_error(gc, NULL, _("File Transfer Aborted"), |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
854 _("Unable to establish listener socket.")); |
4656 | 855 /* 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
|
856 /* gaim_xfer_cancel_remote(xfer); */ |
4656 | 857 } |
858 } else if (gaim_xfer_get_type(xfer) == GAIM_XFER_RECEIVE) { | |
5146 | 859 oft_info->conn = aim_newconn(od->sess, AIM_CONN_TYPE_RENDEZVOUS, NULL); |
860 if (oft_info->conn) { | |
861 oft_info->conn->subtype = AIM_CONN_SUBTYPE_OFT_SENDFILE; | |
862 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
|
863 oft_info->conn->fd = xfer->fd = gaim_proxy_connect(gaim_connection_get_account(gc), xfer->remote_ip, xfer->remote_port, |
5575 | 864 oscar_sendfile_connected, xfer); |
4656 | 865 if (xfer->fd == -1) { |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
866 gaim_notify_error(gc, NULL, _("File Transfer Aborted"), |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
867 _("Unable to establish file descriptor.")); |
4675
3145c5c45877
[gaim-migrate @ 4986]
Christian Hammond <chipx86@chipx86.com>
parents:
4666
diff
changeset
|
868 /* gaim_xfer_cancel_remote(xfer); */ |
4656 | 869 } |
870 } else { | |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
871 gaim_notify_error(gc, NULL, _("File Transfer Aborted"), |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
872 _("Unable to create new connection.")); |
4675
3145c5c45877
[gaim-migrate @ 4986]
Christian Hammond <chipx86@chipx86.com>
parents:
4666
diff
changeset
|
873 /* gaim_xfer_cancel_remote(xfer); */ |
4656 | 874 /* Try a different port? Ask them to connect to us? */ |
875 } | |
876 | |
877 } | |
878 } | |
879 | |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
880 static void oscar_xfer_start(GaimXfer *xfer) |
4656 | 881 { |
5146 | 882 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
883 gaim_debug(GAIM_DEBUG_INFO, "oscar", "AAA - in oscar_xfer_start\n"); |
4656 | 884 /* I'm pretty sure we don't need to do jack here. Nor Jill. */ |
885 } | |
886 | |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
887 static void oscar_xfer_end(GaimXfer *xfer) |
4656 | 888 { |
5146 | 889 struct aim_oft_info *oft_info = xfer->data; |
5575 | 890 GaimConnection *gc = oft_info->sess->aux_data; |
7283 | 891 OscarData *od = gc->proto_data; |
4656 | 892 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
893 gaim_debug(GAIM_DEBUG_INFO, "oscar", "AAA - in oscar_xfer_end\n"); |
5146 | 894 |
895 if (gaim_xfer_get_type(xfer) == GAIM_XFER_RECEIVE) { | |
896 oft_info->fh.nrecvd = gaim_xfer_get_bytes_sent(xfer); | |
897 aim_oft_sendheader(oft_info->sess, AIM_CB_OFT_DONE, oft_info); | |
898 } | |
899 | |
900 aim_conn_kill(oft_info->sess, &oft_info->conn); | |
901 aim_oft_destroyinfo(oft_info); | |
4656 | 902 xfer->data = NULL; |
5146 | 903 od->file_transfers = g_slist_remove(od->file_transfers, xfer); |
4656 | 904 } |
905 | |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
906 static void oscar_xfer_cancel_send(GaimXfer *xfer) |
4675
3145c5c45877
[gaim-migrate @ 4986]
Christian Hammond <chipx86@chipx86.com>
parents:
4666
diff
changeset
|
907 { |
5146 | 908 struct aim_oft_info *oft_info = xfer->data; |
5575 | 909 GaimConnection *gc = oft_info->sess->aux_data; |
7283 | 910 OscarData *od = gc->proto_data; |
4763 | 911 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
912 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
913 "AAA - in oscar_xfer_cancel_send\n"); |
5146 | 914 |
915 aim_im_sendch2_sendfile_cancel(oft_info->sess, oft_info); | |
916 | |
917 aim_conn_kill(oft_info->sess, &oft_info->conn); | |
918 aim_oft_destroyinfo(oft_info); | |
4763 | 919 xfer->data = NULL; |
5146 | 920 od->file_transfers = g_slist_remove(od->file_transfers, xfer); |
4675
3145c5c45877
[gaim-migrate @ 4986]
Christian Hammond <chipx86@chipx86.com>
parents:
4666
diff
changeset
|
921 } |
3145c5c45877
[gaim-migrate @ 4986]
Christian Hammond <chipx86@chipx86.com>
parents:
4666
diff
changeset
|
922 |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
923 static void oscar_xfer_cancel_recv(GaimXfer *xfer) |
4656 | 924 { |
5146 | 925 struct aim_oft_info *oft_info = xfer->data; |
5575 | 926 GaimConnection *gc = oft_info->sess->aux_data; |
7283 | 927 OscarData *od = gc->proto_data; |
4656 | 928 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
929 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
930 "AAA - in oscar_xfer_cancel_recv\n"); |
5146 | 931 |
932 aim_im_sendch2_sendfile_cancel(oft_info->sess, oft_info); | |
933 | |
934 aim_conn_kill(oft_info->sess, &oft_info->conn); | |
935 aim_oft_destroyinfo(oft_info); | |
4656 | 936 xfer->data = NULL; |
5146 | 937 od->file_transfers = g_slist_remove(od->file_transfers, xfer); |
4656 | 938 } |
939 | |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
940 static void oscar_xfer_ack(GaimXfer *xfer, const char *buffer, size_t size) |
4656 | 941 { |
5146 | 942 struct aim_oft_info *oft_info = xfer->data; |
4656 | 943 |
944 if (gaim_xfer_get_type(xfer) == GAIM_XFER_SEND) { | |
945 /* | |
946 * If we're done sending, intercept the socket from the core ft code | |
947 * and wait for the other guy to send the "done" OFT packet. | |
948 */ | |
949 if (gaim_xfer_get_bytes_remaining(xfer) <= 0) { | |
950 gaim_input_remove(xfer->watcher); | |
5146 | 951 xfer->watcher = gaim_input_add(xfer->fd, GAIM_INPUT_READ, oscar_callback, oft_info->conn); |
4656 | 952 xfer->fd = 0; |
953 gaim_xfer_set_completed(xfer, TRUE); | |
954 } | |
955 } else if (gaim_xfer_get_type(xfer) == GAIM_XFER_RECEIVE) { | |
5146 | 956 /* Update our rolling checksum. Like Walmart, yo. */ |
957 oft_info->fh.recvcsum = aim_oft_checksum_chunk(buffer, size, oft_info->fh.recvcsum); | |
4656 | 958 } |
959 } | |
960 | |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
961 static GaimXfer *oscar_find_xfer_by_cookie(GSList *fts, const char *ck) |
4656 | 962 { |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
963 GaimXfer *xfer; |
5146 | 964 struct aim_oft_info *oft_info; |
4656 | 965 |
966 while (fts) { | |
967 xfer = fts->data; | |
5146 | 968 oft_info = xfer->data; |
969 | |
970 if (oft_info && !strcmp(ck, oft_info->cookie)) | |
4656 | 971 return xfer; |
972 | |
973 fts = g_slist_next(fts); | |
974 } | |
975 | |
976 return NULL; | |
977 } | |
978 | |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
979 static GaimXfer *oscar_find_xfer_by_conn(GSList *fts, aim_conn_t *conn) |
4656 | 980 { |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
981 GaimXfer *xfer; |
5146 | 982 struct aim_oft_info *oft_info; |
4656 | 983 |
984 while (fts) { | |
985 xfer = fts->data; | |
5146 | 986 oft_info = xfer->data; |
987 | |
988 if (oft_info && (conn == oft_info->conn)) | |
4656 | 989 return xfer; |
990 | |
991 fts = g_slist_next(fts); | |
992 } | |
993 | |
994 return NULL; | |
995 } | |
996 | |
5575 | 997 static void oscar_ask_sendfile(GaimConnection *gc, const char *destsn) { |
7283 | 998 OscarData *od = (OscarData *)gc->proto_data; |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
999 GaimXfer *xfer; |
5146 | 1000 struct aim_oft_info *oft_info; |
3752 | 1001 |
4617 | 1002 /* You want to send a file to someone else, you're so generous */ |
1003 | |
1004 /* Build the file transfer handle */ | |
5575 | 1005 xfer = gaim_xfer_new(gaim_connection_get_account(gc), GAIM_XFER_SEND, destsn); |
4617 | 1006 xfer->local_port = 5190; |
1007 | |
5146 | 1008 /* Create the oscar-specific data */ |
1009 oft_info = aim_oft_createinfo(od->sess, NULL, destsn, xfer->local_ip, xfer->local_port, 0, 0, NULL); | |
1010 xfer->data = oft_info; | |
1011 | |
4617 | 1012 /* Setup our I/O op functions */ |
1013 gaim_xfer_set_init_fnc(xfer, oscar_xfer_init); | |
1014 gaim_xfer_set_start_fnc(xfer, oscar_xfer_start); | |
1015 gaim_xfer_set_end_fnc(xfer, oscar_xfer_end); | |
4675
3145c5c45877
[gaim-migrate @ 4986]
Christian Hammond <chipx86@chipx86.com>
parents:
4666
diff
changeset
|
1016 gaim_xfer_set_cancel_send_fnc(xfer, oscar_xfer_cancel_send); |
3145c5c45877
[gaim-migrate @ 4986]
Christian Hammond <chipx86@chipx86.com>
parents:
4666
diff
changeset
|
1017 gaim_xfer_set_cancel_recv_fnc(xfer, oscar_xfer_cancel_recv); |
4656 | 1018 gaim_xfer_set_ack_fnc(xfer, oscar_xfer_ack); |
4617 | 1019 |
1020 /* Keep track of this transfer for later */ | |
1021 od->file_transfers = g_slist_append(od->file_transfers, xfer); | |
1022 | |
1023 /* Now perform the request */ | |
1024 gaim_xfer_request(xfer); | |
3630 | 1025 } |
1026 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1027 static int gaim_parse_auth_resp(aim_session_t *sess, aim_frame_t *fr, ...) { |
6029 | 1028 GaimConnection *gc = sess->aux_data; |
7283 | 1029 OscarData *od = gc->proto_data; |
6029 | 1030 GaimAccount *account = gc->account; |
1031 aim_conn_t *bosconn; | |
1032 char *host; int port; | |
1033 int i, rc; | |
2086 | 1034 va_list ap; |
2704 | 1035 struct aim_authresp_info *info; |
6029 | 1036 |
5575 | 1037 port = gaim_account_get_int(account, "port", FAIM_LOGIN_PORT); |
2086 | 1038 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1039 va_start(ap, fr); |
2704 | 1040 info = va_arg(ap, struct aim_authresp_info *); |
2086 | 1041 va_end(ap); |
1042 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1043 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1044 "inside auth_resp (Screen name: %s)\n", info->sn); |
2704 | 1045 |
4293 | 1046 if (info->errorcode || !info->bosip || !info->cookielen || !info->cookie) { |
4056 | 1047 char buf[256]; |
2704 | 1048 switch (info->errorcode) { |
2086 | 1049 case 0x05: |
1050 /* Incorrect nick/password */ | |
6498 | 1051 gc->wants_to_die = TRUE; |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
1052 gaim_connection_error(gc, _("Incorrect nickname or password.")); |
2086 | 1053 break; |
1054 case 0x11: | |
1055 /* Suspended account */ | |
6498 | 1056 gc->wants_to_die = TRUE; |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
1057 gaim_connection_error(gc, _("Your account is currently suspended.")); |
2086 | 1058 break; |
3498 | 1059 case 0x14: |
1060 /* service temporarily unavailable */ | |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
1061 gaim_connection_error(gc, _("The AOL Instant Messenger service is temporarily unavailable.")); |
3498 | 1062 break; |
2086 | 1063 case 0x18: |
1064 /* connecting too frequently */ | |
6498 | 1065 gc->wants_to_die = TRUE; |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
1066 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 | 1067 break; |
1068 case 0x1c: | |
1069 /* client too old */ | |
6498 | 1070 gc->wants_to_die = TRUE; |
6371
8f94cce8faa5
[gaim-migrate @ 6876]
Christian Hammond <chipx86@chipx86.com>
parents:
6350
diff
changeset
|
1071 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
|
1072 gaim_connection_error(gc, buf); |
2086 | 1073 break; |
1074 default: | |
6623 | 1075 gaim_connection_error(gc, _("Authentication failed")); |
2086 | 1076 break; |
1077 } | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1078 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1079 "Login Error Code 0x%04hx\n", info->errorcode); |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1080 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1081 "Error URL: %s\n", info->errorurl); |
2086 | 1082 od->killme = TRUE; |
1083 return 1; | |
1084 } | |
1085 | |
1086 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1087 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1088 "Reg status: %hu\n", info->regstatus); |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1089 |
2704 | 1090 if (info->email) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1091 gaim_debug(GAIM_DEBUG_MISC, "oscar", "Email: %s\n", info->email); |
2086 | 1092 } else { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1093 gaim_debug(GAIM_DEBUG_MISC, "oscar", "Email is NULL\n"); |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1094 } |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1095 |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1096 gaim_debug(GAIM_DEBUG_MISC, "oscar", "BOSIP: %s\n", info->bosip); |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1097 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1098 "Closing auth connection...\n"); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1099 aim_conn_kill(sess, &fr->conn); |
2086 | 1100 |
1101 bosconn = aim_newconn(sess, AIM_CONN_TYPE_BOS, NULL); | |
1102 if (bosconn == NULL) { | |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
1103 gaim_connection_error(gc, _("Internal Error")); |
2086 | 1104 od->killme = TRUE; |
1105 return 0; | |
1106 } | |
1107 | |
4649 | 1108 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNERR, gaim_connerr, 0); |
2675 | 1109 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNINITDONE, conninitdone_bos, 0); |
2086 | 1110 aim_conn_addhandler(sess, bosconn, 0x0009, 0x0003, gaim_bosrights, 0); |
1111 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_ACK, AIM_CB_ACK_ACK, NULL, 0); | |
1112 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_GEN, AIM_CB_GEN_REDIRECT, gaim_handle_redirect, 0); | |
2993 | 1113 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_LOC, AIM_CB_LOC_RIGHTSINFO, gaim_parse_locaterights, 0); |
2086 | 1114 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_BUD, AIM_CB_BUD_RIGHTSINFO, gaim_parse_buddyrights, 0); |
1115 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_BUD, AIM_CB_BUD_ONCOMING, gaim_parse_oncoming, 0); | |
1116 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_BUD, AIM_CB_BUD_OFFGOING, gaim_parse_offgoing, 0); | |
1117 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_MSG, AIM_CB_MSG_INCOMING, gaim_parse_incoming_im, 0); | |
1118 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_LOC, AIM_CB_LOC_ERROR, gaim_parse_locerr, 0); | |
1119 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_MSG, AIM_CB_MSG_MISSEDCALL, gaim_parse_misses, 0); | |
3212 | 1120 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_MSG, AIM_CB_MSG_CLIENTAUTORESP, gaim_parse_clientauto, 0); |
2086 | 1121 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_GEN, AIM_CB_GEN_RATECHANGE, gaim_parse_ratechange, 0); |
1122 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_GEN, AIM_CB_GEN_EVIL, gaim_parse_evilnotify, 0); | |
1123 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_LOK, AIM_CB_LOK_ERROR, gaim_parse_searcherror, 0); | |
1124 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_LOK, 0x0003, gaim_parse_searchreply, 0); | |
1125 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_MSG, AIM_CB_MSG_ERROR, gaim_parse_msgerr, 0); | |
3595 | 1126 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_MSG, AIM_CB_MSG_MTN, gaim_parse_mtn, 0); |
7011 | 1127 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_LOC, AIM_CB_LOC_USERINFO, gaim_parse_userinfo, 0); |
2086 | 1128 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_MSG, AIM_CB_MSG_ACK, gaim_parse_msgack, 0); |
1129 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
|
1130 aim_conn_addhandler(sess, bosconn, 0x0004, 0x0005, gaim_icbm_param_info, 0); |
2086 | 1131 aim_conn_addhandler(sess, bosconn, 0x0001, 0x0001, gaim_parse_genericerr, 0); |
1132 aim_conn_addhandler(sess, bosconn, 0x0003, 0x0001, gaim_parse_genericerr, 0); | |
1133 aim_conn_addhandler(sess, bosconn, 0x0009, 0x0001, gaim_parse_genericerr, 0); | |
1134 aim_conn_addhandler(sess, bosconn, 0x0001, 0x001f, gaim_memrequest, 0); | |
2507
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
1135 aim_conn_addhandler(sess, bosconn, 0x0001, 0x000f, gaim_selfinfo, 0); |
5844 | 1136 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
|
1137 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
|
1138 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
|
1139 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_POP, 0x0002, gaim_popup, 0); |
4759 | 1140 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_ICQ, AIM_CB_ICQ_ALIAS, gaim_icqalias, 0); |
4624 | 1141 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_ICQ, AIM_CB_ICQ_INFO, gaim_icqinfo, 0); |
4230 | 1142 #ifndef NOSSI |
4642 | 1143 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SSI, AIM_CB_SSI_ERROR, gaim_ssi_parseerr, 0); |
2991 | 1144 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SSI, AIM_CB_SSI_RIGHTSINFO, gaim_ssi_parserights, 0); |
1145 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SSI, AIM_CB_SSI_LIST, gaim_ssi_parselist, 0); | |
1146 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SSI, AIM_CB_SSI_NOLIST, gaim_ssi_parselist, 0); | |
4230 | 1147 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SSI, AIM_CB_SSI_SRVACK, gaim_ssi_parseack, 0); |
1148 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SSI, AIM_CB_SSI_RECVAUTH, gaim_ssi_authgiven, 0); | |
1149 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SSI, AIM_CB_SSI_RECVAUTHREQ, gaim_ssi_authrequest, 0); | |
1150 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SSI, AIM_CB_SSI_RECVAUTHREP, gaim_ssi_authreply, 0); | |
1151 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SSI, AIM_CB_SSI_ADDED, gaim_ssi_gotadded, 0); | |
1152 #endif | |
4508
4c40fccbd7c9
[gaim-migrate @ 4784]
Christian Hammond <chipx86@chipx86.com>
parents:
4491
diff
changeset
|
1153 |
7283 | 1154 od->conn = bosconn; |
2704 | 1155 for (i = 0; i < (int)strlen(info->bosip); i++) { |
1156 if (info->bosip[i] == ':') { | |
1157 port = atoi(&(info->bosip[i+1])); | |
2086 | 1158 break; |
1159 } | |
1160 } | |
2704 | 1161 host = g_strndup(info->bosip, i); |
2086 | 1162 bosconn->status |= AIM_CONN_STATUS_INPROGRESS; |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
1163 rc = gaim_proxy_connect(gc->account, host, port, oscar_bos_connect, gc); |
2086 | 1164 g_free(host); |
4366 | 1165 if (rc < 0) { |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
1166 gaim_connection_error(gc, _("Could Not Connect")); |
2086 | 1167 od->killme = TRUE; |
1168 return 0; | |
1169 } | |
4293 | 1170 aim_sendcookie(sess, bosconn, info->cookielen, info->cookie); |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
1171 gaim_input_remove(gc->inpa); |
2704 | 1172 |
7283 | 1173 gaim_connection_update_progress(gc, _("Received authorization"), 3, OSCAR_CONNECT_STEPS); |
7282 | 1174 |
2086 | 1175 return 1; |
1176 } | |
1177 | |
7285 | 1178 /* XXX - Should use gaim_url_fetch for the below stuff */ |
2086 | 1179 struct pieceofcrap { |
5575 | 1180 GaimConnection *gc; |
2086 | 1181 unsigned long offset; |
1182 unsigned long len; | |
1183 char *modname; | |
1184 int fd; | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1185 aim_conn_t *conn; |
2086 | 1186 unsigned int inpa; |
1187 }; | |
1188 | |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
1189 static void damn_you(gpointer data, gint source, GaimInputCondition c) |
2086 | 1190 { |
1191 struct pieceofcrap *pos = data; | |
7283 | 1192 OscarData *od = pos->gc->proto_data; |
2086 | 1193 char in = '\0'; |
1194 int x = 0; | |
1195 unsigned char m[17]; | |
1196 | |
1197 while (read(pos->fd, &in, 1) == 1) { | |
1198 if (in == '\n') | |
1199 x++; | |
1200 else if (in != '\r') | |
1201 x = 0; | |
1202 if (x == 2) | |
1203 break; | |
1204 in = '\0'; | |
1205 } | |
1206 if (in != '\n') { | |
4056 | 1207 char buf[256]; |
1208 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
|
1209 "this is fixed. Check %s for updates."), GAIM_WEBSITE); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
1210 gaim_notify_warning(pos->gc, NULL, |
7422 | 1211 _("Gaim was unable to get a valid AIM login hash."), |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
1212 buf); |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
1213 gaim_input_remove(pos->inpa); |
2086 | 1214 close(pos->fd); |
1215 g_free(pos); | |
1216 return; | |
1217 } | |
1218 read(pos->fd, m, 16); | |
1219 m[16] = '\0'; | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1220 gaim_debug(GAIM_DEBUG_MISC, "oscar", "Sending hash: "); |
2086 | 1221 for (x = 0; x < 16; x++) |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1222 gaim_debug(GAIM_DEBUG_MISC, NULL, "%02hhx ", (unsigned char)m[x]); |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1223 |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1224 gaim_debug(GAIM_DEBUG_MISC, NULL, "\n"); |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
1225 gaim_input_remove(pos->inpa); |
2086 | 1226 close(pos->fd); |
1227 aim_sendmemblock(od->sess, pos->conn, 0, 16, m, AIM_SENDMEMBLOCK_FLAG_ISHASH); | |
1228 g_free(pos); | |
1229 } | |
1230 | |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
1231 static void straight_to_hell(gpointer data, gint source, GaimInputCondition cond) { |
2086 | 1232 struct pieceofcrap *pos = data; |
5420 | 1233 gchar *buf; |
2086 | 1234 |
4366 | 1235 pos->fd = source; |
1236 | |
2086 | 1237 if (source < 0) { |
5420 | 1238 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
|
1239 "this is fixed. Check %s for updates."), GAIM_WEBSITE); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
1240 gaim_notify_warning(pos->gc, NULL, |
7422 | 1241 _("Gaim was unable to get a valid AIM login hash."), |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
1242 buf); |
5420 | 1243 g_free(buf); |
2086 | 1244 if (pos->modname) |
1245 g_free(pos->modname); | |
1246 g_free(pos); | |
1247 return; | |
1248 } | |
1249 | |
5420 | 1250 buf = g_strdup_printf("GET " AIMHASHDATA "?offset=%ld&len=%ld&modname=%s HTTP/1.0\n\n", |
2086 | 1251 pos->offset, pos->len, pos->modname ? pos->modname : ""); |
1252 write(pos->fd, buf, strlen(buf)); | |
5420 | 1253 g_free(buf); |
2086 | 1254 if (pos->modname) |
1255 g_free(pos->modname); | |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
1256 pos->inpa = gaim_input_add(pos->fd, GAIM_INPUT_READ, damn_you, pos); |
2086 | 1257 return; |
1258 } | |
1259 | |
1260 /* size of icbmui.ocm, the largest module in AIM 3.5 */ | |
1261 #define AIM_MAX_FILE_SIZE 98304 | |
1262 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1263 int gaim_memrequest(aim_session_t *sess, aim_frame_t *fr, ...) { |
2086 | 1264 va_list ap; |
1265 struct pieceofcrap *pos; | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1266 fu32_t offset, len; |
2086 | 1267 char *modname; |
1268 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1269 va_start(ap, fr); |
4200 | 1270 offset = va_arg(ap, fu32_t); |
1271 len = va_arg(ap, fu32_t); | |
2086 | 1272 modname = va_arg(ap, char *); |
1273 va_end(ap); | |
1274 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1275 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
5556 | 1276 "offset: %u, len: %u, file: %s\n", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1277 offset, len, (modname ? modname : "aim.exe")); |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1278 |
2086 | 1279 if (len == 0) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1280 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
|
1281 aim_sendmemblock(sess, fr->conn, offset, len, NULL, |
2086 | 1282 AIM_SENDMEMBLOCK_FLAG_ISREQUEST); |
1283 return 1; | |
1284 } | |
1285 /* uncomment this when you're convinced it's right. remember, it's been wrong before. | |
1286 if (offset > AIM_MAX_FILE_SIZE || len > AIM_MAX_FILE_SIZE) { | |
1287 char *buf; | |
1288 int i = 8; | |
1289 if (modname) | |
1290 i += strlen(modname); | |
1291 buf = g_malloc(i); | |
1292 i = 0; | |
1293 if (modname) { | |
1294 memcpy(buf, modname, strlen(modname)); | |
1295 i += strlen(modname); | |
1296 } | |
1297 buf[i++] = offset & 0xff; | |
1298 buf[i++] = (offset >> 8) & 0xff; | |
1299 buf[i++] = (offset >> 16) & 0xff; | |
1300 buf[i++] = (offset >> 24) & 0xff; | |
1301 buf[i++] = len & 0xff; | |
1302 buf[i++] = (len >> 8) & 0xff; | |
1303 buf[i++] = (len >> 16) & 0xff; | |
1304 buf[i++] = (len >> 24) & 0xff; | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1305 gaim_debug(GAIM_DEBUG_MISC, "oscar", "len + offset is invalid, " |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1306 "hashing request\n"); |
2086 | 1307 aim_sendmemblock(sess, command->conn, offset, i, buf, AIM_SENDMEMBLOCK_FLAG_ISREQUEST); |
1308 g_free(buf); | |
1309 return 1; | |
1310 } | |
1311 */ | |
1312 | |
1313 pos = g_new0(struct pieceofcrap, 1); | |
1314 pos->gc = sess->aux_data; | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1315 pos->conn = fr->conn; |
2086 | 1316 |
1317 pos->offset = offset; | |
1318 pos->len = len; | |
1319 pos->modname = modname ? g_strdup(modname) : NULL; | |
1320 | |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
1321 if (gaim_proxy_connect(pos->gc->account, "gaim.sourceforge.net", 80, straight_to_hell, pos) != 0) { |
4056 | 1322 char buf[256]; |
2086 | 1323 if (pos->modname) |
1324 g_free(pos->modname); | |
1325 g_free(pos); | |
4056 | 1326 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
|
1327 "this is fixed. Check %s for updates."), GAIM_WEBSITE); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
1328 gaim_notify_warning(pos->gc, NULL, |
7422 | 1329 _("Gaim was unable to get a valid login hash."), |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
1330 buf); |
2086 | 1331 } |
1332 | |
1333 return 1; | |
1334 } | |
1335 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1336 static int gaim_parse_login(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 1337 GaimConnection *gc = sess->aux_data; |
7283 | 1338 OscarData *od = gc->proto_data; |
5591
74a0e79ad627
[gaim-migrate @ 5995]
Christian Hammond <chipx86@chipx86.com>
parents:
5580
diff
changeset
|
1339 GaimAccount *account = gaim_connection_get_account(gc); |
5575 | 1340 GaimAccount *ac = gaim_connection_get_account(gc); |
7282 | 1341 #if 0 |
1342 struct client_info_s info = {"gaim", 7, 3, 2003, "us", "en", 0x0004, 0x0000, 0x04b}; | |
1343 #endif | |
7011 | 1344 va_list ap; |
1345 char *key; | |
2086 | 1346 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1347 va_start(ap, fr); |
2086 | 1348 key = va_arg(ap, char *); |
1349 va_end(ap); | |
1350 | |
4617 | 1351 if (od->icq) { |
3458 | 1352 struct client_info_s info = CLIENTINFO_ICQ_KNOWNGOOD; |
5591
74a0e79ad627
[gaim-migrate @ 5995]
Christian Hammond <chipx86@chipx86.com>
parents:
5580
diff
changeset
|
1353 aim_send_login(sess, fr->conn, gaim_account_get_username(ac), |
74a0e79ad627
[gaim-migrate @ 5995]
Christian Hammond <chipx86@chipx86.com>
parents:
5580
diff
changeset
|
1354 gaim_account_get_password(account), &info, key); |
3458 | 1355 } else { |
1356 struct client_info_s info = CLIENTINFO_AIM_KNOWNGOOD; | |
5591
74a0e79ad627
[gaim-migrate @ 5995]
Christian Hammond <chipx86@chipx86.com>
parents:
5580
diff
changeset
|
1357 aim_send_login(sess, fr->conn, gaim_account_get_username(ac), |
74a0e79ad627
[gaim-migrate @ 5995]
Christian Hammond <chipx86@chipx86.com>
parents:
5580
diff
changeset
|
1358 gaim_account_get_password(account), &info, key); |
3458 | 1359 } |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1360 |
7283 | 1361 gaim_connection_update_progress(gc, _("Password sent"), 2, OSCAR_CONNECT_STEPS); |
7282 | 1362 |
2086 | 1363 return 1; |
1364 } | |
1365 | |
2675 | 1366 static int conninitdone_chat(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 1367 GaimConnection *gc = sess->aux_data; |
2647 | 1368 struct chat_connection *chatcon; |
1369 static int id = 1; | |
1370 | |
6905 | 1371 aim_conn_addhandler(sess, fr->conn, AIM_CB_FAM_CHT, 0x0001, gaim_parse_genericerr, 0); |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7111
diff
changeset
|
1372 aim_conn_addhandler(sess, fr->conn, AIM_CB_FAM_CHT, AIM_CB_CHT_USERJOIN, gaim_conv_chat_join, 0); |
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7111
diff
changeset
|
1373 aim_conn_addhandler(sess, fr->conn, AIM_CB_FAM_CHT, AIM_CB_CHT_USERLEAVE, gaim_conv_chat_leave, 0); |
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7111
diff
changeset
|
1374 aim_conn_addhandler(sess, fr->conn, AIM_CB_FAM_CHT, AIM_CB_CHT_ROOMINFOUPDATE, gaim_conv_chat_info_update, 0); |
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7111
diff
changeset
|
1375 aim_conn_addhandler(sess, fr->conn, AIM_CB_FAM_CHT, AIM_CB_CHT_INCOMINGMSG, gaim_conv_chat_incoming_msg, 0); |
2675 | 1376 |
2672 | 1377 aim_clientready(sess, fr->conn); |
2675 | 1378 |
2647 | 1379 chatcon = find_oscar_chat_by_conn(gc, fr->conn); |
1380 chatcon->id = id; | |
1381 chatcon->cnv = serv_got_joined_chat(gc, id++, chatcon->show); | |
1382 | |
1383 return 1; | |
1384 } | |
1385 | |
2675 | 1386 static int conninitdone_chatnav(aim_session_t *sess, aim_frame_t *fr, ...) { |
1387 | |
2821
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1388 aim_conn_addhandler(sess, fr->conn, 0x000d, 0x0001, gaim_parse_genericerr, 0); |
2647 | 1389 aim_conn_addhandler(sess, fr->conn, AIM_CB_FAM_CTN, AIM_CB_CTN_INFO, gaim_chatnav_info, 0); |
2675 | 1390 |
1391 aim_clientready(sess, fr->conn); | |
1392 | |
1393 aim_chatnav_reqrights(sess, fr->conn); | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1394 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1395 return 1; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1396 } |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1397 |
3694 | 1398 static int conninitdone_email(aim_session_t *sess, aim_frame_t *fr, ...) { |
1399 | |
1400 aim_conn_addhandler(sess, fr->conn, 0x0018, 0x0001, gaim_parse_genericerr, 0); | |
1401 aim_conn_addhandler(sess, fr->conn, AIM_CB_FAM_EML, AIM_CB_EML_MAILSTATUS, gaim_email_parseupdate, 0); | |
1402 | |
7282 | 1403 aim_email_sendcookies(sess); |
1404 aim_email_activate(sess); | |
3694 | 1405 aim_clientready(sess, fr->conn); |
1406 | |
1407 return 1; | |
1408 } | |
1409 | |
4804 | 1410 static int conninitdone_icon(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 1411 GaimConnection *gc = sess->aux_data; |
7283 | 1412 OscarData *od = gc->proto_data; |
4804 | 1413 |
1414 aim_conn_addhandler(sess, fr->conn, 0x0018, 0x0001, gaim_parse_genericerr, 0); | |
1415 aim_conn_addhandler(sess, fr->conn, AIM_CB_FAM_ICO, AIM_CB_ICO_ERROR, gaim_icon_error, 0); | |
1416 aim_conn_addhandler(sess, fr->conn, AIM_CB_FAM_ICO, AIM_CB_ICO_RESPONSE, gaim_icon_parseicon, 0); | |
1417 | |
1418 aim_clientready(sess, fr->conn); | |
1419 | |
4823 | 1420 od->iconconnecting = FALSE; |
1421 | |
4804 | 1422 if (od->icontimer) |
1423 g_source_remove(od->icontimer); | |
1424 od->icontimer = g_timeout_add(100, gaim_icon_timerfunc, gc); | |
1425 | |
1426 return 1; | |
1427 } | |
1428 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1429 static void oscar_chatnav_connect(gpointer data, gint source, GaimInputCondition cond) { |
5575 | 1430 GaimConnection *gc = data; |
7283 | 1431 OscarData *od; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1432 aim_session_t *sess; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1433 aim_conn_t *tstconn; |
2086 | 1434 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
1435 if (!g_list_find(gaim_connections_get_all(), gc)) { |
2086 | 1436 close(source); |
1437 return; | |
1438 } | |
1439 | |
4617 | 1440 od = gc->proto_data; |
1441 sess = od->sess; | |
2086 | 1442 tstconn = aim_getconn_type_all(sess, AIM_CONN_TYPE_CHATNAV); |
4366 | 1443 tstconn->fd = source; |
2086 | 1444 |
1445 if (source < 0) { | |
1446 aim_conn_kill(sess, &tstconn); | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1447 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1448 "unable to connect to chatnav server\n"); |
2086 | 1449 return; |
1450 } | |
1451 | |
1452 aim_conn_completeconnect(sess, tstconn); | |
4617 | 1453 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
|
1454 gaim_debug(GAIM_DEBUG_INFO, "oscar", "chatnav: connected\n"); |
2086 | 1455 } |
1456 | |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
1457 static void oscar_auth_connect(gpointer data, gint source, GaimInputCondition cond) |
2086 | 1458 { |
5575 | 1459 GaimConnection *gc = data; |
7283 | 1460 OscarData *od; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1461 aim_session_t *sess; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1462 aim_conn_t *tstconn; |
2086 | 1463 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
1464 if (!g_list_find(gaim_connections_get_all(), gc)) { |
2086 | 1465 close(source); |
1466 return; | |
1467 } | |
1468 | |
4617 | 1469 od = gc->proto_data; |
1470 sess = od->sess; | |
2086 | 1471 tstconn = aim_getconn_type_all(sess, AIM_CONN_TYPE_AUTH); |
4366 | 1472 tstconn->fd = source; |
2086 | 1473 |
1474 if (source < 0) { | |
1475 aim_conn_kill(sess, &tstconn); | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1476 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1477 "unable to connect to authorizer\n"); |
2086 | 1478 return; |
1479 } | |
1480 | |
1481 aim_conn_completeconnect(sess, tstconn); | |
4617 | 1482 od->paspa = gaim_input_add(tstconn->fd, GAIM_INPUT_READ, oscar_callback, tstconn); |
6905 | 1483 gaim_debug(GAIM_DEBUG_INFO, "oscar", "admin: connected\n"); |
2086 | 1484 } |
1485 | |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
1486 static void oscar_chat_connect(gpointer data, gint source, GaimInputCondition cond) |
2086 | 1487 { |
1488 struct chat_connection *ccon = data; | |
5575 | 1489 GaimConnection *gc = ccon->gc; |
7283 | 1490 OscarData *od; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1491 aim_session_t *sess; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1492 aim_conn_t *tstconn; |
2086 | 1493 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
1494 if (!g_list_find(gaim_connections_get_all(), gc)) { |
2086 | 1495 close(source); |
1496 g_free(ccon->show); | |
1497 g_free(ccon->name); | |
1498 g_free(ccon); | |
1499 return; | |
1500 } | |
1501 | |
4617 | 1502 od = gc->proto_data; |
1503 sess = od->sess; | |
2086 | 1504 tstconn = ccon->conn; |
4366 | 1505 tstconn->fd = source; |
2086 | 1506 |
1507 if (source < 0) { | |
1508 aim_conn_kill(sess, &tstconn); | |
1509 g_free(ccon->show); | |
1510 g_free(ccon->name); | |
1511 g_free(ccon); | |
1512 return; | |
1513 } | |
1514 | |
1515 aim_conn_completeconnect(sess, ccon->conn); | |
4617 | 1516 ccon->inpa = gaim_input_add(tstconn->fd, GAIM_INPUT_READ, oscar_callback, tstconn); |
1517 od->oscar_chats = g_slist_append(od->oscar_chats, ccon); | |
2086 | 1518 } |
1519 | |
3694 | 1520 static void oscar_email_connect(gpointer data, gint source, GaimInputCondition cond) { |
5575 | 1521 GaimConnection *gc = data; |
7283 | 1522 OscarData *od; |
3694 | 1523 aim_session_t *sess; |
1524 aim_conn_t *tstconn; | |
1525 | |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
1526 if (!g_list_find(gaim_connections_get_all(), gc)) { |
3694 | 1527 close(source); |
1528 return; | |
1529 } | |
1530 | |
4617 | 1531 od = gc->proto_data; |
1532 sess = od->sess; | |
3694 | 1533 tstconn = aim_getconn_type_all(sess, AIM_CONN_TYPE_EMAIL); |
4366 | 1534 tstconn->fd = source; |
3694 | 1535 |
1536 if (source < 0) { | |
1537 aim_conn_kill(sess, &tstconn); | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1538 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1539 "unable to connect to email server\n"); |
3694 | 1540 return; |
1541 } | |
1542 | |
1543 aim_conn_completeconnect(sess, tstconn); | |
4617 | 1544 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
|
1545 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1546 "email: connected\n"); |
3694 | 1547 } |
1548 | |
4804 | 1549 static void oscar_icon_connect(gpointer data, gint source, GaimInputCondition cond) { |
5575 | 1550 GaimConnection *gc = data; |
7283 | 1551 OscarData *od; |
4804 | 1552 aim_session_t *sess; |
1553 aim_conn_t *tstconn; | |
1554 | |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
1555 if (!g_list_find(gaim_connections_get_all(), gc)) { |
4804 | 1556 close(source); |
1557 return; | |
1558 } | |
1559 | |
1560 od = gc->proto_data; | |
1561 sess = od->sess; | |
1562 tstconn = aim_getconn_type_all(sess, AIM_CONN_TYPE_ICON); | |
1563 tstconn->fd = source; | |
1564 | |
1565 if (source < 0) { | |
1566 aim_conn_kill(sess, &tstconn); | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1567 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1568 "unable to connect to icon server\n"); |
4804 | 1569 return; |
1570 } | |
1571 | |
1572 aim_conn_completeconnect(sess, tstconn); | |
1573 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
|
1574 gaim_debug(GAIM_DEBUG_INFO, "oscar", "icon: connected\n"); |
4804 | 1575 } |
1576 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1577 /* 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
|
1578 static int gaim_handle_redirect(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 1579 GaimConnection *gc = sess->aux_data; |
1580 GaimAccount *account = gaim_connection_get_account(gc); | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1581 aim_conn_t *tstconn; |
4452 | 1582 int i; |
2086 | 1583 char *host; |
1584 int port; | |
4821 | 1585 va_list ap; |
1586 struct aim_redirect_data *redir; | |
2086 | 1587 |
5575 | 1588 port = gaim_account_get_int(account, "port", FAIM_LOGIN_PORT); |
2086 | 1589 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1590 va_start(ap, fr); |
2821
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1591 redir = va_arg(ap, struct aim_redirect_data *); |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1592 va_end(ap); |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1593 |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1594 for (i = 0; i < (int)strlen(redir->ip); i++) { |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1595 if (redir->ip[i] == ':') { |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1596 port = atoi(&(redir->ip[i+1])); |
2086 | 1597 break; |
1598 } | |
1599 } | |
2821
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1600 host = g_strndup(redir->ip, i); |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1601 |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1602 switch(redir->group) { |
2086 | 1603 case 0x7: /* Authorizer */ |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1604 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1605 "Reconnecting with authorizor...\n"); |
2086 | 1606 tstconn = aim_newconn(sess, AIM_CONN_TYPE_AUTH, NULL); |
1607 if (tstconn == NULL) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1608 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1609 "unable to reconnect with authorizer\n"); |
2086 | 1610 g_free(host); |
1611 return 1; | |
1612 } | |
4649 | 1613 aim_conn_addhandler(sess, tstconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNERR, gaim_connerr, 0); |
2675 | 1614 aim_conn_addhandler(sess, tstconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNINITDONE, conninitdone_admin, 0); |
2086 | 1615 |
1616 tstconn->status |= AIM_CONN_STATUS_INPROGRESS; | |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
1617 if (gaim_proxy_connect(account, host, port, oscar_auth_connect, gc) != 0) { |
2086 | 1618 aim_conn_kill(sess, &tstconn); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1619 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1620 "unable to reconnect with authorizer\n"); |
2086 | 1621 g_free(host); |
1622 return 1; | |
1623 } | |
4293 | 1624 aim_sendcookie(sess, tstconn, redir->cookielen, redir->cookie); |
4194 | 1625 break; |
1626 | |
2086 | 1627 case 0xd: /* ChatNav */ |
1628 tstconn = aim_newconn(sess, AIM_CONN_TYPE_CHATNAV, NULL); | |
1629 if (tstconn == NULL) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1630 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1631 "unable to connect to chatnav server\n"); |
2086 | 1632 g_free(host); |
1633 return 1; | |
1634 } | |
4649 | 1635 aim_conn_addhandler(sess, tstconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNERR, gaim_connerr, 0); |
2675 | 1636 aim_conn_addhandler(sess, tstconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNINITDONE, conninitdone_chatnav, 0); |
2086 | 1637 |
1638 tstconn->status |= AIM_CONN_STATUS_INPROGRESS; | |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
1639 if (gaim_proxy_connect(account, host, port, oscar_chatnav_connect, gc) != 0) { |
2086 | 1640 aim_conn_kill(sess, &tstconn); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1641 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1642 "unable to connect to chatnav server\n"); |
2086 | 1643 g_free(host); |
1644 return 1; | |
1645 } | |
4293 | 1646 aim_sendcookie(sess, tstconn, redir->cookielen, redir->cookie); |
4194 | 1647 break; |
1648 | |
1649 case 0xe: { /* Chat */ | |
2086 | 1650 struct chat_connection *ccon; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1651 |
2086 | 1652 tstconn = aim_newconn(sess, AIM_CONN_TYPE_CHAT, NULL); |
1653 if (tstconn == NULL) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1654 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1655 "unable to connect to chat server\n"); |
2086 | 1656 g_free(host); |
1657 return 1; | |
1658 } | |
1659 | |
4649 | 1660 aim_conn_addhandler(sess, tstconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNERR, gaim_connerr, 0); |
2675 | 1661 aim_conn_addhandler(sess, tstconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNINITDONE, conninitdone_chat, 0); |
1662 | |
2086 | 1663 ccon = g_new0(struct chat_connection, 1); |
1664 ccon->conn = tstconn; | |
1665 ccon->gc = gc; | |
1666 ccon->fd = -1; | |
2821
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1667 ccon->name = g_strdup(redir->chat.room); |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1668 ccon->exchange = redir->chat.exchange; |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1669 ccon->instance = redir->chat.instance; |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1670 ccon->show = extract_name(redir->chat.room); |
4634 | 1671 |
2086 | 1672 ccon->conn->status |= AIM_CONN_STATUS_INPROGRESS; |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
1673 if (gaim_proxy_connect(account, host, port, oscar_chat_connect, ccon) != 0) { |
2086 | 1674 aim_conn_kill(sess, &tstconn); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1675 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1676 "unable to connect to chat server\n"); |
2086 | 1677 g_free(host); |
1678 g_free(ccon->show); | |
1679 g_free(ccon->name); | |
1680 g_free(ccon); | |
1681 return 1; | |
1682 } | |
4293 | 1683 aim_sendcookie(sess, tstconn, redir->cookielen, redir->cookie); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1684 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1685 "Connected to chat room %s exchange %hu\n", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1686 ccon->name, ccon->exchange); |
4194 | 1687 } break; |
3694 | 1688 |
4804 | 1689 case 0x0010: { /* icon */ |
1690 if (!(tstconn = aim_newconn(sess, AIM_CONN_TYPE_ICON, NULL))) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1691 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1692 "unable to connect to icon server\n"); |
4804 | 1693 g_free(host); |
1694 return 1; | |
1695 } | |
1696 aim_conn_addhandler(sess, tstconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNERR, gaim_connerr, 0); | |
1697 aim_conn_addhandler(sess, tstconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNINITDONE, conninitdone_icon, 0); | |
1698 | |
1699 tstconn->status |= AIM_CONN_STATUS_INPROGRESS; | |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
1700 if (gaim_proxy_connect(account, host, port, oscar_icon_connect, gc) != 0) { |
4804 | 1701 aim_conn_kill(sess, &tstconn); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1702 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1703 "unable to connect to icon server\n"); |
4804 | 1704 g_free(host); |
1705 return 1; | |
1706 } | |
1707 aim_sendcookie(sess, tstconn, redir->cookielen, redir->cookie); | |
1708 } break; | |
1709 | |
3694 | 1710 case 0x0018: { /* email */ |
1711 if (!(tstconn = aim_newconn(sess, AIM_CONN_TYPE_EMAIL, NULL))) { | |
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 email server\n"); |
3694 | 1714 g_free(host); |
1715 return 1; | |
1716 } | |
4649 | 1717 aim_conn_addhandler(sess, tstconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNERR, gaim_connerr, 0); |
3694 | 1718 aim_conn_addhandler(sess, tstconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNINITDONE, conninitdone_email, 0); |
1719 | |
1720 tstconn->status |= AIM_CONN_STATUS_INPROGRESS; | |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
1721 if (gaim_proxy_connect(account, host, port, oscar_email_connect, gc) != 0) { |
3694 | 1722 aim_conn_kill(sess, &tstconn); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1723 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1724 "unable to connect to email server\n"); |
3694 | 1725 g_free(host); |
1726 return 1; | |
1727 } | |
4293 | 1728 aim_sendcookie(sess, tstconn, redir->cookielen, redir->cookie); |
3694 | 1729 } break; |
1730 | |
2086 | 1731 default: /* huh? */ |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1732 gaim_debug(GAIM_DEBUG_WARNING, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1733 "got redirect for unknown service 0x%04hx\n", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1734 redir->group); |
2086 | 1735 break; |
1736 } | |
1737 | |
1738 g_free(host); | |
1739 return 1; | |
1740 } | |
1741 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1742 static int gaim_parse_oncoming(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 1743 GaimConnection *gc = sess->aux_data; |
7283 | 1744 OscarData *od = gc->proto_data; |
4738 | 1745 struct buddyinfo *bi; |
2993 | 1746 time_t time_idle = 0, signon = 0; |
1747 int type = 0; | |
1748 int caps = 0; | |
2086 | 1749 va_list ap; |
4738 | 1750 aim_userinfo_t *info; |
4194 | 1751 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1752 va_start(ap, fr); |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
1753 info = va_arg(ap, aim_userinfo_t *); |
2086 | 1754 va_end(ap); |
1755 | |
2993 | 1756 if (info->present & AIM_USERINFO_PRESENT_CAPABILITIES) |
1757 caps = info->capabilities; | |
3267 | 1758 if (info->flags & AIM_FLAG_ACTIVEBUDDY) |
1759 type |= UC_AB; | |
1760 | |
4766 | 1761 if (info->present & AIM_USERINFO_PRESENT_FLAGS) { |
1762 if (info->flags & AIM_FLAG_UNCONFIRMED) | |
1763 type |= UC_UNCONFIRMED; | |
1764 if (info->flags & AIM_FLAG_ADMINISTRATOR) | |
1765 type |= UC_ADMIN; | |
1766 if (info->flags & AIM_FLAG_AOL) | |
1767 type |= UC_AOL; | |
1768 if (info->flags & AIM_FLAG_FREE) | |
1769 type |= UC_NORMAL; | |
1770 if (info->flags & AIM_FLAG_AWAY) | |
1771 type |= UC_UNAVAILABLE; | |
1772 if (info->flags & AIM_FLAG_WIRELESS) | |
1773 type |= UC_WIRELESS; | |
2501
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
1774 } |
2993 | 1775 if (info->present & AIM_USERINFO_PRESENT_ICQEXTSTATUS) { |
3595 | 1776 type = (info->icqinfo.status << 16); |
3013 | 1777 if (!(info->icqinfo.status & AIM_ICQ_STATE_CHAT) && |
1778 (info->icqinfo.status != AIM_ICQ_STATE_NORMAL)) { | |
2993 | 1779 type |= UC_UNAVAILABLE; |
3013 | 1780 } |
2993 | 1781 } |
1782 | |
7141 | 1783 if (caps & AIM_CAPS_ICQ_DIRECT) |
1784 caps ^= AIM_CAPS_ICQ_DIRECT; | |
2993 | 1785 |
1786 if (info->present & AIM_USERINFO_PRESENT_IDLE) { | |
2086 | 1787 time(&time_idle); |
1788 time_idle -= info->idletime*60; | |
2993 | 1789 } |
1790 | |
5836 | 1791 if (info->present & AIM_USERINFO_PRESENT_ONLINESINCE) |
1792 signon = info->onlinesince; | |
1793 else if (info->present & AIM_USERINFO_PRESENT_SESSIONLEN) | |
2993 | 1794 signon = time(NULL) - info->sessionlen; |
2086 | 1795 |
5575 | 1796 if (!aim_sncmp(gaim_account_get_username(gaim_connection_get_account(gc)), info->sn)) |
1797 gaim_connection_set_display_name(gc, info->sn); | |
2305
0371b905baef
[gaim-migrate @ 2315]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2303
diff
changeset
|
1798 |
7261 | 1799 bi = g_hash_table_lookup(od->buddyinfo, gaim_normalize(gc->account, info->sn)); |
4738 | 1800 if (!bi) { |
1801 bi = g_new0(struct buddyinfo, 1); | |
7261 | 1802 g_hash_table_insert(od->buddyinfo, g_strdup(gaim_normalize(gc->account, info->sn)), bi); |
4738 | 1803 } |
4739 | 1804 bi->typingnot = FALSE; |
1805 bi->ico_informed = FALSE; | |
6857 | 1806 bi->ipaddr = info->icqinfo.ipaddr; |
1807 | |
1808 /* Available message stuff */ | |
6292 | 1809 free(bi->availmsg); |
7011 | 1810 if (info->avail != NULL) |
1811 if (info->avail_encoding) { | |
1812 gchar *enc = g_strdup_printf("charset=\"%s\"", info->avail_encoding); | |
1813 bi->availmsg = oscar_encoding_to_utf8(enc, info->avail, info->avail_len); | |
6292 | 1814 g_free(enc); |
1815 } else { | |
1816 /* No explicit encoding means utf8. Yay. */ | |
7011 | 1817 bi->availmsg = g_strdup(info->avail); |
6292 | 1818 } |
5837 | 1819 else |
6292 | 1820 bi->availmsg = NULL; |
4732 | 1821 |
4804 | 1822 /* Server stored icon stuff */ |
4853 | 1823 if (info->iconcsumlen) { |
7125 | 1824 const char *filename = NULL, *saved_b16 = NULL; |
1825 char *b16 = NULL; | |
7093 | 1826 GaimBuddy *b = NULL; |
4853 | 1827 |
7106
db6bd3e794d8
[gaim-migrate @ 7671]
Christian Hammond <chipx86@chipx86.com>
parents:
7098
diff
changeset
|
1828 b16 = gaim_base16_encode(info->iconcsum, info->iconcsumlen); |
4853 | 1829 b = gaim_find_buddy(gc->account, info->sn); |
7093 | 1830 /* |
1831 * If for some reason the checksum is valid, but cached file is not.. | |
1832 * we want to know. | |
1833 */ | |
7693 | 1834 filename = gaim_blist_node_get_string((GaimBlistNode*)b, "buddy_icon"); |
7093 | 1835 if (filename != NULL) { |
1836 if (g_file_test(filename, G_FILE_TEST_EXISTS)) | |
7693 | 1837 saved_b16 = gaim_blist_node_get_string((GaimBlistNode*)b, |
1838 "icon_checksum"); | |
7093 | 1839 } else |
1840 saved_b16 = NULL; | |
7054
7c04a0775918
[gaim-migrate @ 7617]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7045
diff
changeset
|
1841 |
4853 | 1842 if (!b16 || !saved_b16 || strcmp(b16, saved_b16)) { |
1843 GSList *cur = od->requesticon; | |
1844 while (cur && aim_sncmp((char *)cur->data, info->sn)) | |
1845 cur = cur->next; | |
1846 if (!cur) { | |
7475 | 1847 od->requesticon = g_slist_append(od->requesticon, g_strdup(gaim_normalize(gc->account, info->sn))); |
4853 | 1848 if (od->icontimer) |
1849 g_source_remove(od->icontimer); | |
1850 od->icontimer = g_timeout_add(500, gaim_icon_timerfunc, gc); | |
1851 } | |
1852 } | |
6053 | 1853 g_free(b16); |
4853 | 1854 } |
1855 | |
5628 | 1856 serv_got_update(gc, info->sn, 1, (info->warnlevel/10.0) + 0.5, signon, time_idle, type); |
2086 | 1857 |
1858 return 1; | |
1859 } | |
1860 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1861 static int gaim_parse_offgoing(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 1862 GaimConnection *gc = sess->aux_data; |
7283 | 1863 OscarData *od = gc->proto_data; |
2086 | 1864 va_list ap; |
4739 | 1865 aim_userinfo_t *info; |
2086 | 1866 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1867 va_start(ap, fr); |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
1868 info = va_arg(ap, aim_userinfo_t *); |
2086 | 1869 va_end(ap); |
1870 | |
4732 | 1871 serv_got_update(gc, info->sn, 0, 0, 0, 0, 0); |
2086 | 1872 |
7261 | 1873 g_hash_table_remove(od->buddyinfo, gaim_normalize(gc->account, info->sn)); |
5837 | 1874 |
2086 | 1875 return 1; |
1876 } | |
1877 | |
3730 | 1878 static void cancel_direct_im(struct ask_direct *d) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1879 gaim_debug(GAIM_DEBUG_INFO, "oscar", "Freeing DirectIM prompts.\n"); |
2086 | 1880 |
1881 g_free(d->sn); | |
1882 g_free(d); | |
1883 } | |
1884 | |
4617 | 1885 static void oscar_odc_callback(gpointer data, gint source, GaimInputCondition condition) { |
2086 | 1886 struct direct_im *dim = data; |
5575 | 1887 GaimConnection *gc = dim->gc; |
7283 | 1888 OscarData *od = gc->proto_data; |
5679 | 1889 GaimConversation *cnv; |
2086 | 1890 char buf[256]; |
3008 | 1891 struct sockaddr name; |
1892 socklen_t name_len = 1; | |
1893 | |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
1894 if (!g_list_find(gaim_connections_get_all(), gc)) { |
2086 | 1895 g_free(dim); |
1896 return; | |
1897 } | |
1898 | |
1899 if (source < 0) { | |
1900 g_free(dim); | |
1901 return; | |
1902 } | |
1903 | |
4366 | 1904 dim->conn->fd = source; |
2086 | 1905 aim_conn_completeconnect(od->sess, dim->conn); |
6640
314111e7b601
[gaim-migrate @ 7165]
Christian Hammond <chipx86@chipx86.com>
parents:
6623
diff
changeset
|
1906 cnv = gaim_conversation_new(GAIM_CONV_IM, dim->gc->account, dim->name); |
3008 | 1907 |
1908 /* This is the best way to see if we're connected or not */ | |
1909 if (getpeername(source, &name, &name_len) == 0) { | |
1910 g_snprintf(buf, sizeof buf, _("Direct IM with %s established"), dim->name); | |
1911 dim->connected = TRUE; | |
6982 | 1912 gaim_conversation_write(cnv, NULL, buf, GAIM_MESSAGE_SYSTEM, time(NULL)); |
3008 | 1913 } |
2086 | 1914 od->direct_ims = g_slist_append(od->direct_ims, dim); |
3008 | 1915 |
4617 | 1916 dim->watcher = gaim_input_add(dim->conn->fd, GAIM_INPUT_READ, oscar_callback, dim->conn); |
2086 | 1917 } |
1918 | |
4617 | 1919 /* BBB */ |
3952 | 1920 /* |
4617 | 1921 * This is called after a remote AIM user has connected to us. We |
1922 * want to do some voodoo with the socket file descriptors, add a | |
1923 * callback or two, and then send the AIM_CB_OFT_PROMPT. | |
3952 | 1924 */ |
4656 | 1925 static int oscar_sendfile_estblsh(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 1926 GaimConnection *gc = sess->aux_data; |
7283 | 1927 OscarData *od = (OscarData *)gc->proto_data; |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
1928 GaimXfer *xfer; |
5146 | 1929 struct aim_oft_info *oft_info; |
3630 | 1930 va_list ap; |
1931 aim_conn_t *conn, *listenerconn; | |
4656 | 1932 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1933 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1934 "AAA - in oscar_sendfile_estblsh\n"); |
3630 | 1935 va_start(ap, fr); |
1936 conn = va_arg(ap, aim_conn_t *); | |
1937 listenerconn = va_arg(ap, aim_conn_t *); | |
1938 va_end(ap); | |
1939 | |
4617 | 1940 if (!(xfer = oscar_find_xfer_by_conn(od->file_transfers, listenerconn))) |
1941 return 1; | |
1942 | |
5146 | 1943 if (!(oft_info = xfer->data)) |
4617 | 1944 return 1; |
1945 | |
3630 | 1946 /* Stop watching listener conn; watch transfer conn instead */ |
4617 | 1947 gaim_input_remove(xfer->watcher); |
3630 | 1948 aim_conn_kill(sess, &listenerconn); |
1949 | |
5146 | 1950 oft_info->conn = conn; |
1951 xfer->fd = oft_info->conn->fd; | |
1952 | |
1953 aim_conn_addhandler(sess, oft_info->conn, AIM_CB_FAM_OFT, AIM_CB_OFT_ACK, oscar_sendfile_ack, 0); | |
1954 aim_conn_addhandler(sess, oft_info->conn, AIM_CB_FAM_OFT, AIM_CB_OFT_DONE, oscar_sendfile_done, 0); | |
1955 xfer->watcher = gaim_input_add(oft_info->conn->fd, GAIM_INPUT_READ, oscar_callback, oft_info->conn); | |
4617 | 1956 |
1957 /* Inform the other user that we are connected and ready to transfer */ | |
5146 | 1958 aim_oft_sendheader(sess, AIM_CB_OFT_PROMPT, oft_info); |
3630 | 1959 |
1960 return 0; | |
1961 } | |
1962 | |
3952 | 1963 /* |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
1964 * This is the gaim callback passed to gaim_proxy_connect when connecting to another AIM |
4617 | 1965 * user in order to transfer a file. |
3952 | 1966 */ |
4617 | 1967 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
|
1968 GaimXfer *xfer; |
5146 | 1969 struct aim_oft_info *oft_info; |
4656 | 1970 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1971 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1972 "AAA - in oscar_sendfile_connected\n"); |
4617 | 1973 if (!(xfer = data)) |
1974 return; | |
5146 | 1975 if (!(oft_info = xfer->data)) |
3630 | 1976 return; |
4617 | 1977 if (source < 0) |
1978 return; | |
1979 | |
1980 xfer->fd = source; | |
5146 | 1981 oft_info->conn->fd = source; |
1982 | |
1983 aim_conn_completeconnect(oft_info->sess, oft_info->conn); | |
1984 xfer->watcher = gaim_input_add(xfer->fd, GAIM_INPUT_READ, oscar_callback, oft_info->conn); | |
4617 | 1985 |
1986 /* Inform the other user that we are connected and ready to transfer */ | |
5146 | 1987 aim_im_sendch2_sendfile_accept(oft_info->sess, oft_info); |
4617 | 1988 |
1989 return; | |
3630 | 1990 } |
1991 | |
3952 | 1992 /* |
4617 | 1993 * This is called when a buddy sends us some file info. This happens when they |
1994 * are sending a file to you, and you have just established a connection to them. | |
4650 | 1995 * You should send them the exact same info except use the real cookie. We also |
4617 | 1996 * get like totally ready to like, receive the file, kay? |
3952 | 1997 */ |
4617 | 1998 static int oscar_sendfile_prompt(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 1999 GaimConnection *gc = sess->aux_data; |
7283 | 2000 OscarData *od = gc->proto_data; |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
2001 GaimXfer *xfer; |
5146 | 2002 struct aim_oft_info *oft_info; |
4617 | 2003 va_list ap; |
2004 aim_conn_t *conn; | |
2005 fu8_t *cookie; | |
2006 struct aim_fileheader_t *fh; | |
4656 | 2007 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2008 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2009 "AAA - in oscar_sendfile_prompt\n"); |
4617 | 2010 va_start(ap, fr); |
2011 conn = va_arg(ap, aim_conn_t *); | |
2012 cookie = va_arg(ap, fu8_t *); | |
2013 fh = va_arg(ap, struct aim_fileheader_t *); | |
2014 va_end(ap); | |
2015 | |
2016 if (!(xfer = oscar_find_xfer_by_conn(od->file_transfers, conn))) | |
2017 return 1; | |
2018 | |
5146 | 2019 if (!(oft_info = xfer->data)) |
4617 | 2020 return 1; |
2021 | |
2022 /* We want to stop listening with a normal thingy */ | |
2023 gaim_input_remove(xfer->watcher); | |
2024 xfer->watcher = 0; | |
2025 | |
5146 | 2026 /* They sent us some information about the file they're sending */ |
2027 memcpy(&oft_info->fh, fh, sizeof(*fh)); | |
2028 | |
2029 /* Fill in the cookie */ | |
2030 memcpy(&oft_info->fh.bcookie, oft_info->cookie, 8); | |
2031 | |
4617 | 2032 /* XXX - convert the name from UTF-8 to UCS-2 if necessary, and pass the encoding to the call below */ |
5146 | 2033 aim_oft_sendheader(oft_info->sess, AIM_CB_OFT_ACK, oft_info); |
4617 | 2034 gaim_xfer_start(xfer, xfer->fd, NULL, 0); |
2035 | |
2036 return 0; | |
3630 | 2037 } |
2038 | |
3952 | 2039 /* |
4657 | 2040 * We are sending a file to someone else. They have just acknowledged our |
4617 | 2041 * prompt, so we want to start sending data like there's no tomorrow. |
3952 | 2042 */ |
4617 | 2043 static int oscar_sendfile_ack(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 2044 GaimConnection *gc = sess->aux_data; |
7283 | 2045 OscarData *od = gc->proto_data; |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
2046 GaimXfer *xfer; |
4617 | 2047 va_list ap; |
2048 aim_conn_t *conn; | |
2049 fu8_t *cookie; | |
2050 struct aim_fileheader_t *fh; | |
4656 | 2051 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2052 gaim_debug(GAIM_DEBUG_INFO, "oscar", "AAA - in oscar_sendfile_ack\n"); |
4617 | 2053 va_start(ap, fr); |
2054 conn = va_arg(ap, aim_conn_t *); | |
2055 cookie = va_arg(ap, fu8_t *); | |
2056 fh = va_arg(ap, struct aim_fileheader_t *); | |
2057 va_end(ap); | |
2058 | |
2059 if (!(xfer = oscar_find_xfer_by_cookie(od->file_transfers, cookie))) | |
2060 return 1; | |
2061 | |
4656 | 2062 /* We want to stop listening with a normal thingy */ |
2063 gaim_input_remove(xfer->watcher); | |
2064 xfer->watcher = 0; | |
2065 | |
4617 | 2066 gaim_xfer_start(xfer, xfer->fd, NULL, 0); |
2067 | |
2068 return 0; | |
3630 | 2069 } |
4617 | 2070 |
2071 /* | |
2072 * We just sent a file to someone. They said they got it and everything, | |
2073 * so we can close our direct connection and what not. | |
2074 */ | |
2075 static int oscar_sendfile_done(aim_session_t *sess, aim_frame_t *fr, ...) { | |
5575 | 2076 GaimConnection *gc = sess->aux_data; |
7283 | 2077 OscarData *od = gc->proto_data; |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
2078 GaimXfer *xfer; |
4617 | 2079 va_list ap; |
2080 aim_conn_t *conn; | |
2081 fu8_t *cookie; | |
2082 struct aim_fileheader_t *fh; | |
4656 | 2083 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2084 gaim_debug(GAIM_DEBUG_INFO, "oscar", "AAA - in oscar_sendfile_done\n"); |
4617 | 2085 va_start(ap, fr); |
2086 conn = va_arg(ap, aim_conn_t *); | |
2087 cookie = va_arg(ap, fu8_t *); | |
2088 fh = va_arg(ap, struct aim_fileheader_t *); | |
2089 va_end(ap); | |
2090 | |
2091 if (!(xfer = oscar_find_xfer_by_conn(od->file_transfers, conn))) | |
2092 return 1; | |
2093 | |
4656 | 2094 xfer->fd = conn->fd; |
4617 | 2095 gaim_xfer_end(xfer); |
2096 | |
2097 return 0; | |
2098 } | |
3630 | 2099 |
4244 | 2100 static void accept_direct_im(struct ask_direct *d) { |
5575 | 2101 GaimConnection *gc = d->gc; |
7283 | 2102 OscarData *od; |
2086 | 2103 struct direct_im *dim; |
2945 | 2104 char *host; int port = 4443; |
4366 | 2105 int i, rc; |
2086 | 2106 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
2107 if (!g_list_find(gaim_connections_get_all(), gc)) { |
4244 | 2108 cancel_direct_im(d); |
2109 return; | |
2110 } | |
2111 | |
7283 | 2112 od = (OscarData *)gc->proto_data; |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2113 gaim_debug(GAIM_DEBUG_INFO, "oscar", "Accepted DirectIM.\n"); |
2086 | 2114 |
2115 dim = find_direct_im(od, d->sn); | |
2116 if (dim) { | |
3730 | 2117 cancel_direct_im(d); /* 40 */ |
4244 | 2118 return; |
2086 | 2119 } |
2120 dim = g_new0(struct direct_im, 1); | |
2121 dim->gc = d->gc; | |
2122 g_snprintf(dim->name, sizeof dim->name, "%s", d->sn); | |
2123 | |
4617 | 2124 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
|
2125 if (!dim->conn) { |
2086 | 2126 g_free(dim); |
3730 | 2127 cancel_direct_im(d); |
4244 | 2128 return; |
2086 | 2129 } |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2130 |
2086 | 2131 aim_conn_addhandler(od->sess, dim->conn, AIM_CB_FAM_OFT, AIM_CB_OFT_DIRECTIMINCOMING, |
4617 | 2132 gaim_odc_incoming, 0); |
2086 | 2133 aim_conn_addhandler(od->sess, dim->conn, AIM_CB_FAM_OFT, AIM_CB_OFT_DIRECTIMTYPING, |
4617 | 2134 gaim_odc_typing, 0); |
3033 | 2135 aim_conn_addhandler(od->sess, dim->conn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_IMAGETRANSFER, |
6982 | 2136 gaim_odc_update_ui, 0); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2137 for (i = 0; i < (int)strlen(d->ip); i++) { |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2138 if (d->ip[i] == ':') { |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2139 port = atoi(&(d->ip[i+1])); |
2086 | 2140 break; |
2141 } | |
2142 } | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2143 host = g_strndup(d->ip, i); |
2086 | 2144 dim->conn->status |= AIM_CONN_STATUS_INPROGRESS; |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
2145 rc = gaim_proxy_connect(gc->account, host, port, oscar_odc_callback, dim); |
2086 | 2146 g_free(host); |
4366 | 2147 if (rc < 0) { |
2086 | 2148 aim_conn_kill(od->sess, &dim->conn); |
2149 g_free(dim); | |
3730 | 2150 cancel_direct_im(d); |
4244 | 2151 return; |
2086 | 2152 } |
2153 | |
3730 | 2154 cancel_direct_im(d); |
2086 | 2155 |
4244 | 2156 return; |
2086 | 2157 } |
2158 | |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
2159 static int incomingim_chan1(aim_session_t *sess, aim_conn_t *conn, aim_userinfo_t *userinfo, struct aim_incomingim_ch1_args *args) { |
5575 | 2160 GaimConnection *gc = sess->aux_data; |
7283 | 2161 OscarData *od = gc->proto_data; |
7475 | 2162 gchar *tmp; |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7111
diff
changeset
|
2163 GaimConvImFlags flags = 0; |
6478
338147ea6896
[gaim-migrate @ 6991]
Christian Hammond <chipx86@chipx86.com>
parents:
6465
diff
changeset
|
2164 gsize convlen; |
3659 | 2165 GError *err = NULL; |
4738 | 2166 struct buddyinfo *bi; |
5575 | 2167 const char *iconfile; |
4738 | 2168 |
7261 | 2169 bi = g_hash_table_lookup(od->buddyinfo, gaim_normalize(gc->account, userinfo->sn)); |
4738 | 2170 if (!bi) { |
2171 bi = g_new0(struct buddyinfo, 1); | |
7261 | 2172 g_hash_table_insert(od->buddyinfo, g_strdup(gaim_normalize(gc->account, userinfo->sn)), bi); |
4738 | 2173 } |
2273
0b5c3338fa3d
[gaim-migrate @ 2283]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2249
diff
changeset
|
2174 |
0b5c3338fa3d
[gaim-migrate @ 2283]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2249
diff
changeset
|
2175 if (args->icbmflags & AIM_IMFLAGS_AWAY) |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7111
diff
changeset
|
2176 flags |= GAIM_CONV_IM_AUTO_RESP; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2177 |
4738 | 2178 if (args->icbmflags & AIM_IMFLAGS_TYPINGNOT) |
2179 bi->typingnot = TRUE; | |
2180 else | |
2181 bi->typingnot = FALSE; | |
2182 | |
4380 | 2183 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
|
2184 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2185 "%s has an icon\n", userinfo->sn); |
4738 | 2186 if ((args->iconlen != bi->ico_len) || (args->iconsum != bi->ico_csum) || (args->iconstamp != bi->ico_time)) { |
2187 bi->ico_need = TRUE; | |
2188 bi->ico_len = args->iconlen; | |
2189 bi->ico_csum = args->iconsum; | |
2190 bi->ico_time = args->iconstamp; | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2191 } |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2192 } |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2193 |
5575 | 2194 if ((iconfile = gaim_account_get_buddy_icon(gaim_connection_get_account(gc))) && |
7406 | 2195 (args->icbmflags & AIM_IMFLAGS_BUDDYREQ) && !bi->ico_sent && bi->ico_informed) { |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2196 FILE *file; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2197 struct stat st; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2198 |
5575 | 2199 if (!stat(iconfile, &st)) { |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2200 char *buf = g_malloc(st.st_size); |
5575 | 2201 file = fopen(iconfile, "rb"); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2202 if (file) { |
2603
24664768a739
[gaim-migrate @ 2616]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2597
diff
changeset
|
2203 int len = fread(buf, 1, st.st_size, file); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2204 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2205 "Sending buddy icon to %s (%d bytes, " |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2206 "%lu reported)\n", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2207 userinfo->sn, len, st.st_size); |
4617 | 2208 aim_im_sendch2_icon(sess, userinfo->sn, buf, st.st_size, |
2209 st.st_mtime, aimutil_iconsum(buf, st.st_size)); | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2210 fclose(file); |
2336
c6c5eaf69188
[gaim-migrate @ 2349]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2315
diff
changeset
|
2211 } else |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2212 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2213 "Can't open buddy icon file!\n"); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2214 g_free(buf); |
2336
c6c5eaf69188
[gaim-migrate @ 2349]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2315
diff
changeset
|
2215 } else |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2216 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2217 "Can't stat buddy icon file!\n"); |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2218 } |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2219 |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2220 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2221 "Character set is %hu %hu\n", args->charset, args->charsubset); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2222 if (args->icbmflags & AIM_IMFLAGS_UNICODE) { |
3722 | 2223 /* This message is marked as UNICODE, so we have to |
2224 * convert it to utf-8 before handing it to the gaim core. | |
2225 * This conversion should *never* fail, if it does it | |
2226 * means that either the incoming ICBM is corrupted or | |
4662 | 2227 * there is something we don't understand about it. |
2228 * For the record, AIM Unicode is big-endian UCS-2 */ | |
2229 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2230 gaim_debug(GAIM_DEBUG_INFO, "oscar", "Received UNICODE IM\n"); |
4121 | 2231 |
2232 if (!args->msg || !args->msglen) | |
2233 return 1; | |
4641 | 2234 |
3659 | 2235 tmp = g_convert(args->msg, args->msglen, "UTF-8", "UCS-2BE", NULL, &convlen, &err); |
2236 if (err) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2237 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2238 "Unicode IM conversion: %s\n", err->message); |
7475 | 2239 tmp = g_strdup(_("(There was an error receiving this message)")); |
4800 | 2240 g_error_free(err); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2241 } |
3722 | 2242 } else { |
3850 | 2243 /* This will get executed for both AIM_IMFLAGS_ISO_8859_1 and |
3722 | 2244 * unflagged messages, which are ASCII. That's OK because |
2245 * ASCII is a strict subset of ISO-8859-1; this should | |
2246 * help with compatibility with old, broken versions of | |
2247 * gaim (everything before 0.60) and other broken clients | |
2248 * that will happily send ISO-8859-1 without marking it as | |
2249 * such */ | |
4662 | 2250 if (args->icbmflags & AIM_IMFLAGS_ISO_8859_1) |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2251 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2252 "Received ISO-8859-1 IM\n"); |
4121 | 2253 |
2254 if (!args->msg || !args->msglen) | |
2255 return 1; | |
2256 | |
3659 | 2257 tmp = g_convert(args->msg, args->msglen, "UTF-8", "ISO-8859-1", NULL, &convlen, &err); |
2258 if (err) { | |
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 "ISO-8859-1 IM conversion: %s\n", err->message); |
7475 | 2261 tmp = g_strdup(_("(There was an error receiving this message)")); |
4800 | 2262 g_error_free(err); |
3659 | 2263 } |
3642 | 2264 } |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2265 |
7478
3c21f3084ff0
[gaim-migrate @ 8091]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7475
diff
changeset
|
2266 /* gaim_str_strip_cr(tmp); */ |
6982 | 2267 serv_got_im(gc, userinfo->sn, tmp, flags, time(NULL)); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2268 g_free(tmp); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2269 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2270 return 1; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2271 } |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2272 |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
2273 static int incomingim_chan2(aim_session_t *sess, aim_conn_t *conn, aim_userinfo_t *userinfo, struct aim_incomingim_ch2_args *args) { |
5575 | 2274 GaimConnection *gc = sess->aux_data; |
7283 | 2275 OscarData *od = gc->proto_data; |
5575 | 2276 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
|
2277 |
4121 | 2278 if (!args) |
2279 return 0; | |
4194 | 2280 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2281 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2282 "rendezvous with %s, status is %hu\n", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2283 userinfo->sn, args->status); |
2869 | 2284 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2285 if (args->reqclass & AIM_CAPS_CHAT) { |
4121 | 2286 char *name; |
5234 | 2287 GHashTable *components; |
2288 | |
4121 | 2289 if (!args->info.chat.roominfo.name || !args->info.chat.roominfo.exchange || !args->msg) |
2290 return 1; | |
5234 | 2291 components = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, |
2292 g_free); | |
4121 | 2293 name = extract_name(args->info.chat.roominfo.name); |
5234 | 2294 g_hash_table_replace(components, g_strdup("room"), g_strdup(name ? name : args->info.chat.roominfo.name)); |
2295 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
|
2296 serv_got_chat_invite(gc, |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2297 name ? name : args->info.chat.roominfo.name, |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2298 userinfo->sn, |
6059 | 2299 args->msg, |
5234 | 2300 components); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2301 if (name) |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2302 g_free(name); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2303 } else if (args->reqclass & AIM_CAPS_SENDFILE) { |
4617 | 2304 /* BBB */ |
2305 if (args->status == AIM_RENDEZVOUS_PROPOSE) { | |
2306 /* Someone wants to send a file (or files) to us */ | |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
2307 GaimXfer *xfer; |
5146 | 2308 struct aim_oft_info *oft_info; |
2309 | |
2310 if (!args->cookie || !args->port || !args->verifiedip || | |
2311 !args->info.sendfile.filename || !args->info.sendfile.totsize || | |
4656 | 2312 !args->info.sendfile.totfiles || !args->reqclass) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2313 gaim_debug(GAIM_DEBUG_WARNING, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2314 "%s tried to send you a file with incomplete " |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2315 "information.\n", userinfo->sn); |
5146 | 2316 if (args->proxyip) |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2317 gaim_debug(GAIM_DEBUG_WARNING, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2318 "IP for a proxy server was given. Gaim " |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2319 "does not support this yet.\n"); |
4617 | 2320 return 1; |
4656 | 2321 } |
4617 | 2322 |
2323 if (args->info.sendfile.subtype == AIM_OFT_SUBTYPE_SEND_DIR) { | |
2324 /* last char of the ft req is a star, they are sending us a | |
2325 * directory -- remove the star and trailing slash so we dont save | |
2326 * directories that look like 'dirname\*' -- arl */ | |
2327 char *tmp = strrchr(args->info.sendfile.filename, '\\'); | |
2328 if (tmp && (tmp[1] == '*')) { | |
2329 tmp[0] = '\0'; | |
2330 } | |
2331 } | |
2332 | |
2333 /* Build the file transfer handle */ | |
2334 xfer = gaim_xfer_new(gc->account, GAIM_XFER_RECEIVE, userinfo->sn); | |
5163 | 2335 xfer->remote_ip = g_strdup(args->verifiedip); |
5146 | 2336 xfer->remote_port = args->port; |
4617 | 2337 gaim_xfer_set_filename(xfer, args->info.sendfile.filename); |
2338 gaim_xfer_set_size(xfer, args->info.sendfile.totsize); | |
5146 | 2339 |
2340 /* Create the oscar-specific data */ | |
5163 | 2341 oft_info = aim_oft_createinfo(od->sess, args->cookie, userinfo->sn, args->clientip, xfer->remote_port, 0, 0, NULL); |
4898 | 2342 if (args->proxyip) |
5146 | 2343 oft_info->proxyip = g_strdup(args->proxyip); |
4898 | 2344 if (args->verifiedip) |
5146 | 2345 oft_info->verifiedip = g_strdup(args->verifiedip); |
2346 xfer->data = oft_info; | |
4617 | 2347 |
2348 /* Setup our I/O op functions */ | |
2349 gaim_xfer_set_init_fnc(xfer, oscar_xfer_init); | |
2350 gaim_xfer_set_start_fnc(xfer, oscar_xfer_start); | |
2351 gaim_xfer_set_end_fnc(xfer, oscar_xfer_end); | |
4675
3145c5c45877
[gaim-migrate @ 4986]
Christian Hammond <chipx86@chipx86.com>
parents:
4666
diff
changeset
|
2352 gaim_xfer_set_cancel_send_fnc(xfer, oscar_xfer_cancel_send); |
3145c5c45877
[gaim-migrate @ 4986]
Christian Hammond <chipx86@chipx86.com>
parents:
4666
diff
changeset
|
2353 gaim_xfer_set_cancel_recv_fnc(xfer, oscar_xfer_cancel_recv); |
4617 | 2354 gaim_xfer_set_ack_fnc(xfer, oscar_xfer_ack); |
2355 | |
2356 /* | |
2357 * XXX - Should do something with args->msg, args->encoding, and args->language | |
2358 * probably make it apply to all ch2 messages. | |
3752 | 2359 */ |
4617 | 2360 |
2361 /* Keep track of this transfer for later */ | |
2362 od->file_transfers = g_slist_append(od->file_transfers, xfer); | |
2363 | |
2364 /* Now perform the request */ | |
2365 gaim_xfer_request(xfer); | |
2366 } else if (args->status == AIM_RENDEZVOUS_CANCEL) { | |
2367 /* The other user wants to cancel a file transfer */ | |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
2368 GaimXfer *xfer; |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2369 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2370 "AAA - File transfer canceled by remote user\n"); |
4617 | 2371 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
|
2372 gaim_xfer_cancel_remote(xfer); |
4617 | 2373 } else if (args->status == AIM_RENDEZVOUS_ACCEPT) { |
2374 /* | |
2375 * This gets sent by the receiver of a file | |
2376 * as they connect directly to us. If we don't | |
2377 * get this, then maybe a third party connected | |
2378 * to us, and we shouldn't send them anything. | |
2379 */ | |
2380 } else { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2381 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2382 "unknown rendezvous status!\n"); |
3630 | 2383 } |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2384 } else if (args->reqclass & AIM_CAPS_GETFILE) { |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2385 } else if (args->reqclass & AIM_CAPS_VOICE) { |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2386 } else if (args->reqclass & AIM_CAPS_BUDDYICON) { |
6846
8ab95f4c9800
[gaim-migrate @ 7391]
Christian Hammond <chipx86@chipx86.com>
parents:
6787
diff
changeset
|
2387 gaim_buddy_icons_set_for_user(gaim_connection_get_account(gc), |
8ab95f4c9800
[gaim-migrate @ 7391]
Christian Hammond <chipx86@chipx86.com>
parents:
6787
diff
changeset
|
2388 userinfo->sn, args->info.icon.icon, |
8ab95f4c9800
[gaim-migrate @ 7391]
Christian Hammond <chipx86@chipx86.com>
parents:
6787
diff
changeset
|
2389 args->info.icon.length); |
6871 | 2390 } else if (args->reqclass & AIM_CAPS_DIRECTIM) { |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2391 struct ask_direct *d = g_new0(struct ask_direct, 1); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2392 char buf[256]; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2393 |
4212 | 2394 if (!args->verifiedip) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2395 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2396 "directim kill blocked (%s)\n", userinfo->sn); |
4650 | 2397 return 1; |
4212 | 2398 } |
2399 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2400 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2401 "%s received direct im request from %s (%s)\n", |
5575 | 2402 username, userinfo->sn, args->verifiedip); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2403 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2404 d->gc = gc; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2405 d->sn = g_strdup(userinfo->sn); |
2869 | 2406 strncpy(d->ip, args->verifiedip, sizeof(d->ip)); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2407 memcpy(d->cookie, args->cookie, 8); |
5575 | 2408 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
|
2409 |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2410 gaim_request_action(gc, NULL, buf, |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2411 _("This requires a direct connection between " |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2412 "the two computers and is necessary for IM " |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2413 "Images. Because your IP address will be " |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2414 "revealed, this may be considered a privacy " |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2415 "risk."), 0, d, 2, |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2416 _("Connect"), G_CALLBACK(accept_direct_im), |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2417 _("Cancel"), G_CALLBACK(cancel_direct_im)); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2418 } else { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2419 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2420 "Unknown reqclass %hu\n", args->reqclass); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2421 } |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2422 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2423 return 1; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2424 } |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2425 |
3453 | 2426 /* |
4230 | 2427 * Authorization Functions |
2428 * Most of these are callbacks from dialogs. They're used by both | |
2429 * methods of authorization (SSI and old-school channel 4 ICBM) | |
3453 | 2430 */ |
4269 | 2431 /* When you ask other people for authorization */ |
5498
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2432 static void gaim_auth_request(struct name_data *data, char *msg) { |
5575 | 2433 GaimConnection *gc = data->gc; |
4244 | 2434 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
2435 if (g_list_find(gaim_connections_get_all(), gc)) { |
7283 | 2436 OscarData *od = gc->proto_data; |
6695 | 2437 GaimBuddy *buddy = gaim_find_buddy(gc->account, data->name); |
2438 GaimGroup *group = gaim_find_buddys_group(buddy); | |
4244 | 2439 if (buddy && group) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2440 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2441 "ssi: adding buddy %s to group %s\n", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2442 buddy->name, group->name); |
4889 | 2443 aim_ssi_sendauthrequest(od->sess, data->name, msg ? msg : _("Please authorize me so I can add you to my buddy list.")); |
4269 | 2444 if (!aim_ssi_itemlist_finditem(od->sess->ssi.local, group->name, buddy->name, AIM_SSI_TYPE_BUDDY)) |
4889 | 2445 aim_ssi_addbuddy(od->sess, buddy->name, group->name, gaim_get_buddy_alias_only(buddy), NULL, NULL, 1); |
4244 | 2446 } |
4230 | 2447 } |
4337 | 2448 } |
2449 | |
2450 static void gaim_auth_request_msgprompt(struct name_data *data) { | |
5493
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
2451 gaim_request_input(data->gc, NULL, _("Authorization Request Message:"), |
6035
8c44020a958e
[gaim-migrate @ 6485]
Christian Hammond <chipx86@chipx86.com>
parents:
6029
diff
changeset
|
2452 NULL, _("Please authorize me!"), TRUE, FALSE, |
5493
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
2453 _("OK"), G_CALLBACK(gaim_auth_request), |
5836 | 2454 _("Cancel"), G_CALLBACK(oscar_free_name_data), |
5493
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
2455 data); |
4230 | 2456 } |
2457 | |
2458 static void gaim_auth_dontrequest(struct name_data *data) { | |
5575 | 2459 GaimConnection *gc = data->gc; |
4244 | 2460 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
2461 if (g_list_find(gaim_connections_get_all(), gc)) { |
7283 | 2462 /* OscarData *od = gc->proto_data; */ |
4244 | 2463 /* XXX - Take the buddy out of our buddy list */ |
2464 } | |
2465 | |
5836 | 2466 oscar_free_name_data(data); |
4230 | 2467 } |
2468 | |
5575 | 2469 static void gaim_auth_sendrequest(GaimConnection *gc, const char *name) { |
4269 | 2470 struct name_data *data = g_new(struct name_data, 1); |
6695 | 2471 GaimBuddy *buddy; |
4269 | 2472 gchar *dialog_msg, *nombre; |
2473 | |
4687 | 2474 buddy = gaim_find_buddy(gc->account, name); |
2475 if (buddy && (gaim_get_buddy_alias_only(buddy))) | |
2476 nombre = g_strdup_printf("%s (%s)", name, gaim_get_buddy_alias_only(buddy)); | |
4269 | 2477 else |
4830 | 2478 nombre = NULL; |
2479 | |
2480 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 | 2481 data->gc = gc; |
2482 data->name = g_strdup(name); | |
2483 data->nick = NULL; | |
5498
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2484 |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2485 gaim_request_action(gc, NULL, _("Request Authorization"), dialog_msg, |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2486 0, data, 2, |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2487 _("Request Authorization"), |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2488 G_CALLBACK(gaim_auth_request_msgprompt), |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2489 _("Cancel"), G_CALLBACK(gaim_auth_dontrequest)); |
4269 | 2490 |
2491 g_free(dialog_msg); | |
2492 g_free(nombre); | |
2493 } | |
2494 | |
4230 | 2495 /* When other people ask you for authorization */ |
2496 static void gaim_auth_grant(struct name_data *data) { | |
5575 | 2497 GaimConnection *gc = data->gc; |
4244 | 2498 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
2499 if (g_list_find(gaim_connections_get_all(), gc)) { |
7283 | 2500 OscarData *od = gc->proto_data; |
4236 | 2501 #ifdef NOSSI |
6695 | 2502 GaimBuddy *buddy; |
4244 | 2503 gchar message; |
2504 message = 0; | |
4687 | 2505 buddy = gaim_find_buddy(gc->account, data->name); |
4617 | 2506 aim_im_sendch4(od->sess, data->name, AIM_ICQMSG_AUTHGRANTED, &message); |
7015
dece74f05509
[gaim-migrate @ 7578]
Christian Hammond <chipx86@chipx86.com>
parents:
7011
diff
changeset
|
2507 gaim_account_notify_added(gc->account, NULL, data->name, (buddy ? gaim_get_buddy_alias_only(buddy) : NULL), NULL); |
4230 | 2508 #else |
4889 | 2509 aim_ssi_sendauthreply(od->sess, data->name, 0x01, NULL); |
4230 | 2510 #endif |
4244 | 2511 } |
2512 | |
5836 | 2513 oscar_free_name_data(data); |
3141 | 2514 } |
2515 | |
4230 | 2516 /* When other people ask you for authorization */ |
5498
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2517 static void gaim_auth_dontgrant(struct name_data *data, char *msg) { |
5575 | 2518 GaimConnection *gc = data->gc; |
4244 | 2519 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
2520 if (g_list_find(gaim_connections_get_all(), gc)) { |
7283 | 2521 OscarData *od = gc->proto_data; |
4230 | 2522 #ifdef NOSSI |
4617 | 2523 aim_im_sendch4(od->sess, data->name, AIM_ICQMSG_AUTHDENIED, msg ? msg : _("No reason given.")); |
4230 | 2524 #else |
4889 | 2525 aim_ssi_sendauthreply(od->sess, data->name, 0x00, msg ? msg : _("No reason given.")); |
4230 | 2526 #endif |
4244 | 2527 } |
4337 | 2528 } |
2529 | |
2530 static void gaim_auth_dontgrant_msgprompt(struct name_data *data) { | |
5493
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
2531 gaim_request_input(data->gc, NULL, _("Authorization Denied Message:"), |
6035
8c44020a958e
[gaim-migrate @ 6485]
Christian Hammond <chipx86@chipx86.com>
parents:
6029
diff
changeset
|
2532 NULL, _("No reason given."), TRUE, FALSE, |
5493
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
2533 _("OK"), G_CALLBACK(gaim_auth_dontgrant), |
5836 | 2534 _("Cancel"), G_CALLBACK(oscar_free_name_data), |
5493
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
2535 data); |
3141 | 2536 } |
2537 | |
7023 | 2538 /* When someone sends you buddies */ |
2539 static void gaim_icq_buddyadd(struct name_data *data) { | |
5575 | 2540 GaimConnection *gc = data->gc; |
4244 | 2541 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
2542 if (g_list_find(gaim_connections_get_all(), gc)) { |
7060
9946001989a3
[gaim-migrate @ 7623]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
2543 gaim_blist_request_add_buddy(gaim_connection_get_account(gc), data->name, NULL, data->nick); |
4244 | 2544 } |
2545 | |
5836 | 2546 oscar_free_name_data(data); |
3453 | 2547 } |
2548 | |
4075 | 2549 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 | 2550 GaimConnection *gc = sess->aux_data; |
4076 | 2551 gchar **msg1, **msg2; |
2552 GError *err = NULL; | |
6051 | 2553 int i, numtoks; |
4076 | 2554 |
4121 | 2555 if (!args->type || !args->msg || !args->uin) |
2556 return 1; | |
4194 | 2557 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2558 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2559 "Received a channel 4 message of type 0x%02hhx.\n", args->type); |
4076 | 2560 |
2561 /* Split up the message at the delimeter character, then convert each string to UTF-8 */ | |
4173 | 2562 msg1 = g_strsplit(args->msg, "\376", 0); |
6051 | 2563 for (numtoks=0; msg1[numtoks]; numtoks++); |
2564 msg2 = (gchar **)g_malloc((numtoks+1)*sizeof(gchar *)); | |
4076 | 2565 for (i=0; msg1[i]; i++) { |
7478
3c21f3084ff0
[gaim-migrate @ 8091]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7475
diff
changeset
|
2566 gaim_str_strip_cr(msg1[i]); |
4076 | 2567 msg2[i] = g_convert(msg1[i], strlen(msg1[i]), "UTF-8", "ISO-8859-1", NULL, NULL, &err); |
4800 | 2568 if (err) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2569 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2570 "Error converting a string from ISO-8859-1 to " |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2571 "UTF-8 in oscar ICBM channel 4 parsing\n"); |
4800 | 2572 g_error_free(err); |
2573 } | |
4076 | 2574 } |
2575 msg2[i] = NULL; | |
2576 | |
3952 | 2577 switch (args->type) { |
4173 | 2578 case 0x01: { /* MacICQ message or basic offline message */ |
4076 | 2579 if (i >= 1) { |
5556 | 2580 gchar *uin = g_strdup_printf("%u", args->uin); |
4076 | 2581 if (t) { /* This is an offline message */ |
2582 /* I think this timestamp is in UTC, or something */ | |
6982 | 2583 serv_got_im(gc, uin, msg2[0], 0, t); |
4076 | 2584 } else { /* This is a message from MacICQ/Miranda */ |
6982 | 2585 serv_got_im(gc, uin, msg2[0], 0, time(NULL)); |
4076 | 2586 } |
2587 g_free(uin); | |
4075 | 2588 } |
3316 | 2589 } break; |
2590 | |
4173 | 2591 case 0x04: { /* Someone sent you a URL */ |
4076 | 2592 if (i >= 2) { |
7385 | 2593 if (msg2[1] != NULL) { |
2594 gchar *uin = g_strdup_printf("%u", args->uin); | |
2595 gchar *message = g_strdup_printf("<A HREF=\"%s\">%s</A>", | |
2596 msg2[1], | |
2597 (msg2[0] && msg2[0][0]) ? msg2[0] : msg2[1]); | |
2598 serv_got_im(gc, uin, message, 0, time(NULL)); | |
2599 g_free(uin); | |
2600 g_free(message); | |
2601 } | |
3453 | 2602 } |
2603 } break; | |
2604 | |
4173 | 2605 case 0x06: { /* Someone requested authorization */ |
4076 | 2606 if (i >= 6) { |
4230 | 2607 struct name_data *data = g_new(struct name_data, 1); |
5556 | 2608 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
|
2609 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
5556 | 2610 "Received an authorization request from UIN %u\n", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2611 args->uin); |
4076 | 2612 data->gc = gc; |
5556 | 2613 data->name = g_strdup_printf("%u", args->uin); |
4230 | 2614 data->nick = NULL; |
5498
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2615 |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2616 gaim_request_action(gc, NULL, _("Authorization Request"), |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2617 dialog_msg, 0, data, 2, |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2618 _("Authorize"), |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2619 G_CALLBACK(gaim_auth_grant), |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2620 _("Deny"), |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2621 G_CALLBACK(gaim_auth_dontgrant_msgprompt)); |
4076 | 2622 g_free(dialog_msg); |
2623 } | |
3141 | 2624 } break; |
2625 | |
4173 | 2626 case 0x07: { /* Someone has denied you authorization */ |
4076 | 2627 if (i >= 1) { |
7023 | 2628 gchar *dialog_msg = g_strdup_printf(_("The user %u has denied your request to add them to your buddy 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
|
2629 gaim_notify_info(gc, NULL, _("ICQ authorization denied."), |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
2630 dialog_msg); |
4076 | 2631 g_free(dialog_msg); |
2632 } | |
3141 | 2633 } break; |
2634 | |
4173 | 2635 case 0x08: { /* Someone has granted you authorization */ |
7023 | 2636 gchar *dialog_msg = g_strdup_printf(_("The user %u has granted your request to add them to your buddy list."), args->uin); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
2637 gaim_notify_info(gc, NULL, "ICQ authorization accepted.", |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
2638 dialog_msg); |
3141 | 2639 g_free(dialog_msg); |
2640 } break; | |
2641 | |
4333 | 2642 case 0x09: { /* Message from the Godly ICQ server itself, I think */ |
2643 if (i >= 5) { | |
2644 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
|
2645 gaim_notify_info(gc, NULL, "ICQ Server Message", dialog_msg); |
4333 | 2646 g_free(dialog_msg); |
2647 } | |
2648 } break; | |
2649 | |
4173 | 2650 case 0x0d: { /* Someone has sent you a pager message from http://www.icq.com/your_uin */ |
4076 | 2651 if (i >= 6) { |
4194 | 2652 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
|
2653 gaim_notify_info(gc, NULL, "ICQ Page", dialog_msg); |
4076 | 2654 g_free(dialog_msg); |
2655 } | |
4075 | 2656 } break; |
2657 | |
4173 | 2658 case 0x0e: { /* Someone has emailed you at your_uin@pager.icq.com */ |
4076 | 2659 if (i >= 6) { |
4308 | 2660 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
|
2661 gaim_notify_info(gc, NULL, "ICQ Email", dialog_msg); |
4076 | 2662 g_free(dialog_msg); |
2663 } | |
4075 | 2664 } break; |
2665 | |
4173 | 2666 case 0x12: { |
3141 | 2667 /* Ack for authorizing/denying someone. Or possibly an ack for sending any system notice */ |
7023 | 2668 /* Someone added you to their buddy list? */ |
3141 | 2669 } break; |
2670 | |
7023 | 2671 case 0x13: { /* Someone has sent you some ICQ buddies */ |
7631 | 2672 guint i, num; |
3453 | 2673 gchar **text; |
4173 | 2674 text = g_strsplit(args->msg, "\376", 0); |
3453 | 2675 if (text) { |
2676 num = 0; | |
2677 for (i=0; i<strlen(text[0]); i++) | |
2678 num = num*10 + text[0][i]-48; | |
2679 for (i=0; i<num; i++) { | |
4230 | 2680 struct name_data *data = g_new(struct name_data, 1); |
7023 | 2681 gchar *message = g_strdup_printf(_("ICQ user %u has sent you a buddy: %s (%s)"), args->uin, text[i*2+2], text[i*2+1]); |
3453 | 2682 data->gc = gc; |
4790 | 2683 data->name = g_strdup(text[i*2+1]); |
2684 data->nick = g_strdup(text[i*2+2]); | |
5498
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2685 |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2686 gaim_request_action(gc, NULL, message, |
7023 | 2687 _("Do you want to add this buddy " |
2688 "to your buddy list?"), | |
5498
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2689 0, data, 2, |
7023 | 2690 _("Add"), G_CALLBACK(gaim_icq_buddyadd), |
5836 | 2691 _("Decline"), G_CALLBACK(oscar_free_name_data)); |
3453 | 2692 g_free(message); |
2693 } | |
2694 g_strfreev(text); | |
2695 } | |
2696 } break; | |
2697 | |
7023 | 2698 case 0x1a: { /* Someone has sent you a greeting card or requested buddies? */ |
3453 | 2699 /* This is boring and silly. */ |
2700 } break; | |
2701 | |
3141 | 2702 default: { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2703 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2704 "Received a channel 4 message of unknown type " |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2705 "(type 0x%02hhx).\n", args->type); |
3141 | 2706 } break; |
2707 } | |
2708 | |
4076 | 2709 g_strfreev(msg1); |
2710 g_strfreev(msg2); | |
2711 | |
3141 | 2712 return 1; |
2713 } | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2714 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2715 static int gaim_parse_incoming_im(aim_session_t *sess, aim_frame_t *fr, ...) { |
4200 | 2716 fu16_t channel; |
2717 int ret = 0; | |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
2718 aim_userinfo_t *userinfo; |
2086 | 2719 va_list ap; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2720 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2721 va_start(ap, fr); |
4200 | 2722 channel = (fu16_t)va_arg(ap, unsigned int); |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
2723 userinfo = va_arg(ap, aim_userinfo_t *); |
2086 | 2724 |
3141 | 2725 switch (channel) { |
2726 case 1: { /* standard message */ | |
2727 struct aim_incomingim_ch1_args *args; | |
2728 args = va_arg(ap, struct aim_incomingim_ch1_args *); | |
2729 ret = incomingim_chan1(sess, fr->conn, userinfo, args); | |
2730 } break; | |
2731 | |
2732 case 2: { /* rendevous */ | |
2733 struct aim_incomingim_ch2_args *args; | |
2734 args = va_arg(ap, struct aim_incomingim_ch2_args *); | |
2735 ret = incomingim_chan2(sess, fr->conn, userinfo, args); | |
2736 } break; | |
2737 | |
2738 case 4: { /* ICQ */ | |
2739 struct aim_incomingim_ch4_args *args; | |
2740 args = va_arg(ap, struct aim_incomingim_ch4_args *); | |
4075 | 2741 ret = incomingim_chan4(sess, fr->conn, userinfo, args, 0); |
3141 | 2742 } break; |
2743 | |
2744 default: { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2745 gaim_debug(GAIM_DEBUG_WARNING, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2746 "ICBM received on unsupported channel (channel " |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2747 "0x%04hx).", channel); |
3141 | 2748 } break; |
2086 | 2749 } |
2750 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2751 va_end(ap); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2752 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2753 return ret; |
2086 | 2754 } |
2755 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2756 static int gaim_parse_misses(aim_session_t *sess, aim_frame_t *fr, ...) { |
5420 | 2757 char *buf; |
2086 | 2758 va_list ap; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2759 fu16_t chan, nummissed, reason; |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
2760 aim_userinfo_t *userinfo; |
2086 | 2761 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2762 va_start(ap, fr); |
4200 | 2763 chan = (fu16_t)va_arg(ap, unsigned int); |
2764 userinfo = va_arg(ap, aim_userinfo_t *); | |
2765 nummissed = (fu16_t)va_arg(ap, unsigned int); | |
2766 reason = (fu16_t)va_arg(ap, unsigned int); | |
2086 | 2767 va_end(ap); |
2768 | |
2769 switch(reason) { | |
5420 | 2770 case 0: /* Invalid (0) */ |
2771 buf = g_strdup_printf( | |
2772 ngettext( | |
4276 | 2773 "You missed %hu message from %s because it was invalid.", |
2774 "You missed %hu messages from %s because they were invalid.", | |
2775 nummissed), | |
4282 | 2776 nummissed, |
2777 userinfo->sn); | |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
2778 break; |
5420 | 2779 case 1: /* Message too large */ |
2780 buf = g_strdup_printf( | |
2781 ngettext( | |
4276 | 2782 "You missed %hu message from %s because it was too large.", |
2783 "You missed %hu messages from %s because they were too large.", | |
2784 nummissed), | |
4282 | 2785 nummissed, |
2786 userinfo->sn); | |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
2787 break; |
5420 | 2788 case 2: /* Rate exceeded */ |
2789 buf = g_strdup_printf( | |
2790 ngettext( | |
4276 | 2791 "You missed %hu message from %s because the rate limit has been exceeded.", |
2792 "You missed %hu messages from %s because the rate limit has been exceeded.", | |
2793 nummissed), | |
4282 | 2794 nummissed, |
2795 userinfo->sn); | |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
2796 break; |
5420 | 2797 case 3: /* Evil Sender */ |
2798 buf = g_strdup_printf( | |
2799 ngettext( | |
4276 | 2800 "You missed %hu message from %s because he/she was too evil.", |
2801 "You missed %hu messages from %s because he/she was too evil.", | |
2802 nummissed), | |
4282 | 2803 nummissed, |
2804 userinfo->sn); | |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
2805 break; |
5420 | 2806 case 4: /* Evil Receiver */ |
2807 buf = g_strdup_printf( | |
2808 ngettext( | |
4276 | 2809 "You missed %hu message from %s because you are too evil.", |
2810 "You missed %hu messages from %s because you are too evil.", | |
2811 nummissed), | |
4282 | 2812 nummissed, |
2813 userinfo->sn); | |
2086 | 2814 break; |
2815 default: | |
5420 | 2816 buf = g_strdup_printf( |
2817 ngettext( | |
4276 | 2818 "You missed %hu message from %s for an unknown reason.", |
2819 "You missed %hu messages from %s for an unknown reason.", | |
2820 nummissed), | |
4282 | 2821 nummissed, |
2822 userinfo->sn); | |
2086 | 2823 break; |
2824 } | |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
2825 gaim_notify_error(sess->aux_data, NULL, buf, NULL); |
5420 | 2826 g_free(buf); |
2086 | 2827 |
2828 return 1; | |
2829 } | |
2830 | |
3212 | 2831 static char *gaim_icq_status(int state) { |
2832 /* Make a cute little string that shows the status of the dude or dudet */ | |
2833 if (state & AIM_ICQ_STATE_CHAT) | |
4342 | 2834 return g_strdup_printf(_("Free For Chat")); |
3212 | 2835 else if (state & AIM_ICQ_STATE_DND) |
4342 | 2836 return g_strdup_printf(_("Do Not Disturb")); |
3212 | 2837 else if (state & AIM_ICQ_STATE_OUT) |
4342 | 2838 return g_strdup_printf(_("Not Available")); |
3212 | 2839 else if (state & AIM_ICQ_STATE_BUSY) |
4342 | 2840 return g_strdup_printf(_("Occupied")); |
3212 | 2841 else if (state & AIM_ICQ_STATE_AWAY) |
4342 | 2842 return g_strdup_printf(_("Away")); |
3212 | 2843 else if (state & AIM_ICQ_STATE_WEBAWARE) |
4342 | 2844 return g_strdup_printf(_("Web Aware")); |
3212 | 2845 else if (state & AIM_ICQ_STATE_INVISIBLE) |
4342 | 2846 return g_strdup_printf(_("Invisible")); |
3212 | 2847 else |
4342 | 2848 return g_strdup_printf(_("Online")); |
3212 | 2849 } |
2850 | |
4194 | 2851 static int gaim_parse_clientauto_ch2(aim_session_t *sess, const char *who, fu16_t reason, const char *cookie) { |
5575 | 2852 GaimConnection *gc = sess->aux_data; |
7283 | 2853 OscarData *od = gc->proto_data; |
4617 | 2854 |
2855 /* BBB */ | |
3630 | 2856 switch (reason) { |
4151 | 2857 case 3: { /* Decline sendfile. */ |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
2858 GaimXfer *xfer; |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2859 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2860 "AAA - Other user declined file transfer\n"); |
4617 | 2861 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
|
2862 gaim_xfer_cancel_remote(xfer); |
4151 | 2863 } break; |
2864 | |
2865 default: { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2866 gaim_debug(GAIM_DEBUG_WARNING, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2867 "Received an unknown rendezvous client auto-response " |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2868 "from %s. Type 0x%04hx\n", who, reason); |
4151 | 2869 } |
3630 | 2870 |
2871 } | |
2872 | |
2873 return 0; | |
2874 } | |
2875 | |
4194 | 2876 static int gaim_parse_clientauto_ch4(aim_session_t *sess, char *who, fu16_t reason, fu32_t state, char *msg) { |
5575 | 2877 GaimConnection *gc = sess->aux_data; |
4151 | 2878 |
2879 switch(reason) { | |
2880 case 0x0003: { /* Reply from an ICQ status message request */ | |
2881 char *status_msg = gaim_icq_status(state); | |
2882 char *dialog_msg, **splitmsg; | |
2883 | |
2884 /* Split at (carriage return/newline)'s, then rejoin later with BRs between. */ | |
2885 splitmsg = g_strsplit(msg, "\r\n", 0); | |
2886 | |
7011 | 2887 dialog_msg = g_strdup_printf(_("<B>UIN:</B> %s<BR><B>Status:</B> %s<HR>%s"), who, status_msg, g_strjoinv("<BR>", splitmsg)); |
7032 | 2888 gaim_notify_formatted(gc, NULL, _("Buddy Information"), NULL, dialog_msg, NULL, NULL); |
4151 | 2889 |
2890 g_free(status_msg); | |
2891 g_free(dialog_msg); | |
2892 g_strfreev(splitmsg); | |
2893 } break; | |
2894 | |
2895 default: { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2896 gaim_debug(GAIM_DEBUG_WARNING, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2897 "Received an unknown client auto-response from %s. " |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2898 "Type 0x%04hx\n", who, reason); |
4151 | 2899 } break; |
2900 } /* end of switch */ | |
2901 | |
2902 return 0; | |
2903 } | |
2904 | |
3212 | 2905 static int gaim_parse_clientauto(aim_session_t *sess, aim_frame_t *fr, ...) { |
2906 va_list ap; | |
2907 fu16_t chan, reason; | |
2908 char *who; | |
2909 | |
2910 va_start(ap, fr); | |
4200 | 2911 chan = (fu16_t)va_arg(ap, unsigned int); |
3212 | 2912 who = va_arg(ap, char *); |
4200 | 2913 reason = (fu16_t)va_arg(ap, unsigned int); |
3212 | 2914 |
3952 | 2915 if (chan == 0x0002) { /* File transfer declined */ |
3630 | 2916 char *cookie = va_arg(ap, char *); |
4151 | 2917 return gaim_parse_clientauto_ch2(sess, who, reason, cookie); |
3952 | 2918 } else if (chan == 0x0004) { /* ICQ message */ |
4200 | 2919 fu32_t state = 0; |
4151 | 2920 char *msg = NULL; |
2921 if (reason == 0x0003) { | |
4200 | 2922 state = va_arg(ap, fu32_t); |
4151 | 2923 msg = va_arg(ap, char *); |
2924 } | |
2925 return gaim_parse_clientauto_ch4(sess, who, reason, state, msg); | |
2926 } | |
3952 | 2927 |
3212 | 2928 va_end(ap); |
2929 | |
2930 return 1; | |
2931 } | |
2932 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2933 static int gaim_parse_genericerr(aim_session_t *sess, aim_frame_t *fr, ...) { |
2086 | 2934 va_list ap; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2935 fu16_t reason; |
2865
88dc3623a2ae
[gaim-migrate @ 2878]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2864
diff
changeset
|
2936 char *m; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2937 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2938 va_start(ap, fr); |
4199 | 2939 reason = (fu16_t) va_arg(ap, unsigned int); |
2086 | 2940 va_end(ap); |
2941 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2942 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2943 "snac threw error (reason 0x%04hx: %s)\n", reason, |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2944 (reason < msgerrreasonlen) ? msgerrreason[reason] : "unknown"); |
2086 | 2945 |
2865
88dc3623a2ae
[gaim-migrate @ 2878]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2864
diff
changeset
|
2946 m = g_strdup_printf(_("SNAC threw error: %s\n"), |
5411 | 2947 reason < msgerrreasonlen ? _(msgerrreason[reason]) : _("Unknown error")); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
2948 gaim_notify_error(sess->aux_data, NULL, m, NULL); |
2865
88dc3623a2ae
[gaim-migrate @ 2878]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2864
diff
changeset
|
2949 g_free(m); |
88dc3623a2ae
[gaim-migrate @ 2878]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2864
diff
changeset
|
2950 |
2086 | 2951 return 1; |
2952 } | |
2953 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2954 static int gaim_parse_msgerr(aim_session_t *sess, aim_frame_t *fr, ...) { |
4617 | 2955 #if 0 |
5575 | 2956 GaimConnection *gc = sess->aux_data; |
7283 | 2957 OscarData *od = gc->proto_data; |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
2958 GaimXfer *xfer; |
4508
4c40fccbd7c9
[gaim-migrate @ 4784]
Christian Hammond <chipx86@chipx86.com>
parents:
4491
diff
changeset
|
2959 #endif |
4617 | 2960 va_list ap; |
2961 fu16_t reason; | |
2962 char *data, *buf; | |
4508
4c40fccbd7c9
[gaim-migrate @ 4784]
Christian Hammond <chipx86@chipx86.com>
parents:
4491
diff
changeset
|
2963 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2964 va_start(ap, fr); |
4617 | 2965 reason = (fu16_t)va_arg(ap, unsigned int); |
3752 | 2966 data = va_arg(ap, char *); |
2086 | 2967 va_end(ap); |
2968 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2969 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2970 "Message error with data %s and reason %hu\n", data, reason); |
4617 | 2971 |
2972 /* BBB */ | |
4508
4c40fccbd7c9
[gaim-migrate @ 4784]
Christian Hammond <chipx86@chipx86.com>
parents:
4491
diff
changeset
|
2973 #if 0 |
4617 | 2974 /* If this was a file transfer request, data is a cookie */ |
2975 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
|
2976 gaim_xfer_cancel_remote(xfer); |
3630 | 2977 return 1; |
2978 } | |
4508
4c40fccbd7c9
[gaim-migrate @ 4784]
Christian Hammond <chipx86@chipx86.com>
parents:
4491
diff
changeset
|
2979 #endif |
3630 | 2980 |
4617 | 2981 /* Data is assumed to be the destination sn */ |
2982 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
|
2983 gaim_notify_error(sess->aux_data, NULL, buf, |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
2984 (reason < msgerrreasonlen) ? _(msgerrreason[reason]) : _("No reason given.")); |
4617 | 2985 g_free(buf); |
2086 | 2986 |
2987 return 1; | |
2988 } | |
2989 | |
3595 | 2990 static int gaim_parse_mtn(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 2991 GaimConnection *gc = sess->aux_data; |
3595 | 2992 va_list ap; |
2993 fu16_t type1, type2; | |
2994 char *sn; | |
2995 | |
2996 va_start(ap, fr); | |
4199 | 2997 type1 = (fu16_t) va_arg(ap, unsigned int); |
3595 | 2998 sn = va_arg(ap, char *); |
4199 | 2999 type2 = (fu16_t) va_arg(ap, unsigned int); |
3595 | 3000 va_end(ap); |
3001 | |
3002 switch (type2) { | |
3003 case 0x0000: { /* Text has been cleared */ | |
3004 serv_got_typing_stopped(gc, sn); | |
3005 } break; | |
3006 | |
3007 case 0x0001: { /* Paused typing */ | |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
3008 serv_got_typing(gc, sn, 0, GAIM_TYPED); |
3595 | 3009 } break; |
3010 | |
3011 case 0x0002: { /* Typing */ | |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
3012 serv_got_typing(gc, sn, 0, GAIM_TYPING); |
3595 | 3013 } break; |
3014 | |
3015 default: { | |
5435 | 3016 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 | 3017 } break; |
3018 } | |
3019 | |
3020 return 1; | |
3021 } | |
3022 | |
7141 | 3023 /* |
3024 * We get this error when there was an error in the locate family. This | |
7259 | 3025 * happens when you request info of someone who is offline. |
7141 | 3026 */ |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3027 static int gaim_parse_locerr(aim_session_t *sess, aim_frame_t *fr, ...) { |
7259 | 3028 gchar *buf; |
2086 | 3029 va_list ap; |
5420 | 3030 fu16_t reason; |
2086 | 3031 char *destn; |
3032 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3033 va_start(ap, fr); |
4199 | 3034 reason = (fu16_t) va_arg(ap, unsigned int); |
2086 | 3035 destn = va_arg(ap, char *); |
3036 va_end(ap); | |
3037 | |
7781 | 3038 if (destn == NULL) |
7793 | 3039 return 1; |
3040 | |
3041 buf = g_strdup_printf(_("User information for %s unavailable:"), destn); | |
7781 | 3042 |
3043 gaim_notify_error(sess->aux_data, NULL, buf, | |
3044 (reason < msgerrreasonlen) ? _(msgerrreason[reason]) : _("No reason given.")); | |
3045 g_free(buf); | |
2086 | 3046 |
3047 return 1; | |
3048 } | |
3049 | |
6982 | 3050 #if 0 |
2086 | 3051 static char *images(int flags) { |
3052 static char buf[1024]; | |
3101 | 3053 g_snprintf(buf, sizeof(buf), "%s%s%s%s%s%s%s", |
2679 | 3054 (flags & AIM_FLAG_ACTIVEBUDDY) ? "<IMG SRC=\"ab_icon.gif\">" : "", |
2086 | 3055 (flags & AIM_FLAG_UNCONFIRMED) ? "<IMG SRC=\"dt_icon.gif\">" : "", |
3056 (flags & AIM_FLAG_AOL) ? "<IMG SRC=\"aol_icon.gif\">" : "", | |
3101 | 3057 (flags & AIM_FLAG_ICQ) ? "<IMG SRC=\"icq_icon.gif\">" : "", |
2086 | 3058 (flags & AIM_FLAG_ADMINISTRATOR) ? "<IMG SRC=\"admin_icon.gif\">" : "", |
3079 | 3059 (flags & AIM_FLAG_FREE) ? "<IMG SRC=\"free_icon.gif\">" : "", |
3060 (flags & AIM_FLAG_WIRELESS) ? "<IMG SRC=\"wireless_icon.gif\">" : ""); | |
2086 | 3061 return buf; |
3062 } | |
6982 | 3063 #endif |
3101 | 3064 |
2920 | 3065 static char *caps_string(guint caps) |
3066 { | |
3067 static char buf[512], *tmp; | |
3068 int count = 0, i = 0; | |
3069 guint bit = 1; | |
4742 | 3070 |
3071 if (!caps) { | |
4744 | 3072 return NULL; |
6318 | 3073 } else while (bit <= AIM_CAPS_LAST) { |
2920 | 3074 if (bit & caps) { |
3075 switch (bit) { | |
6871 | 3076 case AIM_CAPS_BUDDYICON: |
2920 | 3077 tmp = _("Buddy Icon"); |
3078 break; | |
6871 | 3079 case AIM_CAPS_VOICE: |
2920 | 3080 tmp = _("Voice"); |
3081 break; | |
6871 | 3082 case AIM_CAPS_DIRECTIM: |
7141 | 3083 tmp = _("AIM Direct IM"); |
2920 | 3084 break; |
6871 | 3085 case AIM_CAPS_CHAT: |
2920 | 3086 tmp = _("Chat"); |
3087 break; | |
6871 | 3088 case AIM_CAPS_GETFILE: |
2920 | 3089 tmp = _("Get File"); |
3090 break; | |
6871 | 3091 case AIM_CAPS_SENDFILE: |
2920 | 3092 tmp = _("Send File"); |
3093 break; | |
6871 | 3094 case AIM_CAPS_GAMES: |
3095 case AIM_CAPS_GAMES2: | |
2920 | 3096 tmp = _("Games"); |
3097 break; | |
6871 | 3098 case AIM_CAPS_SAVESTOCKS: |
4898 | 3099 tmp = _("Add-Ins"); |
2920 | 3100 break; |
6871 | 3101 case AIM_CAPS_SENDBUDDYLIST: |
2920 | 3102 tmp = _("Send Buddy List"); |
3103 break; | |
7141 | 3104 case AIM_CAPS_ICQ_DIRECT: |
3105 tmp = _("ICQ Direct Connect"); | |
2920 | 3106 break; |
6871 | 3107 case AIM_CAPS_APINFO: |
2920 | 3108 tmp = _("AP User"); |
3109 break; | |
6871 | 3110 case AIM_CAPS_ICQRTF: |
2920 | 3111 tmp = _("ICQ RTF"); |
3112 break; | |
6871 | 3113 case AIM_CAPS_EMPTY: |
2920 | 3114 tmp = _("Nihilist"); |
3115 break; | |
6871 | 3116 case AIM_CAPS_ICQSERVERRELAY: |
2920 | 3117 tmp = _("ICQ Server Relay"); |
3118 break; | |
6871 | 3119 case AIM_CAPS_ICQUTF8OLD: |
3120 tmp = _("Old ICQ UTF8"); | |
2920 | 3121 break; |
6871 | 3122 case AIM_CAPS_TRILLIANCRYPT: |
2920 | 3123 tmp = _("Trillian Encryption"); |
3124 break; | |
6871 | 3125 case AIM_CAPS_ICQUTF8: |
4742 | 3126 tmp = _("ICQ UTF8"); |
3127 break; | |
6318 | 3128 case AIM_CAPS_HIPTOP: |
3129 tmp = _("Hiptop"); | |
3130 break; | |
6871 | 3131 case AIM_CAPS_SECUREIM: |
7334 | 3132 tmp = _("Security Enabled"); |
6871 | 3133 break; |
7582 | 3134 case AIM_CAPS_VIDEO: |
3135 tmp = _("Video Chat"); | |
3136 break; | |
7945 | 3137 case AIM_CAPS_ICHATAV: |
3138 tmp = _("iChat AV"); | |
3139 break; | |
2920 | 3140 default: |
3141 tmp = NULL; | |
3142 break; | |
3143 } | |
3144 if (tmp) | |
3145 i += g_snprintf(buf + i, sizeof(buf) - i, "%s%s", (count ? ", " : ""), | |
3146 tmp); | |
3147 count++; | |
3148 } | |
3149 bit <<= 1; | |
3150 } | |
4744 | 3151 return buf; |
2920 | 3152 } |
3153 | |
7011 | 3154 static int gaim_parse_userinfo(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 3155 GaimConnection *gc = sess->aux_data; |
7011 | 3156 GString *text; |
7162 | 3157 gchar *info_utf8 = NULL, *away_utf8 = NULL; |
3158 const char *final = NULL; | |
4791 | 3159 va_list ap; |
7011 | 3160 aim_userinfo_t *userinfo; |
2086 | 3161 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3162 va_start(ap, fr); |
7011 | 3163 userinfo = va_arg(ap, aim_userinfo_t *); |
2086 | 3164 va_end(ap); |
3165 | |
7011 | 3166 text = g_string_new(""); |
3167 g_string_append_printf(text, _("Username: <b>%s</b><br>\n"), userinfo->sn); | |
3168 g_string_append_printf(text, _("Warning Level: <b>%d%%</b><br>\n"), (int)((userinfo->warnlevel/10.0) + 0.5)); | |
3169 | |
3170 if (userinfo->present & AIM_USERINFO_PRESENT_ONLINESINCE) | |
3171 g_string_append_printf(text, _("Online Since: <b>%s</b><br>\n"), | |
3172 asctime(localtime((time_t *)&userinfo->onlinesince))); | |
3173 | |
3174 if (userinfo->present & AIM_USERINFO_PRESENT_MEMBERSINCE) | |
3175 g_string_append_printf(text, _("Member Since: <b>%s</b><br>\n"), | |
3176 asctime(localtime((time_t *)&userinfo->membersince))); | |
3177 | |
3178 if (userinfo->present & AIM_USERINFO_PRESENT_IDLE) { | |
7108
6faeeecab0dc
[gaim-migrate @ 7673]
Christian Hammond <chipx86@chipx86.com>
parents:
7107
diff
changeset
|
3179 gchar *itime = gaim_str_seconds_to_string(userinfo->idletime*60); |
7011 | 3180 g_string_append_printf(text, _("Idle: <b>%s</b>"), itime); |
4426 | 3181 g_free(itime); |
2993 | 3182 } else |
7011 | 3183 g_string_append_printf(text, _("Idle: <b>Active</b>")); |
3184 | |
3185 if ((userinfo->flags & AIM_FLAG_AWAY) && (userinfo->away_len > 0) && (userinfo->away != NULL) && (userinfo->away_encoding != NULL)) { | |
3186 away_utf8 = oscar_encoding_to_utf8(userinfo->away_encoding, userinfo->away, userinfo->away_len); | |
3187 if (away_utf8 != NULL) { | |
7129 | 3188 g_string_append_printf(text, "<hr>%s", away_utf8); |
7011 | 3189 g_free(away_utf8); |
2791
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3190 } |
7011 | 3191 } |
3192 | |
3193 if ((userinfo->info_len > 0) && (userinfo->info != NULL) && (userinfo->info_encoding != NULL)) { | |
3194 info_utf8 = oscar_encoding_to_utf8(userinfo->info_encoding, userinfo->info, userinfo->info_len); | |
3195 if (info_utf8 != NULL) { | |
7129 | 3196 g_string_append_printf(text, "<hr>%s", info_utf8); |
7011 | 3197 g_free(info_utf8); |
2791
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3198 } |
7011 | 3199 } |
3200 | |
7164 | 3201 final = gaim_str_sub_away_formatters(text->str, gaim_account_get_username(gaim_connection_get_account(gc))); |
7011 | 3202 g_string_free(text, TRUE); |
7091 | 3203 gaim_notify_formatted(gc, NULL, _("Buddy Information"), NULL, final, NULL, NULL); |
4151 | 3204 |
2086 | 3205 return 1; |
3206 } | |
3207 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3208 static int gaim_parse_motd(aim_session_t *sess, aim_frame_t *fr, ...) { |
2086 | 3209 char *msg; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3210 fu16_t id; |
2086 | 3211 va_list ap; |
3212 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3213 va_start(ap, fr); |
4199 | 3214 id = (fu16_t) va_arg(ap, unsigned int); |
2086 | 3215 msg = va_arg(ap, char *); |
3216 va_end(ap); | |
3217 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3218 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3219 "MOTD: %s (%hu)\n", msg ? msg : "Unknown", id); |
2092
59b0377d18aa
[gaim-migrate @ 2102]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2090
diff
changeset
|
3220 if (id < 4) |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
3221 gaim_notify_warning(sess->aux_data, NULL, |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
3222 _("Your AIM connection may be lost."), NULL); |
2086 | 3223 |
3224 return 1; | |
3225 } | |
3226 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3227 static int gaim_chatnav_info(aim_session_t *sess, aim_frame_t *fr, ...) { |
2086 | 3228 va_list ap; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3229 fu16_t type; |
5575 | 3230 GaimConnection *gc = sess->aux_data; |
7283 | 3231 OscarData *od = (OscarData *)gc->proto_data; |
2086 | 3232 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3233 va_start(ap, fr); |
4199 | 3234 type = (fu16_t) va_arg(ap, unsigned int); |
2086 | 3235 |
3236 switch(type) { | |
3237 case 0x0002: { | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3238 fu8_t maxrooms; |
2086 | 3239 struct aim_chat_exchangeinfo *exchanges; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3240 int exchangecount, i; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3241 |
4199 | 3242 maxrooms = (fu8_t) va_arg(ap, unsigned int); |
2086 | 3243 exchangecount = va_arg(ap, int); |
3244 exchanges = va_arg(ap, struct aim_chat_exchangeinfo *); | |
3245 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3246 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3247 "chat info: Chat Rights:\n"); |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3248 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3249 "chat info: \tMax Concurrent Rooms: %hhd\n", maxrooms); |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3250 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3251 "chat info: \tExchange List: (%d total)\n", exchangecount); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3252 for (i = 0; i < exchangecount; i++) |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3253 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3254 "chat info: \t\t%hu %s\n", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3255 exchanges[i].number, exchanges[i].name ? exchanges[i].name : ""); |
4617 | 3256 while (od->create_rooms) { |
3257 struct create_room *cr = od->create_rooms->data; | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3258 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3259 "creating room %s\n", cr->name); |
2822
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
3260 aim_chatnav_createroom(sess, fr->conn, cr->name, cr->exchange); |
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
3261 g_free(cr->name); |
4617 | 3262 od->create_rooms = g_slist_remove(od->create_rooms, cr); |
2822
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
3263 g_free(cr); |
2086 | 3264 } |
3265 } | |
3266 break; | |
3267 case 0x0008: { | |
3268 char *fqcn, *name, *ck; | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3269 fu16_t instance, flags, maxmsglen, maxoccupancy, unknown, exchange; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3270 fu8_t createperms; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3271 fu32_t createtime; |
2086 | 3272 |
3273 fqcn = va_arg(ap, char *); | |
4200 | 3274 instance = (fu16_t)va_arg(ap, unsigned int); |
3275 exchange = (fu16_t)va_arg(ap, unsigned int); | |
3276 flags = (fu16_t)va_arg(ap, unsigned int); | |
3277 createtime = va_arg(ap, fu32_t); | |
3278 maxmsglen = (fu16_t)va_arg(ap, unsigned int); | |
3279 maxoccupancy = (fu16_t)va_arg(ap, unsigned int); | |
3280 createperms = (fu8_t)va_arg(ap, unsigned int); | |
3281 unknown = (fu16_t)va_arg(ap, unsigned int); | |
3282 name = va_arg(ap, char *); | |
3283 ck = va_arg(ap, char *); | |
4194 | 3284 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3285 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
5556 | 3286 "created room: %s %hu %hu %hu %u %hu %hu %hhu %hu %s %s\n", |
2086 | 3287 fqcn, |
3288 exchange, instance, flags, | |
3289 createtime, | |
3290 maxmsglen, maxoccupancy, createperms, unknown, | |
3291 name, ck); | |
4617 | 3292 aim_chat_join(od->sess, od->conn, exchange, ck, instance); |
2086 | 3293 } |
3294 break; | |
3295 default: | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3296 gaim_debug(GAIM_DEBUG_WARNING, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3297 "chatnav info: unknown type (%04hx)\n", type); |
2086 | 3298 break; |
3299 } | |
4194 | 3300 |
3301 va_end(ap); | |
3302 | |
2086 | 3303 return 1; |
3304 } | |
3305 | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7111
diff
changeset
|
3306 static int gaim_conv_chat_join(aim_session_t *sess, aim_frame_t *fr, ...) { |
2086 | 3307 va_list ap; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3308 int count, i; |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
3309 aim_userinfo_t *info; |
5575 | 3310 GaimConnection *g = sess->aux_data; |
2086 | 3311 |
3312 struct chat_connection *c = NULL; | |
3313 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3314 va_start(ap, fr); |
2086 | 3315 count = va_arg(ap, int); |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
3316 info = va_arg(ap, aim_userinfo_t *); |
2086 | 3317 va_end(ap); |
3318 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3319 c = find_oscar_chat_by_conn(g, fr->conn); |
2086 | 3320 if (!c) |
3321 return 1; | |
3322 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3323 for (i = 0; i < count; i++) |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7111
diff
changeset
|
3324 gaim_conv_chat_add_user(GAIM_CONV_CHAT(c->cnv), info[i].sn, NULL); |
2086 | 3325 |
3326 return 1; | |
3327 } | |
3328 | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7111
diff
changeset
|
3329 static int gaim_conv_chat_leave(aim_session_t *sess, aim_frame_t *fr, ...) { |
2086 | 3330 va_list ap; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3331 int count, i; |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
3332 aim_userinfo_t *info; |
5575 | 3333 GaimConnection *g = sess->aux_data; |
2086 | 3334 |
3335 struct chat_connection *c = NULL; | |
3336 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3337 va_start(ap, fr); |
2086 | 3338 count = va_arg(ap, int); |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
3339 info = va_arg(ap, aim_userinfo_t *); |
2086 | 3340 va_end(ap); |
3341 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3342 c = find_oscar_chat_by_conn(g, fr->conn); |
2086 | 3343 if (!c) |
3344 return 1; | |
3345 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3346 for (i = 0; i < count; i++) |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7111
diff
changeset
|
3347 gaim_conv_chat_remove_user(GAIM_CONV_CHAT(c->cnv), info[i].sn, NULL); |
2086 | 3348 |
3349 return 1; | |
3350 } | |
3351 | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7111
diff
changeset
|
3352 static int gaim_conv_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
|
3353 va_list ap; |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
3354 aim_userinfo_t *userinfo; |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3355 struct aim_chat_roominfo *roominfo; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3356 char *roomname; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3357 int usercount; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3358 char *roomdesc; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3359 fu16_t unknown_c9, unknown_d2, unknown_d5, maxmsglen, maxvisiblemsglen; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3360 fu32_t creationtime; |
5575 | 3361 GaimConnection *gc = sess->aux_data; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3362 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
|
3363 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3364 va_start(ap, fr); |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3365 roominfo = va_arg(ap, struct aim_chat_roominfo *); |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3366 roomname = va_arg(ap, char *); |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3367 usercount= va_arg(ap, int); |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
3368 userinfo = va_arg(ap, aim_userinfo_t *); |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3369 roomdesc = va_arg(ap, char *); |
4200 | 3370 unknown_c9 = (fu16_t)va_arg(ap, unsigned int); |
3371 creationtime = va_arg(ap, fu32_t); | |
3372 maxmsglen = (fu16_t)va_arg(ap, unsigned int); | |
3373 unknown_d2 = (fu16_t)va_arg(ap, unsigned int); | |
3374 unknown_d5 = (fu16_t)va_arg(ap, unsigned int); | |
3375 maxvisiblemsglen = (fu16_t)va_arg(ap, unsigned int); | |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3376 va_end(ap); |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3377 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3378 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3379 "inside chat_info_update (maxmsglen = %hu, maxvislen = %hu)\n", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3380 maxmsglen, maxvisiblemsglen); |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3381 |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3382 ccon->maxlen = maxmsglen; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3383 ccon->maxvis = maxvisiblemsglen; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3384 |
2086 | 3385 return 1; |
3386 } | |
3387 | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7111
diff
changeset
|
3388 static int gaim_conv_chat_incoming_msg(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 3389 GaimConnection *gc = sess->aux_data; |
2086 | 3390 va_list ap; |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
3391 aim_userinfo_t *info; |
2086 | 3392 char *msg; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3393 struct chat_connection *ccon = find_oscar_chat_by_conn(gc, fr->conn); |
2086 | 3394 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3395 va_start(ap, fr); |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
3396 info = va_arg(ap, aim_userinfo_t *); |
4194 | 3397 msg = va_arg(ap, char *); |
3398 va_end(ap); | |
2086 | 3399 |
4269 | 3400 serv_got_chat_in(gc, ccon->id, info->sn, 0, msg, time((time_t)NULL)); |
2086 | 3401 |
3402 return 1; | |
3403 } | |
3404 | |
3694 | 3405 static int gaim_email_parseupdate(aim_session_t *sess, aim_frame_t *fr, ...) { |
3406 va_list ap; | |
5575 | 3407 GaimConnection *gc = sess->aux_data; |
3694 | 3408 struct aim_emailinfo *emailinfo; |
3725 | 3409 int havenewmail; |
7297 | 3410 char *alertitle, *alerturl; |
3694 | 3411 |
3412 va_start(ap, fr); | |
3413 emailinfo = va_arg(ap, struct aim_emailinfo *); | |
3725 | 3414 havenewmail = va_arg(ap, int); |
7301 | 3415 alertitle = va_arg(ap, char *); |
3416 alerturl = va_arg(ap, char *); | |
3694 | 3417 va_end(ap); |
3418 | |
5628 | 3419 if (emailinfo && gaim_account_get_check_mail(gc->account)) { |
5575 | 3420 gchar *to = g_strdup_printf("%s@%s", gaim_account_get_username(gaim_connection_get_account(gc)), emailinfo->domain); |
5542 | 3421 if (emailinfo->unread && havenewmail) |
3422 gaim_notify_emails(gc, emailinfo->nummsgs, FALSE, NULL, NULL, (const char **)&to, (const char **)&emailinfo->url, NULL, NULL); | |
5537 | 3423 g_free(to); |
3694 | 3424 } |
7297 | 3425 |
7301 | 3426 if (alertitle) |
7313 | 3427 gaim_debug(GAIM_DEBUG_MISC, "oscar", "Got an alert '%s' %s\n", alertitle, alerturl ? alerturl : ""); |
3694 | 3428 |
3429 return 1; | |
3430 } | |
3431 | |
4804 | 3432 static int gaim_icon_error(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 3433 GaimConnection *gc = sess->aux_data; |
7283 | 3434 OscarData *od = gc->proto_data; |
4804 | 3435 char *sn; |
3436 | |
3437 sn = od->requesticon->data; | |
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 "removing %s from hash table\n", sn); |
4804 | 3440 od->requesticon = g_slist_remove(od->requesticon, sn); |
3441 free(sn); | |
3442 | |
3443 if (od->icontimer) | |
3444 g_source_remove(od->icontimer); | |
3445 od->icontimer = g_timeout_add(500, gaim_icon_timerfunc, gc); | |
3446 | |
3447 return 1; | |
3448 } | |
3449 | |
3450 static int gaim_icon_parseicon(aim_session_t *sess, aim_frame_t *fr, ...) { | |
5575 | 3451 GaimConnection *gc = sess->aux_data; |
7283 | 3452 OscarData *od = gc->proto_data; |
4804 | 3453 GSList *cur; |
3454 va_list ap; | |
3455 char *sn; | |
4853 | 3456 fu8_t *iconcsum, *icon; |
3457 fu16_t iconcsumlen, iconlen; | |
4804 | 3458 |
3459 va_start(ap, fr); | |
3460 sn = va_arg(ap, char *); | |
4853 | 3461 iconcsum = va_arg(ap, fu8_t *); |
3462 iconcsumlen = va_arg(ap, int); | |
4804 | 3463 icon = va_arg(ap, fu8_t *); |
3464 iconlen = va_arg(ap, int); | |
3465 va_end(ap); | |
3466 | |
4853 | 3467 if (iconlen > 0) { |
3468 char *b16; | |
6695 | 3469 GaimBuddy *b = gaim_find_buddy(gc->account, sn); |
6846
8ab95f4c9800
[gaim-migrate @ 7391]
Christian Hammond <chipx86@chipx86.com>
parents:
6787
diff
changeset
|
3470 gaim_buddy_icons_set_for_user(gaim_connection_get_account(gc), |
8ab95f4c9800
[gaim-migrate @ 7391]
Christian Hammond <chipx86@chipx86.com>
parents:
6787
diff
changeset
|
3471 sn, icon, iconlen); |
7106
db6bd3e794d8
[gaim-migrate @ 7671]
Christian Hammond <chipx86@chipx86.com>
parents:
7098
diff
changeset
|
3472 b16 = gaim_base16_encode(iconcsum, iconcsumlen); |
5129 | 3473 if (b16) { |
7693 | 3474 gaim_blist_node_set_string((GaimBlistNode*)b, "icon_checksum", b16); |
5129 | 3475 gaim_blist_save(); |
7162 | 3476 g_free(b16); |
5129 | 3477 } |
4853 | 3478 } |
4804 | 3479 |
3480 cur = od->requesticon; | |
3481 while (cur) { | |
3482 char *cursn = cur->data; | |
3483 if (!aim_sncmp(cursn, sn)) { | |
3484 od->requesticon = g_slist_remove(od->requesticon, cursn); | |
3485 free(cursn); | |
3486 cur = od->requesticon; | |
3487 } else | |
3488 cur = cur->next; | |
3489 } | |
3490 | |
3491 if (od->icontimer) | |
3492 g_source_remove(od->icontimer); | |
3493 od->icontimer = g_timeout_add(250, gaim_icon_timerfunc, gc); | |
3494 | |
3495 return 1; | |
3496 } | |
3497 | |
3498 static gboolean gaim_icon_timerfunc(gpointer data) { | |
5575 | 3499 GaimConnection *gc = data; |
7283 | 3500 OscarData *od = gc->proto_data; |
7011 | 3501 aim_userinfo_t *userinfo; |
4804 | 3502 aim_conn_t *conn; |
3503 | |
3504 conn = aim_getconn_type(od->sess, AIM_CONN_TYPE_ICON); | |
5892 | 3505 if (!conn) { |
3506 if (!od->iconconnecting) { | |
3507 aim_reqservice(od->sess, od->conn, AIM_CONN_TYPE_ICON); | |
3508 od->iconconnecting = TRUE; | |
3509 } | |
4804 | 3510 return FALSE; |
3511 } | |
3512 | |
5842 | 3513 if (od->set_icon) { |
6039 | 3514 struct stat st; |
3515 const char *iconfile = gaim_account_get_buddy_icon(gaim_connection_get_account(gc)); | |
3516 if (iconfile == NULL) { | |
3517 /* Set an empty icon, or something */ | |
3518 } else if (!stat(iconfile, &st)) { | |
3519 char *buf = g_malloc(st.st_size); | |
3520 FILE *file = fopen(iconfile, "rb"); | |
3521 if (file) { | |
3522 fread(buf, 1, st.st_size, file); | |
3523 fclose(file); | |
3524 gaim_debug(GAIM_DEBUG_INFO, "oscar", | |
3525 "Uploading icon to icon server\n"); | |
6879 | 3526 aim_bart_upload(od->sess, buf, st.st_size); |
5842 | 3527 } else |
3528 gaim_debug(GAIM_DEBUG_ERROR, "oscar", | |
6039 | 3529 "Can't open buddy icon file!\n"); |
3530 g_free(buf); | |
3531 } else { | |
3532 gaim_debug(GAIM_DEBUG_ERROR, "oscar", | |
3533 "Can't stat buddy icon file!\n"); | |
5842 | 3534 } |
3535 od->set_icon = FALSE; | |
3536 } | |
3537 | |
3538 if (!od->requesticon) { | |
3539 gaim_debug(GAIM_DEBUG_MISC, "oscar", | |
3540 "no more icons to request\n"); | |
3541 return FALSE; | |
3542 } | |
3543 | |
7045 | 3544 userinfo = aim_locate_finduserinfo(od->sess, (char *)od->requesticon->data); |
7011 | 3545 if ((userinfo != NULL) && (userinfo->iconcsumlen > 0)) { |
3546 aim_bart_request(od->sess, od->requesticon->data, userinfo->iconcsum, userinfo->iconcsumlen); | |
4804 | 3547 return FALSE; |
3548 } else { | |
3549 char *sn = od->requesticon->data; | |
3550 od->requesticon = g_slist_remove(od->requesticon, sn); | |
3551 free(sn); | |
3552 } | |
3553 | |
3554 return TRUE; | |
3555 } | |
3556 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3557 /* |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3558 * 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
|
3559 */ |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3560 static int gaim_parse_msgack(aim_session_t *sess, aim_frame_t *fr, ...) { |
2086 | 3561 va_list ap; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3562 fu16_t type; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3563 char *sn; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3564 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3565 va_start(ap, fr); |
4199 | 3566 type = (fu16_t) va_arg(ap, unsigned int); |
2086 | 3567 sn = va_arg(ap, char *); |
3568 va_end(ap); | |
3569 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3570 gaim_debug(GAIM_DEBUG_INFO, "oscar", "Sent message to %s.\n", sn); |
2086 | 3571 |
3572 return 1; | |
3573 } | |
3574 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3575 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
|
3576 static const char *codes[5] = { |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3577 "invalid", |
4194 | 3578 "change", |
3579 "warning", | |
3580 "limit", | |
3581 "limit cleared", | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3582 }; |
2086 | 3583 va_list ap; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3584 fu16_t code, rateclass; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3585 fu32_t windowsize, clear, alert, limit, disconnect, currentavg, maxavg; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3586 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3587 va_start(ap, fr); |
4200 | 3588 code = (fu16_t)va_arg(ap, unsigned int); |
3589 rateclass= (fu16_t)va_arg(ap, unsigned int); | |
3590 windowsize = va_arg(ap, fu32_t); | |
3591 clear = va_arg(ap, fu32_t); | |
3592 alert = va_arg(ap, fu32_t); | |
3593 limit = va_arg(ap, fu32_t); | |
3594 disconnect = va_arg(ap, fu32_t); | |
3595 currentavg = va_arg(ap, fu32_t); | |
3596 maxavg = va_arg(ap, fu32_t); | |
2086 | 3597 va_end(ap); |
3598 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3599 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
5556 | 3600 "rate %s (param ID 0x%04hx): curavg = %u, maxavg = %u, alert at %u, " |
3601 "clear warning at %u, limit at %u, disconnect at %u (window size = %u)\n", | |
2086 | 3602 (code < 5) ? codes[code] : codes[0], |
3603 rateclass, | |
3604 currentavg, maxavg, | |
3605 alert, clear, | |
3606 limit, disconnect, | |
3607 windowsize); | |
3608 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3609 /* XXX fix these values */ |
2086 | 3610 if (code == AIM_RATE_CODE_CHANGE) { |
3611 if (currentavg >= clear) | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3612 aim_conn_setlatency(fr->conn, 0); |
2086 | 3613 } else if (code == AIM_RATE_CODE_WARNING) { |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3614 aim_conn_setlatency(fr->conn, windowsize/4); |
2909
48ec70928d7f
[gaim-migrate @ 2922]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2906
diff
changeset
|
3615 } else if (code == AIM_RATE_CODE_LIMIT) { |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
3616 gaim_notify_error(sess->aux_data, NULL, _("Rate limiting error."), |
6040 | 3617 _("The last action you attempted could not be " |
3618 "performed because you are over the rate limit. " | |
3619 "Please wait 10 seconds and try again.")); | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3620 aim_conn_setlatency(fr->conn, windowsize/2); |
2086 | 3621 } else if (code == AIM_RATE_CODE_CLEARLIMIT) { |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3622 aim_conn_setlatency(fr->conn, 0); |
2086 | 3623 } |
3624 | |
3625 return 1; | |
3626 } | |
3627 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3628 static int gaim_parse_evilnotify(aim_session_t *sess, aim_frame_t *fr, ...) { |
2086 | 3629 va_list ap; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3630 fu16_t newevil; |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
3631 aim_userinfo_t *userinfo; |
5575 | 3632 GaimConnection *gc = sess->aux_data; |
2086 | 3633 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3634 va_start(ap, fr); |
4199 | 3635 newevil = (fu16_t) va_arg(ap, unsigned int); |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
3636 userinfo = va_arg(ap, aim_userinfo_t *); |
2086 | 3637 va_end(ap); |
3638 | |
7111 | 3639 serv_got_eviled(gc, (userinfo && userinfo->sn) ? userinfo->sn : NULL, (newevil/10.0) + 0.5); |
2086 | 3640 |
3641 return 1; | |
3642 } | |
3643 | |
2507
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
3644 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
|
3645 va_list ap; |
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
3646 aim_userinfo_t *info; |
5575 | 3647 GaimConnection *gc = sess->aux_data; |
2507
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
3648 |
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
3649 va_start(ap, fr); |
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
3650 info = va_arg(ap, aim_userinfo_t *); |
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
3651 va_end(ap); |
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
3652 |
5628 | 3653 gc->evil = (info->warnlevel/10.0) + 0.5; |
4841 | 3654 |
7872 | 3655 if (info->present & AIM_USERINFO_PRESENT_ONLINESINCE) |
4841 | 3656 gc->login_time_official = info->onlinesince; |
7872 | 3657 else if (info->present & AIM_USERINFO_PRESENT_SESSIONLEN) |
3658 gc->login_time_official = time(NULL) - info->sessionlen; | |
2507
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
3659 |
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
3660 return 1; |
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
3661 } |
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
3662 |
4649 | 3663 static int gaim_connerr(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 3664 GaimConnection *gc = sess->aux_data; |
7283 | 3665 OscarData *od = gc->proto_data; |
4649 | 3666 va_list ap; |
3667 fu16_t code; | |
3668 char *msg; | |
3669 | |
3670 va_start(ap, fr); | |
3671 code = (fu16_t)va_arg(ap, int); | |
3672 msg = va_arg(ap, char *); | |
3673 va_end(ap); | |
3674 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3675 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3676 "Disconnected. Code is 0x%04x and msg is %s\n", code, msg); |
4649 | 3677 if ((fr) && (fr->conn) && (fr->conn->type == AIM_CONN_TYPE_BOS)) { |
4651 | 3678 if (code == 0x0001) { |
6113 | 3679 gc->wants_to_die = TRUE; |
5579 | 3680 gaim_connection_error(gc, _("You have been disconnected because you have signed on with this screen name at another location.")); |
4651 | 3681 } else { |
5579 | 3682 gaim_connection_error(gc, _("You have been signed off for an unknown reason.")); |
4651 | 3683 } |
4666 | 3684 od->killme = TRUE; |
4649 | 3685 } |
3686 | |
3687 return 1; | |
3688 } | |
3689 | |
2675 | 3690 static int conninitdone_bos(aim_session_t *sess, aim_frame_t *fr, ...) { |
7283 | 3691 GaimConnection *gc = sess->aux_data; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3692 |
2703
441b84ab7f4e
[gaim-migrate @ 2716]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2698
diff
changeset
|
3693 aim_reqpersonalinfo(sess, fr->conn); |
4230 | 3694 |
3695 #ifndef NOSSI | |
7334 | 3696 gaim_debug(GAIM_DEBUG_INFO, "oscar", "ssi: requesting rights and list\n"); |
4889 | 3697 aim_ssi_reqrights(sess); |
6350 | 3698 aim_ssi_reqdata(sess); |
4230 | 3699 #endif |
3700 | |
7011 | 3701 aim_locate_reqrights(sess); |
7285 | 3702 aim_buddylist_reqrights(sess, fr->conn); |
4617 | 3703 aim_im_reqparams(sess); |
7334 | 3704 aim_bos_reqrights(sess, fr->conn); /* XXX - Don't call this with ssi */ |
4230 | 3705 |
3706 #ifdef NOSSI | |
7334 | 3707 gaim_debug(GAIM_DEBUG_INFO, "oscar", "bos: requesting rights\n"); |
3708 aim_bos_reqrights(sess, fr->conn); | |
4230 | 3709 aim_bos_setgroupperm(sess, fr->conn, AIM_FLAG_ALLUSERS); |
3710 aim_bos_setprivacyflags(sess, fr->conn, AIM_PRIVFLAGS_ALLOWIDLE | AIM_PRIVFLAGS_ALLOWMEMBERSINCE); | |
3711 #endif | |
2086 | 3712 |
7283 | 3713 gaim_connection_update_progress(gc, _("Finalizing connection"), 5, OSCAR_CONNECT_STEPS); |
3714 | |
2086 | 3715 return 1; |
3716 } | |
3717 | |
2675 | 3718 static int conninitdone_admin(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 3719 GaimConnection *gc = sess->aux_data; |
7283 | 3720 OscarData *od = gc->proto_data; |
2647 | 3721 |
6905 | 3722 aim_conn_addhandler(sess, fr->conn, AIM_CB_FAM_ADM, 0x0003, gaim_info_change, 0); |
3723 aim_conn_addhandler(sess, fr->conn, AIM_CB_FAM_ADM, 0x0005, gaim_info_change, 0); | |
3724 aim_conn_addhandler(sess, fr->conn, AIM_CB_FAM_ADM, 0x0007, gaim_account_confirm, 0); | |
3725 | |
2672 | 3726 aim_clientready(sess, fr->conn); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3727 gaim_debug(GAIM_DEBUG_INFO, "oscar", "connected to admin\n"); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3728 |
2647 | 3729 if (od->chpass) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3730 gaim_debug(GAIM_DEBUG_INFO, "oscar", "changing password\n"); |
2703
441b84ab7f4e
[gaim-migrate @ 2716]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2698
diff
changeset
|
3731 aim_admin_changepasswd(sess, fr->conn, od->newp, od->oldp); |
2647 | 3732 g_free(od->oldp); |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
3733 od->oldp = NULL; |
2647 | 3734 g_free(od->newp); |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
3735 od->newp = NULL; |
2647 | 3736 od->chpass = FALSE; |
3737 } | |
2979 | 3738 if (od->setnick) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3739 gaim_debug(GAIM_DEBUG_INFO, "oscar", "formatting screenname\n"); |
2979 | 3740 aim_admin_setnick(sess, fr->conn, od->newsn); |
3741 g_free(od->newsn); | |
3742 od->newsn = NULL; | |
3743 od->setnick = FALSE; | |
3744 } | |
2647 | 3745 if (od->conf) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3746 gaim_debug(GAIM_DEBUG_INFO, "oscar", "confirming account\n"); |
2703
441b84ab7f4e
[gaim-migrate @ 2716]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2698
diff
changeset
|
3747 aim_admin_reqconfirm(sess, fr->conn); |
2647 | 3748 od->conf = FALSE; |
3749 } | |
3750 if (od->reqemail) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3751 gaim_debug(GAIM_DEBUG_INFO, "oscar", "requesting email\n"); |
2703
441b84ab7f4e
[gaim-migrate @ 2716]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2698
diff
changeset
|
3752 aim_admin_getinfo(sess, fr->conn, 0x0011); |
2647 | 3753 od->reqemail = FALSE; |
3754 } | |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
3755 if (od->setemail) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3756 gaim_debug(GAIM_DEBUG_INFO, "oscar", "setting email\n"); |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
3757 aim_admin_setemail(sess, fr->conn, od->email); |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
3758 g_free(od->email); |
5497 | 3759 od->email = NULL; |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
3760 od->setemail = FALSE; |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
3761 } |
2647 | 3762 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3763 return 1; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3764 } |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3765 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3766 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
|
3767 struct aim_icbmparameters *params; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3768 va_list ap; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3769 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3770 va_start(ap, fr); |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3771 params = va_arg(ap, struct aim_icbmparameters *); |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3772 va_end(ap); |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3773 |
4194 | 3774 /* 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
|
3775 gaim_debug(GAIM_DEBUG_MISC, "oscar", "ICBM Parameters: maxchannel = %hu, default flags = 0x%08lx, max msg len = %hu, " |
5556 | 3776 "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
|
3777 params->maxchan, params->flags, params->maxmsglen, |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3778 ((float)params->maxsenderwarn)/10.0, ((float)params->maxrecverwarn)/10.0, |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3779 params->minmsginterval); |
2427
5bc3b39fc0a5
[gaim-migrate @ 2440]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2421
diff
changeset
|
3780 */ |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3781 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3782 /* Maybe senderwarn and recverwarn should be user preferences... */ |
3595 | 3783 params->flags = 0x0000000b; |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3784 params->maxmsglen = 8000; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3785 params->minmsginterval = 0; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3786 |
4617 | 3787 aim_im_setparams(sess, params); |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3788 |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3789 return 1; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3790 } |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3791 |
2993 | 3792 static int gaim_parse_locaterights(aim_session_t *sess, aim_frame_t *fr, ...) |
3793 { | |
5575 | 3794 GaimConnection *gc = sess->aux_data; |
7283 | 3795 OscarData *od = (OscarData *)gc->proto_data; |
5306 | 3796 va_list ap; |
3797 fu16_t maxsiglen; | |
2993 | 3798 |
3799 va_start(ap, fr); | |
4199 | 3800 maxsiglen = (fu16_t) va_arg(ap, int); |
2993 | 3801 va_end(ap); |
3802 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3803 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3804 "locate rights: max sig len = %d\n", maxsiglen); |
2993 | 3805 |
4617 | 3806 od->rights.maxsiglen = od->rights.maxawaymsglen = (guint)maxsiglen; |
3807 | |
3808 if (od->icq) | |
7334 | 3809 aim_locate_setcaps(od->sess, caps_icq); |
5301 | 3810 else |
7334 | 3811 aim_locate_setcaps(od->sess, caps_aim); |
3812 oscar_set_info(gc, gc->account->user_info); | |
2993 | 3813 |
3814 return 1; | |
3815 } | |
3816 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3817 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
|
3818 va_list ap; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3819 fu16_t maxbuddies, maxwatchers; |
5575 | 3820 GaimConnection *gc = sess->aux_data; |
7283 | 3821 OscarData *od = (OscarData *)gc->proto_data; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3822 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3823 va_start(ap, fr); |
4199 | 3824 maxbuddies = (fu16_t) va_arg(ap, unsigned int); |
3825 maxwatchers = (fu16_t) va_arg(ap, unsigned int); | |
2086 | 3826 va_end(ap); |
3827 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3828 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3829 "buddy list rights: Max buddies = %hu / Max watchers = %hu\n", maxbuddies, maxwatchers); |
2086 | 3830 |
4617 | 3831 od->rights.maxbuddies = (guint)maxbuddies; |
3832 od->rights.maxwatchers = (guint)maxwatchers; | |
2993 | 3833 |
2086 | 3834 return 1; |
3835 } | |
3836 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3837 static int gaim_bosrights(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 3838 GaimConnection *gc = sess->aux_data; |
7283 | 3839 OscarData *od = (OscarData *)gc->proto_data; |
7334 | 3840 va_list ap; |
3841 fu16_t maxpermits, maxdenies; | |
2086 | 3842 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3843 va_start(ap, fr); |
4199 | 3844 maxpermits = (fu16_t) va_arg(ap, unsigned int); |
3845 maxdenies = (fu16_t) va_arg(ap, unsigned int); | |
2086 | 3846 va_end(ap); |
3847 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3848 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3849 "BOS rights: Max permit = %hu / Max deny = %hu\n", maxpermits, maxdenies); |
2086 | 3850 |
4617 | 3851 od->rights.maxpermits = (guint)maxpermits; |
3852 od->rights.maxdenies = (guint)maxdenies; | |
2993 | 3853 |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
3854 gaim_connection_set_state(gc, GAIM_CONNECTED); |
2993 | 3855 serv_finish_login(gc); |
3856 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3857 gaim_debug(GAIM_DEBUG_INFO, "oscar", "buddy list loaded\n"); |
2993 | 3858 |
2672 | 3859 aim_clientready(sess, fr->conn); |
5948 | 3860 aim_srv_setavailmsg(sess, NULL); |
7474 | 3861 aim_srv_setidle(sess, 0); |
4617 | 3862 |
4664 | 3863 if (od->icq) { |
3864 aim_icq_reqofflinemsgs(sess); | |
3865 aim_icq_hideip(sess); | |
3866 } | |
2706
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3867 |
2703
441b84ab7f4e
[gaim-migrate @ 2716]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2698
diff
changeset
|
3868 aim_reqservice(sess, fr->conn, AIM_CONN_TYPE_CHATNAV); |
4102 | 3869 if (sess->authinfo->email) |
3870 aim_reqservice(sess, fr->conn, AIM_CONN_TYPE_EMAIL); | |
2086 | 3871 |
3872 return 1; | |
3873 } | |
3874 | |
2706
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3875 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
|
3876 va_list ap; |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3877 struct aim_icq_offlinemsg *msg; |
4075 | 3878 struct aim_incomingim_ch4_args args; |
3879 time_t t; | |
2706
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3880 |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3881 va_start(ap, fr); |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3882 msg = va_arg(ap, struct aim_icq_offlinemsg *); |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3883 va_end(ap); |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3884 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3885 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3886 "Received offline message. Converting to channel 4 ICBM...\n"); |
4075 | 3887 args.uin = msg->sender; |
3888 args.type = msg->type; | |
4173 | 3889 args.flags = msg->flags; |
4076 | 3890 args.msglen = msg->msglen; |
4075 | 3891 args.msg = msg->msg; |
7108
6faeeecab0dc
[gaim-migrate @ 7673]
Christian Hammond <chipx86@chipx86.com>
parents:
7107
diff
changeset
|
3892 t = gaim_time_build(msg->year, msg->month, msg->day, msg->hour, msg->minute, 0); |
4075 | 3893 incomingim_chan4(sess, fr->conn, NULL, &args, t); |
2706
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3894 |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3895 return 1; |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3896 } |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3897 |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3898 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
|
3899 { |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3900 aim_icq_ackofflinemsgs(sess); |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3901 return 1; |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3902 } |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3903 |
7388 | 3904 #if 0 |
3905 /* | |
7465 | 3906 * Update, 2003-11-09: |
3907 * Joseph S. Myers, a gcc dude, fixed this for gcc 3.4! Rock on! | |
3908 * | |
7388 | 3909 * It may not be my place to do this, but... |
3910 * I feel pretty strongly that the "last 2 digits" warning is ridiculously | |
3911 * stupid, and should not exist for % switches (%x in our case) that request | |
3912 * a year in the preferred representation for the current locale. For that | |
3913 * reason I've chosen to not use this workaround (n., see kluge). | |
3914 * | |
3915 * I have a date. I want to show it to the user in the "preferred" way. | |
3916 * Whether that displays a 2 digit year is perfectly fine--after all, it's | |
3917 * what the locale wanted. | |
3918 * | |
3919 * If I have a necessity for a full representation of the year in the current | |
3920 * locale, then I'll use a switch that returns a full representation of the | |
3921 * year. | |
3922 * | |
3923 * If you think the preferred locale should show 4 digits instead of 2 digits | |
3924 * (because you're anal, or whatever), then change the f***ing locale. | |
3925 * | |
3926 * I guess the bottom line is--I'm trying to show a date to the user how they | |
3927 * prefer to see it, why the hell does gcc want me to change that? | |
7389 | 3928 * |
3929 * See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3190 | |
3930 * See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8714 | |
7388 | 3931 */ |
3932 | |
3933 /* | |
3934 * This function was recommended by the STRFTIME(3) man page to remove the | |
7386 | 3935 * "last 2 digits" warning. |
3936 */ | |
3937 static size_t my_strftime(char *s, size_t max, const char *fmt, | |
3938 const struct tm *tm) | |
3939 { | |
3940 return strftime(s, max, fmt, tm); | |
3941 } | |
7388 | 3942 #endif |
7386 | 3943 |
4624 | 3944 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
|
3945 { |
5575 | 3946 GaimConnection *gc = sess->aux_data; |
4819 | 3947 gchar *buf, *tmp, *utf8; |
4624 | 3948 gchar who[16]; |
6873 | 3949 GaimBuddy *buddy; |
3950 gchar *primary; | |
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); |
7108
6faeeecab0dc
[gaim-migrate @ 7673]
Christian Hammond <chipx86@chipx86.com>
parents:
7107
diff
changeset
|
3963 if (info->nick && info->nick[0] && (utf8 = gaim_utf8_try_convert(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 } |
7108
6faeeecab0dc
[gaim-migrate @ 7673]
Christian Hammond <chipx86@chipx86.com>
parents:
7107
diff
changeset
|
3966 if (info->first && info->first[0] && (utf8 = gaim_utf8_try_convert(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 } |
7108
6faeeecab0dc
[gaim-migrate @ 7673]
Christian Hammond <chipx86@chipx86.com>
parents:
7107
diff
changeset
|
3969 if (info->last && info->last[0] && (utf8 = gaim_utf8_try_convert(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 } |
7108
6faeeecab0dc
[gaim-migrate @ 7673]
Christian Hammond <chipx86@chipx86.com>
parents:
7107
diff
changeset
|
3972 if (info->email && info->email[0] && (utf8 = gaim_utf8_try_convert(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++) { | |
7108
6faeeecab0dc
[gaim-migrate @ 7673]
Christian Hammond <chipx86@chipx86.com>
parents:
7107
diff
changeset
|
3978 if (info->email2[i] && info->email2[i][0] && (utf8 = gaim_utf8_try_convert(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 } |
7108
6faeeecab0dc
[gaim-migrate @ 7673]
Christian Hammond <chipx86@chipx86.com>
parents:
7107
diff
changeset
|
3983 if (info->mobile && info->mobile[0] && (utf8 = gaim_utf8_try_convert(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; | |
7388 | 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 } |
7108
6faeeecab0dc
[gaim-migrate @ 7673]
Christian Hammond <chipx86@chipx86.com>
parents:
7107
diff
changeset
|
4003 if (info->personalwebpage && info->personalwebpage[0] && (utf8 = gaim_utf8_try_convert(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 } |
7108
6faeeecab0dc
[gaim-migrate @ 7673]
Christian Hammond <chipx86@chipx86.com>
parents:
7107
diff
changeset
|
4006 if (info->info && info->info[0] && (utf8 = gaim_utf8_try_convert(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); |
7108
6faeeecab0dc
[gaim-migrate @ 7673]
Christian Hammond <chipx86@chipx86.com>
parents:
7107
diff
changeset
|
4012 if (info->homeaddr && info->homeaddr[0] && (utf8 = gaim_utf8_try_convert(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 } |
7108
6faeeecab0dc
[gaim-migrate @ 7673]
Christian Hammond <chipx86@chipx86.com>
parents:
7107
diff
changeset
|
4015 if (info->homecity && info->homecity[0] && (utf8 = gaim_utf8_try_convert(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 } |
7108
6faeeecab0dc
[gaim-migrate @ 7673]
Christian Hammond <chipx86@chipx86.com>
parents:
7107
diff
changeset
|
4018 if (info->homestate && info->homestate[0] && (utf8 = gaim_utf8_try_convert(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 } |
7108
6faeeecab0dc
[gaim-migrate @ 7673]
Christian Hammond <chipx86@chipx86.com>
parents:
7107
diff
changeset
|
4021 if (info->homezip && info->homezip[0] && (utf8 = gaim_utf8_try_convert(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); |
7108
6faeeecab0dc
[gaim-migrate @ 7673]
Christian Hammond <chipx86@chipx86.com>
parents:
7107
diff
changeset
|
4028 if (info->workaddr && info->workaddr[0] && (utf8 = gaim_utf8_try_convert(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 } |
7108
6faeeecab0dc
[gaim-migrate @ 7673]
Christian Hammond <chipx86@chipx86.com>
parents:
7107
diff
changeset
|
4031 if (info->workcity && info->workcity[0] && (utf8 = gaim_utf8_try_convert(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 } |
7108
6faeeecab0dc
[gaim-migrate @ 7673]
Christian Hammond <chipx86@chipx86.com>
parents:
7107
diff
changeset
|
4034 if (info->workstate && info->workstate[0] && (utf8 = gaim_utf8_try_convert(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 } |
7108
6faeeecab0dc
[gaim-migrate @ 7673]
Christian Hammond <chipx86@chipx86.com>
parents:
7107
diff
changeset
|
4037 if (info->workzip && info->workzip[0] && (utf8 = gaim_utf8_try_convert(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); |
7108
6faeeecab0dc
[gaim-migrate @ 7673]
Christian Hammond <chipx86@chipx86.com>
parents:
7107
diff
changeset
|
4044 if (info->workcompany && info->workcompany[0] && (utf8 = gaim_utf8_try_convert(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 } |
7108
6faeeecab0dc
[gaim-migrate @ 7673]
Christian Hammond <chipx86@chipx86.com>
parents:
7107
diff
changeset
|
4047 if (info->workdivision && info->workdivision[0] && (utf8 = gaim_utf8_try_convert(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 } |
7108
6faeeecab0dc
[gaim-migrate @ 7673]
Christian Hammond <chipx86@chipx86.com>
parents:
7107
diff
changeset
|
4050 if (info->workposition && info->workposition[0] && (utf8 = gaim_utf8_try_convert(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 } |
7108
6faeeecab0dc
[gaim-migrate @ 7673]
Christian Hammond <chipx86@chipx86.com>
parents:
7107
diff
changeset
|
4053 if (info->workwebpage && info->workwebpage[0] && (utf8 = gaim_utf8_try_convert(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 | |
6873 | 4059 buddy = gaim_find_buddy(gaim_connection_get_account(gc), who); |
4060 primary = g_strdup_printf(_("ICQ Info for %s"), gaim_get_buddy_alias(buddy)); | |
4061 gaim_notify_formatted(gc, NULL, primary, NULL, buf, NULL, NULL); | |
4062 g_free(primary); | |
4151 | 4063 g_free(buf); |
4064 | |
2742
6f527cbd899d
[gaim-migrate @ 2755]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2734
diff
changeset
|
4065 return 1; |
6f527cbd899d
[gaim-migrate @ 2755]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2734
diff
changeset
|
4066 } |
6f527cbd899d
[gaim-migrate @ 2755]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2734
diff
changeset
|
4067 |
4759 | 4068 static int gaim_icqalias(aim_session_t *sess, aim_frame_t *fr, ...) |
4069 { | |
5575 | 4070 GaimConnection *gc = sess->aux_data; |
4820 | 4071 gchar who[16], *utf8; |
6695 | 4072 GaimBuddy *b; |
4759 | 4073 va_list ap; |
4074 struct aim_icq_info *info; | |
4075 | |
4076 va_start(ap, fr); | |
4077 info = va_arg(ap, struct aim_icq_info *); | |
4078 va_end(ap); | |
4079 | |
7108
6faeeecab0dc
[gaim-migrate @ 7673]
Christian Hammond <chipx86@chipx86.com>
parents:
7107
diff
changeset
|
4080 if (info->uin && info->nick && info->nick[0] && (utf8 = gaim_utf8_try_convert(info->nick))) { |
5556 | 4081 g_snprintf(who, sizeof(who), "%u", info->uin); |
4820 | 4082 serv_got_alias(gc, who, utf8); |
4759 | 4083 if ((b = gaim_find_buddy(gc->account, who))) { |
7693 | 4084 gaim_blist_node_set_string((GaimBlistNode*)b, "servernick", utf8); |
4759 | 4085 gaim_blist_save(); |
4086 } | |
4820 | 4087 g_free(utf8); |
4759 | 4088 } |
4089 | |
4090 return 1; | |
4091 } | |
4092 | |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4093 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
|
4094 { |
7032 | 4095 GaimConnection *gc = sess->aux_data; |
4096 gchar *text; | |
4097 va_list ap; | |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4098 char *msg, *url; |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4099 fu16_t wid, hei, delay; |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4100 |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4101 va_start(ap, fr); |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4102 msg = va_arg(ap, char *); |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4103 url = va_arg(ap, char *); |
4199 | 4104 wid = (fu16_t) va_arg(ap, int); |
4105 hei = (fu16_t) va_arg(ap, int); | |
4106 delay = (fu16_t) va_arg(ap, int); | |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4107 va_end(ap); |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4108 |
7032 | 4109 text = g_strdup_printf("%s<br><a href=\"%s\">%s</a>", msg, url, url); |
4110 gaim_notify_formatted(gc, NULL, _("Pop-Up Message"), NULL, text, NULL, NULL); | |
4111 g_free(text); | |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4112 |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4113 return 1; |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4114 } |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4115 |
7032 | 4116 static int gaim_parse_searchreply(aim_session_t *sess, aim_frame_t *fr, ...) |
4117 { | |
6873 | 4118 GaimConnection *gc = sess->aux_data; |
4119 gchar *secondary; | |
4120 GString *text; | |
4121 int i, num; | |
2086 | 4122 va_list ap; |
6873 | 4123 char *email, *SNs; |
2086 | 4124 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4125 va_start(ap, fr); |
6873 | 4126 email = va_arg(ap, char *); |
2086 | 4127 num = va_arg(ap, int); |
4128 SNs = va_arg(ap, char *); | |
4129 va_end(ap); | |
4130 | |
6873 | 4131 secondary = g_strdup_printf(_("The following screennames are associated with %s"), email); |
4132 text = g_string_new(""); | |
2086 | 4133 for (i = 0; i < num; i++) |
6873 | 4134 g_string_append_printf(text, "%s<br>", &SNs[i * (MAXSNLEN + 1)]); |
4135 gaim_notify_formatted(gc, NULL, _("Search Results"), secondary, text->str, NULL, NULL); | |
4136 | |
4137 g_free(secondary); | |
4138 g_string_free(text, TRUE); | |
2086 | 4139 |
4140 return 1; | |
4141 } | |
4142 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4143 static int gaim_parse_searcherror(aim_session_t *sess, aim_frame_t *fr, ...) { |
2086 | 4144 va_list ap; |
6873 | 4145 char *email; |
5420 | 4146 char *buf; |
2086 | 4147 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4148 va_start(ap, fr); |
6873 | 4149 email = va_arg(ap, char *); |
2086 | 4150 va_end(ap); |
4151 | |
6873 | 4152 buf = g_strdup_printf(_("No results found for email address %s"), email); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4153 gaim_notify_error(sess->aux_data, NULL, buf, NULL); |
5420 | 4154 g_free(buf); |
2086 | 4155 |
4156 return 1; | |
4157 } | |
4158 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4159 static int gaim_account_confirm(aim_session_t *sess, aim_frame_t *fr, ...) { |
6873 | 4160 GaimConnection *gc = sess->aux_data; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4161 fu16_t status; |
2086 | 4162 va_list ap; |
4163 char msg[256]; | |
4164 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4165 va_start(ap, fr); |
4199 | 4166 status = (fu16_t) va_arg(ap, unsigned int); /* status code of confirmation request */ |
2086 | 4167 va_end(ap); |
4168 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4169 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4170 "account confirmation returned status 0x%04x (%s)\n", status, |
3912 | 4171 status ? "unknown" : "email sent"); |
4172 if (!status) { | |
5302 | 4173 g_snprintf(msg, sizeof(msg), _("You should receive an email asking to confirm %s."), |
5575 | 4174 gaim_account_get_username(gaim_connection_get_account(gc))); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4175 gaim_notify_info(gc, NULL, _("Account Confirmation Requested"), msg); |
2086 | 4176 } |
4177 | |
4178 return 1; | |
4179 } | |
4180 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4181 static int gaim_info_change(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 4182 GaimConnection *gc = sess->aux_data; |
2086 | 4183 va_list ap; |
3912 | 4184 fu16_t perms, err; |
4185 char *url, *sn, *email; | |
4186 int change; | |
2086 | 4187 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4188 va_start(ap, fr); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4189 change = va_arg(ap, int); |
4199 | 4190 perms = (fu16_t) va_arg(ap, unsigned int); |
4191 err = (fu16_t) va_arg(ap, unsigned int); | |
3912 | 4192 url = va_arg(ap, char *); |
4193 sn = va_arg(ap, char *); | |
4194 email = va_arg(ap, char *); | |
2086 | 4195 va_end(ap); |
4196 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4197 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4198 "account info: because of %s, perms=0x%04x, err=0x%04x, url=%s, sn=%s, email=%s\n", |
3912 | 4199 change ? "change" : "request", perms, err, url, sn, email); |
4200 | |
4201 if (err && url) { | |
4202 char *dialog_msg; | |
4203 char *dialog_top = g_strdup_printf(_("Error Changing Account Info")); | |
4204 switch (err) { | |
4205 case 0x0001: { | |
4206 dialog_msg = g_strdup_printf(_("Error 0x%04x: Unable to format screen name because the requested screen name differs from the original."), err); | |
4207 } break; | |
4208 case 0x0006: { | |
4209 dialog_msg = g_strdup_printf(_("Error 0x%04x: Unable to format screen name because the requested screen name ends in a space."), err); | |
4210 } break; | |
4211 case 0x000b: { | |
4212 dialog_msg = g_strdup_printf(_("Error 0x%04x: Unable to format screen name because the requested screen name is too long."), err); | |
4213 } break; | |
4214 case 0x001d: { | |
4215 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); | |
4216 } break; | |
4217 case 0x0021: { | |
4218 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); | |
4219 } break; | |
4220 case 0x0023: { | |
4221 dialog_msg = g_strdup_printf(_("Error 0x%04x: Unable to change email address because the given address is invalid."), err); | |
4222 } break; | |
4223 default: { | |
4224 dialog_msg = g_strdup_printf(_("Error 0x%04x: Unknown error."), err); | |
4225 } break; | |
4226 } | |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4227 gaim_notify_error(gc, NULL, dialog_top, dialog_msg); |
3912 | 4228 g_free(dialog_top); |
4229 g_free(dialog_msg); | |
4230 return 1; | |
4231 } | |
4232 | |
4233 if (sn) { | |
4585 | 4234 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
|
4235 gaim_notify_info(gc, NULL, _("Account Info"), dialog_msg); |
3912 | 4236 g_free(dialog_msg); |
4237 } | |
4238 | |
4239 if (email) { | |
5575 | 4240 char *dialog_msg = g_strdup_printf(_("The email address for %s is %s"), |
4241 gaim_account_get_username(gaim_connection_get_account(gc)), email); | |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4242 gaim_notify_info(gc, NULL, _("Account Info"), dialog_msg); |
3912 | 4243 g_free(dialog_msg); |
2086 | 4244 } |
4245 | |
4246 return 1; | |
4247 } | |
4248 | |
5575 | 4249 static void oscar_keepalive(GaimConnection *gc) { |
7283 | 4250 OscarData *od = (OscarData *)gc->proto_data; |
4617 | 4251 aim_flap_nop(od->sess, od->conn); |
2086 | 4252 } |
4253 | |
6059 | 4254 static int oscar_send_typing(GaimConnection *gc, const char *name, int typing) { |
7283 | 4255 OscarData *od = (OscarData *)gc->proto_data; |
4617 | 4256 struct direct_im *dim = find_direct_im(od, name); |
3595 | 4257 if (dim) |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
4258 if (typing == GAIM_TYPING) |
4870 | 4259 aim_odc_send_typing(od->sess, dim->conn, 0x0002); |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
4260 else if (typing == GAIM_TYPED) |
4870 | 4261 aim_odc_send_typing(od->sess, dim->conn, 0x0001); |
4262 else | |
4263 aim_odc_send_typing(od->sess, dim->conn, 0x0000); | |
3595 | 4264 else { |
5300 | 4265 /* Don't send if this turkey is in our deny list */ |
4266 GSList *list; | |
4267 for (list=gc->account->deny; (list && aim_sncmp(name, list->data)); list=list->next); | |
4268 if (!list) { | |
7261 | 4269 struct buddyinfo *bi = g_hash_table_lookup(od->buddyinfo, gaim_normalize(gc->account, name)); |
5300 | 4270 if (bi && bi->typingnot) { |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
4271 if (typing == GAIM_TYPING) |
5300 | 4272 aim_im_sendmtn(od->sess, 0x0001, name, 0x0002); |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
4273 else if (typing == GAIM_TYPED) |
5300 | 4274 aim_im_sendmtn(od->sess, 0x0001, name, 0x0001); |
4275 else | |
4276 aim_im_sendmtn(od->sess, 0x0001, name, 0x0000); | |
4277 } | |
3595 | 4278 } |
4279 } | |
2993 | 4280 return 0; |
4281 } | |
5575 | 4282 static void oscar_ask_direct_im(GaimConnection *gc, const char *name); |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7111
diff
changeset
|
4283 static int gaim_odc_send_im(aim_session_t *, aim_conn_t *, const char *, GaimConvImFlags); |
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7111
diff
changeset
|
4284 |
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7111
diff
changeset
|
4285 static int oscar_send_im(GaimConnection *gc, const char *name, const char *message, GaimConvImFlags imflags) { |
7283 | 4286 OscarData *od = (OscarData *)gc->proto_data; |
4617 | 4287 struct direct_im *dim = find_direct_im(od, name); |
2303
f5bf315e6104
[gaim-migrate @ 2313]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2297
diff
changeset
|
4288 int ret = 0; |
3659 | 4289 GError *err = NULL; |
5575 | 4290 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
|
4291 char *tmpmsg = NULL; |
3458 | 4292 |
4838 | 4293 if (dim && dim->connected) { |
4294 /* If we're directly connected, send a direct IM */ | |
6982 | 4295 ret = gaim_odc_send_im(od->sess, dim->conn, message, imflags); |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7111
diff
changeset
|
4296 } else if (imflags & GAIM_CONV_IM_IMAGES) { |
3044 | 4297 /* Trying to send an IM image outside of a direct connection. */ |
4298 oscar_ask_direct_im(gc, name); | |
4838 | 4299 ret = -ENOTCONN; |
2086 | 4300 } else { |
4738 | 4301 struct buddyinfo *bi; |
3008 | 4302 struct aim_sendimext_args args; |
4303 struct stat st; | |
6478
338147ea6896
[gaim-migrate @ 6991]
Christian Hammond <chipx86@chipx86.com>
parents:
6465
diff
changeset
|
4304 gsize len; |
4269 | 4305 |
7261 | 4306 bi = g_hash_table_lookup(od->buddyinfo, gaim_normalize(gc->account, name)); |
4738 | 4307 if (!bi) { |
4308 bi = g_new0(struct buddyinfo, 1); | |
7261 | 4309 g_hash_table_insert(od->buddyinfo, g_strdup(gaim_normalize(gc->account, name)), bi); |
4738 | 4310 } |
4311 | |
3008 | 4312 args.flags = AIM_IMFLAGS_ACK | AIM_IMFLAGS_CUSTOMFEATURES; |
4665 | 4313 if (od->icq) { |
4314 args.features = features_icq; | |
4315 args.featureslen = sizeof(features_icq); | |
3008 | 4316 args.flags |= AIM_IMFLAGS_OFFLINE; |
4665 | 4317 } else { |
4318 args.features = features_aim; | |
4319 args.featureslen = sizeof(features_aim); | |
4972 | 4320 |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7111
diff
changeset
|
4321 if (imflags & GAIM_CONV_IM_AUTO_RESP) |
4972 | 4322 args.flags |= AIM_IMFLAGS_AWAY; |
4665 | 4323 } |
4269 | 4324 |
4738 | 4325 if (bi->ico_need) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4326 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4327 "Sending buddy icon request with message\n"); |
3008 | 4328 args.flags |= AIM_IMFLAGS_BUDDYREQ; |
4738 | 4329 bi->ico_need = FALSE; |
3008 | 4330 } |
4269 | 4331 |
5575 | 4332 if (iconfile && !stat(iconfile, &st)) { |
4333 FILE *file = fopen(iconfile, "r"); | |
3008 | 4334 if (file) { |
4335 char *buf = g_malloc(st.st_size); | |
4336 fread(buf, 1, st.st_size, file); | |
6039 | 4337 fclose(file); |
4269 | 4338 |
3008 | 4339 args.iconlen = st.st_size; |
4617 | 4340 args.iconsum = aimutil_iconsum(buf, st.st_size); |
3008 | 4341 args.iconstamp = st.st_mtime; |
4342 | |
7406 | 4343 if ((args.iconlen != bi->ico_me_len) || (args.iconsum != bi->ico_me_csum) || (args.iconstamp != bi->ico_me_time)) { |
4738 | 4344 bi->ico_informed = FALSE; |
7406 | 4345 bi->ico_sent = FALSE; |
4346 } | |
4738 | 4347 |
4348 if (!bi->ico_informed) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4349 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4350 "Claiming to have a buddy icon\n"); |
4738 | 4351 args.flags |= AIM_IMFLAGS_HASICON; |
4352 bi->ico_me_len = args.iconlen; | |
4353 bi->ico_me_csum = args.iconsum; | |
4354 bi->ico_me_time = args.iconstamp; | |
4355 bi->ico_informed = TRUE; | |
4356 } | |
4357 | |
3008 | 4358 g_free(buf); |
2086 | 4359 } |
4360 } | |
4269 | 4361 |
3008 | 4362 args.destsn = name; |
4269 | 4363 |
6310 | 4364 /* For ICQ send newlines as CR/LF, for AIM send newlines as <BR> */ |
4365 if (isdigit(name[0])) | |
7108
6faeeecab0dc
[gaim-migrate @ 7673]
Christian Hammond <chipx86@chipx86.com>
parents:
7107
diff
changeset
|
4366 tmpmsg = gaim_str_add_cr(message); |
6310 | 4367 else |
7108
6faeeecab0dc
[gaim-migrate @ 7673]
Christian Hammond <chipx86@chipx86.com>
parents:
7107
diff
changeset
|
4368 tmpmsg = gaim_strdup_withhtml(message); |
6310 | 4369 len = strlen(tmpmsg); |
4370 | |
4371 args.flags |= oscar_encoding_check(tmpmsg); | |
3642 | 4372 if (args.flags & AIM_IMFLAGS_UNICODE) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4373 gaim_debug(GAIM_DEBUG_INFO, "oscar", "Sending Unicode IM\n"); |
4662 | 4374 args.charset = 0x0002; |
4665 | 4375 args.charsubset = 0x0000; |
6310 | 4376 args.msg = g_convert(tmpmsg, len, "UCS-2BE", "UTF-8", NULL, &len, &err); |
3659 | 4377 if (err) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4378 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4379 "Error converting a unicode message: %s\n", err->message); |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4380 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4381 "This really shouldn't happen!\n"); |
3659 | 4382 /* We really shouldn't try to send the |
4383 * IM now, but I'm not sure what to do */ | |
4800 | 4384 g_error_free(err); |
3659 | 4385 } |
3850 | 4386 } else if (args.flags & AIM_IMFLAGS_ISO_8859_1) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4387 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4388 "Sending ISO-8859-1 IM\n"); |
4662 | 4389 args.charset = 0x0003; |
4665 | 4390 args.charsubset = 0x0000; |
6310 | 4391 args.msg = g_convert(tmpmsg, len, "ISO-8859-1", "UTF-8", NULL, &len, &err); |
3659 | 4392 if (err) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4393 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4394 "conversion error: %s\n", err->message); |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4395 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4396 "Someone tell Ethan his 8859-1 detection is wrong\n"); |
3642 | 4397 args.flags ^= AIM_IMFLAGS_ISO_8859_1 | AIM_IMFLAGS_UNICODE; |
6310 | 4398 len = strlen(tmpmsg); |
4800 | 4399 g_error_free(err); |
6310 | 4400 args.msg = g_convert(tmpmsg, len, "UCS-2BE", "UTF8", NULL, &len, &err); |
3659 | 4401 if (err) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4402 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4403 "Error in unicode fallback: %s\n", err->message); |
4800 | 4404 g_error_free(err); |
3659 | 4405 } |
3642 | 4406 } |
4407 } else { | |
4662 | 4408 args.charset = 0x0000; |
4409 args.charsubset = 0x0000; | |
6310 | 4410 args.msg = tmpmsg; |
3642 | 4411 } |
4412 args.msglen = len; | |
4269 | 4413 |
4617 | 4414 ret = aim_im_sendch1_ext(od->sess, &args); |
2086 | 4415 } |
4838 | 4416 |
6310 | 4417 g_free(tmpmsg); |
4418 | |
2303
f5bf315e6104
[gaim-migrate @ 2313]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2297
diff
changeset
|
4419 if (ret >= 0) |
f5bf315e6104
[gaim-migrate @ 2313]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2297
diff
changeset
|
4420 return 1; |
6310 | 4421 |
2303
f5bf315e6104
[gaim-migrate @ 2313]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2297
diff
changeset
|
4422 return ret; |
2086 | 4423 } |
4424 | |
7011 | 4425 static void oscar_get_info(GaimConnection *gc, const char *name) { |
7283 | 4426 OscarData *od = (OscarData *)gc->proto_data; |
7011 | 4427 |
7173 | 4428 if (od->icq && isdigit(name[0])) |
4624 | 4429 aim_icq_getallinfo(od->sess, name); |
2742
6f527cbd899d
[gaim-migrate @ 2755]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2734
diff
changeset
|
4430 else |
7235 | 4431 aim_locate_getinfoshort(od->sess, name, 0x00000003); |
7011 | 4432 } |
4433 | |
4434 static void oscar_get_away(GaimConnection *gc, const char *who) { | |
7283 | 4435 OscarData *od = (OscarData *)gc->proto_data; |
4617 | 4436 if (od->icq) { |
7011 | 4437 GaimBuddy *budlight = gaim_find_buddy(gc->account, who); |
3212 | 4438 if (budlight) |
3595 | 4439 if ((budlight->uc & 0xffff0000) >> 16) |
4687 | 4440 aim_im_sendch2_geticqaway(od->sess, who, (budlight->uc & 0xffff0000) >> 16); |
3212 | 4441 else |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4442 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4443 "Error: The user %s has no status message, therefore not requesting.\n", who); |
3212 | 4444 else |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4445 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
7023 | 4446 "Error: Could not find %s in local buddy list, therefore unable to request status message.\n", who); |
3212 | 4447 } else |
7011 | 4448 aim_locate_getinfoshort(od->sess, who, 0x00000002); |
4449 } | |
4450 | |
4451 static void oscar_set_dir(GaimConnection *gc, const char *first, const char *middle, const char *last, | |
3466 | 4452 const char *maiden, const char *city, const char *state, const char *country, int web) { |
4617 | 4453 /* XXX - some of these things are wrong, but i'm lazy */ |
7283 | 4454 OscarData *od = (OscarData *)gc->proto_data; |
7011 | 4455 aim_locate_setdirinfo(od->sess, first, middle, last, |
2086 | 4456 maiden, NULL, NULL, city, state, NULL, 0, web); |
4457 } | |
4458 | |
5575 | 4459 static void oscar_set_idle(GaimConnection *gc, int time) { |
7283 | 4460 OscarData *od = (OscarData *)gc->proto_data; |
7474 | 4461 aim_srv_setidle(od->sess, time); |
2086 | 4462 } |
4463 | |
5954 | 4464 static void oscar_set_info(GaimConnection *gc, const char *text) { |
7283 | 4465 OscarData *od = (OscarData *)gc->proto_data; |
5129 | 4466 fu32_t flags = 0; |
6019 | 4467 char *text_html = NULL; |
5129 | 4468 char *msg = NULL; |
6478
338147ea6896
[gaim-migrate @ 6991]
Christian Hammond <chipx86@chipx86.com>
parents:
6465
diff
changeset
|
4469 gsize msglen = 0; |
2993 | 4470 |
4617 | 4471 if (od->rights.maxsiglen == 0) |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4472 gaim_notify_warning(gc, NULL, _("Unable to set AIM profile."), |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4473 _("You have probably requested to set your " |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4474 "profile before the login procedure completed. " |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4475 "Your profile remains unset; try setting it " |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4476 "again when you are fully connected.")); |
4617 | 4477 |
7334 | 4478 if (!text) { |
4479 aim_locate_setprofile(od->sess, NULL, "", 0, NULL, NULL, 0); | |
4480 return; | |
4481 } | |
6019 | 4482 |
7334 | 4483 text_html = gaim_strdup_withhtml(text); |
4484 flags = oscar_encoding_check(text_html); | |
4485 if (flags & AIM_IMFLAGS_UNICODE) { | |
4486 msg = g_convert(text_html, strlen(text_html), "UCS-2BE", "UTF-8", NULL, &msglen, NULL); | |
4487 aim_locate_setprofile(od->sess, "unicode-2-0", msg, (msglen > od->rights.maxsiglen ? od->rights.maxsiglen : msglen), NULL, NULL, 0); | |
4488 g_free(msg); | |
4489 } else if (flags & AIM_IMFLAGS_ISO_8859_1) { | |
4490 msg = g_convert(text_html, strlen(text_html), "ISO-8859-1", "UTF-8", NULL, &msglen, NULL); | |
4491 aim_locate_setprofile(od->sess, "iso-8859-1", msg, (msglen > od->rights.maxsiglen ? od->rights.maxsiglen : msglen), NULL, NULL, 0); | |
4492 g_free(msg); | |
4493 } else { | |
4494 msglen = strlen(text_html); | |
4495 aim_locate_setprofile(od->sess, "us-ascii", text_html, (msglen > od->rights.maxsiglen ? od->rights.maxsiglen : msglen), NULL, NULL, 0); | |
4496 } | |
4497 | |
4498 if (msglen > od->rights.maxsiglen) { | |
4499 gchar *errstr; | |
4500 errstr = g_strdup_printf(ngettext("The maximum profile length of %d byte " | |
4501 "has been exceeded. Gaim has truncated it for you.", | |
4502 "The maximum profile length of %d bytes " | |
4503 "has been exceeded. Gaim has truncated it for you.", | |
4504 od->rights.maxsiglen), od->rights.maxsiglen); | |
4505 gaim_notify_warning(gc, NULL, _("Profile too long."), errstr); | |
4506 g_free(errstr); | |
4507 } | |
4508 | |
4509 g_free(text_html); | |
2993 | 4510 |
4511 return; | |
2086 | 4512 } |
4513 | |
7283 | 4514 static void oscar_set_away_aim(GaimConnection *gc, OscarData *od, const char *text) |
2993 | 4515 { |
5129 | 4516 fu32_t flags = 0; |
6019 | 4517 gchar *text_html = NULL; |
5129 | 4518 char *msg = NULL; |
6478
338147ea6896
[gaim-migrate @ 6991]
Christian Hammond <chipx86@chipx86.com>
parents:
6465
diff
changeset
|
4519 gsize msglen = 0; |
2993 | 4520 |
4521 if (od->rights.maxawaymsglen == 0) | |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4522 gaim_notify_warning(gc, NULL, _("Unable to set AIM away message."), |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4523 _("You have probably requested to set your " |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4524 "away message before the login procedure " |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4525 "completed. You remain in a \"present\" " |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4526 "state; try setting it again when you are " |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4527 "fully connected.")); |
5129 | 4528 |
4111
ee884f1d7ae3
[gaim-migrate @ 4326]
Christian Hammond <chipx86@chipx86.com>
parents:
4102
diff
changeset
|
4529 if (gc->away) { |
2993 | 4530 g_free(gc->away); |
4111
ee884f1d7ae3
[gaim-migrate @ 4326]
Christian Hammond <chipx86@chipx86.com>
parents:
4102
diff
changeset
|
4531 gc->away = NULL; |
ee884f1d7ae3
[gaim-migrate @ 4326]
Christian Hammond <chipx86@chipx86.com>
parents:
4102
diff
changeset
|
4532 } |
2993 | 4533 |
5129 | 4534 if (!text) { |
7334 | 4535 aim_locate_setprofile(od->sess, NULL, NULL, 0, NULL, "", 0); |
2501
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
4536 return; |
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
4537 } |
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
4538 |
7108
6faeeecab0dc
[gaim-migrate @ 7673]
Christian Hammond <chipx86@chipx86.com>
parents:
7107
diff
changeset
|
4539 text_html = gaim_strdup_withhtml(text); |
6019 | 4540 flags = oscar_encoding_check(text_html); |
5129 | 4541 if (flags & AIM_IMFLAGS_UNICODE) { |
6019 | 4542 msg = g_convert(text_html, strlen(text_html), "UCS-2BE", "UTF-8", NULL, &msglen, NULL); |
7011 | 4543 aim_locate_setprofile(od->sess, NULL, NULL, 0, "unicode-2-0", msg, |
7334 | 4544 (msglen > od->rights.maxawaymsglen ? od->rights.maxawaymsglen : msglen)); |
5129 | 4545 g_free(msg); |
4546 gc->away = g_strndup(text, od->rights.maxawaymsglen/2); | |
4547 } else if (flags & AIM_IMFLAGS_ISO_8859_1) { | |
6019 | 4548 msg = g_convert(text_html, strlen(text_html), "ISO-8859-1", "UTF-8", NULL, &msglen, NULL); |
7011 | 4549 aim_locate_setprofile(od->sess, NULL, NULL, 0, "iso-8859-1", msg, |
7334 | 4550 (msglen > od->rights.maxawaymsglen ? od->rights.maxawaymsglen : msglen)); |
5129 | 4551 g_free(msg); |
6019 | 4552 gc->away = g_strndup(text_html, od->rights.maxawaymsglen); |
5129 | 4553 } else { |
6019 | 4554 msglen = strlen(text_html); |
7011 | 4555 aim_locate_setprofile(od->sess, NULL, NULL, 0, "us-ascii", text_html, |
7334 | 4556 (msglen > od->rights.maxawaymsglen ? od->rights.maxawaymsglen : msglen)); |
6019 | 4557 gc->away = g_strndup(text_html, od->rights.maxawaymsglen); |
5129 | 4558 } |
4559 | |
4560 if (msglen > od->rights.maxawaymsglen) { | |
2993 | 4561 gchar *errstr; |
4562 | |
6308 | 4563 errstr = g_strdup_printf(ngettext("The maximum away message length of %d byte " |
4564 "has been exceeded. Gaim has truncated it for you.", | |
4565 "The maximum away message length of %d bytes " | |
4566 "has been exceeded. Gaim has truncated it for you.", | |
4567 od->rights.maxawaymsglen), od->rights.maxawaymsglen); | |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4568 gaim_notify_warning(gc, NULL, _("Away message too long."), errstr); |
2993 | 4569 g_free(errstr); |
4570 } | |
6019 | 4571 |
4572 g_free(text_html); | |
2993 | 4573 return; |
4574 } | |
4575 | |
7283 | 4576 static void oscar_set_away_icq(GaimConnection *gc, OscarData *od, const char *state, const char *message) |
2993 | 4577 { |
5575 | 4578 GaimAccount *account = gaim_connection_get_account(gc); |
4111
ee884f1d7ae3
[gaim-migrate @ 4326]
Christian Hammond <chipx86@chipx86.com>
parents:
4102
diff
changeset
|
4579 if (gc->away) { |
ee884f1d7ae3
[gaim-migrate @ 4326]
Christian Hammond <chipx86@chipx86.com>
parents:
4102
diff
changeset
|
4580 g_free(gc->away); |
2501
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
4581 gc->away = NULL; |
4111
ee884f1d7ae3
[gaim-migrate @ 4326]
Christian Hammond <chipx86@chipx86.com>
parents:
4102
diff
changeset
|
4582 } |
2501
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
4583 |
4342 | 4584 if (strcmp(state, _("Invisible"))) { |
5575 | 4585 if ((od->sess->ssi.received_data) && (aim_ssi_getpermdeny(od->sess->ssi.local) != account->perm_deny)) |
4586 aim_ssi_setpermdeny(od->sess, account->perm_deny, 0xffffffff); | |
4587 account->perm_deny = 4; | |
4342 | 4588 } else { |
5542 | 4589 if ((od->sess->ssi.received_data) && (aim_ssi_getpermdeny(od->sess->ssi.local) != 0x03)) |
4889 | 4590 aim_ssi_setpermdeny(od->sess, 0x03, 0xffffffff); |
5575 | 4591 account->perm_deny = 3; |
4342 | 4592 } |
4593 | |
4594 if (!strcmp(state, _("Online"))) | |
4901 | 4595 aim_setextstatus(od->sess, AIM_ICQ_STATE_NORMAL); |
4342 | 4596 else if (!strcmp(state, _("Away"))) { |
4901 | 4597 aim_setextstatus(od->sess, AIM_ICQ_STATE_AWAY); |
4111
ee884f1d7ae3
[gaim-migrate @ 4326]
Christian Hammond <chipx86@chipx86.com>
parents:
4102
diff
changeset
|
4598 gc->away = g_strdup(""); |
4342 | 4599 } else if (!strcmp(state, _("Do Not Disturb"))) { |
4901 | 4600 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
|
4601 gc->away = g_strdup(""); |
4342 | 4602 } else if (!strcmp(state, _("Not Available"))) { |
4901 | 4603 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
|
4604 gc->away = g_strdup(""); |
4342 | 4605 } else if (!strcmp(state, _("Occupied"))) { |
4901 | 4606 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
|
4607 gc->away = g_strdup(""); |
4342 | 4608 } else if (!strcmp(state, _("Free For Chat"))) { |
4901 | 4609 aim_setextstatus(od->sess, AIM_ICQ_STATE_CHAT); |
4111
ee884f1d7ae3
[gaim-migrate @ 4326]
Christian Hammond <chipx86@chipx86.com>
parents:
4102
diff
changeset
|
4610 gc->away = g_strdup(""); |
4342 | 4611 } else if (!strcmp(state, _("Invisible"))) { |
4901 | 4612 aim_setextstatus(od->sess, AIM_ICQ_STATE_INVISIBLE); |
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 if (!strcmp(state, GAIM_AWAY_CUSTOM)) { |
2998 | 4615 if (message) { |
4901 | 4616 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
|
4617 gc->away = g_strdup(""); |
2501
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
4618 } else { |
4901 | 4619 aim_setextstatus(od->sess, AIM_ICQ_STATE_NORMAL); |
2501
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
4620 } |
2086 | 4621 } |
2993 | 4622 |
4623 return; | |
4624 } | |
4625 | |
6059 | 4626 static void oscar_set_away(GaimConnection *gc, const char *state, const char *message) |
2993 | 4627 { |
7283 | 4628 OscarData *od = (OscarData *)gc->proto_data; |
2993 | 4629 |
4630 if (od->icq) | |
4631 oscar_set_away_icq(gc, od, state, message); | |
4632 else | |
4633 oscar_set_away_aim(gc, od, message); | |
4634 | |
4635 return; | |
2086 | 4636 } |
4637 | |
6059 | 4638 static void oscar_warn(GaimConnection *gc, const char *name, int anon) { |
7283 | 4639 OscarData *od = (OscarData *)gc->proto_data; |
4617 | 4640 aim_im_warn(od->sess, od->conn, name, anon ? AIM_WARN_ANON : 0); |
2086 | 4641 } |
4642 | |
5575 | 4643 static void oscar_dir_search(GaimConnection *gc, const char *first, const char *middle, const char *last, |
3466 | 4644 const char *maiden, const char *city, const char *state, const char *country, const char *email) { |
7283 | 4645 OscarData *od = (OscarData *)gc->proto_data; |
2086 | 4646 if (strlen(email)) |
6879 | 4647 aim_search_address(od->sess, od->conn, email); |
2086 | 4648 } |
4649 | |
6787
faa491042c66
[gaim-migrate @ 7326]
Christian Hammond <chipx86@chipx86.com>
parents:
6695
diff
changeset
|
4650 static void oscar_add_buddy(GaimConnection *gc, const char *name, GaimGroup *g) { |
7283 | 4651 OscarData *od = (OscarData *)gc->proto_data; |
4230 | 4652 #ifdef NOSSI |
4653 aim_add_buddy(od->sess, od->conn, name); | |
4654 #else | |
4655 if ((od->sess->ssi.received_data) && !(aim_ssi_itemlist_exists(od->sess->ssi.local, name))) { | |
6695 | 4656 GaimBuddy *buddy = gaim_find_buddy(gc->account, name); |
4657 GaimGroup *group = gaim_find_buddys_group(buddy); | |
4230 | 4658 if (buddy && group) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4659 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4660 "ssi: adding buddy %s to group %s\n", name, group->name); |
4889 | 4661 aim_ssi_addbuddy(od->sess, buddy->name, group->name, gaim_get_buddy_alias_only(buddy), NULL, NULL, 0); |
4230 | 4662 } |
4663 } | |
4664 #endif | |
4759 | 4665 if (od->icq) |
4666 aim_icq_getalias(od->sess, name); | |
4230 | 4667 } |
4668 | |
5575 | 4669 static void oscar_add_buddies(GaimConnection *gc, GList *buddies) { |
7283 | 4670 OscarData *od = (OscarData *)gc->proto_data; |
4230 | 4671 #ifdef NOSSI |
4672 char buf[MSG_LEN]; | |
4673 int n=0; | |
4674 while (buddies) { | |
4675 if (n > MSG_LEN - 18) { | |
7285 | 4676 aim_buddylist_set(od->sess, od->conn, buf); |
4230 | 4677 n = 0; |
3092 | 4678 } |
4230 | 4679 n += g_snprintf(buf + n, sizeof(buf) - n, "%s&", (char *)buddies->data); |
4680 buddies = buddies->next; | |
4681 } | |
7285 | 4682 aim_buddylist_set(od->sess, od->conn, buf); |
4230 | 4683 #else |
4684 if (od->sess->ssi.received_data) { | |
4685 while (buddies) { | |
7334 | 4686 oscar_add_buddy(gc, (const char *)buddies->data, NULL); |
4230 | 4687 buddies = buddies->next; |
4688 } | |
4689 } | |
4690 #endif | |
4691 } | |
4692 | |
6059 | 4693 static void oscar_remove_buddy(GaimConnection *gc, const char *name, const char *group) { |
7283 | 4694 OscarData *od = (OscarData *)gc->proto_data; |
4230 | 4695 #ifdef NOSSI |
4696 aim_remove_buddy(od->sess, od->conn, name); | |
4697 #else | |
4698 if (od->sess->ssi.received_data) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4699 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4700 "ssi: deleting buddy %s from group %s\n", name, group); |
4889 | 4701 aim_ssi_delbuddy(od->sess, name, group); |
4230 | 4702 } |
4703 #endif | |
4704 } | |
4705 | |
5575 | 4706 static void oscar_remove_buddies(GaimConnection *gc, GList *buddies, const char *group) { |
7283 | 4707 OscarData *od = (OscarData *)gc->proto_data; |
4230 | 4708 #ifdef NOSSI |
4709 GList *cur; | |
4710 for (cur=buddies; cur; cur=cur->next) | |
4711 aim_remove_buddy(od->sess, od->conn, cur->data); | |
4712 #else | |
4713 if (od->sess->ssi.received_data) { | |
3092 | 4714 while (buddies) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4715 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4716 "ssi: deleting buddy %s from group %s\n", (char *)buddies->data, group); |
4889 | 4717 aim_ssi_delbuddy(od->sess, buddies->data, group); |
3092 | 4718 buddies = buddies->next; |
4719 } | |
4230 | 4720 } |
4721 #endif | |
4722 } | |
4723 | |
4724 #ifndef NOSSI | |
5575 | 4725 static void oscar_move_buddy(GaimConnection *gc, const char *name, const char *old_group, const char *new_group) { |
7283 | 4726 OscarData *od = (OscarData *)gc->proto_data; |
4303 | 4727 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
|
4728 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4729 "ssi: moving buddy %s from group %s to group %s\n", name, old_group, new_group); |
4889 | 4730 aim_ssi_movebuddy(od->sess, old_group, new_group, name); |
4269 | 4731 } |
4732 } | |
4733 | |
5575 | 4734 static void oscar_alias_buddy(GaimConnection *gc, const char *name, const char *alias) { |
7283 | 4735 OscarData *od = (OscarData *)gc->proto_data; |
4269 | 4736 if (od->sess->ssi.received_data) { |
4737 char *gname = aim_ssi_itemlist_findparentname(od->sess->ssi.local, name); | |
4738 if (gname) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4739 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4740 "ssi: changing the alias for buddy %s to %s\n", name, alias); |
4889 | 4741 aim_ssi_aliasbuddy(od->sess, gname, name, alias); |
4269 | 4742 } |
4743 } | |
4744 } | |
4745 | |
5575 | 4746 static void oscar_rename_group(GaimConnection *g, const char *old_group, const char *new_group, GList *members) { |
7283 | 4747 OscarData *od = (OscarData *)g->proto_data; |
4230 | 4748 |
4749 if (od->sess->ssi.received_data) { | |
4750 if (aim_ssi_itemlist_finditem(od->sess->ssi.local, new_group, NULL, AIM_SSI_TYPE_GROUP)) { | |
4751 oscar_remove_buddies(g, members, old_group); | |
4752 oscar_add_buddies(g, members); | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4753 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4754 "ssi: moved all buddies from group %s to %s\n", old_group, new_group); |
4230 | 4755 } else { |
4889 | 4756 aim_ssi_rename_group(od->sess, old_group, new_group); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4757 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4758 "ssi: renamed group %s to %s\n", old_group, new_group); |
2995 | 4759 } |
4760 } | |
4761 } | |
4762 | |
5968 | 4763 static gboolean gaim_ssi_rerequestdata(gpointer data) { |
4764 aim_session_t *sess = data; | |
6350 | 4765 aim_ssi_reqdata(sess); |
5968 | 4766 return FALSE; |
4767 } | |
4768 | |
4642 | 4769 static int gaim_ssi_parseerr(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 4770 GaimConnection *gc = sess->aux_data; |
7283 | 4771 OscarData *od = gc->proto_data; |
4642 | 4772 va_list ap; |
4773 fu16_t reason; | |
4774 | |
4775 va_start(ap, fr); | |
4776 reason = (fu16_t)va_arg(ap, unsigned int); | |
4777 va_end(ap); | |
4778 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4779 gaim_debug(GAIM_DEBUG_ERROR, "oscar", "ssi: SNAC error %hu\n", reason); |
4642 | 4780 |
4781 if (reason == 0x0005) { | |
5892 | 4782 gaim_notify_error(gc, NULL, _("Unable To Retrieve Buddy List"), |
5828 | 4783 _("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 | 4784 od->getblisttimer = g_timeout_add(300000, gaim_ssi_rerequestdata, od->sess); |
4642 | 4785 } |
4786 | |
4787 /* Activate SSI */ | |
4788 /* Sending the enable causes other people to be able to see you, and you to see them */ | |
4789 /* Make sure your privacy setting/invisibility is set how you want it before this! */ | |
5968 | 4790 gaim_debug(GAIM_DEBUG_INFO, "oscar", "ssi: activating server-stored buddy list\n"); |
4642 | 4791 aim_ssi_enable(od->sess); |
4792 | |
4793 return 1; | |
4794 } | |
4795 | |
2991 | 4796 static int gaim_ssi_parserights(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 4797 GaimConnection *gc = sess->aux_data; |
7283 | 4798 OscarData *od = (OscarData *)gc->proto_data; |
4230 | 4799 int numtypes, i; |
4800 fu16_t *maxitems; | |
2991 | 4801 va_list ap; |
4802 | |
4803 va_start(ap, fr); | |
4230 | 4804 numtypes = va_arg(ap, int); |
4805 maxitems = va_arg(ap, fu16_t *); | |
2991 | 4806 va_end(ap); |
4807 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4808 gaim_debug(GAIM_DEBUG_MISC, "oscar", "ssi rights:"); |
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5208
diff
changeset
|
4809 |
4230 | 4810 for (i=0; i<numtypes; i++) |
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5208
diff
changeset
|
4811 gaim_debug(GAIM_DEBUG_MISC, NULL, " max type 0x%04x=%hd,", |
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5208
diff
changeset
|
4812 i, maxitems[i]); |
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5208
diff
changeset
|
4813 |
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5208
diff
changeset
|
4814 gaim_debug(GAIM_DEBUG_MISC, NULL, "\n"); |
4230 | 4815 |
4816 if (numtypes >= 0) | |
4817 od->rights.maxbuddies = maxitems[0]; | |
4818 if (numtypes >= 1) | |
4819 od->rights.maxgroups = maxitems[1]; | |
4820 if (numtypes >= 2) | |
4821 od->rights.maxpermits = maxitems[2]; | |
4822 if (numtypes >= 3) | |
4823 od->rights.maxdenies = maxitems[3]; | |
2991 | 4824 |
4825 return 1; | |
4826 } | |
4827 | |
4828 static int gaim_ssi_parselist(aim_session_t *sess, aim_frame_t *fr, ...) { | |
5575 | 4829 GaimConnection *gc = sess->aux_data; |
4830 GaimAccount *account = gaim_connection_get_account(gc); | |
7283 | 4831 OscarData *od = (OscarData *)gc->proto_data; |
2995 | 4832 struct aim_ssi_item *curitem; |
2991 | 4833 int tmp; |
4778 | 4834 gboolean export = FALSE; |
4617 | 4835 /* XXX - use these? |
4230 | 4836 va_list ap; |
4837 | |
4838 va_start(ap, fr); | |
4839 fmtver = (fu16_t)va_arg(ap, int); | |
4840 numitems = (fu16_t)va_arg(ap, int); | |
4841 items = va_arg(ap, struct aim_ssi_item); | |
4842 timestamp = va_arg(ap, fu32_t); | |
4843 va_end(ap); */ | |
2991 | 4844 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4845 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4846 "ssi: syncing local list and server list\n"); |
2991 | 4847 |
4848 /* Clean the buddy list */ | |
4889 | 4849 aim_ssi_cleanlist(sess); |
2991 | 4850 |
4851 /* Add from server list to local list */ | |
4230 | 4852 for (curitem=sess->ssi.local; curitem; curitem=curitem->next) { |
7328 | 4853 if ((curitem->name == NULL) || (g_utf8_validate(curitem->name, -1, NULL))) |
2991 | 4854 switch (curitem->type) { |
4230 | 4855 case 0x0000: { /* Buddy */ |
4251 | 4856 if (curitem->name) { |
4292 | 4857 char *gname = aim_ssi_itemlist_findparentname(sess->ssi.local, curitem->name); |
7166 | 4858 char *gname_utf8 = gname ? gaim_utf8_try_convert(gname) : NULL; |
4282 | 4859 char *alias = aim_ssi_getalias(sess->ssi.local, gname, curitem->name); |
7166 | 4860 char *alias_utf8 = alias ? gaim_utf8_try_convert(alias) : NULL; |
6695 | 4861 GaimBuddy *buddy = gaim_find_buddy(gc->account, curitem->name); |
4458 | 4862 /* Should gname be freed here? -- elb */ |
4754 | 4863 /* Not with the current code, but that might be cleaner -- med */ |
4458 | 4864 free(alias); |
4282 | 4865 if (buddy) { |
4292 | 4866 /* Get server stored alias */ |
4705 | 4867 if (alias_utf8) { |
4868 g_free(buddy->alias); | |
4869 buddy->alias = g_strdup(alias_utf8); | |
4870 } | |
4282 | 4871 } else { |
6695 | 4872 GaimGroup *g; |
4687 | 4873 buddy = gaim_buddy_new(gc->account, curitem->name, alias_utf8); |
5146 | 4874 |
4754 | 4875 if (!(g = gaim_find_group(gname_utf8 ? gname_utf8 : _("Orphans")))) { |
4687 | 4876 g = gaim_group_new(gname_utf8 ? gname_utf8 : _("Orphans")); |
4754 | 4877 gaim_blist_add_group(g, NULL); |
4878 } | |
5146 | 4879 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4880 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4881 "ssi: adding buddy %s to group %s to local list\n", curitem->name, gname_utf8 ? gname_utf8 : _("Orphans")); |
6695 | 4882 gaim_blist_add_buddy(buddy, NULL, g, NULL); |
4778 | 4883 export = TRUE; |
4251 | 4884 } |
7162 | 4885 g_free(gname_utf8); |
4886 g_free(alias_utf8); | |
2991 | 4887 } |
4230 | 4888 } break; |
4889 | |
4890 case 0x0001: { /* Group */ | |
4282 | 4891 /* Shouldn't add empty groups */ |
4230 | 4892 } break; |
4893 | |
4894 case 0x0002: { /* Permit buddy */ | |
2991 | 4895 if (curitem->name) { |
4230 | 4896 /* if (!find_permdeny_by_name(gc->permit, curitem->name)) { AAA */ |
2991 | 4897 GSList *list; |
5575 | 4898 for (list=account->permit; (list && aim_sncmp(curitem->name, list->data)); list=list->next); |
2991 | 4899 if (!list) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4900 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4901 "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
|
4902 gaim_privacy_permit_add(account, curitem->name, TRUE); |
4778 | 4903 export = TRUE; |
2991 | 4904 } |
4905 } | |
4230 | 4906 } break; |
4907 | |
4908 case 0x0003: { /* Deny buddy */ | |
2991 | 4909 if (curitem->name) { |
4910 GSList *list; | |
5575 | 4911 for (list=account->deny; (list && aim_sncmp(curitem->name, list->data)); list=list->next); |
2991 | 4912 if (!list) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4913 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4914 "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
|
4915 gaim_privacy_deny_add(account, curitem->name, TRUE); |
4778 | 4916 export = TRUE; |
2991 | 4917 } |
4918 } | |
4230 | 4919 } break; |
4920 | |
4921 case 0x0004: { /* Permit/deny setting */ | |
2991 | 4922 if (curitem->data) { |
4923 fu8_t permdeny; | |
5575 | 4924 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
|
4925 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
5575 | 4926 "ssi: changing permdeny from %d to %hhu\n", account->perm_deny, permdeny); |
4927 account->perm_deny = permdeny; | |
4928 if (od->icq && account->perm_deny == 0x03) { | |
4342 | 4929 serv_set_away(gc, "Invisible", ""); |
4930 } | |
4778 | 4931 export = TRUE; |
2991 | 4932 } |
4933 } | |
4230 | 4934 } break; |
4935 | |
4936 case 0x0005: { /* Presence setting */ | |
3109 | 4937 /* We don't want to change Gaim's setting because it applies to all accounts */ |
4230 | 4938 } break; |
2991 | 4939 } /* End of switch on curitem->type */ |
4940 } /* End of for loop */ | |
4230 | 4941 |
4942 /* If changes were made, then flush buddy list to file */ | |
4778 | 4943 if (export) |
4349 | 4944 gaim_blist_save(); |
2991 | 4945 |
4759 | 4946 { /* Add from local list to server list */ |
6695 | 4947 GaimBlistNode *gnode, *cnode, *bnode; |
4948 GaimGroup *group; | |
4949 GaimBuddy *buddy; | |
7098
770233dad86c
[gaim-migrate @ 7663]
Christian Hammond <chipx86@chipx86.com>
parents:
7095
diff
changeset
|
4950 GaimBuddyList *blist; |
3017 | 4951 GSList *cur; |
4952 | |
2991 | 4953 /* Buddies */ |
4759 | 4954 if ((blist = gaim_get_blist())) |
4955 for (gnode = blist->root; gnode; gnode = gnode->next) { | |
5234 | 4956 if(!GAIM_BLIST_NODE_IS_GROUP(gnode)) |
4957 continue; | |
6695 | 4958 group = (GaimGroup *)gnode; |
4959 for (cnode = gnode->child; cnode; cnode = cnode->next) { | |
4960 if(!GAIM_BLIST_NODE_IS_CONTACT(cnode)) | |
5234 | 4961 continue; |
6695 | 4962 for (bnode = cnode->child; bnode; bnode = bnode->next) { |
4963 if(!GAIM_BLIST_NODE_IS_BUDDY(bnode)) | |
4964 continue; | |
4965 buddy = (GaimBuddy *)bnode; | |
4966 if (buddy->account == gc->account) { | |
7693 | 4967 const char *servernick = gaim_blist_node_get_string((GaimBlistNode*)buddy, "servernick"); |
7125 | 4968 if (servernick) |
6695 | 4969 serv_got_alias(gc, buddy->name, servernick); |
7125 | 4970 |
6695 | 4971 if (aim_ssi_itemlist_exists(sess->ssi.local, buddy->name)) { |
4972 /* Store local alias on server */ | |
4973 char *alias = aim_ssi_getalias(sess->ssi.local, group->name, buddy->name); | |
4974 if (!alias && buddy->alias && strlen(buddy->alias)) | |
4975 aim_ssi_aliasbuddy(sess, group->name, buddy->name, buddy->alias); | |
4976 free(alias); | |
4977 } else { | |
4978 gaim_debug(GAIM_DEBUG_INFO, "oscar", | |
4979 "ssi: adding buddy %s from local list to server list\n", buddy->name); | |
4980 aim_ssi_addbuddy(sess, buddy->name, group->name, gaim_get_buddy_alias_only(buddy), NULL, NULL, 0); | |
4981 } | |
4759 | 4982 } |
4349 | 4983 } |
4230 | 4984 } |
4292 | 4985 } |
6695 | 4986 |
2991 | 4987 /* Permit list */ |
4491 | 4988 if (gc->account->permit) { |
4989 for (cur=gc->account->permit; cur; cur=cur->next) | |
4230 | 4990 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
|
4991 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
6695 | 4992 "ssi: adding permit %s from local list to server list\n", (char *)cur->data); |
4889 | 4993 aim_ssi_addpermit(sess, cur->data); |
4230 | 4994 } |
2991 | 4995 } |
4996 | |
4997 /* Deny list */ | |
4491 | 4998 if (gc->account->deny) { |
4999 for (cur=gc->account->deny; cur; cur=cur->next) | |
4230 | 5000 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
|
5001 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
6695 | 5002 "ssi: adding deny %s from local list to server list\n", (char *)cur->data); |
4889 | 5003 aim_ssi_adddeny(sess, cur->data); |
4230 | 5004 } |
2991 | 5005 } |
3109 | 5006 /* Presence settings (idle time visibility) */ |
4230 | 5007 if ((tmp = aim_ssi_getpresence(sess->ssi.local)) != 0xFFFFFFFF) |
5631 | 5008 if (!(tmp & 0x400)) |
4889 | 5009 aim_ssi_setpresence(sess, tmp | 0x400); |
4778 | 5010 } /* end adding buddies from local list to server list */ |
5011 | |
4901 | 5012 /* Set our ICQ status */ |
5013 if (od->icq && !gc->away) { | |
5014 aim_setextstatus(sess, AIM_ICQ_STATE_NORMAL); | |
5015 } | |
5016 | |
4342 | 5017 /* Activate SSI */ |
5018 /* Sending the enable causes other people to be able to see you, and you to see them */ | |
5019 /* 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
|
5020 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5021 "ssi: activating server-stored buddy list\n"); |
4642 | 5022 aim_ssi_enable(sess); |
4342 | 5023 |
2991 | 5024 return 1; |
2086 | 5025 } |
4230 | 5026 |
5027 static int gaim_ssi_parseack(aim_session_t *sess, aim_frame_t *fr, ...) { | |
5575 | 5028 GaimConnection *gc = sess->aux_data; |
4230 | 5029 va_list ap; |
5030 struct aim_ssi_tmp *retval; | |
5031 | |
5032 va_start(ap, fr); | |
5033 retval = va_arg(ap, struct aim_ssi_tmp *); | |
5034 va_end(ap); | |
5035 | |
5036 while (retval) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5037 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5038 "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 | 5039 |
5040 if (retval->ack != 0xffff) | |
5041 switch (retval->ack) { | |
5042 case 0x0000: { /* added successfully */ | |
5043 } break; | |
5044 | |
4829 | 5045 case 0x000c: { /* you are over the limit, the cheat is to the limit, come on fhqwhgads */ |
5046 gchar *buf; | |
5047 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
|
5048 gaim_notify_error(gc, NULL, _("Unable To Add"), buf); |
4829 | 5049 g_free(buf); |
5050 } | |
5051 | |
7023 | 5052 case 0x000e: { /* buddy requires authorization */ |
4828 | 5053 if ((retval->action == AIM_CB_SSI_ADD) && (retval->name)) |
4269 | 5054 gaim_auth_sendrequest(gc, retval->name); |
4230 | 5055 } break; |
5056 | |
5057 default: { /* La la la */ | |
5197 | 5058 gchar *buf; |
5402 | 5059 gaim_debug(GAIM_DEBUG_ERROR, "oscar", "ssi: Action 0x%04hx was unsuccessful with error 0x%04hx\n", retval->action, retval->ack); |
5060 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
|
5061 gaim_notify_error(gc, NULL, _("Unable To Add"), buf); |
5197 | 5062 g_free(buf); |
5402 | 5063 /* XXX - Should remove buddy from local list */ |
4230 | 5064 } break; |
5065 } | |
5066 | |
5067 retval = retval->next; | |
5068 } | |
5069 | |
5070 return 1; | |
5071 } | |
5072 | |
5073 static int gaim_ssi_authgiven(aim_session_t *sess, aim_frame_t *fr, ...) { | |
5575 | 5074 GaimConnection *gc = sess->aux_data; |
4230 | 5075 va_list ap; |
5076 char *sn, *msg; | |
4236 | 5077 gchar *dialog_msg, *nombre; |
4230 | 5078 struct name_data *data; |
6695 | 5079 GaimBuddy *buddy; |
4230 | 5080 |
5081 va_start(ap, fr); | |
5082 sn = va_arg(ap, char *); | |
5083 msg = va_arg(ap, char *); | |
5084 va_end(ap); | |
5085 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5086 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5087 "ssi: %s has given you permission to add him to your buddy list\n", sn); |
4230 | 5088 |
4687 | 5089 buddy = gaim_find_buddy(gc->account, sn); |
5090 if (buddy && (gaim_get_buddy_alias_only(buddy))) | |
5091 nombre = g_strdup_printf("%s (%s)", sn, gaim_get_buddy_alias_only(buddy)); | |
4236 | 5092 else |
5093 nombre = g_strdup(sn); | |
5094 | |
5095 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 | 5096 data = g_new(struct name_data, 1); |
5097 data->gc = gc; | |
5098 data->name = g_strdup(sn); | |
5099 data->nick = NULL; | |
5498
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5100 |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5101 gaim_request_yes_no(gc, NULL, _("Authorization Given"), dialog_msg, |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5102 0, data, |
7023 | 5103 G_CALLBACK(gaim_icq_buddyadd), |
5836 | 5104 G_CALLBACK(oscar_free_name_data)); |
4236 | 5105 |
4230 | 5106 g_free(dialog_msg); |
4236 | 5107 g_free(nombre); |
4230 | 5108 |
5109 return 1; | |
5110 } | |
5111 | |
5112 static int gaim_ssi_authrequest(aim_session_t *sess, aim_frame_t *fr, ...) { | |
5575 | 5113 GaimConnection *gc = sess->aux_data; |
4230 | 5114 va_list ap; |
5115 char *sn, *msg; | |
4236 | 5116 gchar *dialog_msg, *nombre; |
4230 | 5117 struct name_data *data; |
6695 | 5118 GaimBuddy *buddy; |
4230 | 5119 |
5120 va_start(ap, fr); | |
5121 sn = va_arg(ap, char *); | |
5122 msg = va_arg(ap, char *); | |
5123 va_end(ap); | |
5124 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5125 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5126 "ssi: received authorization request from %s\n", sn); |
4230 | 5127 |
4687 | 5128 buddy = gaim_find_buddy(gc->account, sn); |
5129 if (buddy && (gaim_get_buddy_alias_only(buddy))) | |
5130 nombre = g_strdup_printf("%s (%s)", sn, gaim_get_buddy_alias_only(buddy)); | |
4236 | 5131 else |
5132 nombre = g_strdup(sn); | |
5133 | |
4337 | 5134 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 | 5135 data = g_new(struct name_data, 1); |
5136 data->gc = gc; | |
5137 data->name = g_strdup(sn); | |
5138 data->nick = NULL; | |
5498
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5139 |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5140 gaim_request_action(gc, NULL, _("Authorization Request"), dialog_msg, |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5141 0, data, 2, |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5142 _("Authorize"), G_CALLBACK(gaim_auth_grant), |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5143 _("Deny"), G_CALLBACK(gaim_auth_dontgrant_msgprompt)); |
4236 | 5144 |
4230 | 5145 g_free(dialog_msg); |
4236 | 5146 g_free(nombre); |
4230 | 5147 |
5148 return 1; | |
5149 } | |
5150 | |
5151 static int gaim_ssi_authreply(aim_session_t *sess, aim_frame_t *fr, ...) { | |
5575 | 5152 GaimConnection *gc = sess->aux_data; |
4230 | 5153 va_list ap; |
5154 char *sn, *msg; | |
4236 | 5155 gchar *dialog_msg, *nombre; |
4230 | 5156 fu8_t reply; |
6695 | 5157 GaimBuddy *buddy; |
4230 | 5158 |
5159 va_start(ap, fr); | |
5160 sn = va_arg(ap, char *); | |
5161 reply = (fu8_t)va_arg(ap, int); | |
5162 msg = va_arg(ap, char *); | |
5163 va_end(ap); | |
5164 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5165 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5166 "ssi: received authorization reply from %s. Reply is 0x%04hhx\n", sn, reply); |
4236 | 5167 |
4687 | 5168 buddy = gaim_find_buddy(gc->account, sn); |
5169 if (buddy && (gaim_get_buddy_alias_only(buddy))) | |
5170 nombre = g_strdup_printf("%s (%s)", sn, gaim_get_buddy_alias_only(buddy)); | |
4236 | 5171 else |
5172 nombre = g_strdup(sn); | |
5173 | |
4230 | 5174 if (reply) { |
5175 /* Granted */ | |
7023 | 5176 dialog_msg = g_strdup_printf(_("The user %s has granted your request to add them to your buddy list."), nombre); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
5177 gaim_notify_info(gc, NULL, _("Authorization Granted"), dialog_msg); |
4230 | 5178 } else { |
5179 /* Denied */ | |
7023 | 5180 dialog_msg = g_strdup_printf(_("The user %s has denied your request to add them to your buddy 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
|
5181 gaim_notify_info(gc, NULL, _("Authorization Denied"), dialog_msg); |
4230 | 5182 } |
5183 g_free(dialog_msg); | |
4236 | 5184 g_free(nombre); |
4230 | 5185 |
5186 return 1; | |
5187 } | |
5188 | |
5189 static int gaim_ssi_gotadded(aim_session_t *sess, aim_frame_t *fr, ...) { | |
5575 | 5190 GaimConnection *gc = sess->aux_data; |
4230 | 5191 va_list ap; |
5192 char *sn; | |
6695 | 5193 GaimBuddy *buddy; |
4230 | 5194 |
5195 va_start(ap, fr); | |
5196 sn = va_arg(ap, char *); | |
5197 va_end(ap); | |
5198 | |
4687 | 5199 buddy = gaim_find_buddy(gc->account, sn); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5200 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5201 "ssi: %s added you to their buddy list\n", sn); |
7015
dece74f05509
[gaim-migrate @ 7578]
Christian Hammond <chipx86@chipx86.com>
parents:
7011
diff
changeset
|
5202 gaim_account_notify_added(gc->account, NULL, sn, (buddy ? gaim_get_buddy_alias_only(buddy) : NULL), NULL); |
4230 | 5203 |
5204 return 1; | |
5205 } | |
4269 | 5206 #endif |
2086 | 5207 |
5575 | 5208 static GList *oscar_chat_info(GaimConnection *gc) { |
2205
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5209 GList *m = NULL; |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5210 struct proto_chat_entry *pce; |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5211 |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5212 pce = g_new0(struct proto_chat_entry, 1); |
7841 | 5213 pce->label = _("_Group:"); |
5234 | 5214 pce->identifier = "room"; |
2205
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5215 m = g_list_append(m, pce); |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5216 |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5217 pce = g_new0(struct proto_chat_entry, 1); |
7841 | 5218 pce->label = _("_Exchange:"); |
5234 | 5219 pce->identifier = "exchange"; |
2205
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5220 pce->is_int = TRUE; |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5221 pce->min = 4; |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5222 pce->max = 20; |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5223 m = g_list_append(m, pce); |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5224 |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5225 return m; |
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 |
5575 | 5228 static void oscar_join_chat(GaimConnection *g, GHashTable *data) { |
7283 | 5229 OscarData *od = (OscarData *)g->proto_data; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5230 aim_conn_t *cur; |
5234 | 5231 char *name, *exchange; |
5232 | |
5233 name = g_hash_table_lookup(data, "room"); | |
5234 exchange = g_hash_table_lookup(data, "exchange"); | |
2205
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5235 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5236 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5237 "Attempting to join chat room %s.\n", name); |
4617 | 5238 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
|
5239 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5240 "chatnav exists, creating room\n"); |
5234 | 5241 aim_chatnav_createroom(od->sess, cur, name, atoi(exchange)); |
2086 | 5242 } else { |
5243 /* this gets tricky */ | |
2822
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
5244 struct create_room *cr = g_new0(struct create_room, 1); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5245 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5246 "chatnav does not exist, opening chatnav\n"); |
5234 | 5247 cr->exchange = atoi(exchange); |
2822
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
5248 cr->name = g_strdup(name); |
4617 | 5249 od->create_rooms = g_slist_append(od->create_rooms, cr); |
5250 aim_reqservice(od->sess, od->conn, AIM_CONN_TYPE_CHATNAV); | |
2086 | 5251 } |
5252 } | |
5253 | |
5575 | 5254 static void oscar_chat_invite(GaimConnection *g, int id, const char *message, const char *name) { |
7283 | 5255 OscarData *od = (OscarData *)g->proto_data; |
2086 | 5256 struct chat_connection *ccon = find_oscar_chat(g, id); |
5257 | |
5258 if (!ccon) | |
5259 return; | |
5260 | |
4617 | 5261 aim_chat_invite(od->sess, od->conn, name, message ? message : "", |
2086 | 5262 ccon->exchange, ccon->name, 0x0); |
5263 } | |
5264 | |
5575 | 5265 static void oscar_chat_leave(GaimConnection *g, int id) { |
7283 | 5266 OscarData *od = g ? (OscarData *)g->proto_data : NULL; |
2086 | 5267 GSList *bcs = g->buddy_chats; |
5679 | 5268 GaimConversation *b = NULL; |
2086 | 5269 struct chat_connection *c = NULL; |
5270 int count = 0; | |
5271 | |
5272 while (bcs) { | |
5273 count++; | |
5679 | 5274 b = (GaimConversation *)bcs->data; |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7111
diff
changeset
|
5275 if (id == gaim_conv_chat_get_id(GAIM_CONV_CHAT(b))) |
2086 | 5276 break; |
5277 bcs = bcs->next; | |
5278 b = NULL; | |
5279 } | |
5280 | |
5281 if (!b) | |
5282 return; | |
5283 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5284 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5285 "Attempting to leave room %s (currently in %d rooms)\n", b->name, count); |
2086 | 5286 |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7111
diff
changeset
|
5287 c = find_oscar_chat(g, gaim_conv_chat_get_id(GAIM_CONV_CHAT(b))); |
2086 | 5288 if (c != NULL) { |
4617 | 5289 if (od) |
5290 od->oscar_chats = g_slist_remove(od->oscar_chats, c); | |
2086 | 5291 if (c->inpa > 0) |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
5292 gaim_input_remove(c->inpa); |
4617 | 5293 if (g && od->sess) |
5294 aim_conn_kill(od->sess, &c->conn); | |
2086 | 5295 g_free(c->name); |
5296 g_free(c->show); | |
5297 g_free(c); | |
5298 } | |
5299 /* we do this because with Oscar it doesn't tell us we left */ | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7111
diff
changeset
|
5300 serv_got_chat_left(g, gaim_conv_chat_get_id(GAIM_CONV_CHAT(b))); |
2086 | 5301 } |
5302 | |
6059 | 5303 static int oscar_chat_send(GaimConnection *g, int id, const char *message) { |
7283 | 5304 OscarData *od = (OscarData *)g->proto_data; |
2086 | 5305 GSList *bcs = g->buddy_chats; |
5679 | 5306 GaimConversation *b = NULL; |
2086 | 5307 struct chat_connection *c = NULL; |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5308 char *buf, *buf2; |
7631 | 5309 guint i, j; |
2086 | 5310 |
5311 while (bcs) { | |
5679 | 5312 b = (GaimConversation *)bcs->data; |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7111
diff
changeset
|
5313 if (id == gaim_conv_chat_get_id(GAIM_CONV_CHAT(b))) |
2086 | 5314 break; |
5315 bcs = bcs->next; | |
5316 b = NULL; | |
5317 } | |
5318 if (!b) | |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5319 return -EINVAL; |
2086 | 5320 |
4617 | 5321 bcs = od->oscar_chats; |
2086 | 5322 while (bcs) { |
5323 c = (struct chat_connection *)bcs->data; | |
5324 if (b == c->cnv) | |
5325 break; | |
5326 bcs = bcs->next; | |
5327 c = NULL; | |
5328 } | |
5329 if (!c) | |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5330 return -EINVAL; |
2086 | 5331 |
5332 buf = g_malloc(strlen(message) * 4 + 1); | |
5333 for (i = 0, j = 0; i < strlen(message); i++) { | |
5334 if (message[i] == '\n') { | |
5335 buf[j++] = '<'; | |
5336 buf[j++] = 'B'; | |
5337 buf[j++] = 'R'; | |
5338 buf[j++] = '>'; | |
5339 } else { | |
5340 buf[j++] = message[i]; | |
5341 } | |
5342 } | |
5343 buf[j] = '\0'; | |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5344 |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5345 if (strlen(buf) > c->maxlen) |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5346 return -E2BIG; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5347 |
7095
c8bf2da398e3
[gaim-migrate @ 7660]
Christian Hammond <chipx86@chipx86.com>
parents:
7093
diff
changeset
|
5348 buf2 = gaim_markup_strip_html(buf); |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5349 if (strlen(buf2) > c->maxvis) { |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5350 g_free(buf2); |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5351 return -E2BIG; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5352 } |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5353 g_free(buf2); |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5354 |
4617 | 5355 aim_chat_send_im(od->sess, c->conn, 0, buf, strlen(buf)); |
2086 | 5356 g_free(buf); |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5357 return 0; |
2086 | 5358 } |
5359 | |
6695 | 5360 static const char *oscar_list_icon(GaimAccount *a, GaimBuddy *b) { |
4766 | 5361 if (!b || (b && b->name && b->name[0] == '+')) { |
5646
48c63ee49961
[gaim-migrate @ 6060]
Christian Hammond <chipx86@chipx86.com>
parents:
5638
diff
changeset
|
5362 if (a != NULL && isdigit(*gaim_account_get_username(a))) |
4687 | 5363 return "icq"; |
5364 else | |
5365 return "aim"; | |
5366 } | |
5646
48c63ee49961
[gaim-migrate @ 6060]
Christian Hammond <chipx86@chipx86.com>
parents:
5638
diff
changeset
|
5367 |
48c63ee49961
[gaim-migrate @ 6060]
Christian Hammond <chipx86@chipx86.com>
parents:
5638
diff
changeset
|
5368 if (b != NULL && isdigit(b->name[0])) |
4687 | 5369 return "icq"; |
5370 return "aim"; | |
5371 } | |
5372 | |
6695 | 5373 static void oscar_list_emblems(GaimBuddy *b, char **se, char **sw, char **nw, char **ne) |
4687 | 5374 { |
7334 | 5375 GaimAccount *account = NULL; |
5376 GaimConnection *gc = NULL; | |
5377 OscarData *od = NULL; | |
4687 | 5378 char *emblems[4] = {NULL,NULL,NULL,NULL}; |
5379 int i = 0; | |
7334 | 5380 aim_userinfo_t *userinfo = NULL; |
5381 | |
5382 if (b != NULL) | |
5383 account = b->account; | |
5384 if (account != NULL) | |
5385 gc = account->gc; | |
5386 if (gc != NULL) | |
5387 od = gc->proto_data; | |
7945 | 5388 if (od != NULL) |
5389 userinfo = aim_locate_finduserinfo(od->sess, b->name); | |
4687 | 5390 |
5131 | 5391 if (!GAIM_BUDDY_IS_ONLINE(b)) { |
5392 char *gname; | |
7334 | 5393 if ((b->name) && (od) && (od->sess->ssi.received_data) && |
5131 | 5394 (gname = aim_ssi_itemlist_findparentname(od->sess->ssi.local, b->name)) && |
5395 (aim_ssi_waitingforauth(od->sess->ssi.local, gname, b->name))) { | |
5396 emblems[i++] = "notauthorized"; | |
5397 } else { | |
5398 emblems[i++] = "offline"; | |
5399 } | |
5400 } | |
4916 | 5401 |
4766 | 5402 if (b->name && (b->uc & 0xffff0000) && isdigit(b->name[0])) { |
4960 | 5403 int uc = b->uc >> 16; |
4766 | 5404 if (uc & AIM_ICQ_STATE_INVISIBLE) |
4960 | 5405 emblems[i++] = "invisible"; |
4766 | 5406 else if (uc & AIM_ICQ_STATE_CHAT) |
4960 | 5407 emblems[i++] = "freeforchat"; |
4766 | 5408 else if (uc & AIM_ICQ_STATE_DND) |
4960 | 5409 emblems[i++] = "dnd"; |
4766 | 5410 else if (uc & AIM_ICQ_STATE_OUT) |
4960 | 5411 emblems[i++] = "na"; |
4766 | 5412 else if (uc & AIM_ICQ_STATE_BUSY) |
4960 | 5413 emblems[i++] = "occupied"; |
4766 | 5414 else if (uc & AIM_ICQ_STATE_AWAY) |
5415 emblems[i++] = "away"; | |
5416 } else { | |
5417 if (b->uc & UC_UNAVAILABLE) | |
5418 emblems[i++] = "away"; | |
5419 } | |
4687 | 5420 if (b->uc & UC_WIRELESS) |
5421 emblems[i++] = "wireless"; | |
5422 if (b->uc & UC_AOL) | |
5423 emblems[i++] = "aol"; | |
5424 if (b->uc & UC_ADMIN) | |
5425 emblems[i++] = "admin"; | |
5426 if (b->uc & UC_AB && i < 4) | |
5427 emblems[i++] = "activebuddy"; | |
4766 | 5428 /* if (b->uc & UC_UNCONFIRMED && i < 4) |
5429 emblems[i++] = "unconfirmed"; */ | |
7334 | 5430 |
7945 | 5431 if ((i < 4) && (userinfo != NULL) && (userinfo->capabilities & AIM_CAPS_HIPTOP)) |
5432 emblems[i++] = "hiptop"; | |
5433 | |
5434 if ((i < 4) && (userinfo != NULL) && (userinfo->capabilities & AIM_CAPS_SECUREIM)) | |
7334 | 5435 emblems[i++] = "secure"; |
5436 | |
4687 | 5437 *se = emblems[0]; |
5438 *sw = emblems[1]; | |
5439 *nw = emblems[2]; | |
5440 *ne = emblems[3]; | |
5441 } | |
5442 | |
6695 | 5443 static char *oscar_tooltip_text(GaimBuddy *b) { |
5575 | 5444 GaimConnection *gc = b->account->gc; |
7283 | 5445 OscarData *od = gc->proto_data; |
7692 | 5446 GaimGroup *g = gaim_find_buddys_group(b); |
7261 | 5447 struct buddyinfo *bi = g_hash_table_lookup(od->buddyinfo, gaim_normalize(b->account, b->name)); |
7045 | 5448 aim_userinfo_t *userinfo = aim_locate_finduserinfo(od->sess, b->name); |
7011 | 5449 gchar *tmp = NULL, *ret = g_strdup(""); |
5131 | 5450 |
5451 if (GAIM_BUDDY_IS_ONLINE(b)) { | |
5452 if (isdigit(b->name[0])) { | |
7011 | 5453 char *status; |
5131 | 5454 status = gaim_icq_status((b->uc & 0xffff0000) >> 16); |
7011 | 5455 tmp = ret; |
5456 ret = g_strconcat(tmp, _("<b>Status:</b> "), status, "\n", NULL); | |
5131 | 5457 g_free(tmp); |
5458 g_free(status); | |
5459 } | |
5460 | |
7950 | 5461 /* XXX REMOVE THIS WHOLE CHUNCK OF CODE WHEN WE FIGURE THIS OUT */ |
7011 | 5462 if (userinfo != NULL) { |
7871 | 5463 /* maybe this will help us figure out the rediculous online times */ |
5464 gaim_debug_info("oscar", "time(NULL): %u\n" | |
5465 "user->onlinesince: %u\n" | |
5466 "gc->login_time_official: %u\n" | |
5467 "gc->login_time: %u\n", | |
5468 time(NULL), userinfo->onlinesince, gc->login_time_official, | |
5469 gc->login_time); | |
7011 | 5470 } |
5471 | |
5472 if ((bi != NULL) && (bi->ipaddr)) { | |
7283 | 5473 char *tstr = g_strdup_printf("%hhu.%hhu.%hhu.%hhu", |
7011 | 5474 (bi->ipaddr & 0xff000000) >> 24, |
5475 (bi->ipaddr & 0x00ff0000) >> 16, | |
5476 (bi->ipaddr & 0x0000ff00) >> 8, | |
5477 (bi->ipaddr & 0x000000ff)); | |
5478 tmp = ret; | |
5479 ret = g_strconcat(tmp, _("<b>IP Address:</b> "), tstr, "\n", NULL); | |
7162 | 5480 g_free(tmp); |
5481 g_free(tstr); | |
7011 | 5482 } |
5483 | |
5484 if ((userinfo != NULL) && (userinfo->capabilities)) { | |
5485 char *caps = caps_string(userinfo->capabilities); | |
5486 tmp = ret; | |
5487 ret = g_strconcat(tmp, _("<b>Capabilities:</b> "), caps, "\n", NULL); | |
7162 | 5488 g_free(tmp); |
7011 | 5489 } |
5490 | |
7692 | 5491 if (g && g->name) { |
5492 char *comment = NULL; | |
5493 comment = aim_ssi_getcomment(od->sess->ssi.local, g->name, b->name); | |
5494 if (comment != NULL) { | |
5495 tmp = ret; | |
5496 ret = g_strconcat(tmp, _("<b>Buddy Comment:</b> "), comment, "\n", NULL); | |
5497 free(tmp); | |
5498 free(comment); | |
5499 } | |
5500 } | |
5501 | |
7011 | 5502 if ((bi != NULL) && (bi->availmsg != NULL) && !(b->uc & UC_UNAVAILABLE)) { |
5503 gchar *escaped = g_markup_escape_text(bi->availmsg, strlen(bi->availmsg)); | |
5504 tmp = ret; | |
5505 ret = g_strconcat(tmp, _("<b>Available:</b> "), escaped, "\n", NULL); | |
7162 | 5506 g_free(tmp); |
7011 | 5507 g_free(escaped); |
5508 } | |
5509 | |
5510 if ((userinfo != NULL) && (userinfo->flags & AIM_FLAG_AWAY) && (userinfo->away_len > 0) && (userinfo->away != NULL) && (userinfo->away_encoding != NULL)) { | |
5511 gchar *away_utf8 = oscar_encoding_to_utf8(userinfo->away_encoding, userinfo->away, userinfo->away_len); | |
5512 if (away_utf8 != NULL) { | |
7091 | 5513 gchar *tmp1, *tmp2; |
7162 | 5514 const char *tmp3; |
7091 | 5515 tmp1 = gaim_strreplace(away_utf8, "<BR>", "\n"); |
7095
c8bf2da398e3
[gaim-migrate @ 7660]
Christian Hammond <chipx86@chipx86.com>
parents:
7093
diff
changeset
|
5516 tmp2 = gaim_markup_strip_html(tmp1); |
7091 | 5517 g_free(tmp1); |
7235 | 5518 tmp1 = g_markup_escape_text(tmp2, strlen(tmp2)); |
7091 | 5519 g_free(tmp2); |
7235 | 5520 tmp3 = gaim_str_sub_away_formatters(tmp1, gaim_account_get_username(gaim_connection_get_account(gc))); |
5521 g_free(tmp1); | |
7011 | 5522 tmp = ret; |
7162 | 5523 ret = g_strconcat(tmp, _("<b>Away Message:</b> "), tmp3, "\n", NULL); |
5524 g_free(tmp); | |
7011 | 5525 g_free(away_utf8); |
5836 | 5526 } |
5131 | 5527 } |
5528 } else { | |
5529 char *gname = aim_ssi_itemlist_findparentname(od->sess->ssi.local, b->name); | |
5530 if (aim_ssi_waitingforauth(od->sess->ssi.local, gname, b->name)) { | |
7011 | 5531 tmp = ret; |
5532 ret = g_strconcat(tmp, _("<b>Status:</b> Not Authorized"), "\n", NULL); | |
5131 | 5533 g_free(tmp); |
5534 } else { | |
7011 | 5535 tmp = ret; |
5536 ret = g_strconcat(tmp, _("<b>Status:</b> Offline"), "\n", NULL); | |
5131 | 5537 g_free(tmp); |
5538 } | |
5539 } | |
5540 | |
5541 /* remove the trailing newline character */ | |
7011 | 5542 if (ret) |
5543 ret[strlen(ret)-1] = '\0'; | |
5544 return ret; | |
5131 | 5545 } |
5546 | |
6695 | 5547 static char *oscar_status_text(GaimBuddy *b) { |
5575 | 5548 GaimConnection *gc = b->account->gc; |
7283 | 5549 OscarData *od = gc->proto_data; |
5167 | 5550 gchar *ret = NULL; |
5551 | |
5552 if ((b->uc & UC_UNAVAILABLE) || (((b->uc & 0xffff0000) >> 16) & AIM_ICQ_STATE_CHAT)) { | |
5553 if (isdigit(b->name[0])) | |
5554 ret = gaim_icq_status((b->uc & 0xffff0000) >> 16); | |
7038 | 5555 else |
5556 ret = g_strdup(_("Away")); | |
5836 | 5557 } else if (GAIM_BUDDY_IS_ONLINE(b)) { |
7261 | 5558 struct buddyinfo *bi = g_hash_table_lookup(od->buddyinfo, gaim_normalize(b->account, b->name)); |
6292 | 5559 if (bi->availmsg) |
5560 ret = g_markup_escape_text(bi->availmsg, strlen(bi->availmsg)); | |
5836 | 5561 } else { |
5167 | 5562 char *gname = aim_ssi_itemlist_findparentname(od->sess->ssi.local, b->name); |
5563 if (aim_ssi_waitingforauth(od->sess->ssi.local, gname, b->name)) | |
5564 ret = g_strdup(_("Not Authorized")); | |
5565 else | |
5566 ret = g_strdup(_("Offline")); | |
5567 } | |
5568 | |
5569 return ret; | |
5570 } | |
5571 | |
5842 | 5572 |
5844 | 5573 static int oscar_icon_req(aim_session_t *sess, aim_frame_t *fr, ...) { |
5842 | 5574 GaimConnection *gc = sess->aux_data; |
7283 | 5575 OscarData *od = gc->proto_data; |
5892 | 5576 va_list ap; |
5842 | 5577 fu16_t type; |
5892 | 5578 fu8_t flags = 0, length = 0; |
5579 char *md5 = NULL; | |
5580 | |
7334 | 5581 |
5842 | 5582 va_start(ap, fr); |
5583 type = va_arg(ap, int); | |
5892 | 5584 |
5585 switch(type) { | |
5586 case 0x0000: | |
5587 case 0x0001: { | |
5588 flags = va_arg(ap, int); | |
5589 length = va_arg(ap, int); | |
5590 md5 = va_arg(ap, char *); | |
5591 | |
5592 if (flags == 0x41) { | |
5593 if (!aim_getconn_type(od->sess, AIM_CONN_TYPE_ICON) && !od->iconconnecting) { | |
5594 od->iconconnecting = TRUE; | |
5595 od->set_icon = TRUE; | |
5596 aim_reqservice(od->sess, od->conn, AIM_CONN_TYPE_ICON); | |
5597 } else { | |
6039 | 5598 struct stat st; |
5599 const char *iconfile = gaim_account_get_buddy_icon(gaim_connection_get_account(gc)); | |
5600 if (iconfile == NULL) { | |
5601 /* Set an empty icon, or something */ | |
5602 } else if (!stat(iconfile, &st)) { | |
5603 char *buf = g_malloc(st.st_size); | |
5604 FILE *file = fopen(iconfile, "rb"); | |
5605 if (file) { | |
5606 fread(buf, 1, st.st_size, file); | |
5607 fclose(file); | |
5608 gaim_debug(GAIM_DEBUG_INFO, "oscar", | |
5609 "Uploading icon to icon server\n"); | |
6879 | 5610 aim_bart_upload(od->sess, buf, st.st_size); |
5892 | 5611 } else |
5612 gaim_debug(GAIM_DEBUG_ERROR, "oscar", | |
6039 | 5613 "Can't open buddy icon file!\n"); |
5614 g_free(buf); | |
5615 } else { | |
5616 gaim_debug(GAIM_DEBUG_ERROR, "oscar", | |
5617 "Can't stat buddy icon file!\n"); | |
5892 | 5618 } |
5619 } | |
5893 | 5620 } else if (flags == 0x81) |
5621 aim_ssi_seticon(od->sess, md5, length); | |
5892 | 5622 } break; |
5623 | |
5624 case 0x0002: { /* We just set an "available" message? */ | |
5625 } break; | |
5626 } | |
5627 | |
5842 | 5628 va_end(ap); |
5844 | 5629 |
5630 return 0; | |
5842 | 5631 } |
5892 | 5632 |
3952 | 5633 /* |
4617 | 5634 * We have just established a socket with the other dude, so set up some handlers. |
3952 | 5635 */ |
4617 | 5636 static int gaim_odc_initiate(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 5637 GaimConnection *gc = sess->aux_data; |
7283 | 5638 OscarData *od = (OscarData *)gc->proto_data; |
5679 | 5639 GaimConversation *cnv; |
2086 | 5640 struct direct_im *dim; |
5641 char buf[256]; | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5642 char *sn; |
4617 | 5643 va_list ap; |
5644 aim_conn_t *newconn, *listenerconn; | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5645 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5646 va_start(ap, fr); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5647 newconn = va_arg(ap, aim_conn_t *); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5648 listenerconn = va_arg(ap, aim_conn_t *); |
2086 | 5649 va_end(ap); |
5650 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5651 aim_conn_close(listenerconn); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5652 aim_conn_kill(sess, &listenerconn); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5653 |
4617 | 5654 sn = g_strdup(aim_odc_getsn(newconn)); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5655 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5656 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5657 "DirectIM: initiate success to %s\n", sn); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5658 dim = find_direct_im(od, sn); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5659 |
6640
314111e7b601
[gaim-migrate @ 7165]
Christian Hammond <chipx86@chipx86.com>
parents:
6623
diff
changeset
|
5660 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
|
5661 gaim_input_remove(dim->watcher); |
2086 | 5662 dim->conn = newconn; |
4617 | 5663 dim->watcher = gaim_input_add(dim->conn->fd, GAIM_INPUT_READ, oscar_callback, dim->conn); |
3008 | 5664 dim->connected = TRUE; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5665 g_snprintf(buf, sizeof buf, _("Direct IM with %s established"), sn); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5666 g_free(sn); |
6982 | 5667 gaim_conversation_write(cnv, NULL, buf, GAIM_MESSAGE_SYSTEM, time(NULL)); |
2086 | 5668 |
4617 | 5669 aim_conn_addhandler(sess, newconn, AIM_CB_FAM_OFT, AIM_CB_OFT_DIRECTIMINCOMING, gaim_odc_incoming, 0); |
5670 aim_conn_addhandler(sess, newconn, AIM_CB_FAM_OFT, AIM_CB_OFT_DIRECTIMTYPING, gaim_odc_typing, 0); | |
6982 | 5671 aim_conn_addhandler(sess, newconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_IMAGETRANSFER, gaim_odc_update_ui, 0); |
4617 | 5672 |
2993 | 5673 return 1; |
5674 } | |
5675 | |
6982 | 5676 /* |
5677 * This is called when each chunk of an image is received. It can be used to | |
5678 * update a progress bar, or to eat lots of dry cat food. Wet cat food is | |
5679 * nasty, you sicko. | |
5680 */ | |
5681 static int gaim_odc_update_ui(aim_session_t *sess, aim_frame_t *fr, ...) { | |
2993 | 5682 va_list ap; |
5683 char *sn; | |
5684 double percent; | |
5575 | 5685 GaimConnection *gc = sess->aux_data; |
7283 | 5686 OscarData *od = (OscarData *)gc->proto_data; |
5679 | 5687 GaimConversation *c; |
2993 | 5688 struct direct_im *dim; |
5689 | |
5690 va_start(ap, fr); | |
5691 sn = va_arg(ap, char *); | |
5692 percent = va_arg(ap, double); | |
5693 va_end(ap); | |
6873 | 5694 |
2994 | 5695 if (!(dim = find_direct_im(od, sn))) |
5696 return 1; | |
3059 | 5697 if (dim->watcher) { |
5698 gaim_input_remove(dim->watcher); /* Otherwise, the callback will callback */ | |
5699 dim->watcher = 0; | |
5700 } | |
6982 | 5701 /* XXX is this really necessary? */ |
7082
25a616f16b6c
[gaim-migrate @ 7647]
Christian Hammond <chipx86@chipx86.com>
parents:
7080
diff
changeset
|
5702 gaim_core_mainloop_finish_events(); |
6640
314111e7b601
[gaim-migrate @ 7165]
Christian Hammond <chipx86@chipx86.com>
parents:
6623
diff
changeset
|
5703 |
6982 | 5704 c = gaim_find_conversation_with_account(sn, gaim_connection_get_account(gc)); |
6873 | 5705 if (c != NULL) |
5706 gaim_conversation_update_progress(c, percent); | |
2993 | 5707 dim->watcher = gaim_input_add(dim->conn->fd, GAIM_INPUT_READ, |
5708 oscar_callback, dim->conn); | |
2086 | 5709 |
5710 return 1; | |
5711 } | |
5712 | |
6982 | 5713 /* |
5714 * This is called after a direct IM has been received in its entirety. This | |
5715 * function is passed a long chunk of data which contains the IM with any | |
5716 * data chunks (images) appended to it. | |
5717 * | |
5718 * This function rips out all the data chunks and creates an imgstore for | |
5719 * each one. In order to do this, it first goes through the IM and takes | |
5720 * out all the IMG tags. When doing so, it rewrites the original IMG tag | |
5721 * with one compatable with the imgstore Gaim core code. For each one, we | |
5722 * then read in chunks of data from the end of the message and actually | |
5723 * create the img store using the given data. | |
5724 * | |
5725 * For somewhat easy reference, here's a sample message | |
5726 * (without the whitespace and asterisks): | |
5727 * | |
5728 * <HTML><BODY BGCOLOR="#ffffff"> | |
5729 * <FONT LANG="0"> | |
5730 * This is a really stupid picture:<BR> | |
5731 * <IMG SRC="Sample.jpg" ID="1" WIDTH="283" HEIGHT="212" DATASIZE="9894"><BR> | |
5732 * Yeah it is<BR> | |
5733 * Here is another one:<BR> | |
5734 * <IMG SRC="Soap Bubbles.bmp" ID="2" WIDTH="256" HEIGHT="256" DATASIZE="65978"> | |
5735 * </FONT> | |
5736 * </BODY></HTML> | |
5737 * <BINARY> | |
5738 * <DATA ID="1" SIZE="9894">datadatadatadata</DATA> | |
5739 * <DATA ID="2" SIZE="65978">datadatadatadata</DATA> | |
5740 * </BINARY> | |
5741 */ | |
4617 | 5742 static int gaim_odc_incoming(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 5743 GaimConnection *gc = sess->aux_data; |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7111
diff
changeset
|
5744 GaimConvImFlags imflags = 0; |
6982 | 5745 GString *newmsg = g_string_new(""); |
5746 GSList *images = NULL; | |
2086 | 5747 va_list ap; |
6982 | 5748 const char *sn, *msg, *msgend, *binary; |
5749 size_t len; | |
5750 int encoding, isawaymsg; | |
2086 | 5751 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5752 va_start(ap, fr); |
6982 | 5753 sn = va_arg(ap, const char *); |
5754 msg = va_arg(ap, const char *); | |
5755 len = va_arg(ap, size_t); | |
3952 | 5756 encoding = va_arg(ap, int); |
4870 | 5757 isawaymsg = va_arg(ap, int); |
2086 | 5758 va_end(ap); |
6982 | 5759 msgend = msg + len; |
2086 | 5760 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5761 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5762 "Got DirectIM message from %s\n", sn); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5763 |
4870 | 5764 if (isawaymsg) |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7111
diff
changeset
|
5765 imflags |= GAIM_CONV_IM_AUTO_RESP; |
4870 | 5766 |
6982 | 5767 /* message has a binary trailer */ |
5768 if ((binary = gaim_strcasestr(msg, "<binary>"))) { | |
5769 GData *attribs; | |
5770 const char *tmp, *start, *end, *last = NULL; | |
5771 | |
5772 tmp = msg; | |
5773 | |
5774 /* for each valid image tag... */ | |
5775 while (gaim_markup_find_tag("img", tmp, &start, &end, &attribs)) { | |
5776 const char *id, *src, *datasize; | |
5777 const char *tag = NULL, *data = NULL; | |
5778 size_t size; | |
5779 int imgid = 0; | |
5780 | |
5781 /* update the location of the last img tag */ | |
5782 last = end; | |
5783 | |
5784 /* grab attributes */ | |
5785 id = g_datalist_get_data(&attribs, "id"); | |
5786 src = g_datalist_get_data(&attribs, "src"); | |
5787 datasize = g_datalist_get_data(&attribs, "datasize"); | |
5788 | |
5789 /* if we have id & datasize, build the data tag */ | |
5790 if (id && datasize) | |
5791 tag = g_strdup_printf("<data id=\"%s\" size=\"%s\">", id, datasize); | |
5792 | |
5793 /* if we have a tag, find the start of the data */ | |
5794 if (tag && (data = gaim_strcasestr(binary, tag))) | |
5795 data += strlen(tag); | |
5796 | |
5797 /* check the data is here and store it */ | |
5798 if (data + (size = atoi(datasize)) <= msgend) | |
5799 imgid = gaim_imgstore_add(data, size, src); | |
5800 | |
5801 /* if we have a stored image... */ | |
5802 if (imgid) { | |
5803 /* append the message up to the tag */ | |
5804 newmsg = g_string_append_len(newmsg, tmp, start - tmp); | |
5805 | |
5806 /* write the new image tag */ | |
5807 g_string_append_printf(newmsg, "<IMG ID=\"%d\">", imgid); | |
5808 | |
5809 /* and record the image number */ | |
5810 images = g_slist_append(images, GINT_TO_POINTER(imgid)); | |
5811 } else { | |
5812 /* otherwise, copy up to the end of the tag */ | |
5813 newmsg = g_string_append_len(newmsg, tmp, (end + 1) - tmp); | |
5814 } | |
5815 | |
5816 /* clear the attribute list */ | |
5817 g_datalist_clear(&attribs); | |
5818 | |
5819 /* continue from the end of the tag */ | |
5820 tmp = end + 1; | |
5821 } | |
5822 | |
5823 /* append any remaining message data (without the > :-) */ | |
5824 if (last++ && (last < binary)) | |
5825 newmsg = g_string_append_len(newmsg, last, binary - last); | |
5826 | |
5827 /* set the flag if we caught any images */ | |
5828 if (images) | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7111
diff
changeset
|
5829 imflags |= GAIM_CONV_IM_IMAGES; |
6982 | 5830 } else { |
5831 g_string_append_len(newmsg, msg, len); | |
5832 } | |
5833 | |
4617 | 5834 /* XXX - I imagine Paco-Paco will want to do some voodoo with the encoding here */ |
6982 | 5835 serv_got_im(gc, sn, newmsg->str, imflags, time(NULL)); |
5836 | |
5837 /* free up the message */ | |
5838 g_string_free(newmsg, TRUE); | |
5839 | |
5840 /* unref any images we allocated */ | |
5841 if (images) { | |
5842 GSList *tmp; | |
5843 int id; | |
5844 | |
5845 for (tmp = images; tmp != NULL; tmp = tmp->next) { | |
5846 id = GPOINTER_TO_INT(tmp->data); | |
5847 gaim_imgstore_unref(id); | |
5848 } | |
5849 | |
5850 g_slist_free(images); | |
5851 } | |
2086 | 5852 |
5853 return 1; | |
5854 } | |
5855 | |
4617 | 5856 static int gaim_odc_typing(aim_session_t *sess, aim_frame_t *fr, ...) { |
2086 | 5857 va_list ap; |
5858 char *sn; | |
2993 | 5859 int typing; |
5575 | 5860 GaimConnection *gc = sess->aux_data; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5861 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5862 va_start(ap, fr); |
2086 | 5863 sn = va_arg(ap, char *); |
2993 | 5864 typing = va_arg(ap, int); |
2086 | 5865 va_end(ap); |
5866 | |
4870 | 5867 if (typing == 0x0002) { |
2993 | 5868 /* 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
|
5869 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5870 "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
|
5871 serv_got_typing(gc, sn, 0, GAIM_TYPING); |
4870 | 5872 } else if (typing == 0x0001) |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
5873 serv_got_typing(gc, sn, 0, GAIM_TYPED); |
4870 | 5874 else |
4342 | 5875 serv_got_typing_stopped(gc, sn); |
2086 | 5876 return 1; |
5877 } | |
5878 | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7111
diff
changeset
|
5879 static int gaim_odc_send_im(aim_session_t *sess, aim_conn_t *conn, const char *message, GaimConvImFlags imflags) { |
6982 | 5880 char *buf; |
5881 size_t len; | |
5882 int ret; | |
5883 | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7111
diff
changeset
|
5884 if (imflags & GAIM_CONV_IM_IMAGES) { |
6982 | 5885 GString *msg = g_string_new(""); |
5886 GString *data = g_string_new("<BINARY>"); | |
5887 GData *attribs; | |
5888 const char *tmp, *start, *end, *last = NULL; | |
5889 int oscar_id = 0; | |
5890 | |
5891 tmp = message; | |
5892 | |
5893 /* for each valid IMG tag... */ | |
5894 while (gaim_markup_find_tag("img", tmp, &start, &end, &attribs)) { | |
5895 GaimStoredImage *image = NULL; | |
5896 const char *id; | |
5897 | |
5898 last = end; | |
5899 id = g_datalist_get_data(&attribs, "id"); | |
5900 | |
5901 /* ... if it refers to a valid gaim image ... */ | |
5902 if (id && (image = gaim_imgstore_get(atoi(id)))) { | |
5903 /* ... append the message from start to the tag ... */ | |
5904 msg = g_string_append_len(msg, tmp, start - tmp); | |
5905 oscar_id++; | |
5906 | |
5907 /* ... insert a new img tag with the oscar id ... */ | |
5908 if (image->filename) | |
5909 g_string_append_printf(msg, | |
5910 "<IMG SRC=\"file://%s\" ID=\"%d\" DATASIZE=\"%d\">", | |
7386 | 5911 image->filename, oscar_id, (int)image->size); |
6982 | 5912 else |
5913 g_string_append_printf(msg, | |
5914 "<IMG ID=\"%d\" DATASIZE=\"%d\">", | |
7386 | 5915 oscar_id, (int)image->size); |
6982 | 5916 |
5917 /* ... and append the data to the binary section ... */ | |
5918 g_string_append_printf(data, "<DATA ID=\"%d\" SIZE=\"%d\">", | |
7386 | 5919 oscar_id, (int)image->size); |
6982 | 5920 data = g_string_append_len(data, image->data, image->size); |
5921 data = g_string_append(data, "</DATA>"); | |
5922 } else { | |
5923 /* ... otherwise, allow the possibly invalid img tag through. */ | |
5924 /* should we do something else? */ | |
5925 msg = g_string_append_len(msg, tmp, (end + 1) - tmp); | |
5926 } | |
5927 | |
5928 g_datalist_clear(&attribs); | |
5929 | |
5930 /* continue from the end of the tag */ | |
5931 tmp = end + 1; | |
5932 } | |
5933 | |
5934 /* append any remaining message data (without the > :-) */ | |
5935 if (last++ && *last) | |
5936 msg = g_string_append(msg, last); | |
5937 | |
5938 /* if we inserted any images in the binary section, append it */ | |
5939 if (oscar_id) { | |
5940 msg = g_string_append_len(msg, data->str, data->len); | |
5941 msg = g_string_append(msg, "</BINARY>"); | |
5942 } | |
5943 | |
5944 len = msg->len; | |
5945 buf = msg->str; | |
5946 g_string_free(msg, FALSE); | |
5947 g_string_free(data, TRUE); | |
5948 } else { | |
5949 len = strlen(message); | |
5950 buf = g_memdup(message, len+1); | |
5951 } | |
5952 | |
5953 /* XXX - The last parameter below is the encoding. Let Paco-Paco do something with it. */ | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7111
diff
changeset
|
5954 if (imflags & GAIM_CONV_IM_AUTO_RESP) |
6982 | 5955 ret = aim_odc_send_im(sess, conn, buf, len, 0, 1); |
5956 else | |
5957 ret = aim_odc_send_im(sess, conn, buf, len, 0, 0); | |
5958 | |
5959 g_free(buf); | |
5960 | |
5961 return ret; | |
5962 } | |
5963 | |
2086 | 5964 struct ask_do_dir_im { |
5965 char *who; | |
5575 | 5966 GaimConnection *gc; |
2086 | 5967 }; |
5968 | |
3730 | 5969 static void oscar_cancel_direct_im(struct ask_do_dir_im *data) { |
5136 | 5970 g_free(data->who); |
2086 | 5971 g_free(data); |
5972 } | |
5973 | |
3730 | 5974 static void oscar_direct_im(struct ask_do_dir_im *data) { |
5575 | 5975 GaimConnection *gc = data->gc; |
7283 | 5976 OscarData *od; |
2086 | 5977 struct direct_im *dim; |
5978 | |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
5979 if (!g_list_find(gaim_connections_get_all(), gc)) { |
5136 | 5980 g_free(data->who); |
4244 | 5981 g_free(data); |
5982 return; | |
5983 } | |
5984 | |
7283 | 5985 od = (OscarData *)gc->proto_data; |
4244 | 5986 |
2086 | 5987 dim = find_direct_im(od, data->who); |
5988 if (dim) { | |
3008 | 5989 if (!(dim->connected)) { /* We'll free the old, unconnected dim, and start over */ |
5990 od->direct_ims = g_slist_remove(od->direct_ims, dim); | |
5991 gaim_input_remove(dim->watcher); | |
5992 g_free(dim); | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5993 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5994 "Gave up on old direct IM, trying again\n"); |
3008 | 5995 } else { |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
5996 gaim_notify_error(gc, NULL, "DirectIM already open.", NULL); |
5136 | 5997 g_free(data->who); |
4244 | 5998 g_free(data); |
3008 | 5999 return; |
6000 } | |
2086 | 6001 } |
6002 dim = g_new0(struct direct_im, 1); | |
6003 dim->gc = gc; | |
6004 g_snprintf(dim->name, sizeof dim->name, "%s", data->who); | |
6005 | |
4617 | 6006 dim->conn = aim_odc_initiate(od->sess, data->who); |
2086 | 6007 if (dim->conn != NULL) { |
6008 od->direct_ims = g_slist_append(od->direct_ims, dim); | |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
6009 dim->watcher = gaim_input_add(dim->conn->fd, GAIM_INPUT_READ, |
2086 | 6010 oscar_callback, dim->conn); |
4617 | 6011 aim_conn_addhandler(od->sess, dim->conn, AIM_CB_FAM_OFT, AIM_CB_OFT_DIRECTIM_ESTABLISHED, |
6012 gaim_odc_initiate, 0); | |
2086 | 6013 } else { |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
6014 gaim_notify_error(gc, NULL, _("Unable to open Direct IM"), NULL); |
2086 | 6015 g_free(dim); |
6016 } | |
4244 | 6017 |
5136 | 6018 g_free(data->who); |
4244 | 6019 g_free(data); |
2086 | 6020 } |
6021 | |
5575 | 6022 static void oscar_ask_direct_im(GaimConnection *gc, const char *who) { |
5420 | 6023 gchar *buf; |
2086 | 6024 struct ask_do_dir_im *data = g_new0(struct ask_do_dir_im, 1); |
5136 | 6025 data->who = g_strdup(who); |
2170
c24595d3c364
[gaim-migrate @ 2180]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2167
diff
changeset
|
6026 data->gc = gc; |
5420 | 6027 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
|
6028 |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
6029 gaim_request_action(gc, NULL, buf, |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
6030 _("Because this reveals your IP address, it " |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
6031 "may be considered a privacy risk. Do you " |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
6032 "wish to continue?"), |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
6033 0, data, 2, |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
6034 _("Connect"), G_CALLBACK(oscar_direct_im), |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
6035 _("Cancel"), G_CALLBACK(oscar_cancel_direct_im)); |
5420 | 6036 g_free(buf); |
2086 | 6037 } |
6038 | |
5575 | 6039 static void oscar_set_permit_deny(GaimConnection *gc) { |
6040 GaimAccount *account = gaim_connection_get_account(gc); | |
7283 | 6041 OscarData *od = (OscarData *)gc->proto_data; |
4230 | 6042 #ifdef NOSSI |
4770 | 6043 GSList *list, *g = gaim_blist_groups(), *g1; |
4230 | 6044 char buf[MAXMSGLEN]; |
6045 int at; | |
6046 | |
5575 | 6047 switch(account->perm_deny) { |
4687 | 6048 case 1: |
5575 | 6049 aim_bos_changevisibility(od->sess, od->conn, AIM_VISIBILITYCHANGE_DENYADD, gaim_account_get_username(account)); |
4230 | 6050 break; |
6051 case 2: | |
5575 | 6052 aim_bos_changevisibility(od->sess, od->conn, AIM_VISIBILITYCHANGE_PERMITADD, gaim_account_get_username(account)); |
4230 | 6053 break; |
6054 case 3: | |
5575 | 6055 list = account->permit; |
4230 | 6056 at = 0; |
6057 while (list) { | |
6058 at += g_snprintf(buf + at, sizeof(buf) - at, "%s&", (char *)list->data); | |
6059 list = list->next; | |
6060 } | |
6061 aim_bos_changevisibility(od->sess, od->conn, AIM_VISIBILITYCHANGE_PERMITADD, buf); | |
6062 break; | |
6063 case 4: | |
5575 | 6064 list = account->deny; |
4230 | 6065 at = 0; |
6066 while (list) { | |
6067 at += g_snprintf(buf + at, sizeof(buf) - at, "%s&", (char *)list->data); | |
6068 list = list->next; | |
6069 } | |
6070 aim_bos_changevisibility(od->sess, od->conn, AIM_VISIBILITYCHANGE_DENYADD, buf); | |
6071 break; | |
6072 case 5: | |
4770 | 6073 g1 = g; |
4230 | 6074 at = 0; |
4770 | 6075 while (g1) { |
6076 list = gaim_blist_members((struct group *)g->data); | |
6077 GSList list1 = list; | |
6078 while (list1) { | |
6079 struct buddy *b = list1->data; | |
5575 | 6080 if(b->account == account) |
4349 | 6081 at += g_snprintf(buf + at, sizeof(buf) - at, "%s&", b->name); |
4770 | 6082 list1 = list1->next; |
2995 | 6083 } |
4770 | 6084 g_slist_free(list); |
6085 g1 = g1->next; | |
4349 | 6086 } |
4770 | 6087 g_slist_free(g); |
4230 | 6088 aim_bos_changevisibility(od->sess, od->conn, AIM_VISIBILITYCHANGE_PERMITADD, buf); |
6089 break; | |
6090 default: | |
6091 break; | |
2086 | 6092 } |
4230 | 6093 signoff_blocked(gc); |
6094 #else | |
6095 if (od->sess->ssi.received_data) | |
5575 | 6096 aim_ssi_setpermdeny(od->sess, account->perm_deny, 0xffffffff); |
4230 | 6097 #endif |
2086 | 6098 } |
6099 | |
5575 | 6100 static void oscar_add_permit(GaimConnection *gc, const char *who) { |
4269 | 6101 #ifdef NOSSI |
4491 | 6102 if (gc->account->permdeny == 3) |
4269 | 6103 oscar_set_permit_deny(gc); |
6104 #else | |
7283 | 6105 OscarData *od = (OscarData *)gc->proto_data; |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
6106 gaim_debug(GAIM_DEBUG_INFO, "oscar", "ssi: About to add a permit\n"); |
4230 | 6107 if (od->sess->ssi.received_data) |
4889 | 6108 aim_ssi_addpermit(od->sess, who); |
4230 | 6109 #endif |
2086 | 6110 } |
6111 | |
5575 | 6112 static void oscar_add_deny(GaimConnection *gc, const char *who) { |
4269 | 6113 #ifdef NOSSI |
4491 | 6114 if (gc->account->permdeny == 4) |
4269 | 6115 oscar_set_permit_deny(gc); |
6116 #else | |
7283 | 6117 OscarData *od = (OscarData *)gc->proto_data; |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
6118 gaim_debug(GAIM_DEBUG_INFO, "oscar", "ssi: About to add a deny\n"); |
4230 | 6119 if (od->sess->ssi.received_data) |
4889 | 6120 aim_ssi_adddeny(od->sess, who); |
4230 | 6121 #endif |
2086 | 6122 } |
6123 | |
5575 | 6124 static void oscar_rem_permit(GaimConnection *gc, const char *who) { |
4269 | 6125 #ifdef NOSSI |
4491 | 6126 if (gc->account->permdeny == 3) |
4269 | 6127 oscar_set_permit_deny(gc); |
6128 #else | |
7283 | 6129 OscarData *od = (OscarData *)gc->proto_data; |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
6130 gaim_debug(GAIM_DEBUG_INFO, "oscar", "ssi: About to delete a permit\n"); |
4230 | 6131 if (od->sess->ssi.received_data) |
4889 | 6132 aim_ssi_delpermit(od->sess, who); |
4230 | 6133 #endif |
2086 | 6134 } |
6135 | |
5575 | 6136 static void oscar_rem_deny(GaimConnection *gc, const char *who) { |
4269 | 6137 #ifdef NOSSI |
4491 | 6138 if (gc->account->permdeny == 4) |
4269 | 6139 oscar_set_permit_deny(gc); |
6140 #else | |
7283 | 6141 OscarData *od = (OscarData *)gc->proto_data; |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
6142 gaim_debug(GAIM_DEBUG_INFO, "oscar", "ssi: About to delete a deny\n"); |
4230 | 6143 if (od->sess->ssi.received_data) |
4889 | 6144 aim_ssi_deldeny(od->sess, who); |
4230 | 6145 #endif |
2086 | 6146 } |
6147 | |
5575 | 6148 static GList *oscar_away_states(GaimConnection *gc) |
2086 | 6149 { |
7283 | 6150 OscarData *od = gc->proto_data; |
2501
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
6151 GList *m = NULL; |
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
6152 |
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
6153 if (!od->icq) |
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
6154 return g_list_append(m, GAIM_AWAY_CUSTOM); |
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
6155 |
4333 | 6156 m = g_list_append(m, _("Online")); |
6157 m = g_list_append(m, _("Away")); | |
6158 m = g_list_append(m, _("Do Not Disturb")); | |
6159 m = g_list_append(m, _("Not Available")); | |
6160 m = g_list_append(m, _("Occupied")); | |
6161 m = g_list_append(m, _("Free For Chat")); | |
6162 m = g_list_append(m, _("Invisible")); | |
6163 | |
6164 return m; | |
6165 } | |
6166 | |
7172 | 6167 static void oscar_ssi_editcomment(struct name_data *data, const char *text) { |
7283 | 6168 OscarData *od = data->gc->proto_data; |
7172 | 6169 GaimBuddy *b; |
6170 GaimGroup *g; | |
6171 | |
6172 if (!(b = gaim_find_buddy(gaim_connection_get_account(data->gc), data->name))) { | |
6173 oscar_free_name_data(data); | |
6174 return; | |
6175 } | |
6176 | |
6177 if (!(g = gaim_find_buddys_group(b))) { | |
6178 oscar_free_name_data(data); | |
6179 return; | |
6180 } | |
6181 | |
6182 aim_ssi_editcomment(od->sess, g->name, data->name, text); | |
6183 oscar_free_name_data(data); | |
6184 } | |
6185 | |
6186 static void oscar_buddycb_edit_comment(GaimConnection *gc, const char *name) { | |
7283 | 6187 OscarData *od = gc->proto_data; |
7172 | 6188 struct name_data *data = g_new(struct name_data, 1); |
6189 GaimBuddy *b; | |
6190 GaimGroup *g; | |
6191 char *comment; | |
6192 gchar *comment_utf8; | |
6193 | |
6194 if (!(b = gaim_find_buddy(gaim_connection_get_account(gc), name))) | |
6195 return; | |
6196 if (!(g = gaim_find_buddys_group(b))) | |
6197 return; | |
6198 comment = aim_ssi_getcomment(od->sess->ssi.local, g->name, name); | |
6199 comment_utf8 = comment ? gaim_utf8_try_convert(comment) : NULL; | |
6200 | |
6201 data->gc = gc; | |
6202 data->name = g_strdup(name); | |
6203 data->nick = NULL; | |
6204 | |
6205 gaim_request_input(gc, NULL, _("Buddy Comment:"), NULL, | |
6206 comment_utf8, TRUE, FALSE, | |
6207 _("OK"), G_CALLBACK(oscar_ssi_editcomment), | |
6208 _("Cancel"), G_CALLBACK(oscar_free_name_data), | |
6209 data); | |
6210 | |
6211 free(comment); | |
6212 g_free(comment_utf8); | |
6213 } | |
6214 | |
5575 | 6215 static GList *oscar_buddy_menu(GaimConnection *gc, const char *who) { |
7283 | 6216 OscarData *od = gc->proto_data; |
4333 | 6217 GList *m = NULL; |
6218 struct proto_buddy_menu *pbm; | |
6219 | |
7172 | 6220 pbm = g_new0(struct proto_buddy_menu, 1); |
6221 pbm->label = _("Edit Buddy Comment"); | |
6222 pbm->callback = oscar_buddycb_edit_comment; | |
6223 pbm->gc = gc; | |
6224 m = g_list_append(m, pbm); | |
6225 | |
4333 | 6226 if (od->icq) { |
4624 | 6227 #if 0 |
4333 | 6228 pbm = g_new0(struct proto_buddy_menu, 1); |
6229 pbm->label = _("Get Status Msg"); | |
4969 | 6230 pbm->callback = oscar_get_icqstatusmsg; |
4333 | 6231 pbm->gc = gc; |
6232 m = g_list_append(m, pbm); | |
4624 | 6233 #endif |
4333 | 6234 } else { |
6695 | 6235 GaimBuddy *b = gaim_find_buddy(gc->account, who); |
7011 | 6236 aim_userinfo_t *userinfo; |
5975 | 6237 |
6238 if (b) | |
7045 | 6239 userinfo = aim_locate_finduserinfo(od->sess, b->name); |
7011 | 6240 |
6241 if (b && userinfo && aim_sncmp(gaim_account_get_username(gaim_connection_get_account(gc)), who) && GAIM_BUDDY_IS_ONLINE(b)) { | |
6242 if (userinfo->capabilities & AIM_CAPS_DIRECTIM) { | |
5917 | 6243 pbm = g_new0(struct proto_buddy_menu, 1); |
6244 pbm->label = _("Direct IM"); | |
6245 pbm->callback = oscar_ask_direct_im; | |
6246 pbm->gc = gc; | |
6247 m = g_list_append(m, pbm); | |
6248 } | |
7650 | 6249 |
6250 if (userinfo->capabilities & AIM_CAPS_SENDFILE) { | |
6251 pbm = g_new0(struct proto_buddy_menu, 1); | |
6252 pbm->label = _("Send File"); | |
6253 pbm->callback = oscar_ask_sendfile; | |
6254 pbm->gc = gc; | |
6255 m = g_list_append(m, pbm); | |
6256 } | |
4826 | 6257 #if 0 |
7011 | 6258 if (userinfo->capabilities & AIM_CAPS_GETFILE) { |
5917 | 6259 pbm = g_new0(struct proto_buddy_menu, 1); |
6260 pbm->label = _("Get File"); | |
6261 pbm->callback = oscar_ask_getfile; | |
6262 pbm->gc = gc; | |
6263 m = g_list_append(m, pbm); | |
6264 } | |
4826 | 6265 #endif |
4333 | 6266 } |
5131 | 6267 } |
5197 | 6268 |
5131 | 6269 if (od->sess->ssi.received_data) { |
6270 char *gname = aim_ssi_itemlist_findparentname(od->sess->ssi.local, who); | |
6271 if (gname && aim_ssi_waitingforauth(od->sess->ssi.local, gname, who)) { | |
6272 pbm = g_new0(struct proto_buddy_menu, 1); | |
6873 | 6273 pbm->label = _("Re-request Authorization"); |
5131 | 6274 pbm->callback = gaim_auth_sendrequest; |
6275 pbm->gc = gc; | |
6276 m = g_list_append(m, pbm); | |
4333 | 6277 } |
4916 | 6278 } |
6279 | |
4333 | 6280 return m; |
6281 } | |
6282 | |
5575 | 6283 static void oscar_format_screenname(GaimConnection *gc, const char *nick) { |
7283 | 6284 OscarData *od = gc->proto_data; |
5575 | 6285 if (!aim_sncmp(gaim_account_get_username(gaim_connection_get_account(gc)), nick)) { |
4333 | 6286 if (!aim_getconn_type(od->sess, AIM_CONN_TYPE_AUTH)) { |
6287 od->setnick = TRUE; | |
6288 od->newsn = g_strdup(nick); | |
6289 aim_reqservice(od->sess, od->conn, AIM_CONN_TYPE_AUTH); | |
6290 } else { | |
6291 aim_admin_setnick(od->sess, aim_getconn_type(od->sess, AIM_CONN_TYPE_AUTH), nick); | |
6292 } | |
6293 } else { | |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
6294 gaim_notify_error(gc, NULL, _("The new formatting is invalid."), |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
6295 _("Screenname formatting can change only capitalization and whitespace.")); |
4333 | 6296 } |
6297 } | |
6298 | |
5575 | 6299 static void oscar_show_format_screenname(GaimConnection *gc) |
4333 | 6300 { |
5493
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
6301 gaim_request_input(gc, NULL, _("New screenname formatting:"), NULL, |
6035
8c44020a958e
[gaim-migrate @ 6485]
Christian Hammond <chipx86@chipx86.com>
parents:
6029
diff
changeset
|
6302 gaim_connection_get_display_name(gc), FALSE, FALSE, |
5493
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
6303 _("OK"), G_CALLBACK(oscar_format_screenname), |
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
6304 _("Cancel"), NULL, |
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
6305 gc); |
4333 | 6306 } |
6307 | |
5575 | 6308 static void oscar_confirm_account(GaimConnection *gc) |
4333 | 6309 { |
7283 | 6310 OscarData *od = gc->proto_data; |
4333 | 6311 aim_conn_t *conn = aim_getconn_type(od->sess, AIM_CONN_TYPE_AUTH); |
6312 | |
6313 if (conn) { | |
6314 aim_admin_reqconfirm(od->sess, conn); | |
6315 } else { | |
6316 od->conf = TRUE; | |
6317 aim_reqservice(od->sess, od->conn, AIM_CONN_TYPE_AUTH); | |
6318 } | |
6319 } | |
6320 | |
5575 | 6321 static void oscar_show_email(GaimConnection *gc) |
4333 | 6322 { |
7283 | 6323 OscarData *od = gc->proto_data; |
4333 | 6324 aim_conn_t *conn = aim_getconn_type(od->sess, AIM_CONN_TYPE_AUTH); |
6325 | |
6326 if (conn) { | |
6327 aim_admin_getinfo(od->sess, conn, 0x11); | |
6328 } else { | |
6329 od->reqemail = TRUE; | |
6330 aim_reqservice(od->sess, od->conn, AIM_CONN_TYPE_AUTH); | |
6331 } | |
6332 } | |
6333 | |
5575 | 6334 static void oscar_change_email(GaimConnection *gc, const char *email) |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
6335 { |
7283 | 6336 OscarData *od = gc->proto_data; |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
6337 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
|
6338 |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
6339 if (conn) { |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
6340 aim_admin_setemail(od->sess, conn, email); |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
6341 } else { |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
6342 od->setemail = TRUE; |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
6343 od->email = g_strdup(email); |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
6344 aim_reqservice(od->sess, od->conn, AIM_CONN_TYPE_AUTH); |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
6345 } |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
6346 } |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
6347 |
5575 | 6348 static void oscar_show_change_email(GaimConnection *gc) |
4333 | 6349 { |
6035
8c44020a958e
[gaim-migrate @ 6485]
Christian Hammond <chipx86@chipx86.com>
parents:
6029
diff
changeset
|
6350 gaim_request_input(gc, NULL, _("Change Address To:"), NULL, NULL, |
8c44020a958e
[gaim-migrate @ 6485]
Christian Hammond <chipx86@chipx86.com>
parents:
6029
diff
changeset
|
6351 FALSE, FALSE, |
5493
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
6352 _("OK"), G_CALLBACK(oscar_change_email), |
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
6353 _("Cancel"), NULL, |
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
6354 gc); |
4333 | 6355 } |
6356 | |
5575 | 6357 static void oscar_show_awaitingauth(GaimConnection *gc) |
4333 | 6358 { |
7283 | 6359 OscarData *od = gc->proto_data; |
4333 | 6360 gchar *nombre, *text, *tmp; |
6695 | 6361 GaimBlistNode *gnode, *cnode, *bnode; |
4333 | 6362 int num=0; |
6363 | |
6873 | 6364 text = g_strdup(""); |
4333 | 6365 |
4785 | 6366 for (gnode = gaim_get_blist()->root; gnode; gnode = gnode->next) { |
6695 | 6367 GaimGroup *group = (GaimGroup *)gnode; |
4785 | 6368 if(!GAIM_BLIST_NODE_IS_GROUP(gnode)) |
6369 continue; | |
6695 | 6370 for (cnode = gnode->child; cnode; cnode = cnode->next) { |
6371 if(!GAIM_BLIST_NODE_IS_CONTACT(cnode)) | |
4785 | 6372 continue; |
6695 | 6373 for (bnode = cnode->child; bnode; bnode = bnode->next) { |
6374 GaimBuddy *buddy = (GaimBuddy *)bnode; | |
6375 if(!GAIM_BLIST_NODE_IS_BUDDY(bnode)) | |
6376 continue; | |
6377 if (buddy->account == gc->account && aim_ssi_waitingforauth(od->sess->ssi.local, group->name, buddy->name)) { | |
6378 if (gaim_get_buddy_alias_only(buddy)) | |
6379 nombre = g_strdup_printf(" %s (%s)", buddy->name, gaim_get_buddy_alias_only(buddy)); | |
6380 else | |
6381 nombre = g_strdup_printf(" %s", buddy->name); | |
6873 | 6382 tmp = g_strdup_printf("%s%s<br>", text, nombre); |
6695 | 6383 g_free(text); |
6384 text = tmp; | |
6385 g_free(nombre); | |
6386 num++; | |
6387 } | |
4333 | 6388 } |
2979 | 6389 } |
4333 | 6390 } |
6391 | |
6392 if (!num) { | |
6393 g_free(text); | |
6873 | 6394 text = g_strdup(_("<i>you are not waiting for authorization</i>")); |
6395 } | |
6396 | |
6397 gaim_notify_formatted(gc, NULL, _("You are awaiting authorization from " | |
6398 "the following buddies"), _("You can re-request " | |
6399 "authorization from these buddies by " | |
6400 "right-clicking on them and selecting " | |
6401 "\"Re-request Authorization.\""), text, NULL, NULL); | |
4333 | 6402 g_free(text); |
2979 | 6403 } |
6404 | |
7080
fc9c74cfb306
[gaim-migrate @ 7645]
Christian Hammond <chipx86@chipx86.com>
parents:
7067
diff
changeset
|
6405 static void search_by_email_cb(GaimConnection *gc, const char *email) |
fc9c74cfb306
[gaim-migrate @ 7645]
Christian Hammond <chipx86@chipx86.com>
parents:
7067
diff
changeset
|
6406 { |
fc9c74cfb306
[gaim-migrate @ 7645]
Christian Hammond <chipx86@chipx86.com>
parents:
7067
diff
changeset
|
6407 serv_dir_search(gc, "", "", "", "", "", "", "", email); |
fc9c74cfb306
[gaim-migrate @ 7645]
Christian Hammond <chipx86@chipx86.com>
parents:
7067
diff
changeset
|
6408 } |
fc9c74cfb306
[gaim-migrate @ 7645]
Christian Hammond <chipx86@chipx86.com>
parents:
7067
diff
changeset
|
6409 |
fc9c74cfb306
[gaim-migrate @ 7645]
Christian Hammond <chipx86@chipx86.com>
parents:
7067
diff
changeset
|
6410 static void oscar_show_find_email(GaimConnection *gc) |
fc9c74cfb306
[gaim-migrate @ 7645]
Christian Hammond <chipx86@chipx86.com>
parents:
7067
diff
changeset
|
6411 { |
fc9c74cfb306
[gaim-migrate @ 7645]
Christian Hammond <chipx86@chipx86.com>
parents:
7067
diff
changeset
|
6412 gaim_request_input(gc, _("Find Buddy by E-mail"), |
fc9c74cfb306
[gaim-migrate @ 7645]
Christian Hammond <chipx86@chipx86.com>
parents:
7067
diff
changeset
|
6413 _("Search for a buddy by e-mail address"), |
fc9c74cfb306
[gaim-migrate @ 7645]
Christian Hammond <chipx86@chipx86.com>
parents:
7067
diff
changeset
|
6414 _("Type the e-mail address of the buddy you are " |
fc9c74cfb306
[gaim-migrate @ 7645]
Christian Hammond <chipx86@chipx86.com>
parents:
7067
diff
changeset
|
6415 "searching for."), |
fc9c74cfb306
[gaim-migrate @ 7645]
Christian Hammond <chipx86@chipx86.com>
parents:
7067
diff
changeset
|
6416 NULL, FALSE, FALSE, |
fc9c74cfb306
[gaim-migrate @ 7645]
Christian Hammond <chipx86@chipx86.com>
parents:
7067
diff
changeset
|
6417 _("Search"), G_CALLBACK(search_by_email_cb), |
fc9c74cfb306
[gaim-migrate @ 7645]
Christian Hammond <chipx86@chipx86.com>
parents:
7067
diff
changeset
|
6418 _("Cancel"), NULL, gc); |
fc9c74cfb306
[gaim-migrate @ 7645]
Christian Hammond <chipx86@chipx86.com>
parents:
7067
diff
changeset
|
6419 } |
fc9c74cfb306
[gaim-migrate @ 7645]
Christian Hammond <chipx86@chipx86.com>
parents:
7067
diff
changeset
|
6420 |
7366 | 6421 #if 0 |
5917 | 6422 static void oscar_setavailmsg(GaimConnection *gc, char *text) { |
7283 | 6423 OscarData *od = (OscarData *)gc->proto_data; |
5917 | 6424 |
7334 | 6425 aim_locate_setprofile(od->sess, NULL, NULL, 0, NULL, "", 0); |
5917 | 6426 aim_srv_setavailmsg(od->sess, text); |
6427 } | |
6428 | |
6429 static void oscar_show_setavailmsg(GaimConnection *gc) | |
6430 { | |
7313 | 6431 gaim_request_input(gc, NULL, _("Available Message:"), NULL, |
6432 _("I'm doing work and hoping for a distraction--IM me!"), | |
6433 TRUE, FALSE, | |
5917 | 6434 _("OK"), G_CALLBACK(oscar_setavailmsg), |
6435 _("Cancel"), NULL, | |
6436 gc); | |
6437 } | |
7366 | 6438 #endif |
5917 | 6439 |
7067
71e0da45abe6
[gaim-migrate @ 7631]
Christian Hammond <chipx86@chipx86.com>
parents:
7063
diff
changeset
|
6440 static void oscar_show_set_info(GaimConnection *gc) |
71e0da45abe6
[gaim-migrate @ 7631]
Christian Hammond <chipx86@chipx86.com>
parents:
7063
diff
changeset
|
6441 { |
71e0da45abe6
[gaim-migrate @ 7631]
Christian Hammond <chipx86@chipx86.com>
parents:
7063
diff
changeset
|
6442 gaim_account_request_change_user_info(gaim_connection_get_account(gc)); |
71e0da45abe6
[gaim-migrate @ 7631]
Christian Hammond <chipx86@chipx86.com>
parents:
7063
diff
changeset
|
6443 } |
71e0da45abe6
[gaim-migrate @ 7631]
Christian Hammond <chipx86@chipx86.com>
parents:
7063
diff
changeset
|
6444 |
7063
7fdac700deb1
[gaim-migrate @ 7627]
Christian Hammond <chipx86@chipx86.com>
parents:
7060
diff
changeset
|
6445 static void oscar_change_pass(GaimConnection *gc) |
7fdac700deb1
[gaim-migrate @ 7627]
Christian Hammond <chipx86@chipx86.com>
parents:
7060
diff
changeset
|
6446 { |
7fdac700deb1
[gaim-migrate @ 7627]
Christian Hammond <chipx86@chipx86.com>
parents:
7060
diff
changeset
|
6447 gaim_account_request_change_password(gaim_connection_get_account(gc)); |
7fdac700deb1
[gaim-migrate @ 7627]
Christian Hammond <chipx86@chipx86.com>
parents:
7060
diff
changeset
|
6448 } |
7fdac700deb1
[gaim-migrate @ 7627]
Christian Hammond <chipx86@chipx86.com>
parents:
7060
diff
changeset
|
6449 |
5575 | 6450 static void oscar_show_chpassurl(GaimConnection *gc) |
4333 | 6451 { |
7283 | 6452 OscarData *od = gc->proto_data; |
5575 | 6453 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
|
6454 gaim_notify_uri(gc, substituted); |
5517 | 6455 g_free(substituted); |
4333 | 6456 } |
6457 | |
7026 | 6458 static void oscar_show_imforwardingurl(GaimConnection *gc) |
6459 { | |
6460 gaim_notify_uri(gc, "http://mymobile.aol.com/dbreg/register?action=imf&clientID=1"); | |
6461 } | |
6462 | |
5842 | 6463 static void oscar_set_icon(GaimConnection *gc, const char *iconfile) |
6464 { | |
7283 | 6465 OscarData *od = gc->proto_data; |
5844 | 6466 aim_session_t *sess = od->sess; |
5842 | 6467 FILE *file; |
6468 struct stat st; | |
5844 | 6469 |
6039 | 6470 if (iconfile == NULL) { |
6471 /* Set an empty icon, or something */ | |
6472 } else if (!stat(iconfile, &st)) { | |
5842 | 6473 char *buf = g_malloc(st.st_size); |
6474 file = fopen(iconfile, "rb"); | |
6475 if (file) { | |
6052 | 6476 md5_state_t *state; |
6039 | 6477 char md5[16]; |
5842 | 6478 int len = fread(buf, 1, st.st_size, file); |
6039 | 6479 fclose(file); |
6052 | 6480 state = g_malloc(sizeof(md5_state_t)); |
5842 | 6481 md5_init(state); |
6482 md5_append(state, buf, len); | |
6483 md5_finish(state, md5); | |
6484 g_free(state); | |
6485 aim_ssi_seticon(sess, md5, 16); | |
6486 } else | |
6487 gaim_debug(GAIM_DEBUG_ERROR, "oscar", | |
6488 "Can't open buddy icon file!\n"); | |
6489 g_free(buf); | |
6490 } else | |
6491 gaim_debug(GAIM_DEBUG_ERROR, "oscar", | |
6492 "Can't stat buddy icon file!\n"); | |
6493 } | |
6494 | |
6495 | |
5575 | 6496 static GList *oscar_actions(GaimConnection *gc) |
2086 | 6497 { |
7283 | 6498 OscarData *od = gc->proto_data; |
4333 | 6499 struct proto_actions_menu *pam; |
6500 GList *m = NULL; | |
6501 | |
6502 pam = g_new0(struct proto_actions_menu, 1); | |
7853 | 6503 pam->label = _("Set User Info..."); |
7067
71e0da45abe6
[gaim-migrate @ 7631]
Christian Hammond <chipx86@chipx86.com>
parents:
7063
diff
changeset
|
6504 pam->callback = oscar_show_set_info; |
4333 | 6505 pam->gc = gc; |
6506 m = g_list_append(m, pam); | |
6507 | |
7366 | 6508 #if 0 |
5917 | 6509 pam = g_new0(struct proto_actions_menu, 1); |
7853 | 6510 pam->label = _("Set Available Message..."); |
5917 | 6511 pam->callback = oscar_show_setavailmsg; |
6512 pam->gc = gc; | |
6513 m = g_list_append(m, pam); | |
7366 | 6514 #endif |
5917 | 6515 |
5238 | 6516 pam = g_new0(struct proto_actions_menu, 1); |
7853 | 6517 pam->label = _("Change Password..."); |
7063
7fdac700deb1
[gaim-migrate @ 7627]
Christian Hammond <chipx86@chipx86.com>
parents:
7060
diff
changeset
|
6518 pam->callback = oscar_change_pass; |
5238 | 6519 pam->gc = gc; |
6520 m = g_list_append(m, pam); | |
4617 | 6521 |
6522 if (od->sess->authinfo->chpassurl) { | |
6523 pam = g_new0(struct proto_actions_menu, 1); | |
6524 pam->label = _("Change Password (URL)"); | |
6525 pam->callback = oscar_show_chpassurl; | |
6526 pam->gc = gc; | |
6527 m = g_list_append(m, pam); | |
6528 } | |
6529 | |
7026 | 6530 if (od->sess->authinfo->chpassurl) { |
6531 pam = g_new0(struct proto_actions_menu, 1); | |
6532 pam->label = _("Configure IM Forwarding (URL)"); | |
6533 pam->callback = oscar_show_imforwardingurl; | |
6534 pam->gc = gc; | |
6535 m = g_list_append(m, pam); | |
6536 } | |
6537 | |
5238 | 6538 if (!od->icq) { |
4617 | 6539 /* AIM actions */ |
6540 m = g_list_append(m, NULL); | |
4333 | 6541 |
5917 | 6542 pam = g_new0(struct proto_actions_menu, 1); |
7853 | 6543 pam->label = _("Format Screenname..."); |
5844 | 6544 pam->callback = oscar_show_format_screenname; |
4333 | 6545 pam->gc = gc; |
6546 m = g_list_append(m, pam); | |
6547 | |
6548 pam = g_new0(struct proto_actions_menu, 1); | |
6549 pam->label = _("Confirm Account"); | |
6550 pam->callback = oscar_confirm_account; | |
6551 pam->gc = gc; | |
6552 m = g_list_append(m, pam); | |
6553 | |
6554 pam = g_new0(struct proto_actions_menu, 1); | |
7880 | 6555 pam->label = _("Display Currently Registered Address"); |
4333 | 6556 pam->callback = oscar_show_email; |
6557 pam->gc = gc; | |
6558 m = g_list_append(m, pam); | |
6559 | |
6560 pam = g_new0(struct proto_actions_menu, 1); | |
7880 | 6561 pam->label = _("Change Currently Registered Address..."); |
4333 | 6562 pam->callback = oscar_show_change_email; |
6563 pam->gc = gc; | |
6564 m = g_list_append(m, pam); | |
2086 | 6565 } |
4333 | 6566 |
6567 m = g_list_append(m, NULL); | |
6568 | |
6569 pam = g_new0(struct proto_actions_menu, 1); | |
6570 pam->label = _("Show Buddies Awaiting Authorization"); | |
6571 pam->callback = oscar_show_awaitingauth; | |
6572 pam->gc = gc; | |
6573 m = g_list_append(m, pam); | |
6574 | |
2086 | 6575 m = g_list_append(m, NULL); |
4333 | 6576 |
6577 pam = g_new0(struct proto_actions_menu, 1); | |
7853 | 6578 pam->label = _("Search for Buddy by Email..."); |
7080
fc9c74cfb306
[gaim-migrate @ 7645]
Christian Hammond <chipx86@chipx86.com>
parents:
7067
diff
changeset
|
6579 pam->callback = oscar_show_find_email; |
4333 | 6580 pam->gc = gc; |
6581 m = g_list_append(m, pam); | |
6582 | |
4336 | 6583 /* pam = g_new0(struct proto_actions_menu, 1); |
4333 | 6584 pam->label = _("Search for Buddy by Information"); |
6585 pam->callback = show_find_info; | |
6586 pam->gc = gc; | |
4336 | 6587 m = g_list_append(m, pam); */ |
2086 | 6588 |
6589 return m; | |
6590 } | |
6591 | |
5575 | 6592 static void oscar_change_passwd(GaimConnection *gc, const char *old, const char *new) |
2086 | 6593 { |
7283 | 6594 OscarData *od = gc->proto_data; |
4617 | 6595 |
6596 if (od->icq) { | |
6597 aim_icq_changepasswd(od->sess, new); | |
2086 | 6598 } else { |
4617 | 6599 aim_conn_t *conn = aim_getconn_type(od->sess, AIM_CONN_TYPE_AUTH); |
6600 if (conn) { | |
6601 aim_admin_changepasswd(od->sess, conn, new, old); | |
6602 } else { | |
6603 od->chpass = TRUE; | |
6604 od->oldp = g_strdup(old); | |
6605 od->newp = g_strdup(new); | |
6606 aim_reqservice(od->sess, od->conn, AIM_CONN_TYPE_AUTH); | |
6607 } | |
2086 | 6608 } |
6609 } | |
6610 | |
6059 | 6611 static void oscar_convo_closed(GaimConnection *gc, const char *who) |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
6612 { |
7283 | 6613 OscarData *od = gc->proto_data; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
6614 struct direct_im *dim = find_direct_im(od, who); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
6615 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
6616 if (!dim) |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
6617 return; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
6618 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
6619 od->direct_ims = g_slist_remove(od->direct_ims, dim); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
6620 gaim_input_remove(dim->watcher); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
6621 aim_conn_kill(od->sess, &dim->conn); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
6622 g_free(dim); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
6623 } |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
6624 |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6625 static GaimPluginProtocolInfo prpl_info = |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6626 { |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6627 GAIM_PROTO_OSCAR, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6628 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
|
6629 NULL, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6630 NULL, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6631 oscar_list_icon, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6632 oscar_list_emblems, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6633 oscar_status_text, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6634 oscar_tooltip_text, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6635 oscar_away_states, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6636 oscar_actions, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6637 oscar_buddy_menu, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6638 oscar_chat_info, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6639 oscar_login, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6640 oscar_close, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6641 oscar_send_im, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6642 oscar_set_info, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6643 oscar_send_typing, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6644 oscar_get_info, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6645 oscar_set_away, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6646 oscar_get_away, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6647 oscar_set_dir, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6648 NULL, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6649 oscar_dir_search, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6650 oscar_set_idle, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6651 oscar_change_passwd, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6652 oscar_add_buddy, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6653 oscar_add_buddies, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6654 oscar_remove_buddy, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6655 oscar_remove_buddies, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6656 oscar_add_permit, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6657 oscar_add_deny, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6658 oscar_rem_permit, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6659 oscar_rem_deny, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6660 oscar_set_permit_deny, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6661 oscar_warn, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6662 oscar_join_chat, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6663 oscar_chat_invite, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6664 oscar_chat_leave, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6665 NULL, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6666 oscar_chat_send, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6667 oscar_keepalive, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6668 NULL, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6669 NULL, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6670 NULL, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6671 #ifndef NOSSI |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6672 oscar_alias_buddy, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6673 oscar_move_buddy, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6674 oscar_rename_group, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6675 #else |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6676 NULL, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6677 NULL, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6678 NULL, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6679 #endif |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6680 NULL, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6681 oscar_convo_closed, |
5842 | 6682 NULL, |
7650 | 6683 oscar_set_icon |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6684 }; |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6685 |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6686 static GaimPluginInfo info = |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6687 { |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6688 2, /**< api_version */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6689 GAIM_PLUGIN_PROTOCOL, /**< type */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6690 NULL, /**< ui_requirement */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6691 0, /**< flags */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6692 NULL, /**< dependencies */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6693 GAIM_PRIORITY_DEFAULT, /**< priority */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6694 |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6695 "prpl-oscar", /**< id */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6696 "AIM/ICQ", /**< name */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6697 VERSION, /**< version */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6698 /** summary */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6699 N_("AIM/ICQ Protocol Plugin"), |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6700 /** description */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6701 N_("AIM/ICQ Protocol Plugin"), |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6702 NULL, /**< author */ |
6371
8f94cce8faa5
[gaim-migrate @ 6876]
Christian Hammond <chipx86@chipx86.com>
parents:
6350
diff
changeset
|
6703 GAIM_WEBSITE, /**< homepage */ |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6704 |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6705 NULL, /**< load */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6706 NULL, /**< unload */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6707 NULL, /**< destroy */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6708 |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6709 NULL, /**< ui_info */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6710 &prpl_info /**< extra_info */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6711 }; |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6712 |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6713 static void |
5920
7d385de2f9cd
[gaim-migrate @ 6360]
Christian Hammond <chipx86@chipx86.com>
parents:
5917
diff
changeset
|
6714 init_plugin(GaimPlugin *plugin) |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6715 { |
5638
0bdfa28c678e
[gaim-migrate @ 6047]
Christian Hammond <chipx86@chipx86.com>
parents:
5631
diff
changeset
|
6716 GaimAccountOption *option; |
0bdfa28c678e
[gaim-migrate @ 6047]
Christian Hammond <chipx86@chipx86.com>
parents:
5631
diff
changeset
|
6717 |
5685
43ea75092684
[gaim-migrate @ 6106]
Christian Hammond <chipx86@chipx86.com>
parents:
5681
diff
changeset
|
6718 option = gaim_account_option_string_new(_("Auth host"), "server", |
5638
0bdfa28c678e
[gaim-migrate @ 6047]
Christian Hammond <chipx86@chipx86.com>
parents:
5631
diff
changeset
|
6719 "login.oscar.aol.com"); |
0bdfa28c678e
[gaim-migrate @ 6047]
Christian Hammond <chipx86@chipx86.com>
parents:
5631
diff
changeset
|
6720 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, |
0bdfa28c678e
[gaim-migrate @ 6047]
Christian Hammond <chipx86@chipx86.com>
parents:
5631
diff
changeset
|
6721 option); |
0bdfa28c678e
[gaim-migrate @ 6047]
Christian Hammond <chipx86@chipx86.com>
parents:
5631
diff
changeset
|
6722 |
5685
43ea75092684
[gaim-migrate @ 6106]
Christian Hammond <chipx86@chipx86.com>
parents:
5681
diff
changeset
|
6723 option = gaim_account_option_int_new(_("Auth port"), "port", 5190); |
5638
0bdfa28c678e
[gaim-migrate @ 6047]
Christian Hammond <chipx86@chipx86.com>
parents:
5631
diff
changeset
|
6724 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, |
0bdfa28c678e
[gaim-migrate @ 6047]
Christian Hammond <chipx86@chipx86.com>
parents:
5631
diff
changeset
|
6725 option); |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6726 |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6727 my_protocol = plugin; |
2086 | 6728 } |
6729 | |
5920
7d385de2f9cd
[gaim-migrate @ 6360]
Christian Hammond <chipx86@chipx86.com>
parents:
5917
diff
changeset
|
6730 GAIM_INIT_PLUGIN(oscar, init_plugin, info); |