Mercurial > pidgin.yaz
annotate src/protocols/oscar/oscar.c @ 10794:d34054fcab50
[gaim-migrate @ 12436]
remove that #if 0
committer: Tailor Script <tailor@pidgin.im>
author | Tim Ringenbach <marv@pidgin.im> |
---|---|
date | Fri, 08 Apr 2005 01:34:46 +0000 |
parents | 4a2f361f49b9 |
children | d087e928ffd1 |
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 | |
8151 | 7 * Some code copyright (C) 2001-2004, Mark Doliner <thekingant@users.sourceforge.net> |
6302 | 8 * |
9 * Most libfaim code copyright (C) 1998-2001 Adam Fritzler <afritz@auk.cx> | |
8151 | 10 * Some libfaim code copyright (C) 2001-2004 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 | |
10485 | 19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
2086 | 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" |
8231
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8227
diff
changeset
|
37 #include "network.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" |
9943 | 44 #include "version.h" |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
45 |
2086 | 46 #include "aim.h" |
5842 | 47 #include "md5.h" |
2086 | 48 |
9976 | 49 #define OSCAR_STATUS_ID_INVISIBLE "invisible" |
50 #define OSCAR_STATUS_ID_OFFLINE "offline" | |
51 #define OSCAR_STATUS_ID_ONLINE "online" | |
9991 | 52 #define OSCAR_STATUS_ID_AVAILABLE "available" |
9976 | 53 #define OSCAR_STATUS_ID_AWAY "away" |
54 #define OSCAR_STATUS_ID_DND "dnd" | |
55 #define OSCAR_STATUS_ID_NA "na" | |
56 #define OSCAR_STATUS_ID_OCCUPIED "occupied" | |
57 #define OSCAR_STATUS_ID_FREE4CHAT "free4chat" | |
58 #define OSCAR_STATUS_ID_CUSTOM "custom" | |
9975 | 59 |
2086 | 60 #define AIMHASHDATA "http://gaim.sourceforge.net/aim_data.php3" |
61 | |
7283 | 62 #define OSCAR_CONNECT_STEPS 6 |
9830 | 63 #define OSCAR_DEFAULT_CUSTOM_ENCODING "ISO-8859-1" |
10570 | 64 #define OSCAR_DEFAULT_AUTHORIZATION TRUE |
65 #define OSCAR_DEFAULT_HIDE_IP TRUE | |
66 #define OSCAR_DEFAULT_WEB_AWARE FALSE | |
7283 | 67 |
10329 | 68 #define FAIM_DEBUG_LEVEL 0 |
69 | |
7376 | 70 static int caps_aim = AIM_CAPS_CHAT | AIM_CAPS_BUDDYICON | AIM_CAPS_DIRECTIM | AIM_CAPS_SENDFILE | AIM_CAPS_INTEROPERATE | AIM_CAPS_ICHAT; |
71 static int caps_icq = AIM_CAPS_BUDDYICON | AIM_CAPS_DIRECTIM | AIM_CAPS_SENDFILE | AIM_CAPS_ICQUTF8 | AIM_CAPS_INTEROPERATE | AIM_CAPS_ICHAT; | |
3458 | 72 |
4665 | 73 static fu8_t features_aim[] = {0x01, 0x01, 0x01, 0x02}; |
74 static fu8_t features_icq[] = {0x01, 0x06}; | |
8341 | 75 static fu8_t ck[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; |
2086 | 76 |
7283 | 77 typedef struct _OscarData OscarData; |
78 struct _OscarData { | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
79 aim_session_t *sess; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
80 aim_conn_t *conn; |
2086 | 81 |
82 guint cnpa; | |
83 guint paspa; | |
3694 | 84 guint emlpa; |
4804 | 85 guint icopa; |
2086 | 86 |
4823 | 87 gboolean iconconnecting; |
5842 | 88 gboolean set_icon; |
4823 | 89 |
2822
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
90 GSList *create_rooms; |
2086 | 91 |
92 gboolean conf; | |
93 gboolean reqemail; | |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
94 gboolean setemail; |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
95 char *email; |
2979 | 96 gboolean setnick; |
97 char *newsn; | |
2086 | 98 gboolean chpass; |
99 char *oldp; | |
100 char *newp; | |
9971 | 101 |
2086 | 102 GSList *oscar_chats; |
103 GSList *direct_ims; | |
3630 | 104 GSList *file_transfers; |
4738 | 105 GHashTable *buddyinfo; |
4804 | 106 GSList *requesticon; |
2086 | 107 |
2501
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
108 gboolean killme; |
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
109 gboolean icq; |
4804 | 110 guint icontimer; |
5968 | 111 guint getblisttimer; |
8341 | 112 guint getinfotimer; |
10567 | 113 gint timeoffset; |
2993 | 114 |
115 struct { | |
4230 | 116 guint maxwatchers; /* max users who can watch you */ |
2993 | 117 guint maxbuddies; /* max users you can watch */ |
4230 | 118 guint maxgroups; /* max groups in server list */ |
2993 | 119 guint maxpermits; /* max users on permit list */ |
120 guint maxdenies; /* max users on deny list */ | |
121 guint maxsiglen; /* max size (bytes) of profile */ | |
122 guint maxawaymsglen; /* max size (bytes) of posted away message */ | |
123 } rights; | |
2086 | 124 }; |
125 | |
2822
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
126 struct create_room { |
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
127 char *name; |
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
128 int exchange; |
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
129 }; |
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
130 |
2086 | 131 struct chat_connection { |
132 char *name; | |
133 char *show; /* AOL did something funny to us */ | |
2821
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
134 fu16_t exchange; |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
135 fu16_t instance; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
136 aim_conn_t *conn; |
2086 | 137 int inpa; |
138 int id; | |
5575 | 139 GaimConnection *gc; /* i hate this. */ |
8733 | 140 GaimConversation *conv; /* bah. */ |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
141 int maxlen; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
142 int maxvis; |
2086 | 143 }; |
144 | |
8971 | 145 struct oscar_direct_im { |
5575 | 146 GaimConnection *gc; |
2086 | 147 char name[80]; |
148 int watcher; | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
149 aim_conn_t *conn; |
3008 | 150 gboolean connected; |
8978 | 151 gboolean gpc_pend; |
152 gboolean killme; | |
8984 | 153 gboolean donttryagain; |
2086 | 154 }; |
155 | |
156 struct ask_direct { | |
5575 | 157 GaimConnection *gc; |
2086 | 158 char *sn; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
159 char ip[64]; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
160 fu8_t cookie[8]; |
8984 | 161 gboolean donttryagain; |
2086 | 162 }; |
163 | |
7011 | 164 /* |
165 * Various PRPL-specific buddy info that we want to keep track of | |
166 * Some other info is maintained by locate.c, and I'd like to move | |
167 * the rest of this to libfaim, mostly im.c | |
168 */ | |
4738 | 169 struct buddyinfo { |
170 gboolean typingnot; | |
6292 | 171 gchar *availmsg; |
6857 | 172 fu32_t ipaddr; |
5836 | 173 |
174 unsigned long ico_me_len; | |
175 unsigned long ico_me_csum; | |
176 time_t ico_me_time; | |
177 gboolean ico_informed; | |
4738 | 178 |
179 unsigned long ico_len; | |
180 unsigned long ico_csum; | |
181 time_t ico_time; | |
182 gboolean ico_need; | |
7406 | 183 gboolean ico_sent; |
2086 | 184 }; |
185 | |
4230 | 186 struct name_data { |
5575 | 187 GaimConnection *gc; |
4230 | 188 gchar *name; |
3453 | 189 gchar *nick; |
3141 | 190 }; |
191 | |
5129 | 192 static char *msgerrreason[] = { |
193 N_("Invalid error"), | |
194 N_("Invalid SNAC"), | |
195 N_("Rate to host"), | |
196 N_("Rate to client"), | |
197 N_("Not logged in"), | |
198 N_("Service unavailable"), | |
199 N_("Service not defined"), | |
200 N_("Obsolete SNAC"), | |
201 N_("Not supported by host"), | |
202 N_("Not supported by client"), | |
203 N_("Refused by client"), | |
204 N_("Reply too big"), | |
205 N_("Responses lost"), | |
206 N_("Request denied"), | |
207 N_("Busted SNAC payload"), | |
208 N_("Insufficient rights"), | |
209 N_("In local permit/deny"), | |
210 N_("Too evil (sender)"), | |
211 N_("Too evil (receiver)"), | |
212 N_("User temporarily unavailable"), | |
213 N_("No match"), | |
214 N_("List overflow"), | |
215 N_("Request ambiguous"), | |
216 N_("Queue full"), | |
217 N_("Not while on AOL") | |
218 }; | |
219 static int msgerrreasonlen = 25; | |
220 | |
221 /* All the libfaim->gaim callback functions */ | |
222 static int gaim_parse_auth_resp (aim_session_t *, aim_frame_t *, ...); | |
223 static int gaim_parse_login (aim_session_t *, aim_frame_t *, ...); | |
10464 | 224 static int gaim_parse_auth_securid_request(aim_session_t *, aim_frame_t *, ...); |
5129 | 225 static int gaim_handle_redirect (aim_session_t *, aim_frame_t *, ...); |
226 static int gaim_info_change (aim_session_t *, aim_frame_t *, ...); | |
227 static int gaim_account_confirm (aim_session_t *, aim_frame_t *, ...); | |
228 static int gaim_parse_oncoming (aim_session_t *, aim_frame_t *, ...); | |
229 static int gaim_parse_offgoing (aim_session_t *, aim_frame_t *, ...); | |
230 static int gaim_parse_incoming_im(aim_session_t *, aim_frame_t *, ...); | |
231 static int gaim_parse_misses (aim_session_t *, aim_frame_t *, ...); | |
232 static int gaim_parse_clientauto (aim_session_t *, aim_frame_t *, ...); | |
7011 | 233 static int gaim_parse_userinfo (aim_session_t *, aim_frame_t *, ...); |
8341 | 234 static int gaim_reqinfo_timeout (aim_session_t *, aim_frame_t *, ...); |
5129 | 235 static int gaim_parse_motd (aim_session_t *, aim_frame_t *, ...); |
236 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
|
237 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
|
238 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
|
239 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
|
240 static int gaim_conv_chat_incoming_msg(aim_session_t *, aim_frame_t *, ...); |
5129 | 241 static int gaim_email_parseupdate(aim_session_t *, aim_frame_t *, ...); |
242 static int gaim_icon_error (aim_session_t *, aim_frame_t *, ...); | |
243 static int gaim_icon_parseicon (aim_session_t *, aim_frame_t *, ...); | |
5844 | 244 static int oscar_icon_req (aim_session_t *, aim_frame_t *, ...); |
5129 | 245 static int gaim_parse_msgack (aim_session_t *, aim_frame_t *, ...); |
246 static int gaim_parse_ratechange (aim_session_t *, aim_frame_t *, ...); | |
247 static int gaim_parse_evilnotify (aim_session_t *, aim_frame_t *, ...); | |
248 static int gaim_parse_searcherror(aim_session_t *, aim_frame_t *, ...); | |
249 static int gaim_parse_searchreply(aim_session_t *, aim_frame_t *, ...); | |
250 static int gaim_bosrights (aim_session_t *, aim_frame_t *, ...); | |
251 static int gaim_connerr (aim_session_t *, aim_frame_t *, ...); | |
252 static int conninitdone_admin (aim_session_t *, aim_frame_t *, ...); | |
253 static int conninitdone_bos (aim_session_t *, aim_frame_t *, ...); | |
254 static int conninitdone_chatnav (aim_session_t *, aim_frame_t *, ...); | |
255 static int conninitdone_chat (aim_session_t *, aim_frame_t *, ...); | |
256 static int conninitdone_email (aim_session_t *, aim_frame_t *, ...); | |
257 static int conninitdone_icon (aim_session_t *, aim_frame_t *, ...); | |
258 static int gaim_parse_msgerr (aim_session_t *, aim_frame_t *, ...); | |
259 static int gaim_parse_mtn (aim_session_t *, aim_frame_t *, ...); | |
260 static int gaim_parse_locaterights(aim_session_t *, aim_frame_t *, ...); | |
261 static int gaim_parse_buddyrights(aim_session_t *, aim_frame_t *, ...); | |
262 static int gaim_parse_locerr (aim_session_t *, aim_frame_t *, ...); | |
263 static int gaim_icbm_param_info (aim_session_t *, aim_frame_t *, ...); | |
264 static int gaim_parse_genericerr (aim_session_t *, aim_frame_t *, ...); | |
265 static int gaim_memrequest (aim_session_t *, aim_frame_t *, ...); | |
266 static int gaim_selfinfo (aim_session_t *, aim_frame_t *, ...); | |
267 static int gaim_offlinemsg (aim_session_t *, aim_frame_t *, ...); | |
268 static int gaim_offlinemsgdone (aim_session_t *, aim_frame_t *, ...); | |
269 static int gaim_icqalias (aim_session_t *, aim_frame_t *, ...); | |
270 static int gaim_icqinfo (aim_session_t *, aim_frame_t *, ...); | |
271 static int gaim_popup (aim_session_t *, aim_frame_t *, ...); | |
272 #ifndef NOSSI | |
273 static int gaim_ssi_parseerr (aim_session_t *, aim_frame_t *, ...); | |
274 static int gaim_ssi_parserights (aim_session_t *, aim_frame_t *, ...); | |
275 static int gaim_ssi_parselist (aim_session_t *, aim_frame_t *, ...); | |
276 static int gaim_ssi_parseack (aim_session_t *, aim_frame_t *, ...); | |
8227 | 277 static int gaim_ssi_parseadd (aim_session_t *, aim_frame_t *, ...); |
5129 | 278 static int gaim_ssi_authgiven (aim_session_t *, aim_frame_t *, ...); |
279 static int gaim_ssi_authrequest (aim_session_t *, aim_frame_t *, ...); | |
280 static int gaim_ssi_authreply (aim_session_t *, aim_frame_t *, ...); | |
281 static int gaim_ssi_gotadded (aim_session_t *, aim_frame_t *, ...); | |
282 #endif | |
283 | |
284 /* for DirectIM/image transfer */ | |
285 static int gaim_odc_initiate (aim_session_t *, aim_frame_t *, ...); | |
286 static int gaim_odc_incoming (aim_session_t *, aim_frame_t *, ...); | |
287 static int gaim_odc_typing (aim_session_t *, aim_frame_t *, ...); | |
6982 | 288 static int gaim_odc_update_ui (aim_session_t *, aim_frame_t *, ...); |
5129 | 289 |
290 /* for file transfer */ | |
291 static int oscar_sendfile_estblsh(aim_session_t *, aim_frame_t *, ...); | |
292 static int oscar_sendfile_prompt (aim_session_t *, aim_frame_t *, ...); | |
293 static int oscar_sendfile_ack (aim_session_t *, aim_frame_t *, ...); | |
294 static int oscar_sendfile_done (aim_session_t *, aim_frame_t *, ...); | |
295 | |
296 static gboolean gaim_icon_timerfunc(gpointer data); | |
8971 | 297 static void oscar_callback(gpointer data, gint source, GaimInputCondition condition); |
8983 | 298 static void oscar_direct_im_initiate(GaimConnection *gc, const char *who, const char *cookie); |
5954 | 299 static void oscar_set_info(GaimConnection *gc, const char *text); |
9935 | 300 static void recent_buddies_cb(const char *name, GaimPrefType type, gpointer value, gpointer data); |
301 | |
5836 | 302 static void oscar_free_name_data(struct name_data *data) { |
4230 | 303 g_free(data->name); |
304 g_free(data->nick); | |
305 g_free(data); | |
306 } | |
307 | |
5836 | 308 static void oscar_free_buddyinfo(void *data) { |
309 struct buddyinfo *bi = data; | |
6292 | 310 g_free(bi->availmsg); |
5836 | 311 g_free(bi); |
312 } | |
313 | |
9807 | 314 static fu32_t oscar_charset_check(const char *utf8) |
5129 | 315 { |
316 int i = 0; | |
9826 | 317 int charset = AIM_CHARSET_ASCII; |
5129 | 318 |
319 /* Determine how we can send this message. Per the warnings elsewhere | |
320 * in this file, these little checks determine the simplest encoding | |
321 * we can use for a given message send using it. */ | |
322 while (utf8[i]) { | |
323 if ((unsigned char)utf8[i] > 0x7f) { | |
324 /* not ASCII! */ | |
9826 | 325 charset = AIM_CHARSET_CUSTOM; |
5129 | 326 break; |
327 } | |
328 i++; | |
329 } | |
330 while (utf8[i]) { | |
331 /* ISO-8859-1 is 0x00-0xbf in the first byte | |
332 * followed by 0xc0-0xc3 in the second */ | |
333 if ((unsigned char)utf8[i] < 0x80) { | |
334 i++; | |
335 continue; | |
336 } else if (((unsigned char)utf8[i] & 0xfc) == 0xc0 && | |
337 ((unsigned char)utf8[i + 1] & 0xc0) == 0x80) { | |
338 i += 2; | |
339 continue; | |
340 } | |
9826 | 341 charset = AIM_CHARSET_UNICODE; |
5129 | 342 break; |
343 } | |
344 | |
9807 | 345 return charset; |
5129 | 346 } |
347 | |
8225 | 348 /* |
349 * Take a string of the form charset="bleh" where bleh is | |
350 * one of us-ascii, utf-8, iso-8859-1, or unicode-2-0, and | |
351 * return a newly allocated string containing bleh. | |
352 */ | |
353 static gchar *oscar_encoding_extract(const char *encoding) | |
5129 | 354 { |
8225 | 355 gchar *ret = NULL; |
356 char *begin, *end; | |
357 | |
9933 | 358 g_return_val_if_fail(encoding != NULL, NULL); |
359 | |
8735
92cbf9713795
[gaim-migrate @ 9490]
Christian Hammond <chipx86@chipx86.com>
parents:
8733
diff
changeset
|
360 /* Make sure encoding begins with charset= */ |
10540 | 361 if (strncmp(encoding, "text/aolrtf; charset=", 21) && |
362 strncmp(encoding, "text/x-aolrtf; charset=", 23)) | |
363 { | |
8225 | 364 return NULL; |
10540 | 365 } |
8225 | 366 |
367 begin = strchr(encoding, '"'); | |
368 end = strrchr(encoding, '"'); | |
369 | |
370 if ((begin == NULL) || (end == NULL) || (begin >= end)) | |
371 return NULL; | |
372 | |
373 ret = g_strndup(begin+1, (end-1) - begin); | |
374 | |
375 return ret; | |
376 } | |
377 | |
9830 | 378 static gchar * |
379 oscar_encoding_to_utf8(const char *encoding, const char *text, int textlen) | |
5129 | 380 { |
381 gchar *utf8 = NULL; | |
9595 | 382 |
383 if ((encoding == NULL) || encoding[0] == '\0') { | |
384 gaim_debug_info("oscar", "Empty encoding, assuming UTF-8\n"); | |
10396 | 385 } else if (!strcasecmp(encoding, "iso-8859-1")) { |
10376 | 386 utf8 = g_convert(text, textlen, "UTF-8", "iso-8859-1", NULL, NULL, NULL); |
10396 | 387 } else if (!strcasecmp(encoding, "ISO-8859-1-Windows-3.1-Latin-1")) { |
10375 | 388 utf8 = g_convert(text, textlen, "UTF-8", "Windows-1252", NULL, NULL, NULL); |
10396 | 389 } else if (!strcasecmp(encoding, "unicode-2-0")) { |
9595 | 390 utf8 = g_convert(text, textlen, "UTF-8", "UCS-2BE", NULL, NULL, NULL); |
10396 | 391 } else if (strcasecmp(encoding, "us-ascii") && strcmp(encoding, "utf-8")) { |
9595 | 392 gaim_debug_warning("oscar", "Unrecognized character encoding \"%s\", " |
10096 | 393 "attempting to convert to UTF-8 anyway\n", encoding); |
9595 | 394 utf8 = g_convert(text, textlen, "UTF-8", encoding, NULL, NULL, NULL); |
395 } | |
396 | |
397 /* | |
398 * If utf8 is still NULL then either the encoding is us-ascii/utf-8 or | |
399 * we have been unable to convert the text to utf-8 from the encoding | |
400 * that was specified. So we check if the text is valid utf-8 then | |
401 * just copy it. | |
402 */ | |
403 if (utf8 == NULL) { | |
9638 | 404 if (textlen != 0 && *text != '\0' |
405 && !g_utf8_validate(text, textlen, NULL)) | |
9908 | 406 utf8 = g_strdup(_("(There was an error receiving this message. The buddy you are speaking to most likely has a buggy client.)")); |
9476 | 407 else |
9481 | 408 utf8 = g_strndup(text, textlen); |
5129 | 409 } |
410 | |
411 return utf8; | |
412 } | |
413 | |
9830 | 414 static gchar * |
9908 | 415 gaim_plugin_oscar_convert_to_utf8(const fu8_t *data, fu16_t datalen, const char *charsetstr, gboolean fallback) |
9830 | 416 { |
417 gchar *ret = NULL; | |
418 GError *err = NULL; | |
419 | |
9908 | 420 if ((charsetstr == NULL) || (*charsetstr == '\0')) |
421 return NULL; | |
422 | |
423 if (strcasecmp("UTF-8", charsetstr)) { | |
424 if (fallback) | |
425 ret = g_convert_with_fallback(data, datalen, "UTF-8", charsetstr, "?", NULL, NULL, &err); | |
426 else | |
427 ret = g_convert(data, datalen, "UTF-8", charsetstr, NULL, NULL, &err); | |
428 if (err != NULL) { | |
429 gaim_debug_warning("oscar", "Conversation from %s failed: %s.\n", | |
430 charsetstr, err->message); | |
431 g_error_free(err); | |
432 } | |
433 } else { | |
434 if (g_utf8_validate(data, datalen, NULL)) | |
435 ret = g_strndup(data, datalen); | |
436 else | |
437 gaim_debug_warning("oscar", "String is not valid UTF-8.\n"); | |
438 } | |
439 | |
440 return ret; | |
441 } | |
442 | |
443 /* | |
444 * We try decoding using two different character sets. The charset | |
445 * specified in the IM determines the order in which we attempt to | |
446 * decode. We do this because there are lots of broken ICQ clients | |
447 * that don't correctly send non-ASCII messages. And if Gaim isn't | |
448 * able to deal with that crap, then people complain like banshees. | |
449 * charsetstr1 is always set to what the correct encoding should be. | |
450 */ | |
451 static gchar * | |
452 gaim_plugin_oscar_decode_im_part(GaimAccount *account, const char *sourcesn, fu16_t charset, fu16_t charsubset, fu8_t *data, fu16_t datalen) | |
453 { | |
454 gchar *ret = NULL; | |
455 const gchar *charsetstr1, *charsetstr2; | |
456 | |
457 gaim_debug_info("oscar", "Parsing IM part, charset=0x%04hx, charsubset=0x%04hx, datalen=%hd\n", charset, charsubset, datalen); | |
9830 | 458 |
459 if ((datalen == 0) || (data == NULL)) | |
460 return NULL; | |
461 | |
9908 | 462 if (charset == AIM_CHARSET_UNICODE) { |
463 charsetstr1 = "UCS-2BE"; | |
464 charsetstr2 = "UTF-8"; | |
465 } else if (charset == AIM_CHARSET_CUSTOM) { | |
9975 | 466 if ((sourcesn != NULL) && aim_sn_is_icq(sourcesn)) |
9908 | 467 charsetstr1 = gaim_account_get_string(account, "encoding", OSCAR_DEFAULT_CUSTOM_ENCODING); |
9830 | 468 else |
9908 | 469 charsetstr1 = "ISO-8859-1"; |
470 charsetstr2 = "UTF-8"; | |
471 } else if (charset == AIM_CHARSET_ASCII) { | |
472 /* Should just be "ASCII" */ | |
9914 | 473 charsetstr1 = "ASCII"; |
9908 | 474 charsetstr2 = gaim_account_get_string(account, "encoding", OSCAR_DEFAULT_CUSTOM_ENCODING); |
475 } else if (charset == 0x000d) { | |
9830 | 476 /* Mobile AIM client on a Nokia 3100 and an LG VX6000 */ |
9908 | 477 charsetstr1 = "ISO-8859-1"; |
478 charsetstr2 = gaim_account_get_string(account, "encoding", OSCAR_DEFAULT_CUSTOM_ENCODING); | |
479 } else { | |
9830 | 480 /* Unknown, hope for valid UTF-8... */ |
9908 | 481 charsetstr1 = "UTF-8"; |
482 charsetstr2 = gaim_account_get_string(account, "encoding", OSCAR_DEFAULT_CUSTOM_ENCODING); | |
483 } | |
484 | |
485 ret = gaim_plugin_oscar_convert_to_utf8(data, datalen, charsetstr1, FALSE); | |
486 if (ret == NULL) | |
487 ret = gaim_plugin_oscar_convert_to_utf8(data, datalen, charsetstr2, TRUE); | |
488 if (ret == NULL) | |
489 ret = g_strdup(_("(There was an error receiving this message. The buddy you are speaking to most likely has a buggy client.)")); | |
9830 | 490 |
491 return ret; | |
492 } | |
493 | |
494 static void | |
495 gaim_plugin_oscar_convert_to_best_encoding(GaimConnection *gc, const char *destsn, const gchar *from, | |
10039 | 496 gchar **msg, int *msglen_int, |
9830 | 497 fu16_t *charset, fu16_t *charsubset) |
498 { | |
499 OscarData *od = gc->proto_data; | |
500 GaimAccount *account = gaim_connection_get_account(gc); | |
501 GError *err = NULL; | |
502 aim_userinfo_t *userinfo = NULL; | |
503 const gchar *charsetstr; | |
10039 | 504 gsize msglen; |
9830 | 505 |
506 /* Attempt to send as ASCII */ | |
10098 | 507 if (oscar_charset_check(from) == AIM_CHARSET_ASCII) { |
10097 | 508 *msg = g_convert(from, strlen(from), "ASCII", "UTF-8", NULL, &msglen, NULL); |
10098 | 509 *charset = AIM_CHARSET_ASCII; |
9830 | 510 *charsubset = 0x0000; |
10039 | 511 *msglen_int = msglen; |
9830 | 512 return; |
513 } | |
514 | |
515 /* | |
10565 | 516 * If we're sending to an ICQ user, and they are in our |
517 * buddy list, and they are advertising the Unicode | |
518 * capability, and they are online, then attempt to send | |
519 * as UCS-2BE. | |
9830 | 520 */ |
9975 | 521 if ((destsn != NULL) && aim_sn_is_icq(destsn)) |
9830 | 522 userinfo = aim_locate_finduserinfo(od->sess, destsn); |
523 | |
10565 | 524 if ((userinfo != NULL) && (userinfo->capabilities & AIM_CAPS_ICQUTF8)) |
525 { | |
526 GaimBuddy *b; | |
527 b = gaim_find_buddy(account, destsn); | |
528 if ((b != NULL) && (GAIM_BUDDY_IS_ONLINE(b))) | |
529 { | |
530 *msg = g_convert(from, strlen(from), "UCS-2BE", "UTF-8", NULL, &msglen, NULL); | |
531 if (*msg != NULL) | |
532 { | |
533 *charset = AIM_CHARSET_UNICODE; | |
534 *charsubset = 0x0000; | |
535 *msglen_int = msglen; | |
536 return; | |
537 } | |
9830 | 538 } |
539 } | |
540 | |
541 /* | |
542 * If this is AIM then attempt to send as ISO-8859-1. If this is | |
543 * ICQ then attempt to send as the user specified character encoding. | |
544 */ | |
545 charsetstr = "ISO-8859-1"; | |
9975 | 546 if ((destsn != NULL) && aim_sn_is_icq(destsn)) |
9830 | 547 charsetstr = gaim_account_get_string(account, "encoding", OSCAR_DEFAULT_CUSTOM_ENCODING); |
548 | |
10097 | 549 /* |
550 * XXX - We need a way to only attempt to convert if we KNOW "from" | |
551 * can be converted to "charsetstr" | |
552 */ | |
10039 | 553 *msg = g_convert(from, strlen(from), charsetstr, "UTF-8", NULL, &msglen, NULL); |
9830 | 554 if (*msg != NULL) { |
555 *charset = AIM_CHARSET_CUSTOM; | |
556 *charsubset = 0x0000; | |
10039 | 557 *msglen_int = msglen; |
9830 | 558 return; |
559 } | |
560 | |
561 /* | |
562 * Nothing else worked, so send as UCS-2BE. | |
563 */ | |
10039 | 564 *msg = g_convert(from, strlen(from), "UCS-2BE", "UTF-8", NULL, &msglen, &err); |
9830 | 565 if (*msg != NULL) { |
566 *charset = AIM_CHARSET_UNICODE; | |
567 *charsubset = 0x0000; | |
10039 | 568 *msglen_int = msglen; |
9830 | 569 return; |
570 } | |
571 | |
9908 | 572 gaim_debug_error("oscar", "Error converting a Unicode message: %s\n", err->message); |
9830 | 573 g_error_free(err); |
574 | |
575 gaim_debug_error("oscar", "This should NEVER happen! Sending UTF-8 text flagged as ASCII.\n"); | |
576 *msg = g_strdup(from); | |
10039 | 577 *msglen_int = strlen(*msg); |
9830 | 578 *charset = AIM_CHARSET_ASCII; |
579 *charsubset = 0x0000; | |
580 return; | |
581 } | |
582 | |
9407 | 583 gchar *oscar_caps_to_string(guint caps) |
8701 | 584 { |
9407 | 585 GString *str; |
586 gchar *tmp; | |
8701 | 587 guint bit = 1; |
588 | |
9407 | 589 str = g_string_new(""); |
590 | |
8701 | 591 if (!caps) { |
592 return NULL; | |
593 } else while (bit <= AIM_CAPS_LAST) { | |
594 if (bit & caps) { | |
595 switch (bit) { | |
596 case AIM_CAPS_BUDDYICON: | |
597 tmp = _("Buddy Icon"); | |
598 break; | |
599 case AIM_CAPS_TALK: | |
600 tmp = _("Voice"); | |
601 break; | |
602 case AIM_CAPS_DIRECTIM: | |
603 tmp = _("AIM Direct IM"); | |
604 break; | |
605 case AIM_CAPS_CHAT: | |
606 tmp = _("Chat"); | |
607 break; | |
608 case AIM_CAPS_GETFILE: | |
609 tmp = _("Get File"); | |
610 break; | |
611 case AIM_CAPS_SENDFILE: | |
612 tmp = _("Send File"); | |
613 break; | |
614 case AIM_CAPS_GAMES: | |
615 case AIM_CAPS_GAMES2: | |
616 tmp = _("Games"); | |
617 break; | |
618 case AIM_CAPS_ADDINS: | |
619 tmp = _("Add-Ins"); | |
620 break; | |
621 case AIM_CAPS_SENDBUDDYLIST: | |
622 tmp = _("Send Buddy List"); | |
623 break; | |
624 case AIM_CAPS_ICQ_DIRECT: | |
625 tmp = _("ICQ Direct Connect"); | |
626 break; | |
627 case AIM_CAPS_APINFO: | |
628 tmp = _("AP User"); | |
629 break; | |
630 case AIM_CAPS_ICQRTF: | |
631 tmp = _("ICQ RTF"); | |
632 break; | |
633 case AIM_CAPS_EMPTY: | |
634 tmp = _("Nihilist"); | |
635 break; | |
636 case AIM_CAPS_ICQSERVERRELAY: | |
637 tmp = _("ICQ Server Relay"); | |
638 break; | |
639 case AIM_CAPS_ICQUTF8OLD: | |
640 tmp = _("Old ICQ UTF8"); | |
641 break; | |
642 case AIM_CAPS_TRILLIANCRYPT: | |
643 tmp = _("Trillian Encryption"); | |
644 break; | |
645 case AIM_CAPS_ICQUTF8: | |
646 tmp = _("ICQ UTF8"); | |
647 break; | |
648 case AIM_CAPS_HIPTOP: | |
649 tmp = _("Hiptop"); | |
650 break; | |
651 case AIM_CAPS_SECUREIM: | |
652 tmp = _("Security Enabled"); | |
653 break; | |
654 case AIM_CAPS_VIDEO: | |
655 tmp = _("Video Chat"); | |
656 break; | |
657 /* Not actually sure about this one... WinAIM doesn't show anything */ | |
658 case AIM_CAPS_ICHATAV: | |
659 tmp = _("iChat AV"); | |
660 break; | |
661 case AIM_CAPS_LIVEVIDEO: | |
662 tmp = _("Live Video"); | |
663 break; | |
664 case AIM_CAPS_CAMERA: | |
665 tmp = _("Camera"); | |
666 break; | |
667 default: | |
668 tmp = NULL; | |
669 break; | |
670 } | |
671 if (tmp) | |
9532 | 672 g_string_append_printf(str, "%s%s", (*(str->str) == '\0' ? "" : ", "), tmp); |
8701 | 673 } |
674 bit <<= 1; | |
675 } | |
9407 | 676 |
677 return g_string_free(str, FALSE); | |
8701 | 678 } |
679 | |
680 static char *oscar_icqstatus(int state) { | |
681 /* Make a cute little string that shows the status of the dude or dudet */ | |
682 if (state & AIM_ICQ_STATE_CHAT) | |
683 return g_strdup_printf(_("Free For Chat")); | |
684 else if (state & AIM_ICQ_STATE_DND) | |
685 return g_strdup_printf(_("Do Not Disturb")); | |
686 else if (state & AIM_ICQ_STATE_OUT) | |
687 return g_strdup_printf(_("Not Available")); | |
688 else if (state & AIM_ICQ_STATE_BUSY) | |
689 return g_strdup_printf(_("Occupied")); | |
690 else if (state & AIM_ICQ_STATE_AWAY) | |
691 return g_strdup_printf(_("Away")); | |
692 else if (state & AIM_ICQ_STATE_WEBAWARE) | |
693 return g_strdup_printf(_("Web Aware")); | |
694 else if (state & AIM_ICQ_STATE_INVISIBLE) | |
695 return g_strdup_printf(_("Invisible")); | |
696 else | |
697 return g_strdup_printf(_("Online")); | |
698 } | |
699 | |
9973 | 700 static void |
701 oscar_string_append(GString *str, const char *newline, const char *name, const char *value) | |
8700 | 702 { |
703 gchar *utf8; | |
704 | |
705 if (value && value[0] && (utf8 = gaim_utf8_try_convert(value))) { | |
8701 | 706 g_string_append_printf(str, "%s<b>%s:</b> %s", newline, name, utf8); |
8700 | 707 g_free(utf8); |
708 } | |
709 } | |
710 | |
9973 | 711 static void oscar_string_append_info(GaimConnection *gc, GString *str, const char *newline, GaimBuddy *b, aim_userinfo_t *userinfo) |
8701 | 712 { |
10042 | 713 OscarData *od; |
714 GaimAccount *account; | |
10517
461334f300d7
[gaim-migrate @ 11821]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
10504
diff
changeset
|
715 GaimPresence *presence = NULL; |
461334f300d7
[gaim-migrate @ 11821]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
10504
diff
changeset
|
716 GaimStatus *status = NULL; |
8701 | 717 GaimGroup *g = NULL; |
718 struct buddyinfo *bi = NULL; | |
719 char *tmp; | |
720 | |
10042 | 721 od = gc->proto_data; |
722 account = gaim_connection_get_account(gc); | |
723 | |
724 if ((str == NULL) || (newline == NULL) || ((b == NULL) && (userinfo == NULL))) | |
8701 | 725 return; |
726 | |
727 if (userinfo == NULL) | |
728 userinfo = aim_locate_finduserinfo(od->sess, b->name); | |
729 | |
730 if (b == NULL) | |
10042 | 731 b = gaim_find_buddy(account, userinfo->sn); |
8701 | 732 |
733 if (b != NULL) | |
10498 | 734 { |
8701 | 735 g = gaim_find_buddys_group(b); |
10498 | 736 presence = gaim_buddy_get_presence(b); |
737 status = gaim_presence_get_active_status(presence); | |
738 } | |
8701 | 739 |
740 if (userinfo != NULL) | |
741 bi = g_hash_table_lookup(od->buddyinfo, gaim_normalize(account, userinfo->sn)); | |
742 | |
8733 | 743 if (b != NULL) { |
10498 | 744 if (gaim_presence_is_online(presence)) { |
9975 | 745 if (aim_sn_is_icq(b->name)) { |
8733 | 746 tmp = oscar_icqstatus((b->uc & 0xffff0000) >> 16); |
747 oscar_string_append(str, newline, _("Status"), tmp); | |
748 g_free(tmp); | |
749 } | |
750 } else { | |
9625 | 751 tmp = aim_ssi_itemlist_findparentname(od->sess->ssi.local, b->name); |
8733 | 752 if (aim_ssi_waitingforauth(od->sess->ssi.local, tmp, b->name)) |
753 oscar_string_append(str, newline, _("Status"), _("Not Authorized")); | |
754 else | |
755 oscar_string_append(str, newline, _("Status"), _("Offline")); | |
8701 | 756 } |
8733 | 757 } |
8701 | 758 |
759 if ((bi != NULL) && (bi->ipaddr != 0)) { | |
9625 | 760 tmp = g_strdup_printf("%hhu.%hhu.%hhu.%hhu", |
8701 | 761 (bi->ipaddr & 0xff000000) >> 24, |
762 (bi->ipaddr & 0x00ff0000) >> 16, | |
763 (bi->ipaddr & 0x0000ff00) >> 8, | |
764 (bi->ipaddr & 0x000000ff)); | |
765 oscar_string_append(str, newline, _("IP Address"), tmp); | |
766 g_free(tmp); | |
767 } | |
768 | |
769 if ((userinfo != NULL) && (userinfo->capabilities != 0)) { | |
770 tmp = oscar_caps_to_string(userinfo->capabilities); | |
771 oscar_string_append(str, newline, _("Capabilities"), tmp); | |
9407 | 772 g_free(tmp); |
8701 | 773 } |
774 | |
775 if ((b != NULL) && (b->name != NULL) && (g != NULL) && (g->name != NULL)) { | |
776 tmp = aim_ssi_getcomment(od->sess->ssi.local, g->name, b->name); | |
777 if (tmp != NULL) { | |
9625 | 778 char *tmp2 = g_markup_escape_text(tmp, strlen(tmp)); |
8701 | 779 g_free(tmp); |
9625 | 780 oscar_string_append(str, newline, _("Buddy Comment"), tmp2); |
781 g_free(tmp2); | |
8701 | 782 } |
783 } | |
784 | |
10498 | 785 if ((bi != NULL) && (bi->availmsg != NULL) && gaim_status_is_available(status)) { |
8701 | 786 tmp = g_markup_escape_text(bi->availmsg, strlen(bi->availmsg)); |
787 oscar_string_append(str, newline, _("Available"), tmp); | |
788 g_free(tmp); | |
789 } | |
790 } | |
791 | |
2821
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
792 static char *extract_name(const char *name) { |
4121 | 793 char *tmp, *x; |
2086 | 794 int i, j; |
4120 | 795 |
796 if (!name) | |
4121 | 797 return NULL; |
10042 | 798 |
4120 | 799 x = strchr(name, '-'); |
4121 | 800 |
2086 | 801 if (!x) return NULL; |
802 x = strchr(++x, '-'); | |
803 if (!x) return NULL; | |
804 tmp = g_strdup(++x); | |
805 | |
806 for (i = 0, j = 0; x[i]; i++) { | |
2361
554b001d7d98
[gaim-migrate @ 2374]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2357
diff
changeset
|
807 char hex[3]; |
554b001d7d98
[gaim-migrate @ 2374]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2357
diff
changeset
|
808 if (x[i] != '%') { |
2086 | 809 tmp[j++] = x[i]; |
2361
554b001d7d98
[gaim-migrate @ 2374]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2357
diff
changeset
|
810 continue; |
2086 | 811 } |
2361
554b001d7d98
[gaim-migrate @ 2374]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2357
diff
changeset
|
812 strncpy(hex, x + ++i, 2); hex[2] = 0; |
554b001d7d98
[gaim-migrate @ 2374]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2357
diff
changeset
|
813 i++; |
554b001d7d98
[gaim-migrate @ 2374]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2357
diff
changeset
|
814 tmp[j++] = strtol(hex, NULL, 16); |
2086 | 815 } |
816 | |
817 tmp[j] = 0; | |
818 return tmp; | |
819 } | |
820 | |
10458 | 821 static struct chat_connection * |
822 find_oscar_chat(GaimConnection *gc, int id) | |
823 { | |
824 OscarData *od = (OscarData *)gc->proto_data; | |
825 GSList *cur; | |
826 struct chat_connection *cc; | |
827 | |
828 for (cur = od->oscar_chats; cur != NULL; cur = cur->next) | |
829 { | |
830 cc = (struct chat_connection *)cur->data; | |
831 if (cc->id == id) | |
832 return cc; | |
833 } | |
834 | |
835 return NULL; | |
836 } | |
837 | |
838 static struct chat_connection * | |
839 find_oscar_chat_by_conn(GaimConnection *gc, aim_conn_t *conn) | |
840 { | |
841 OscarData *od = (OscarData *)gc->proto_data; | |
842 GSList *cur; | |
843 struct chat_connection *cc; | |
844 | |
845 for (cur = od->oscar_chats; cur != NULL; cur = cur->next) | |
846 { | |
847 cc = (struct chat_connection *)cur->data; | |
848 if (cc->conn == conn) | |
849 return cc; | |
850 } | |
851 | |
852 return NULL; | |
853 } | |
854 | |
855 static struct chat_connection * | |
856 find_oscar_chat_by_conv(GaimConnection *gc, GaimConversation *conv) | |
857 { | |
858 OscarData *od = (OscarData *)gc->proto_data; | |
859 GSList *cur; | |
860 struct chat_connection *cc; | |
861 | |
862 for (cur = od->oscar_chats; cur != NULL; cur = cur->next) | |
863 { | |
864 cc = (struct chat_connection *)cur->data; | |
865 if (cc->conv == conv) | |
866 return cc; | |
867 } | |
868 | |
869 return NULL; | |
870 } | |
871 | |
872 static void | |
873 oscar_chat_kill(GaimConnection *gc, struct chat_connection *cc) | |
874 { | |
875 OscarData *od = (OscarData *)gc->proto_data; | |
876 | |
877 /* Notify the conversation window that we've left the chat */ | |
878 serv_got_chat_left(gc, gaim_conv_chat_get_id(GAIM_CONV_CHAT(cc->conv))); | |
879 | |
880 /* Destroy the chat_connection */ | |
881 od->oscar_chats = g_slist_remove(od->oscar_chats, cc); | |
882 if (cc->inpa > 0) | |
883 gaim_input_remove(cc->inpa); | |
884 aim_conn_kill(od->sess, &cc->conn); | |
885 g_free(cc->name); | |
886 g_free(cc->show); | |
887 g_free(cc); | |
8219 | 888 } |
889 | |
8971 | 890 /***************************************************************************** |
891 * Begin scary direct im stuff | |
892 *****************************************************************************/ | |
893 | |
894 static struct oscar_direct_im *oscar_direct_im_find(OscarData *od, const char *who) { | |
895 GSList *d = od->direct_ims; | |
896 struct oscar_direct_im *m = NULL; | |
897 | |
898 while (d) { | |
899 m = (struct oscar_direct_im *)d->data; | |
900 if (!aim_sncmp(who, m->name)) | |
901 return m; | |
902 d = d->next; | |
903 } | |
904 | |
905 return NULL; | |
906 } | |
907 | |
908 static void oscar_direct_im_destroy(OscarData *od, struct oscar_direct_im *dim) | |
909 { | |
910 gaim_debug_info("oscar", | |
911 "destroying Direct IM for %s.\n", dim->name); | |
912 | |
913 od->direct_ims = g_slist_remove(od->direct_ims, dim); | |
8978 | 914 if (dim->gpc_pend) { |
915 dim->killme = TRUE; | |
916 return; | |
917 } | |
8971 | 918 if (dim->watcher) |
919 gaim_input_remove(dim->watcher); | |
920 if (dim->conn) { | |
10271 | 921 aim_conn_close(dim->conn); |
8971 | 922 aim_conn_kill(od->sess, &dim->conn); |
923 } | |
924 g_free(dim); | |
925 } | |
926 | |
927 /* the only difference between this and destroy is this writes a conv message */ | |
928 static void oscar_direct_im_disconnect(OscarData *od, struct oscar_direct_im *dim) | |
929 { | |
930 GaimConversation *conv; | |
931 char buf[256]; | |
932 | |
933 gaim_debug_info("oscar", | |
934 "%s disconnected Direct IM.\n", dim->name); | |
935 | |
936 if (dim->connected) | |
937 g_snprintf(buf, sizeof buf, _("Direct IM with %s closed"), dim->name); | |
8978 | 938 else |
8971 | 939 g_snprintf(buf, sizeof buf, _("Direct IM with %s failed"), dim->name); |
940 | |
10246 | 941 conv = gaim_find_conversation_with_account(GAIM_CONV_IM, dim->name, |
942 gaim_connection_get_account(dim->gc)); | |
8971 | 943 if (conv) { |
944 gaim_conversation_write(conv, NULL, buf, GAIM_MESSAGE_SYSTEM, time(NULL)); | |
9463 | 945 gaim_conversation_update_progress(conv, 0); |
8971 | 946 } else { |
947 gaim_notify_error(dim->gc, NULL, _("Direct Connect failed"), buf); | |
948 } | |
949 | |
950 oscar_direct_im_destroy(od, dim); | |
951 | |
952 return; | |
953 } | |
954 | |
955 /* oops i made two of these. this one just calls the other one. */ | |
956 static void gaim_odc_disconnect(aim_session_t *sess, aim_conn_t *conn) | |
957 { | |
958 GaimConnection *gc = sess->aux_data; | |
959 OscarData *od = (OscarData *)gc->proto_data; | |
960 struct oscar_direct_im *dim; | |
961 char *sn; | |
962 | |
963 sn = g_strdup(aim_odc_getsn(conn)); | |
964 dim = oscar_direct_im_find(od, sn); | |
965 oscar_direct_im_disconnect(od, dim); | |
966 g_free(sn); | |
967 } | |
968 | |
969 static void destroy_direct_im_request(struct ask_direct *d) { | |
970 gaim_debug_info("oscar", "Freeing DirectIM prompts.\n"); | |
971 | |
972 g_free(d->sn); | |
973 g_free(d); | |
974 } | |
975 | |
976 /* this is just a gaim_proxy_connect cb that sets up the rest of the cbs */ | |
977 static void oscar_odc_callback(gpointer data, gint source, GaimInputCondition condition) { | |
978 struct oscar_direct_im *dim = data; | |
979 GaimConnection *gc = dim->gc; | |
980 OscarData *od = gc->proto_data; | |
981 GaimConversation *conv; | |
982 char buf[256]; | |
983 struct sockaddr name; | |
984 socklen_t name_len = 1; | |
985 | |
986 g_return_if_fail(gc != NULL); | |
987 | |
8978 | 988 dim->gpc_pend = FALSE; |
989 if (dim->killme) { | |
990 oscar_direct_im_destroy(od, dim); | |
991 return; | |
992 } | |
993 | |
8971 | 994 if (!g_list_find(gaim_connections_get_all(), gc)) { |
995 oscar_direct_im_destroy(od, dim); | |
996 return; | |
997 } | |
998 | |
999 if (source < 0) { | |
8984 | 1000 if (dim->donttryagain) { |
1001 oscar_direct_im_disconnect(od, dim); | |
1002 return; | |
1003 } else { | |
1004 fu8_t cookie[8]; | |
1005 char *who = g_strdup(dim->name); | |
1006 const char *tmp = aim_odc_getcookie(dim->conn); | |
1007 | |
1008 memcpy(cookie, tmp, 8); | |
1009 oscar_direct_im_destroy(od, dim); | |
1010 oscar_direct_im_initiate(gc, who, cookie); | |
1011 gaim_debug_info("oscar", "asking direct im initiator to connect to us\n"); | |
1012 g_free(who); | |
1013 return; | |
1014 } | |
8971 | 1015 } |
1016 | |
1017 dim->conn->fd = source; | |
1018 aim_conn_completeconnect(od->sess, dim->conn); | |
1019 conv = gaim_conversation_new(GAIM_CONV_IM, dim->gc->account, dim->name); | |
1020 | |
1021 /* This is the best way to see if we're connected or not */ | |
8983 | 1022 /* Is this really needed? */ |
8971 | 1023 if (getpeername(source, &name, &name_len) == 0) { |
1024 g_snprintf(buf, sizeof buf, _("Direct IM with %s established"), dim->name); | |
1025 dim->connected = TRUE; | |
1026 gaim_conversation_write(conv, NULL, buf, GAIM_MESSAGE_SYSTEM, time(NULL)); | |
8983 | 1027 dim->watcher = gaim_input_add(dim->conn->fd, GAIM_INPUT_READ, oscar_callback, dim->conn); |
1028 } else { | |
8984 | 1029 if (dim->donttryagain) { |
1030 oscar_direct_im_disconnect(od, dim); | |
1031 return; | |
1032 } else { | |
1033 fu8_t cookie[8]; | |
1034 char *who = g_strdup(dim->name); | |
1035 const char *tmp = aim_odc_getcookie(dim->conn); | |
1036 | |
1037 memcpy(cookie, tmp, 8); | |
1038 oscar_direct_im_destroy(od, dim); | |
1039 oscar_direct_im_initiate(gc, who, cookie); | |
1040 gaim_debug_info("oscar", "asking direct im initiator to connect to us\n"); | |
1041 g_free(who); | |
1042 return; | |
1043 } | |
8983 | 1044 } |
1045 | |
1046 | |
8971 | 1047 } |
1048 | |
1049 static void accept_direct_im_request(struct ask_direct *d) { | |
1050 GaimConnection *gc = d->gc; | |
1051 OscarData *od; | |
1052 struct oscar_direct_im *dim; | |
1053 char *host; int port = 5190; | |
1054 int i, rc; | |
8982 | 1055 char *tmp; |
1056 GaimConversation *conv; | |
8971 | 1057 |
1058 if (!g_list_find(gaim_connections_get_all(), gc)) { | |
1059 destroy_direct_im_request(d); | |
1060 return; | |
1061 } | |
1062 | |
1063 od = (OscarData *)gc->proto_data; | |
1064 gaim_debug_info("oscar", "Accepted DirectIM.\n"); | |
1065 | |
1066 dim = oscar_direct_im_find(od, d->sn); | |
1067 if (dim && dim->connected) { | |
1068 destroy_direct_im_request(d); /* 40 */ /* what does that 40 mean? */ | |
1069 gaim_debug_info("oscar", "Wait, we're already connected, ignoring DirectIM.\n"); | |
1070 return; | |
1071 } | |
1072 dim = g_new0(struct oscar_direct_im, 1); | |
1073 dim->gc = d->gc; | |
8984 | 1074 dim->donttryagain = d->donttryagain; |
8971 | 1075 g_snprintf(dim->name, sizeof dim->name, "%s", d->sn); |
1076 | |
1077 dim->conn = aim_odc_connect(od->sess, d->sn, NULL, d->cookie); | |
1078 od->direct_ims = g_slist_append(od->direct_ims, dim); | |
1079 if (!dim->conn) { | |
1080 oscar_direct_im_disconnect(od, dim); | |
1081 destroy_direct_im_request(d); | |
1082 return; | |
1083 } | |
1084 | |
1085 aim_conn_addhandler(od->sess, dim->conn, AIM_CB_FAM_OFT, AIM_CB_OFT_DIRECTIMINCOMING, | |
1086 gaim_odc_incoming, 0); | |
1087 aim_conn_addhandler(od->sess, dim->conn, AIM_CB_FAM_OFT, AIM_CB_OFT_DIRECTIMTYPING, | |
1088 gaim_odc_typing, 0); | |
1089 aim_conn_addhandler(od->sess, dim->conn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_IMAGETRANSFER, | |
1090 gaim_odc_update_ui, 0); | |
1091 | |
1092 gaim_debug_info("oscar", "ip is %s.\n", d->ip); | |
1093 for (i = 0; i < (int)strlen(d->ip); i++) { | |
1094 if (d->ip[i] == ':') { | |
1095 port = atoi(&(d->ip[i+1])); | |
1096 break; | |
1097 } | |
1098 } | |
1099 host = g_strndup(d->ip, i); | |
1100 dim->conn->status |= AIM_CONN_STATUS_INPROGRESS; | |
8978 | 1101 dim->gpc_pend = TRUE; |
8971 | 1102 rc = gaim_proxy_connect(gc->account, host, port, oscar_odc_callback, dim); |
8982 | 1103 |
1104 conv = gaim_conversation_new(GAIM_CONV_IM, dim->gc->account, d->sn); | |
1105 tmp = g_strdup_printf(_("Attempting to connect to %s at %s:%hu for Direct IM."), d->sn, host, | |
1106 port); | |
1107 gaim_conversation_write(conv, NULL, tmp, GAIM_MESSAGE_SYSTEM, time(NULL)); | |
1108 g_free(tmp); | |
8983 | 1109 |
8971 | 1110 g_free(host); |
1111 if (rc < 0) { | |
8978 | 1112 dim->gpc_pend = FALSE; |
8971 | 1113 oscar_direct_im_disconnect(od, dim); |
1114 destroy_direct_im_request(d); | |
1115 return; | |
1116 } | |
1117 | |
1118 destroy_direct_im_request(d); | |
1119 | |
1120 return; | |
1121 } | |
1122 | |
1123 /* | |
1124 * We have just established a socket with the other dude, so set up some handlers. | |
1125 */ | |
1126 static int gaim_odc_initiate(aim_session_t *sess, aim_frame_t *fr, ...) { | |
5575 | 1127 GaimConnection *gc = sess->aux_data; |
7283 | 1128 OscarData *od = (OscarData *)gc->proto_data; |
8733 | 1129 GaimConversation *conv; |
8971 | 1130 struct oscar_direct_im *dim; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1131 char buf[256]; |
8971 | 1132 char *sn; |
1133 va_list ap; | |
1134 aim_conn_t *newconn, *listenerconn; | |
1135 | |
1136 va_start(ap, fr); | |
1137 newconn = va_arg(ap, aim_conn_t *); | |
1138 listenerconn = va_arg(ap, aim_conn_t *); | |
1139 va_end(ap); | |
1140 | |
10271 | 1141 aim_conn_close(listenerconn); |
8971 | 1142 aim_conn_kill(sess, &listenerconn); |
1143 | |
1144 sn = g_strdup(aim_odc_getsn(newconn)); | |
1145 | |
1146 gaim_debug_info("oscar", | |
1147 "DirectIM: initiate success to %s\n", sn); | |
1148 dim = oscar_direct_im_find(od, sn); | |
1149 | |
1150 conv = gaim_conversation_new(GAIM_CONV_IM, dim->gc->account, sn); | |
1151 gaim_input_remove(dim->watcher); | |
1152 dim->conn = newconn; | |
1153 dim->watcher = gaim_input_add(dim->conn->fd, GAIM_INPUT_READ, oscar_callback, dim->conn); | |
1154 dim->connected = TRUE; | |
1155 g_snprintf(buf, sizeof buf, _("Direct IM with %s established"), sn); | |
1156 g_free(sn); | |
1157 gaim_conversation_write(conv, NULL, buf, GAIM_MESSAGE_SYSTEM, time(NULL)); | |
1158 | |
1159 aim_conn_addhandler(sess, newconn, AIM_CB_FAM_OFT, AIM_CB_OFT_DIRECTIMINCOMING, gaim_odc_incoming, 0); | |
1160 aim_conn_addhandler(sess, newconn, AIM_CB_FAM_OFT, AIM_CB_OFT_DIRECTIMTYPING, gaim_odc_typing, 0); | |
1161 aim_conn_addhandler(sess, newconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_IMAGETRANSFER, gaim_odc_update_ui, 0); | |
1162 | |
1163 return 1; | |
1164 } | |
1165 | |
1166 /* | |
1167 * This is called when each chunk of an image is received. It can be used to | |
1168 * update a progress bar, or to eat lots of dry cat food. Wet cat food is | |
1169 * nasty, you sicko. | |
1170 */ | |
1171 static int gaim_odc_update_ui(aim_session_t *sess, aim_frame_t *fr, ...) { | |
1172 va_list ap; | |
1173 char *sn; | |
1174 double percent; | |
1175 GaimConnection *gc = sess->aux_data; | |
1176 OscarData *od = (OscarData *)gc->proto_data; | |
1177 GaimConversation *c; | |
1178 struct oscar_direct_im *dim; | |
1179 | |
1180 va_start(ap, fr); | |
1181 sn = va_arg(ap, char *); | |
1182 percent = va_arg(ap, double); | |
1183 va_end(ap); | |
1184 | |
1185 if (!sn || !(dim = oscar_direct_im_find(od, sn))) | |
1186 return 1; | |
1187 if (dim->watcher) { | |
1188 gaim_input_remove(dim->watcher); /* Otherwise, the callback will callback */ | |
1189 /* The callback will callback? I don't get how that would happen here. */ | |
1190 dim->watcher = 0; | |
1191 } | |
1192 | |
10246 | 1193 c = gaim_find_conversation_with_account(GAIM_CONV_IM, sn, |
1194 gaim_connection_get_account(gc)); | |
8971 | 1195 if (c != NULL) |
1196 gaim_conversation_update_progress(c, percent); | |
1197 dim->watcher = gaim_input_add(dim->conn->fd, GAIM_INPUT_READ, | |
1198 oscar_callback, dim->conn); | |
1199 | |
1200 return 1; | |
1201 } | |
1202 | |
1203 /* | |
1204 * This is called after a direct IM has been received in its entirety. This | |
1205 * function is passed a long chunk of data which contains the IM with any | |
1206 * data chunks (images) appended to it. | |
1207 * | |
1208 * This function rips out all the data chunks and creates an imgstore for | |
1209 * each one. In order to do this, it first goes through the IM and takes | |
1210 * out all the IMG tags. When doing so, it rewrites the original IMG tag | |
1211 * with one compatible with the imgstore Gaim core code. For each one, we | |
1212 * then read in chunks of data from the end of the message and actually | |
1213 * create the img store using the given data. | |
1214 * | |
1215 * For somewhat easy reference, here's a sample message | |
1216 * (without the whitespace and asterisks): | |
1217 * | |
1218 * <HTML><BODY BGCOLOR="#ffffff"> | |
1219 * <FONT LANG="0"> | |
1220 * This is a really stupid picture:<BR> | |
1221 * <IMG SRC="Sample.jpg" ID="1" WIDTH="283" HEIGHT="212" DATASIZE="9894"><BR> | |
1222 * Yeah it is<BR> | |
1223 * Here is another one:<BR> | |
1224 * <IMG SRC="Soap Bubbles.bmp" ID="2" WIDTH="256" HEIGHT="256" DATASIZE="65978"> | |
1225 * </FONT> | |
1226 * </BODY></HTML> | |
1227 * <BINARY> | |
1228 * <DATA ID="1" SIZE="9894">datadatadatadata</DATA> | |
1229 * <DATA ID="2" SIZE="65978">datadatadatadata</DATA> | |
1230 * </BINARY> | |
1231 */ | |
1232 static int gaim_odc_incoming(aim_session_t *sess, aim_frame_t *fr, ...) { | |
1233 GaimConnection *gc = sess->aux_data; | |
1234 GaimConvImFlags imflags = 0; | |
1235 gchar *utf8; | |
1236 GString *newmsg = g_string_new(""); | |
1237 GSList *images = NULL; | |
1238 va_list ap; | |
1239 const char *sn, *msg, *msgend, *binary; | |
1240 size_t len; | |
1241 int encoding, isawaymsg; | |
1242 | |
1243 va_start(ap, fr); | |
1244 sn = va_arg(ap, const char *); | |
1245 msg = va_arg(ap, const char *); | |
1246 len = va_arg(ap, size_t); | |
1247 encoding = va_arg(ap, int); | |
1248 isawaymsg = va_arg(ap, int); | |
1249 va_end(ap); | |
1250 msgend = msg + len; | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1251 |
8660 | 1252 gaim_debug_info("oscar", |
8971 | 1253 "Got DirectIM message from %s\n", sn); |
1254 | |
1255 if (isawaymsg) | |
1256 imflags |= GAIM_CONV_IM_AUTO_RESP; | |
1257 | |
1258 /* message has a binary trailer */ | |
1259 if ((binary = gaim_strcasestr(msg, "<binary>"))) { | |
1260 GData *attribs; | |
1261 const char *tmp, *start, *end, *last = NULL; | |
1262 | |
1263 tmp = msg; | |
1264 | |
1265 /* for each valid image tag... */ | |
1266 while (gaim_markup_find_tag("img", tmp, &start, &end, &attribs)) { | |
1267 const char *id, *src, *datasize; | |
10504 | 1268 const char *data = NULL; |
1269 char *tag = NULL; | |
8971 | 1270 size_t size; |
1271 int imgid = 0; | |
1272 | |
1273 /* update the location of the last img tag */ | |
1274 last = end; | |
1275 | |
1276 /* grab attributes */ | |
1277 id = g_datalist_get_data(&attribs, "id"); | |
1278 src = g_datalist_get_data(&attribs, "src"); | |
1279 datasize = g_datalist_get_data(&attribs, "datasize"); | |
1280 | |
1281 /* if we have id & datasize, build the data tag */ | |
1282 if (id && datasize) | |
1283 tag = g_strdup_printf("<data id=\"%s\" size=\"%s\">", id, datasize); | |
1284 | |
1285 /* if we have a tag, find the start of the data */ | |
1286 if (tag && (data = gaim_strcasestr(binary, tag))) | |
1287 data += strlen(tag); | |
1288 | |
10504 | 1289 g_free(tag); |
1290 | |
8971 | 1291 /* check the data is here and store it */ |
1292 if (data + (size = atoi(datasize)) <= msgend) | |
1293 imgid = gaim_imgstore_add(data, size, src); | |
1294 | |
1295 /* | |
1296 * XXX - The code below contains some calls to oscar_encoding_to_utf8 | |
1297 * The hardcoded "us-ascii" value REALLY needs to be removed. | |
1298 */ | |
1299 /* if we have a stored image... */ | |
1300 if (imgid) { | |
1301 /* append the message up to the tag */ | |
1302 utf8 = oscar_encoding_to_utf8("us-ascii", tmp, start - tmp); | |
1303 if (utf8 != NULL) { | |
1304 newmsg = g_string_append(newmsg, utf8); | |
1305 g_free(utf8); | |
1306 } | |
1307 | |
1308 /* write the new image tag */ | |
1309 g_string_append_printf(newmsg, "<IMG ID=\"%d\">", imgid); | |
1310 | |
1311 /* and record the image number */ | |
1312 images = g_slist_append(images, GINT_TO_POINTER(imgid)); | |
1313 } else { | |
1314 /* otherwise, copy up to the end of the tag */ | |
1315 utf8 = oscar_encoding_to_utf8("us-ascii", tmp, (end + 1) - tmp); | |
1316 if (utf8 != NULL) { | |
1317 newmsg = g_string_append(newmsg, utf8); | |
1318 g_free(utf8); | |
1319 } | |
1320 } | |
1321 | |
1322 /* clear the attribute list */ | |
1323 g_datalist_clear(&attribs); | |
1324 | |
1325 /* continue from the end of the tag */ | |
1326 tmp = end + 1; | |
1327 } | |
1328 | |
1329 /* append any remaining message data (without the > :-) */ | |
1330 if (last++ && (last < binary)) | |
1331 newmsg = g_string_append_len(newmsg, last, binary - last); | |
1332 | |
1333 /* set the flag if we caught any images */ | |
1334 if (images) | |
1335 imflags |= GAIM_CONV_IM_IMAGES; | |
1336 } else { | |
1337 g_string_append_len(newmsg, msg, len); | |
1338 } | |
1339 | |
10318 | 1340 /* Convert to UTF8 */ |
1341 /* (This hasn't been tested very much) */ | |
1342 utf8 = gaim_plugin_oscar_decode_im_part(gc->account, sn, encoding, 0x0000, newmsg->str, len); | |
1343 if (utf8 != NULL) { | |
1344 serv_got_im(gc, sn, utf8, imflags, time(NULL)); | |
1345 g_free(utf8); | |
1346 } | |
1347 | |
1348 /* free the message */ | |
8971 | 1349 g_string_free(newmsg, TRUE); |
1350 | |
1351 /* unref any images we allocated */ | |
1352 if (images) { | |
1353 GSList *tmp; | |
1354 int id; | |
1355 | |
1356 for (tmp = images; tmp != NULL; tmp = tmp->next) { | |
1357 id = GPOINTER_TO_INT(tmp->data); | |
1358 gaim_imgstore_unref(id); | |
1359 } | |
1360 | |
1361 g_slist_free(images); | |
1362 } | |
1363 | |
1364 return 1; | |
1365 } | |
1366 | |
1367 static int gaim_odc_typing(aim_session_t *sess, aim_frame_t *fr, ...) { | |
1368 va_list ap; | |
1369 char *sn; | |
1370 int typing; | |
1371 GaimConnection *gc = sess->aux_data; | |
1372 | |
1373 va_start(ap, fr); | |
1374 sn = va_arg(ap, char *); | |
1375 typing = va_arg(ap, int); | |
1376 va_end(ap); | |
1377 | |
1378 if (typing == 0x0002) { | |
1379 /* I had to leave this. It's just too funny. It reminds me of my sister. */ | |
1380 gaim_debug_info("oscar", | |
1381 "ohmigod! %s has started typing (DirectIM). He's going to send you a message! *squeal*\n", sn); | |
1382 serv_got_typing(gc, sn, 0, GAIM_TYPING); | |
1383 } else if (typing == 0x0001) | |
1384 serv_got_typing(gc, sn, 0, GAIM_TYPED); | |
1385 else | |
1386 serv_got_typing_stopped(gc, sn); | |
1387 return 1; | |
1388 } | |
1389 | |
1390 static int gaim_odc_send_im(aim_session_t *sess, aim_conn_t *conn, const char *message, GaimConvImFlags imflags) { | |
1391 char *buf; | |
1392 size_t len; | |
1393 int ret; | |
1394 GString *msg = g_string_new("<HTML><BODY>"); | |
1395 GString *data = g_string_new("</BODY></HTML><BINARY>"); | |
1396 GData *attribs; | |
1397 const char *start, *end, *last; | |
1398 int oscar_id = 0; | |
1399 | |
1400 last = message; | |
1401 | |
1402 /* for each valid IMG tag... */ | |
1403 while (last && *last && gaim_markup_find_tag("img", last, &start, &end, &attribs)) { | |
1404 GaimStoredImage *image = NULL; | |
1405 const char *id; | |
1406 | |
1407 if (start - last) { | |
1408 g_string_append_len(msg, last, start - last); | |
1409 } | |
1410 | |
1411 id = g_datalist_get_data(&attribs, "id"); | |
1412 | |
1413 /* ... if it refers to a valid gaim image ... */ | |
1414 if (id && (image = gaim_imgstore_get(atoi(id)))) { | |
1415 /* ... append the message from start to the tag ... */ | |
9126 | 1416 unsigned long size = gaim_imgstore_get_size(image); |
8971 | 1417 const char *filename = gaim_imgstore_get_filename(image); |
1418 gpointer imgdata = gaim_imgstore_get_data(image); | |
1419 | |
1420 oscar_id++; | |
1421 | |
1422 /* ... insert a new img tag with the oscar id ... */ | |
1423 if (filename) | |
1424 g_string_append_printf(msg, | |
9126 | 1425 "<IMG SRC=\"%s\" ID=\"%d\" DATASIZE=\"%lu\">", |
8971 | 1426 filename, oscar_id, size); |
1427 else | |
1428 g_string_append_printf(msg, | |
9126 | 1429 "<IMG ID=\"%d\" DATASIZE=\"%lu\">", |
8971 | 1430 oscar_id, size); |
1431 | |
1432 /* ... and append the data to the binary section ... */ | |
9126 | 1433 g_string_append_printf(data, "<DATA ID=\"%d\" SIZE=\"%lu\">", |
8971 | 1434 oscar_id, size); |
1435 data = g_string_append_len(data, imgdata, size); | |
1436 data = g_string_append(data, "</DATA>"); | |
1437 } | |
1438 /* If the tag is invalid, skip it, thus no else here */ | |
1439 | |
1440 g_datalist_clear(&attribs); | |
1441 | |
1442 /* continue from the end of the tag */ | |
1443 last = end + 1; | |
1444 } | |
1445 | |
1446 /* append any remaining message data (without the > :-) */ | |
1447 if (last && *last) | |
1448 msg = g_string_append(msg, last); | |
1449 | |
1450 /* if we inserted any images in the binary section, append it */ | |
1451 if (oscar_id) { | |
1452 msg = g_string_append_len(msg, data->str, data->len); | |
1453 msg = g_string_append(msg, "</BINARY>"); | |
1454 } | |
1455 | |
1456 len = msg->len; | |
1457 buf = msg->str; | |
1458 g_string_free(msg, FALSE); | |
1459 g_string_free(data, TRUE); | |
1460 | |
1461 | |
1462 /* XXX - The last parameter below is the encoding. Let Paco-Paco do something with it. */ | |
1463 if (imflags & GAIM_CONV_IM_AUTO_RESP) | |
1464 ret = aim_odc_send_im(sess, conn, buf, len, 0, 1); | |
1465 else | |
1466 ret = aim_odc_send_im(sess, conn, buf, len, 0, 0); | |
1467 | |
1468 g_free(buf); | |
1469 | |
1470 return ret; | |
1471 } | |
1472 | |
1473 struct ask_do_dir_im { | |
1474 char *who; | |
1475 GaimConnection *gc; | |
1476 }; | |
1477 | |
1478 static void oscar_cancel_direct_im(struct ask_do_dir_im *data) { | |
1479 g_free(data->who); | |
1480 g_free(data); | |
1481 } | |
1482 | |
8983 | 1483 /* this function is used to initiate a direct im session with someone. |
1484 * we start listening on a port and send a request. they either connect | |
1485 * or send some kind of reply. If they can't connect, they ask us to | |
1486 * connect to them, and so we do that. | |
1487 * | |
1488 * this function will also get called if the other side initiate's a direct | |
1489 * im and we try to connect and fail. in that case cookie will not be null. | |
1490 * | |
1491 * note that cookie is an 8 byte string that isn't NULL terminated | |
1492 */ | |
1493 static void oscar_direct_im_initiate(GaimConnection *gc, const char *who, const char *cookie) { | |
8971 | 1494 OscarData *od; |
1495 struct oscar_direct_im *dim; | |
1496 int listenfd; | |
8982 | 1497 const char *ip; |
8971 | 1498 |
1499 od = (OscarData *)gc->proto_data; | |
1500 | |
8983 | 1501 dim = oscar_direct_im_find(od, who); |
8971 | 1502 if (dim) { |
1503 if (!(dim->connected)) { /* We'll free the old, unconnected dim, and start over */ | |
1504 oscar_direct_im_disconnect(od, dim); | |
1505 gaim_debug_info("oscar", | |
1506 "Gave up on old direct IM, trying again\n"); | |
1507 } else { | |
1508 gaim_notify_error(gc, NULL, "DirectIM already open.", NULL); | |
8980 | 1509 return; |
8971 | 1510 } |
1511 } | |
1512 dim = g_new0(struct oscar_direct_im, 1); | |
1513 dim->gc = gc; | |
8983 | 1514 g_snprintf(dim->name, sizeof dim->name, "%s", who); |
8971 | 1515 |
1516 listenfd = gaim_network_listen_range(5190, 5199); | |
8982 | 1517 ip = gaim_network_get_my_ip(od->conn ? od->conn->fd : -1); |
9455 | 1518 if (listenfd >= 0) |
1519 dim->conn = aim_odc_initiate(od->sess, who, listenfd, gaim_network_ip_atoi(ip), gaim_network_get_port_from_fd(listenfd), cookie); | |
8971 | 1520 if (dim->conn != NULL) { |
8982 | 1521 char *tmp; |
1522 GaimConversation *conv; | |
1523 | |
8971 | 1524 od->direct_ims = g_slist_append(od->direct_ims, dim); |
1525 dim->watcher = gaim_input_add(dim->conn->fd, GAIM_INPUT_READ, | |
1526 oscar_callback, dim->conn); | |
1527 aim_conn_addhandler(od->sess, dim->conn, AIM_CB_FAM_OFT, AIM_CB_OFT_DIRECTIM_ESTABLISHED, | |
1528 gaim_odc_initiate, 0); | |
8982 | 1529 |
8983 | 1530 conv = gaim_conversation_new(GAIM_CONV_IM, dim->gc->account, who); |
1531 tmp = g_strdup_printf(_("Asking %s to connect to us at %s:%hu for Direct IM."), who, ip, | |
8982 | 1532 gaim_network_get_port_from_fd(listenfd)); |
1533 gaim_conversation_write(conv, NULL, tmp, GAIM_MESSAGE_SYSTEM, time(NULL)); | |
1534 g_free(tmp); | |
8971 | 1535 } else { |
1536 gaim_notify_error(gc, NULL, _("Unable to open Direct IM"), NULL); | |
1537 oscar_direct_im_destroy(od, dim); | |
1538 } | |
8983 | 1539 } |
1540 | |
1541 static void oscar_direct_im(struct ask_do_dir_im *data) { | |
1542 GaimConnection *gc = data->gc; | |
1543 | |
1544 if (!g_list_find(gaim_connections_get_all(), gc)) { | |
1545 g_free(data->who); | |
1546 g_free(data); | |
1547 return; | |
1548 } | |
1549 | |
1550 oscar_direct_im_initiate(gc, data->who, NULL); | |
8971 | 1551 g_free(data->who); |
1552 g_free(data); | |
1553 } | |
1554 | |
1555 /* this is the right click menu cb thingy */ | |
9030 | 1556 static void oscar_ask_direct_im(GaimBlistNode *node, gpointer ignored) { |
1557 | |
1558 GaimBuddy *buddy; | |
1559 GaimConnection *gc; | |
8971 | 1560 gchar *buf; |
9030 | 1561 struct ask_do_dir_im *data; |
1562 | |
1563 g_return_if_fail(GAIM_BLIST_NODE_IS_BUDDY(node)); | |
1564 | |
1565 buddy = (GaimBuddy *) node; | |
1566 gc = gaim_account_get_connection(buddy->account); | |
1567 | |
1568 data = g_new0(struct ask_do_dir_im, 1); | |
1569 data->who = g_strdup(buddy->name); | |
8971 | 1570 data->gc = gc; |
9030 | 1571 buf = g_strdup_printf(_("You have selected to open a Direct IM connection with %s."), |
1572 buddy->name); | |
8971 | 1573 |
1574 gaim_request_action(gc, NULL, buf, | |
9030 | 1575 _("Because this reveals your IP address, it " |
1576 "may be considered a privacy risk. Do you " | |
1577 "wish to continue?"), | |
1578 0, data, 2, | |
1579 _("Connect"), G_CALLBACK(oscar_direct_im), | |
1580 _("Cancel"), G_CALLBACK(oscar_cancel_direct_im)); | |
8971 | 1581 g_free(buf); |
1582 } | |
1583 | |
1584 /***************************************************************************** | |
1585 * End scary direct im stuff | |
1586 *****************************************************************************/ | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1587 |
4617 | 1588 static void oscar_callback(gpointer data, gint source, GaimInputCondition condition) { |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1589 aim_conn_t *conn = (aim_conn_t *)data; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1590 aim_session_t *sess = aim_conn_getsess(conn); |
5575 | 1591 GaimConnection *gc = sess ? sess->aux_data : NULL; |
7283 | 1592 OscarData *od; |
2086 | 1593 |
1594 if (!gc) { | |
8660 | 1595 gaim_debug_info("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1596 "oscar callback for closed connection (1).\n"); |
2086 | 1597 return; |
1598 } | |
10458 | 1599 |
7283 | 1600 od = (OscarData *)gc->proto_data; |
2086 | 1601 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
1602 if (!g_list_find(gaim_connections_get_all(), gc)) { |
2086 | 1603 /* oh boy. this is probably bad. i guess the only thing we |
1604 * can really do is return? */ | |
8660 | 1605 gaim_debug_info("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1606 "oscar callback for closed connection (2).\n"); |
8660 | 1607 gaim_debug_misc("oscar", "gc = %p\n", gc); |
2086 | 1608 return; |
1609 } | |
1610 | |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
1611 if (condition & GAIM_INPUT_READ) { |
4617 | 1612 if (conn->type == AIM_CONN_TYPE_LISTENER) { |
8660 | 1613 gaim_debug_info("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1614 "got information on rendezvous listener\n"); |
4617 | 1615 if (aim_handlerendconnect(od->sess, conn) < 0) { |
8660 | 1616 gaim_debug_error("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1617 "connection error (rendezvous listener)\n"); |
4617 | 1618 aim_conn_kill(od->sess, &conn); |
8446 | 1619 /* AAA - Don't we need to gaim_xfer_cancel here? --marv */ |
2086 | 1620 } |
1621 } else { | |
4617 | 1622 if (aim_get_command(od->sess, conn) >= 0) { |
1623 aim_rxdispatch(od->sess); | |
6029 | 1624 if (od->killme) { |
8660 | 1625 gaim_debug_error("oscar", "Waiting to be destroyed\n"); |
6029 | 1626 return; |
1627 } | |
2086 | 1628 } else { |
1629 if ((conn->type == AIM_CONN_TYPE_BOS) || | |
10444 | 1630 !(aim_getconn_type(od->sess, AIM_CONN_TYPE_BOS))) |
1631 { | |
1632 gaim_debug_error("oscar", "Major connection error. i.e. " | |
1633 "invalid data was received on the oscar TCP stream\n"); | |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
1634 gaim_connection_error(gc, _("Disconnected.")); |
2086 | 1635 } else if (conn->type == AIM_CONN_TYPE_CHAT) { |
10458 | 1636 struct chat_connection *cc = find_oscar_chat_by_conn(gc, conn); |
1637 GaimConversation *conv = gaim_find_chat(gc, cc->id); | |
5420 | 1638 char *buf; |
10458 | 1639 |
1640 gaim_debug_info("oscar", "Lost connection " | |
1641 "to chat room %s\n", cc->name); | |
1642 | |
1643 buf = g_strdup_printf(_("You have lost your connection " | |
1644 "to chat room %s."), cc->name); | |
1645 if (conv != NULL) | |
9627 | 1646 gaim_conversation_write(conv, NULL, buf, GAIM_MESSAGE_ERROR, time(NULL)); |
1647 else | |
1648 gaim_notify_error(gc, NULL, buf, NULL); | |
5420 | 1649 g_free(buf); |
10458 | 1650 |
1651 oscar_chat_kill(gc, cc); | |
1652 | |
2086 | 1653 } else if (conn->type == AIM_CONN_TYPE_CHATNAV) { |
4617 | 1654 if (od->cnpa > 0) |
1655 gaim_input_remove(od->cnpa); | |
1656 od->cnpa = 0; | |
8660 | 1657 gaim_debug_info("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1658 "removing chatnav input watcher\n"); |
4617 | 1659 while (od->create_rooms) { |
1660 struct create_room *cr = od->create_rooms->data; | |
2822
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
1661 g_free(cr->name); |
4617 | 1662 od->create_rooms = |
1663 g_slist_remove(od->create_rooms, cr); | |
2822
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
1664 g_free(cr); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
1665 gaim_notify_error(gc, NULL, |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
1666 _("Chat is currently unavailable"), |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
1667 NULL); |
2086 | 1668 } |
4617 | 1669 aim_conn_kill(od->sess, &conn); |
2086 | 1670 } else if (conn->type == AIM_CONN_TYPE_AUTH) { |
4617 | 1671 if (od->paspa > 0) |
1672 gaim_input_remove(od->paspa); | |
1673 od->paspa = 0; | |
8660 | 1674 gaim_debug_info("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1675 "removing authconn input watcher\n"); |
4617 | 1676 aim_conn_kill(od->sess, &conn); |
3694 | 1677 } else if (conn->type == AIM_CONN_TYPE_EMAIL) { |
4617 | 1678 if (od->emlpa > 0) |
1679 gaim_input_remove(od->emlpa); | |
1680 od->emlpa = 0; | |
8660 | 1681 gaim_debug_info("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1682 "removing email input watcher\n"); |
4617 | 1683 aim_conn_kill(od->sess, &conn); |
4804 | 1684 } else if (conn->type == AIM_CONN_TYPE_ICON) { |
1685 if (od->icopa > 0) | |
1686 gaim_input_remove(od->icopa); | |
1687 od->icopa = 0; | |
8660 | 1688 gaim_debug_info("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1689 "removing icon input watcher\n"); |
4804 | 1690 aim_conn_kill(od->sess, &conn); |
2086 | 1691 } else if (conn->type == AIM_CONN_TYPE_RENDEZVOUS) { |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1692 if (conn->subtype == AIM_CONN_SUBTYPE_OFT_DIRECTIM) |
4617 | 1693 gaim_odc_disconnect(od->sess, conn); |
1694 aim_conn_kill(od->sess, &conn); | |
2086 | 1695 } else { |
8660 | 1696 gaim_debug_error("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1697 "holy crap! generic connection error! %hu\n", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1698 conn->type); |
4617 | 1699 aim_conn_kill(od->sess, &conn); |
2086 | 1700 } |
1701 } | |
1702 } | |
1703 } | |
1704 } | |
1705 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1706 static void oscar_debug(aim_session_t *sess, int level, const char *format, va_list va) { |
5575 | 1707 GaimConnection *gc = sess->aux_data; |
7285 | 1708 gchar *s = g_strdup_vprintf(format, va); |
1709 gchar *buf; | |
1710 | |
1711 buf = g_strdup_printf("%s %d: %s", gaim_account_get_username(gaim_connection_get_account(gc)), level, s); | |
8660 | 1712 gaim_debug_info("oscar", buf); |
7285 | 1713 if (buf[strlen(buf)-1] != '\n') |
8660 | 1714 gaim_debug_info(NULL, "\n"); |
7285 | 1715 g_free(buf); |
2086 | 1716 g_free(s); |
1717 } | |
1718 | |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
1719 static void oscar_login_connect(gpointer data, gint source, GaimInputCondition cond) |
2086 | 1720 { |
5575 | 1721 GaimConnection *gc = data; |
7283 | 1722 OscarData *od; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1723 aim_session_t *sess; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1724 aim_conn_t *conn; |
2086 | 1725 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
1726 if (!g_list_find(gaim_connections_get_all(), gc)) { |
2086 | 1727 close(source); |
1728 return; | |
1729 } | |
1730 | |
4617 | 1731 od = gc->proto_data; |
1732 sess = od->sess; | |
2086 | 1733 conn = aim_getconn_type_all(sess, AIM_CONN_TYPE_AUTH); |
4366 | 1734 conn->fd = source; |
2086 | 1735 |
1736 if (source < 0) { | |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
1737 gaim_connection_error(gc, _("Couldn't connect to host")); |
2086 | 1738 return; |
1739 } | |
1740 | |
1741 aim_conn_completeconnect(sess, conn); | |
4617 | 1742 gc->inpa = gaim_input_add(conn->fd, GAIM_INPUT_READ, oscar_callback, conn); |
7282 | 1743 aim_request_login(sess, conn, gaim_account_get_username(gaim_connection_get_account(gc))); |
1744 | |
8660 | 1745 gaim_debug_info("oscar", |
7282 | 1746 "Screen name sent, waiting for response\n"); |
7283 | 1747 gaim_connection_update_progress(gc, _("Screen name sent"), 1, OSCAR_CONNECT_STEPS); |
8341 | 1748 ck[1] = 0x65; |
2086 | 1749 } |
1750 | |
10444 | 1751 static void |
1752 oscar_login(GaimAccount *account, GaimStatus *status) | |
1753 { | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1754 aim_session_t *sess; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1755 aim_conn_t *conn; |
5575 | 1756 GaimConnection *gc = gaim_account_get_connection(account); |
7283 | 1757 OscarData *od = gc->proto_data = g_new0(OscarData, 1); |
10400 | 1758 GaimStatusType *status_type; |
1759 GaimStatusPrimitive primitive; | |
1760 | |
1761 status_type = gaim_status_get_type(status); | |
1762 primitive = gaim_status_type_get_primitive(status_type); | |
2086 | 1763 |
8660 | 1764 gaim_debug_misc("oscar", "oscar_login: gc = %p\n", gc); |
10444 | 1765 |
10400 | 1766 if (primitive == GAIM_STATUS_OFFLINE) |
1767 return; | |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
1768 |
8437 | 1769 if (!aim_snvalid(gaim_account_get_username(account))) { |
1770 gchar *buf; | |
8590 | 1771 buf = g_strdup_printf(_("Unable to login: Could not sign on as %s because the screen name is invalid. Screen names must either start with a letter and contain only letters, numbers and spaces, or contain only numbers."), gaim_account_get_username(account)); |
8437 | 1772 gaim_connection_error(gc, buf); |
1773 g_free(buf); | |
1774 } | |
1775 | |
9975 | 1776 if (aim_sn_is_icq((gaim_account_get_username(account)))) { |
4617 | 1777 od->icq = TRUE; |
2706
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
1778 } else { |
6622 | 1779 gc->flags |= GAIM_CONNECTION_HTML; |
1780 gc->flags |= GAIM_CONNECTION_AUTO_RESP; | |
2706
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
1781 } |
5836 | 1782 od->buddyinfo = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, oscar_free_buddyinfo); |
2086 | 1783 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1784 sess = g_new0(aim_session_t, 1); |
10329 | 1785 aim_session_init(sess, TRUE, FAIM_DEBUG_LEVEL); |
2086 | 1786 aim_setdebuggingcb(sess, oscar_debug); |
7282 | 1787 /* |
1788 * We need an immediate queue because we don't use a while-loop | |
1789 * to see if things need to be sent. | |
1790 */ | |
2086 | 1791 aim_tx_setenqueue(sess, AIM_TX_IMMEDIATE, NULL); |
4617 | 1792 od->sess = sess; |
2086 | 1793 sess->aux_data = gc; |
1794 | |
9935 | 1795 /* Connect to core Gaim signals */ |
10087 | 1796 gaim_prefs_connect_callback(gc, "/plugins/prpl/oscar/recent_buddies", recent_buddies_cb, gc); |
9935 | 1797 |
2086 | 1798 conn = aim_newconn(sess, AIM_CONN_TYPE_AUTH, NULL); |
1799 if (conn == NULL) { | |
10444 | 1800 gaim_debug_error("oscar", "internal connection error\n"); |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
1801 gaim_connection_error(gc, _("Unable to login to AIM")); |
2086 | 1802 return; |
1803 } | |
1804 | |
4649 | 1805 aim_conn_addhandler(sess, conn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNERR, gaim_connerr, 0); |
10464 | 1806 aim_conn_addhandler(sess, conn, 0x0017, 0x0003, gaim_parse_auth_resp, 0); |
2086 | 1807 aim_conn_addhandler(sess, conn, 0x0017, 0x0007, gaim_parse_login, 0); |
10464 | 1808 aim_conn_addhandler(sess, conn, AIM_CB_FAM_ATH, AIM_CB_ATH_SECURID_REQUEST, gaim_parse_auth_securid_request, 0); |
2086 | 1809 |
1810 conn->status |= AIM_CONN_STATUS_INPROGRESS; | |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
1811 if (gaim_proxy_connect(account, gaim_account_get_string(account, "server", FAIM_LOGIN_SERVER), |
5575 | 1812 gaim_account_get_int(account, "port", FAIM_LOGIN_PORT), |
1813 oscar_login_connect, gc) < 0) { | |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
1814 gaim_connection_error(gc, _("Couldn't connect to host")); |
2086 | 1815 return; |
1816 } | |
7282 | 1817 |
7283 | 1818 gaim_connection_update_progress(gc, _("Connecting"), 0, OSCAR_CONNECT_STEPS); |
8341 | 1819 ck[0] = 0x5a; |
5575 | 1820 } |
1821 | |
1822 static void oscar_close(GaimConnection *gc) { | |
7283 | 1823 OscarData *od = (OscarData *)gc->proto_data; |
4617 | 1824 |
1825 while (od->oscar_chats) { | |
1826 struct chat_connection *n = od->oscar_chats->data; | |
2086 | 1827 if (n->inpa > 0) |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
1828 gaim_input_remove(n->inpa); |
2086 | 1829 g_free(n->name); |
1830 g_free(n->show); | |
4617 | 1831 od->oscar_chats = g_slist_remove(od->oscar_chats, n); |
2086 | 1832 g_free(n); |
1833 } | |
4617 | 1834 while (od->direct_ims) { |
8971 | 1835 struct oscar_direct_im *n = od->direct_ims->data; |
1836 oscar_direct_im_destroy(od, n); | |
2086 | 1837 } |
4617 | 1838 /* BBB */ |
1839 while (od->file_transfers) { | |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
1840 GaimXfer *xfer; |
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
1841 xfer = (GaimXfer *)od->file_transfers->data; |
7805 | 1842 gaim_xfer_cancel_local(xfer); |
3630 | 1843 } |
4804 | 1844 while (od->requesticon) { |
1845 char *sn = od->requesticon->data; | |
1846 od->requesticon = g_slist_remove(od->requesticon, sn); | |
1847 free(sn); | |
1848 } | |
4738 | 1849 g_hash_table_destroy(od->buddyinfo); |
4617 | 1850 while (od->create_rooms) { |
1851 struct create_room *cr = od->create_rooms->data; | |
2822
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
1852 g_free(cr->name); |
4617 | 1853 od->create_rooms = g_slist_remove(od->create_rooms, cr); |
2822
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
1854 g_free(cr); |
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
1855 } |
4617 | 1856 if (od->email) |
1857 g_free(od->email); | |
1858 if (od->newp) | |
1859 g_free(od->newp); | |
1860 if (od->oldp) | |
1861 g_free(od->oldp); | |
2086 | 1862 if (gc->inpa > 0) |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
1863 gaim_input_remove(gc->inpa); |
4617 | 1864 if (od->cnpa > 0) |
1865 gaim_input_remove(od->cnpa); | |
1866 if (od->paspa > 0) | |
1867 gaim_input_remove(od->paspa); | |
1868 if (od->emlpa > 0) | |
1869 gaim_input_remove(od->emlpa); | |
4804 | 1870 if (od->icopa > 0) |
1871 gaim_input_remove(od->icopa); | |
6907 | 1872 if (od->icontimer > 0) |
8287
ef881489396e
[gaim-migrate @ 9011]
Christian Hammond <chipx86@chipx86.com>
parents:
8273
diff
changeset
|
1873 gaim_timeout_remove(od->icontimer); |
8341 | 1874 if (od->getblisttimer > 0) |
8287
ef881489396e
[gaim-migrate @ 9011]
Christian Hammond <chipx86@chipx86.com>
parents:
8273
diff
changeset
|
1875 gaim_timeout_remove(od->getblisttimer); |
8341 | 1876 if (od->getinfotimer > 0) |
1877 gaim_timeout_remove(od->getinfotimer); | |
10087 | 1878 gaim_prefs_disconnect_by_handle(gc); |
9971 | 1879 |
4617 | 1880 aim_session_kill(od->sess); |
1881 g_free(od->sess); | |
1882 od->sess = NULL; | |
2086 | 1883 g_free(gc->proto_data); |
1884 gc->proto_data = NULL; | |
8660 | 1885 gaim_debug_info("oscar", "Signed off.\n"); |
2086 | 1886 } |
1887 | |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
1888 static void oscar_bos_connect(gpointer data, gint source, GaimInputCondition cond) { |
5575 | 1889 GaimConnection *gc = data; |
7283 | 1890 OscarData *od; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1891 aim_session_t *sess; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1892 aim_conn_t *bosconn; |
2086 | 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 close(source); |
1896 return; | |
1897 } | |
1898 | |
4617 | 1899 od = gc->proto_data; |
1900 sess = od->sess; | |
1901 bosconn = od->conn; | |
4366 | 1902 bosconn->fd = source; |
2086 | 1903 |
1904 if (source < 0) { | |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
1905 gaim_connection_error(gc, _("Could Not Connect")); |
2086 | 1906 return; |
1907 } | |
1908 | |
1909 aim_conn_completeconnect(sess, bosconn); | |
4617 | 1910 gc->inpa = gaim_input_add(bosconn->fd, GAIM_INPUT_READ, oscar_callback, bosconn); |
7283 | 1911 |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
1912 gaim_connection_update_progress(gc, |
7283 | 1913 _("Connection established, cookie sent"), 4, OSCAR_CONNECT_STEPS); |
8341 | 1914 ck[4] = 0x61; |
2086 | 1915 } |
1916 | |
4617 | 1917 /* BBB */ |
4656 | 1918 /* |
1919 * This little area in oscar.c is the nexus of file transfer code, | |
1920 * so I wrote a little explanation of what happens. I am such a | |
1921 * ninja. | |
1922 * | |
1923 * The series of events for a file send is: | |
1924 * -Create xfer and call gaim_xfer_request (this happens in oscar_ask_sendfile) | |
8735
92cbf9713795
[gaim-migrate @ 9490]
Christian Hammond <chipx86@chipx86.com>
parents:
8733
diff
changeset
|
1925 * -User chooses a file and oscar_xfer_init is called. It establishes a |
4656 | 1926 * listening socket, then asks the remote user to connect to us (and |
1927 * gives them the file name, port, IP, etc.) | |
1928 * -They connect to us and we send them an AIM_CB_OFT_PROMPT (this happens | |
1929 * in oscar_sendfile_estblsh) | |
1930 * -They send us an AIM_CB_OFT_ACK and then we start sending data | |
1931 * -When we finish, they send us an AIM_CB_OFT_DONE and they close the | |
1932 * connection. | |
1933 * -We get drunk because file transfer kicks ass. | |
1934 * | |
1935 * The series of events for a file receive is: | |
1936 * -Create xfer and call gaim_xfer request (this happens in incomingim_chan2) | |
1937 * -Gaim user selects file to name and location to save file to and | |
1938 * oscar_xfer_init is called | |
1939 * -It connects to the remote user using the IP they gave us earlier | |
1940 * -After connecting, they send us an AIM_CB_OFT_PROMPT. In reply, we send | |
1941 * them an AIM_CB_OFT_ACK. | |
1942 * -They begin to send us lots of raw data. | |
1943 * -When they finish sending data we send an AIM_CB_OFT_DONE and then close | |
8735
92cbf9713795
[gaim-migrate @ 9490]
Christian Hammond <chipx86@chipx86.com>
parents:
8733
diff
changeset
|
1944 * the connection. |
4656 | 1945 */ |
1946 static void oscar_sendfile_connected(gpointer data, gint source, GaimInputCondition condition); | |
1947 | |
8446 | 1948 /* |
1949 * Miscellaneous xfer functions | |
1950 */ | |
1951 static GaimXfer *oscar_find_xfer_by_cookie(GSList *fts, const fu8_t *ck) | |
4656 | 1952 { |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
1953 GaimXfer *xfer; |
5146 | 1954 struct aim_oft_info *oft_info; |
4656 | 1955 |
1956 while (fts) { | |
1957 xfer = fts->data; | |
5146 | 1958 oft_info = xfer->data; |
1959 | |
8446 | 1960 if (oft_info && !memcmp(ck, oft_info->cookie, 8)) |
4656 | 1961 return xfer; |
1962 | |
1963 fts = g_slist_next(fts); | |
1964 } | |
1965 | |
1966 return NULL; | |
1967 } | |
1968 | |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
1969 static GaimXfer *oscar_find_xfer_by_conn(GSList *fts, aim_conn_t *conn) |
4656 | 1970 { |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
1971 GaimXfer *xfer; |
5146 | 1972 struct aim_oft_info *oft_info; |
4656 | 1973 |
1974 while (fts) { | |
1975 xfer = fts->data; | |
5146 | 1976 oft_info = xfer->data; |
1977 | |
1978 if (oft_info && (conn == oft_info->conn)) | |
4656 | 1979 return xfer; |
1980 | |
1981 fts = g_slist_next(fts); | |
1982 } | |
1983 | |
1984 return NULL; | |
1985 } | |
1986 | |
8446 | 1987 static void oscar_xfer_end(GaimXfer *xfer) |
1988 { | |
1989 struct aim_oft_info *oft_info = xfer->data; | |
1990 GaimConnection *gc = oft_info->sess->aux_data; | |
1991 OscarData *od = gc->proto_data; | |
1992 | |
8660 | 1993 gaim_debug_info("oscar", "AAA - in oscar_xfer_end\n"); |
8446 | 1994 |
1995 if (gaim_xfer_get_type(xfer) == GAIM_XFER_RECEIVE) { | |
1996 oft_info->fh.nrecvd = gaim_xfer_get_bytes_sent(xfer); | |
1997 aim_oft_sendheader(oft_info->sess, AIM_CB_OFT_DONE, oft_info); | |
1998 } | |
1999 | |
2000 aim_conn_kill(oft_info->sess, &oft_info->conn); | |
2001 aim_oft_destroyinfo(oft_info); | |
2002 xfer->data = NULL; | |
2003 od->file_transfers = g_slist_remove(od->file_transfers, xfer); | |
2004 } | |
2005 | |
2006 /* | |
2007 * xfer functions used when receiving files | |
2008 */ | |
2009 | |
2010 static void oscar_xfer_init_recv(GaimXfer *xfer) | |
2011 { | |
2012 struct aim_oft_info *oft_info = xfer->data; | |
2013 GaimConnection *gc = oft_info->sess->aux_data; | |
2014 OscarData *od = gc->proto_data; | |
2015 | |
8660 | 2016 gaim_debug_info("oscar", "AAA - in oscar_xfer_recv_init\n"); |
8446 | 2017 |
2018 oft_info->conn = aim_newconn(od->sess, AIM_CONN_TYPE_RENDEZVOUS, NULL); | |
2019 if (oft_info->conn) { | |
2020 oft_info->conn->subtype = AIM_CONN_SUBTYPE_OFT_SENDFILE; | |
2021 aim_conn_addhandler(od->sess, oft_info->conn, AIM_CB_FAM_OFT, AIM_CB_OFT_PROMPT, oscar_sendfile_prompt, 0); | |
2022 oft_info->conn->fd = xfer->fd = gaim_proxy_connect(gaim_connection_get_account(gc), | |
2023 xfer->remote_ip, xfer->remote_port, oscar_sendfile_connected, xfer); | |
2024 if (xfer->fd == -1) { | |
10654 | 2025 gaim_xfer_error(GAIM_XFER_RECEIVE, gaim_xfer_get_account(xfer), xfer->who, |
8446 | 2026 _("Unable to establish file descriptor.")); |
2027 gaim_xfer_cancel_local(xfer); | |
2028 } | |
2029 } else { | |
10654 | 2030 gaim_xfer_error(GAIM_XFER_RECEIVE, gaim_xfer_get_account(xfer), xfer->who, |
8446 | 2031 _("Unable to create new connection.")); |
2032 gaim_xfer_cancel_local(xfer); | |
2033 /* Try a different port? Ask them to connect to us? /join #gaim and whine? */ | |
2034 } | |
2035 | |
2036 } | |
2037 | |
2038 static void oscar_xfer_cancel_recv(GaimXfer *xfer) | |
2039 { | |
10405 | 2040 struct aim_oft_info *oft_info; |
2041 GaimConnection *gc; | |
2042 OscarData *od; | |
2043 | |
2044 g_return_if_fail(xfer != NULL); | |
2045 g_return_if_fail(xfer->data != NULL); | |
2046 | |
2047 oft_info = xfer->data; | |
2048 gc = oft_info->sess->aux_data; | |
2049 od = gc->proto_data; | |
8446 | 2050 |
8660 | 2051 gaim_debug_info("oscar", "AAA - in oscar_xfer_cancel_recv\n"); |
8446 | 2052 |
9771 | 2053 if (gaim_xfer_get_status(xfer) != GAIM_XFER_STATUS_CANCEL_REMOTE) |
2054 aim_im_sendch2_sendfile_cancel(oft_info->sess, oft_info); | |
8446 | 2055 |
2056 aim_conn_kill(oft_info->sess, &oft_info->conn); | |
2057 aim_oft_destroyinfo(oft_info); | |
2058 xfer->data = NULL; | |
2059 od->file_transfers = g_slist_remove(od->file_transfers, xfer); | |
2060 } | |
2061 | |
2062 static void oscar_xfer_ack_recv(GaimXfer *xfer, const char *buffer, size_t size) | |
2063 { | |
2064 struct aim_oft_info *oft_info = xfer->data; | |
2065 | |
2066 /* Update our rolling checksum. Like Walmart, yo. */ | |
2067 oft_info->fh.recvcsum = aim_oft_checksum_chunk(buffer, size, oft_info->fh.recvcsum); | |
2068 } | |
2069 | |
2070 /* | |
2071 * xfer functions used when sending files | |
2072 */ | |
2073 | |
2074 static void oscar_xfer_init_send(GaimXfer *xfer) | |
2075 { | |
2076 struct aim_oft_info *oft_info = xfer->data; | |
2077 GaimConnection *gc = oft_info->sess->aux_data; | |
2078 OscarData *od = gc->proto_data; | |
2079 int listenfd; | |
2080 | |
8660 | 2081 gaim_debug_info("oscar", "AAA - in oscar_xfer_send_init\n"); |
8446 | 2082 |
2083 xfer->filename = g_path_get_basename(xfer->local_filename); | |
2084 strncpy(oft_info->fh.name, xfer->filename, 64); | |
2085 oft_info->fh.name[63] = '\0'; | |
2086 oft_info->fh.totsize = gaim_xfer_get_size(xfer); | |
2087 oft_info->fh.size = gaim_xfer_get_size(xfer); | |
2088 oft_info->fh.checksum = aim_oft_checksum_file(xfer->local_filename); | |
2089 | |
2090 /* Create a listening socket and an associated libfaim conn */ | |
2091 if ((listenfd = gaim_network_listen_range(5190, 5199)) < 0) { | |
2092 gaim_xfer_cancel_local(xfer); | |
2093 return; | |
2094 } | |
2095 xfer->local_port = gaim_network_get_port_from_fd(listenfd); | |
2096 oft_info->port = xfer->local_port; | |
2097 if (aim_sendfile_listen(od->sess, oft_info, listenfd) != 0) { | |
2098 gaim_xfer_cancel_local(xfer); | |
2099 return; | |
2100 } | |
8660 | 2101 gaim_debug_misc("oscar", |
8446 | 2102 "port is %hu, ip is %s\n", |
2103 xfer->local_port, oft_info->clientip); | |
2104 if (oft_info->conn) { | |
2105 xfer->watcher = gaim_input_add(oft_info->conn->fd, GAIM_INPUT_READ, oscar_callback, oft_info->conn); | |
2106 aim_im_sendch2_sendfile_ask(od->sess, oft_info); | |
2107 aim_conn_addhandler(od->sess, oft_info->conn, AIM_CB_FAM_OFT, AIM_CB_OFT_ESTABLISHED, oscar_sendfile_estblsh, 0); | |
2108 } else { | |
10654 | 2109 gaim_xfer_error(GAIM_XFER_SEND, gaim_xfer_get_account(xfer), xfer->who, |
8446 | 2110 _("Unable to establish listener socket.")); |
2111 gaim_xfer_cancel_local(xfer); | |
2112 } | |
2113 } | |
2114 | |
2115 static void oscar_xfer_cancel_send(GaimXfer *xfer) | |
2116 { | |
2117 struct aim_oft_info *oft_info = xfer->data; | |
2118 GaimConnection *gc = oft_info->sess->aux_data; | |
2119 OscarData *od = gc->proto_data; | |
2120 | |
8660 | 2121 gaim_debug_info("oscar", "AAA - in oscar_xfer_cancel_send\n"); |
8446 | 2122 |
9771 | 2123 if (gaim_xfer_get_status(xfer) != GAIM_XFER_STATUS_CANCEL_REMOTE) |
2124 aim_im_sendch2_sendfile_cancel(oft_info->sess, oft_info); | |
8446 | 2125 |
2126 aim_conn_kill(oft_info->sess, &oft_info->conn); | |
2127 aim_oft_destroyinfo(oft_info); | |
2128 xfer->data = NULL; | |
2129 od->file_transfers = g_slist_remove(od->file_transfers, xfer); | |
2130 } | |
2131 | |
2132 static void oscar_xfer_ack_send(GaimXfer *xfer, const char *buffer, size_t size) | |
2133 { | |
2134 struct aim_oft_info *oft_info = xfer->data; | |
2135 | |
2136 /* I'm not sure I like how we do this. --marv | |
2137 * I do. AIM file transfers aren't really meant to be thought | |
2138 * of as a transferring just a single file. The rendezvous | |
2139 * establishes a connection between two computers, and then | |
2140 * those computers can use the same connection for transferring | |
2141 * multiple files. So we don't want the Gaim core up and closing | |
2142 * the socket all willy-nilly. We want to do that in the oscar | |
2143 * prpl, whenever one side or the other says they're finished | |
2144 * using the connection. There might be a better way to intercept | |
2145 * the socket from the core, however... --KingAnt | |
2146 */ | |
2147 | |
2148 /* | |
2149 * If we're done sending, intercept the socket from the core ft code | |
2150 * and wait for the other guy to send the "done" OFT packet. | |
2151 */ | |
2152 if (gaim_xfer_get_bytes_remaining(xfer) <= 0) { | |
2153 gaim_input_remove(xfer->watcher); | |
2154 xfer->watcher = gaim_input_add(xfer->fd, GAIM_INPUT_READ, oscar_callback, oft_info->conn); | |
2155 xfer->fd = 0; | |
2156 gaim_xfer_set_completed(xfer, TRUE); | |
2157 } | |
2158 } | |
2159 | |
9466 | 2160 static gboolean oscar_can_receive_file(GaimConnection *gc, const char *who) { |
2161 gboolean can_receive = FALSE; | |
2162 OscarData *od = gc->proto_data; | |
2163 | |
10517
461334f300d7
[gaim-migrate @ 11821]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
10504
diff
changeset
|
2164 if (od != NULL && !od->icq) { |
9466 | 2165 aim_userinfo_t *userinfo; |
2166 userinfo = aim_locate_finduserinfo(od->sess, who); | |
2167 if (userinfo && userinfo->capabilities & AIM_CAPS_SENDFILE) | |
2168 can_receive = TRUE; | |
2169 } | |
2170 | |
2171 return can_receive; | |
2172 } | |
2173 | |
2174 static void oscar_send_file(GaimConnection *gc, const char *who, const char *file) { | |
9030 | 2175 |
2176 OscarData *od; | |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
2177 GaimXfer *xfer; |
5146 | 2178 struct aim_oft_info *oft_info; |
8231
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8227
diff
changeset
|
2179 const char *ip; |
3752 | 2180 |
9030 | 2181 od = (OscarData *)gc->proto_data; |
2182 | |
4617 | 2183 /* You want to send a file to someone else, you're so generous */ |
2184 | |
2185 /* Build the file transfer handle */ | |
9466 | 2186 xfer = gaim_xfer_new(gc->account, GAIM_XFER_SEND, who); |
4617 | 2187 |
5146 | 2188 /* Create the oscar-specific data */ |
8838 | 2189 ip = gaim_network_get_my_ip(od->conn ? od->conn->fd : -1); |
9466 | 2190 oft_info = aim_oft_createinfo(od->sess, NULL, who, ip, 0, 0, 0, NULL); |
5146 | 2191 xfer->data = oft_info; |
2192 | |
4617 | 2193 /* Setup our I/O op functions */ |
8446 | 2194 gaim_xfer_set_init_fnc(xfer, oscar_xfer_init_send); |
4617 | 2195 gaim_xfer_set_end_fnc(xfer, oscar_xfer_end); |
4675
3145c5c45877
[gaim-migrate @ 4986]
Christian Hammond <chipx86@chipx86.com>
parents:
4666
diff
changeset
|
2196 gaim_xfer_set_cancel_send_fnc(xfer, oscar_xfer_cancel_send); |
8446 | 2197 gaim_xfer_set_request_denied_fnc(xfer, oscar_xfer_cancel_send); |
2198 gaim_xfer_set_ack_fnc(xfer, oscar_xfer_ack_send); | |
4617 | 2199 |
2200 /* Keep track of this transfer for later */ | |
2201 od->file_transfers = g_slist_append(od->file_transfers, xfer); | |
2202 | |
2203 /* Now perform the request */ | |
9466 | 2204 if (file) |
2205 gaim_xfer_request_accepted(xfer, file); | |
2206 else | |
2207 gaim_xfer_request(xfer); | |
3630 | 2208 } |
2209 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2210 static int gaim_parse_auth_resp(aim_session_t *sess, aim_frame_t *fr, ...) { |
6029 | 2211 GaimConnection *gc = sess->aux_data; |
7283 | 2212 OscarData *od = gc->proto_data; |
6029 | 2213 GaimAccount *account = gc->account; |
2214 aim_conn_t *bosconn; | |
2215 char *host; int port; | |
2216 int i, rc; | |
2086 | 2217 va_list ap; |
2704 | 2218 struct aim_authresp_info *info; |
6029 | 2219 |
5575 | 2220 port = gaim_account_get_int(account, "port", FAIM_LOGIN_PORT); |
2086 | 2221 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2222 va_start(ap, fr); |
2704 | 2223 info = va_arg(ap, struct aim_authresp_info *); |
2086 | 2224 va_end(ap); |
2225 | |
8660 | 2226 gaim_debug_info("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2227 "inside auth_resp (Screen name: %s)\n", info->sn); |
2704 | 2228 |
4293 | 2229 if (info->errorcode || !info->bosip || !info->cookielen || !info->cookie) { |
4056 | 2230 char buf[256]; |
2704 | 2231 switch (info->errorcode) { |
2086 | 2232 case 0x05: |
2233 /* Incorrect nick/password */ | |
6498 | 2234 gc->wants_to_die = TRUE; |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
2235 gaim_connection_error(gc, _("Incorrect nickname or password.")); |
2086 | 2236 break; |
2237 case 0x11: | |
2238 /* Suspended account */ | |
6498 | 2239 gc->wants_to_die = TRUE; |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
2240 gaim_connection_error(gc, _("Your account is currently suspended.")); |
2086 | 2241 break; |
3498 | 2242 case 0x14: |
2243 /* service temporarily unavailable */ | |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
2244 gaim_connection_error(gc, _("The AOL Instant Messenger service is temporarily unavailable.")); |
3498 | 2245 break; |
2086 | 2246 case 0x18: |
2247 /* connecting too frequently */ | |
6498 | 2248 gc->wants_to_die = TRUE; |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
2249 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 | 2250 break; |
2251 case 0x1c: | |
2252 /* client too old */ | |
6498 | 2253 gc->wants_to_die = TRUE; |
6371
8f94cce8faa5
[gaim-migrate @ 6876]
Christian Hammond <chipx86@chipx86.com>
parents:
6350
diff
changeset
|
2254 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
|
2255 gaim_connection_error(gc, buf); |
2086 | 2256 break; |
2257 default: | |
6623 | 2258 gaim_connection_error(gc, _("Authentication failed")); |
2086 | 2259 break; |
2260 } | |
8660 | 2261 gaim_debug_error("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2262 "Login Error Code 0x%04hx\n", info->errorcode); |
8660 | 2263 gaim_debug_error("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2264 "Error URL: %s\n", info->errorurl); |
2086 | 2265 od->killme = TRUE; |
2266 return 1; | |
2267 } | |
2268 | |
2269 | |
9992 | 2270 gaim_debug_misc("oscar", "Reg status: %hu\n", info->regstatus); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2271 |
2704 | 2272 if (info->email) { |
8660 | 2273 gaim_debug_misc("oscar", "Email: %s\n", info->email); |
2086 | 2274 } else { |
8660 | 2275 gaim_debug_misc("oscar", "Email is NULL\n"); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2276 } |
10042 | 2277 |
8660 | 2278 gaim_debug_misc("oscar", "BOSIP: %s\n", info->bosip); |
2279 gaim_debug_info("oscar", | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2280 "Closing auth connection...\n"); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2281 aim_conn_kill(sess, &fr->conn); |
2086 | 2282 |
2283 bosconn = aim_newconn(sess, AIM_CONN_TYPE_BOS, NULL); | |
2284 if (bosconn == NULL) { | |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
2285 gaim_connection_error(gc, _("Internal Error")); |
2086 | 2286 od->killme = TRUE; |
2287 return 0; | |
2288 } | |
2289 | |
4649 | 2290 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNERR, gaim_connerr, 0); |
2675 | 2291 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNINITDONE, conninitdone_bos, 0); |
2086 | 2292 aim_conn_addhandler(sess, bosconn, 0x0009, 0x0003, gaim_bosrights, 0); |
2293 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_ACK, AIM_CB_ACK_ACK, NULL, 0); | |
2294 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_GEN, AIM_CB_GEN_REDIRECT, gaim_handle_redirect, 0); | |
2993 | 2295 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_LOC, AIM_CB_LOC_RIGHTSINFO, gaim_parse_locaterights, 0); |
2086 | 2296 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_BUD, AIM_CB_BUD_RIGHTSINFO, gaim_parse_buddyrights, 0); |
2297 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_BUD, AIM_CB_BUD_ONCOMING, gaim_parse_oncoming, 0); | |
2298 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_BUD, AIM_CB_BUD_OFFGOING, gaim_parse_offgoing, 0); | |
2299 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_MSG, AIM_CB_MSG_INCOMING, gaim_parse_incoming_im, 0); | |
2300 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_LOC, AIM_CB_LOC_ERROR, gaim_parse_locerr, 0); | |
2301 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_MSG, AIM_CB_MSG_MISSEDCALL, gaim_parse_misses, 0); | |
3212 | 2302 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_MSG, AIM_CB_MSG_CLIENTAUTORESP, gaim_parse_clientauto, 0); |
2086 | 2303 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_GEN, AIM_CB_GEN_RATECHANGE, gaim_parse_ratechange, 0); |
2304 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_GEN, AIM_CB_GEN_EVIL, gaim_parse_evilnotify, 0); | |
2305 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_LOK, AIM_CB_LOK_ERROR, gaim_parse_searcherror, 0); | |
2306 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_LOK, 0x0003, gaim_parse_searchreply, 0); | |
2307 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_MSG, AIM_CB_MSG_ERROR, gaim_parse_msgerr, 0); | |
3595 | 2308 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_MSG, AIM_CB_MSG_MTN, gaim_parse_mtn, 0); |
7011 | 2309 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_LOC, AIM_CB_LOC_USERINFO, gaim_parse_userinfo, 0); |
8341 | 2310 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_LOC, AIM_CB_LOC_REQUESTINFOTIMEOUT, gaim_reqinfo_timeout, 0); |
2086 | 2311 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_MSG, AIM_CB_MSG_ACK, gaim_parse_msgack, 0); |
2312 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
|
2313 aim_conn_addhandler(sess, bosconn, 0x0004, 0x0005, gaim_icbm_param_info, 0); |
2086 | 2314 aim_conn_addhandler(sess, bosconn, 0x0001, 0x0001, gaim_parse_genericerr, 0); |
2315 aim_conn_addhandler(sess, bosconn, 0x0003, 0x0001, gaim_parse_genericerr, 0); | |
2316 aim_conn_addhandler(sess, bosconn, 0x0009, 0x0001, gaim_parse_genericerr, 0); | |
2317 aim_conn_addhandler(sess, bosconn, 0x0001, 0x001f, gaim_memrequest, 0); | |
2507
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
2318 aim_conn_addhandler(sess, bosconn, 0x0001, 0x000f, gaim_selfinfo, 0); |
5844 | 2319 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
|
2320 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
|
2321 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
|
2322 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_POP, 0x0002, gaim_popup, 0); |
4759 | 2323 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_ICQ, AIM_CB_ICQ_ALIAS, gaim_icqalias, 0); |
4624 | 2324 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_ICQ, AIM_CB_ICQ_INFO, gaim_icqinfo, 0); |
4230 | 2325 #ifndef NOSSI |
4642 | 2326 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SSI, AIM_CB_SSI_ERROR, gaim_ssi_parseerr, 0); |
2991 | 2327 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SSI, AIM_CB_SSI_RIGHTSINFO, gaim_ssi_parserights, 0); |
2328 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SSI, AIM_CB_SSI_LIST, gaim_ssi_parselist, 0); | |
2329 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SSI, AIM_CB_SSI_NOLIST, gaim_ssi_parselist, 0); | |
4230 | 2330 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SSI, AIM_CB_SSI_SRVACK, gaim_ssi_parseack, 0); |
8227 | 2331 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SSI, AIM_CB_SSI_ADD, gaim_ssi_parseadd, 0); |
4230 | 2332 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SSI, AIM_CB_SSI_RECVAUTH, gaim_ssi_authgiven, 0); |
2333 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SSI, AIM_CB_SSI_RECVAUTHREQ, gaim_ssi_authrequest, 0); | |
2334 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SSI, AIM_CB_SSI_RECVAUTHREP, gaim_ssi_authreply, 0); | |
2335 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SSI, AIM_CB_SSI_ADDED, gaim_ssi_gotadded, 0); | |
2336 #endif | |
4508
4c40fccbd7c9
[gaim-migrate @ 4784]
Christian Hammond <chipx86@chipx86.com>
parents:
4491
diff
changeset
|
2337 |
7283 | 2338 od->conn = bosconn; |
2704 | 2339 for (i = 0; i < (int)strlen(info->bosip); i++) { |
2340 if (info->bosip[i] == ':') { | |
2341 port = atoi(&(info->bosip[i+1])); | |
2086 | 2342 break; |
2343 } | |
2344 } | |
2704 | 2345 host = g_strndup(info->bosip, i); |
2086 | 2346 bosconn->status |= AIM_CONN_STATUS_INPROGRESS; |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
2347 rc = gaim_proxy_connect(gc->account, host, port, oscar_bos_connect, gc); |
2086 | 2348 g_free(host); |
4366 | 2349 if (rc < 0) { |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
2350 gaim_connection_error(gc, _("Could Not Connect")); |
2086 | 2351 od->killme = TRUE; |
2352 return 0; | |
2353 } | |
4293 | 2354 aim_sendcookie(sess, bosconn, info->cookielen, info->cookie); |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
2355 gaim_input_remove(gc->inpa); |
2704 | 2356 |
7283 | 2357 gaim_connection_update_progress(gc, _("Received authorization"), 3, OSCAR_CONNECT_STEPS); |
8341 | 2358 ck[3] = 0x64; |
7282 | 2359 |
2086 | 2360 return 1; |
2361 } | |
2362 | |
10464 | 2363 static void |
2364 gaim_parse_auth_securid_request_yes_cb(gpointer user_data, const char *msg) | |
2365 { | |
2366 GaimConnection *gc = user_data; | |
2367 OscarData *od = gc->proto_data; | |
2368 aim_session_t *sess = od->sess; | |
2369 | |
2370 aim_auth_securid_send(sess, msg); | |
2371 } | |
2372 | |
2373 static void | |
2374 gaim_parse_auth_securid_request_no_cb(gpointer user_data, const char *value) | |
2375 { | |
2376 GaimConnection *gc = user_data; | |
2377 OscarData *od = gc->proto_data; | |
2378 | |
2379 /* Disconnect */ | |
2380 gc->wants_to_die = TRUE; | |
2381 gaim_connection_error(gc, _("The SecurID key entered is invalid.")); | |
2382 od->killme = TRUE; | |
2383 } | |
2384 | |
2385 static int | |
2386 gaim_parse_auth_securid_request(aim_session_t *sess, aim_frame_t *fr, ...) | |
2387 { | |
2388 GaimConnection *gc = sess->aux_data; | |
2389 GaimAccount *account = gaim_connection_get_account(gc); | |
2390 gchar *primary; | |
2391 | |
2392 gaim_debug_info("oscar", "Got SecurID request\n"); | |
2393 | |
2394 primary = g_strdup_printf("Enter the SecurID key for %s.", gaim_account_get_username(account)); | |
2395 gaim_request_input(gc, NULL, _("Enter SecurID"), primary, | |
2396 _("Enter the 6 digit number from the digital display."), | |
2397 FALSE, FALSE, NULL, | |
2398 _("OK"), G_CALLBACK(gaim_parse_auth_securid_request_yes_cb), | |
2399 _("Cancel"), G_CALLBACK(gaim_parse_auth_securid_request_no_cb), | |
2400 gc); | |
2401 g_free(primary); | |
2402 | |
2403 return 1; | |
2404 } | |
2405 | |
7285 | 2406 /* XXX - Should use gaim_url_fetch for the below stuff */ |
2086 | 2407 struct pieceofcrap { |
5575 | 2408 GaimConnection *gc; |
2086 | 2409 unsigned long offset; |
2410 unsigned long len; | |
2411 char *modname; | |
2412 int fd; | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2413 aim_conn_t *conn; |
2086 | 2414 unsigned int inpa; |
2415 }; | |
2416 | |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
2417 static void damn_you(gpointer data, gint source, GaimInputCondition c) |
2086 | 2418 { |
2419 struct pieceofcrap *pos = data; | |
7283 | 2420 OscarData *od = pos->gc->proto_data; |
2086 | 2421 char in = '\0'; |
2422 int x = 0; | |
2423 unsigned char m[17]; | |
2424 | |
2425 while (read(pos->fd, &in, 1) == 1) { | |
2426 if (in == '\n') | |
2427 x++; | |
2428 else if (in != '\r') | |
2429 x = 0; | |
2430 if (x == 2) | |
2431 break; | |
2432 in = '\0'; | |
2433 } | |
2434 if (in != '\n') { | |
4056 | 2435 char buf[256]; |
2436 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
|
2437 "this is fixed. Check %s for updates."), GAIM_WEBSITE); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
2438 gaim_notify_warning(pos->gc, NULL, |
7422 | 2439 _("Gaim was unable to get a valid AIM login hash."), |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
2440 buf); |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
2441 gaim_input_remove(pos->inpa); |
2086 | 2442 close(pos->fd); |
2443 g_free(pos); | |
2444 return; | |
2445 } | |
2446 read(pos->fd, m, 16); | |
2447 m[16] = '\0'; | |
8660 | 2448 gaim_debug_misc("oscar", "Sending hash: "); |
2086 | 2449 for (x = 0; x < 16; x++) |
8660 | 2450 gaim_debug_misc(NULL, "%02hhx ", (unsigned char)m[x]); |
2451 | |
2452 gaim_debug_misc(NULL, "\n"); | |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
2453 gaim_input_remove(pos->inpa); |
2086 | 2454 close(pos->fd); |
2455 aim_sendmemblock(od->sess, pos->conn, 0, 16, m, AIM_SENDMEMBLOCK_FLAG_ISHASH); | |
2456 g_free(pos); | |
2457 } | |
2458 | |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
2459 static void straight_to_hell(gpointer data, gint source, GaimInputCondition cond) { |
2086 | 2460 struct pieceofcrap *pos = data; |
5420 | 2461 gchar *buf; |
2086 | 2462 |
4366 | 2463 pos->fd = source; |
2464 | |
2086 | 2465 if (source < 0) { |
5420 | 2466 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
|
2467 "this is fixed. Check %s for updates."), GAIM_WEBSITE); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
2468 gaim_notify_warning(pos->gc, NULL, |
7422 | 2469 _("Gaim was unable to get a valid AIM login hash."), |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
2470 buf); |
5420 | 2471 g_free(buf); |
2086 | 2472 if (pos->modname) |
2473 g_free(pos->modname); | |
2474 g_free(pos); | |
2475 return; | |
2476 } | |
2477 | |
5420 | 2478 buf = g_strdup_printf("GET " AIMHASHDATA "?offset=%ld&len=%ld&modname=%s HTTP/1.0\n\n", |
2086 | 2479 pos->offset, pos->len, pos->modname ? pos->modname : ""); |
2480 write(pos->fd, buf, strlen(buf)); | |
5420 | 2481 g_free(buf); |
2086 | 2482 if (pos->modname) |
2483 g_free(pos->modname); | |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
2484 pos->inpa = gaim_input_add(pos->fd, GAIM_INPUT_READ, damn_you, pos); |
2086 | 2485 return; |
2486 } | |
2487 | |
2488 /* size of icbmui.ocm, the largest module in AIM 3.5 */ | |
2489 #define AIM_MAX_FILE_SIZE 98304 | |
2490 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2491 int gaim_memrequest(aim_session_t *sess, aim_frame_t *fr, ...) { |
2086 | 2492 va_list ap; |
2493 struct pieceofcrap *pos; | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2494 fu32_t offset, len; |
2086 | 2495 char *modname; |
2496 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2497 va_start(ap, fr); |
4200 | 2498 offset = va_arg(ap, fu32_t); |
2499 len = va_arg(ap, fu32_t); | |
2086 | 2500 modname = va_arg(ap, char *); |
2501 va_end(ap); | |
2502 | |
8660 | 2503 gaim_debug_misc("oscar", |
5556 | 2504 "offset: %u, len: %u, file: %s\n", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2505 offset, len, (modname ? modname : "aim.exe")); |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2506 |
2086 | 2507 if (len == 0) { |
8660 | 2508 gaim_debug_misc("oscar", "len is 0, hashing NULL\n"); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2509 aim_sendmemblock(sess, fr->conn, offset, len, NULL, |
2086 | 2510 AIM_SENDMEMBLOCK_FLAG_ISREQUEST); |
2511 return 1; | |
2512 } | |
9625 | 2513 /* uncomment this when you're convinced it's right. remember, it's been wrong before. */ |
2514 #if 0 | |
2086 | 2515 if (offset > AIM_MAX_FILE_SIZE || len > AIM_MAX_FILE_SIZE) { |
2516 char *buf; | |
2517 int i = 8; | |
2518 if (modname) | |
2519 i += strlen(modname); | |
2520 buf = g_malloc(i); | |
2521 i = 0; | |
2522 if (modname) { | |
2523 memcpy(buf, modname, strlen(modname)); | |
2524 i += strlen(modname); | |
2525 } | |
2526 buf[i++] = offset & 0xff; | |
2527 buf[i++] = (offset >> 8) & 0xff; | |
2528 buf[i++] = (offset >> 16) & 0xff; | |
2529 buf[i++] = (offset >> 24) & 0xff; | |
2530 buf[i++] = len & 0xff; | |
2531 buf[i++] = (len >> 8) & 0xff; | |
2532 buf[i++] = (len >> 16) & 0xff; | |
2533 buf[i++] = (len >> 24) & 0xff; | |
8660 | 2534 gaim_debug_misc("oscar", "len + offset is invalid, " |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2535 "hashing request\n"); |
2086 | 2536 aim_sendmemblock(sess, command->conn, offset, i, buf, AIM_SENDMEMBLOCK_FLAG_ISREQUEST); |
2537 g_free(buf); | |
2538 return 1; | |
2539 } | |
9625 | 2540 #endif |
2086 | 2541 |
2542 pos = g_new0(struct pieceofcrap, 1); | |
2543 pos->gc = sess->aux_data; | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2544 pos->conn = fr->conn; |
2086 | 2545 |
2546 pos->offset = offset; | |
2547 pos->len = len; | |
2548 pos->modname = modname ? g_strdup(modname) : NULL; | |
2549 | |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
2550 if (gaim_proxy_connect(pos->gc->account, "gaim.sourceforge.net", 80, straight_to_hell, pos) != 0) { |
4056 | 2551 char buf[256]; |
2086 | 2552 if (pos->modname) |
2553 g_free(pos->modname); | |
2554 g_free(pos); | |
4056 | 2555 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
|
2556 "this is fixed. Check %s for updates."), GAIM_WEBSITE); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
2557 gaim_notify_warning(pos->gc, NULL, |
7422 | 2558 _("Gaim was unable to get a valid login hash."), |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
2559 buf); |
2086 | 2560 } |
2561 | |
2562 return 1; | |
2563 } | |
2564 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2565 static int gaim_parse_login(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 2566 GaimConnection *gc = sess->aux_data; |
7283 | 2567 OscarData *od = gc->proto_data; |
5591
74a0e79ad627
[gaim-migrate @ 5995]
Christian Hammond <chipx86@chipx86.com>
parents:
5580
diff
changeset
|
2568 GaimAccount *account = gaim_connection_get_account(gc); |
7282 | 2569 #if 0 |
2570 struct client_info_s info = {"gaim", 7, 3, 2003, "us", "en", 0x0004, 0x0000, 0x04b}; | |
2571 #endif | |
7011 | 2572 va_list ap; |
2573 char *key; | |
2086 | 2574 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2575 va_start(ap, fr); |
2086 | 2576 key = va_arg(ap, char *); |
2577 va_end(ap); | |
2578 | |
4617 | 2579 if (od->icq) { |
3458 | 2580 struct client_info_s info = CLIENTINFO_ICQ_KNOWNGOOD; |
10740 | 2581 aim_send_login(sess, fr->conn, gaim_account_get_username(account), |
2582 gaim_connection_get_password(gc), &info, key); | |
3458 | 2583 } else { |
2584 struct client_info_s info = CLIENTINFO_AIM_KNOWNGOOD; | |
10740 | 2585 aim_send_login(sess, fr->conn, gaim_account_get_username(account), |
2586 gaim_connection_get_password(gc), &info, key); | |
3458 | 2587 } |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2588 |
7283 | 2589 gaim_connection_update_progress(gc, _("Password sent"), 2, OSCAR_CONNECT_STEPS); |
8341 | 2590 ck[2] = 0x6c; |
7282 | 2591 |
2086 | 2592 return 1; |
2593 } | |
2594 | |
2675 | 2595 static int conninitdone_chat(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 2596 GaimConnection *gc = sess->aux_data; |
2647 | 2597 struct chat_connection *chatcon; |
2598 static int id = 1; | |
2599 | |
6905 | 2600 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
|
2601 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
|
2602 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
|
2603 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
|
2604 aim_conn_addhandler(sess, fr->conn, AIM_CB_FAM_CHT, AIM_CB_CHT_INCOMINGMSG, gaim_conv_chat_incoming_msg, 0); |
2675 | 2605 |
2672 | 2606 aim_clientready(sess, fr->conn); |
2675 | 2607 |
2647 | 2608 chatcon = find_oscar_chat_by_conn(gc, fr->conn); |
2609 chatcon->id = id; | |
8733 | 2610 chatcon->conv = serv_got_joined_chat(gc, id++, chatcon->show); |
2647 | 2611 |
2612 return 1; | |
2613 } | |
2614 | |
2675 | 2615 static int conninitdone_chatnav(aim_session_t *sess, aim_frame_t *fr, ...) { |
2616 | |
2821
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
2617 aim_conn_addhandler(sess, fr->conn, 0x000d, 0x0001, gaim_parse_genericerr, 0); |
2647 | 2618 aim_conn_addhandler(sess, fr->conn, AIM_CB_FAM_CTN, AIM_CB_CTN_INFO, gaim_chatnav_info, 0); |
2675 | 2619 |
2620 aim_clientready(sess, fr->conn); | |
2621 | |
2622 aim_chatnav_reqrights(sess, fr->conn); | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2623 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2624 return 1; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2625 } |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2626 |
3694 | 2627 static int conninitdone_email(aim_session_t *sess, aim_frame_t *fr, ...) { |
2628 | |
2629 aim_conn_addhandler(sess, fr->conn, 0x0018, 0x0001, gaim_parse_genericerr, 0); | |
2630 aim_conn_addhandler(sess, fr->conn, AIM_CB_FAM_EML, AIM_CB_EML_MAILSTATUS, gaim_email_parseupdate, 0); | |
2631 | |
7282 | 2632 aim_email_sendcookies(sess); |
2633 aim_email_activate(sess); | |
3694 | 2634 aim_clientready(sess, fr->conn); |
2635 | |
2636 return 1; | |
2637 } | |
2638 | |
4804 | 2639 static int conninitdone_icon(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 2640 GaimConnection *gc = sess->aux_data; |
7283 | 2641 OscarData *od = gc->proto_data; |
4804 | 2642 |
2643 aim_conn_addhandler(sess, fr->conn, 0x0018, 0x0001, gaim_parse_genericerr, 0); | |
2644 aim_conn_addhandler(sess, fr->conn, AIM_CB_FAM_ICO, AIM_CB_ICO_ERROR, gaim_icon_error, 0); | |
2645 aim_conn_addhandler(sess, fr->conn, AIM_CB_FAM_ICO, AIM_CB_ICO_RESPONSE, gaim_icon_parseicon, 0); | |
2646 | |
2647 aim_clientready(sess, fr->conn); | |
2648 | |
4823 | 2649 od->iconconnecting = FALSE; |
2650 | |
4804 | 2651 if (od->icontimer) |
8287
ef881489396e
[gaim-migrate @ 9011]
Christian Hammond <chipx86@chipx86.com>
parents:
8273
diff
changeset
|
2652 gaim_timeout_remove(od->icontimer); |
8273
f24172f53650
[gaim-migrate @ 8997]
Christian Hammond <chipx86@chipx86.com>
parents:
8266
diff
changeset
|
2653 od->icontimer = gaim_timeout_add(100, gaim_icon_timerfunc, gc); |
4804 | 2654 |
2655 return 1; | |
2656 } | |
2657 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2658 static void oscar_chatnav_connect(gpointer data, gint source, GaimInputCondition cond) { |
5575 | 2659 GaimConnection *gc = data; |
7283 | 2660 OscarData *od; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2661 aim_session_t *sess; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2662 aim_conn_t *tstconn; |
2086 | 2663 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
2664 if (!g_list_find(gaim_connections_get_all(), gc)) { |
2086 | 2665 close(source); |
2666 return; | |
2667 } | |
2668 | |
4617 | 2669 od = gc->proto_data; |
2670 sess = od->sess; | |
2086 | 2671 tstconn = aim_getconn_type_all(sess, AIM_CONN_TYPE_CHATNAV); |
4366 | 2672 tstconn->fd = source; |
2086 | 2673 |
2674 if (source < 0) { | |
2675 aim_conn_kill(sess, &tstconn); | |
8660 | 2676 gaim_debug_error("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2677 "unable to connect to chatnav server\n"); |
2086 | 2678 return; |
2679 } | |
2680 | |
2681 aim_conn_completeconnect(sess, tstconn); | |
4617 | 2682 od->cnpa = gaim_input_add(tstconn->fd, GAIM_INPUT_READ, oscar_callback, tstconn); |
8660 | 2683 gaim_debug_info("oscar", "chatnav: connected\n"); |
2086 | 2684 } |
2685 | |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
2686 static void oscar_auth_connect(gpointer data, gint source, GaimInputCondition cond) |
2086 | 2687 { |
5575 | 2688 GaimConnection *gc = data; |
7283 | 2689 OscarData *od; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2690 aim_session_t *sess; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2691 aim_conn_t *tstconn; |
2086 | 2692 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
2693 if (!g_list_find(gaim_connections_get_all(), gc)) { |
2086 | 2694 close(source); |
2695 return; | |
2696 } | |
2697 | |
4617 | 2698 od = gc->proto_data; |
2699 sess = od->sess; | |
2086 | 2700 tstconn = aim_getconn_type_all(sess, AIM_CONN_TYPE_AUTH); |
4366 | 2701 tstconn->fd = source; |
2086 | 2702 |
2703 if (source < 0) { | |
2704 aim_conn_kill(sess, &tstconn); | |
8660 | 2705 gaim_debug_error("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2706 "unable to connect to authorizer\n"); |
2086 | 2707 return; |
2708 } | |
2709 | |
2710 aim_conn_completeconnect(sess, tstconn); | |
4617 | 2711 od->paspa = gaim_input_add(tstconn->fd, GAIM_INPUT_READ, oscar_callback, tstconn); |
8660 | 2712 gaim_debug_info("oscar", "admin: connected\n"); |
2086 | 2713 } |
2714 | |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
2715 static void oscar_chat_connect(gpointer data, gint source, GaimInputCondition cond) |
2086 | 2716 { |
2717 struct chat_connection *ccon = data; | |
5575 | 2718 GaimConnection *gc = ccon->gc; |
7283 | 2719 OscarData *od; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2720 aim_session_t *sess; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2721 aim_conn_t *tstconn; |
2086 | 2722 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
2723 if (!g_list_find(gaim_connections_get_all(), gc)) { |
2086 | 2724 close(source); |
2725 g_free(ccon->show); | |
2726 g_free(ccon->name); | |
2727 g_free(ccon); | |
2728 return; | |
2729 } | |
2730 | |
4617 | 2731 od = gc->proto_data; |
2732 sess = od->sess; | |
2086 | 2733 tstconn = ccon->conn; |
4366 | 2734 tstconn->fd = source; |
2086 | 2735 |
2736 if (source < 0) { | |
2737 aim_conn_kill(sess, &tstconn); | |
2738 g_free(ccon->show); | |
2739 g_free(ccon->name); | |
2740 g_free(ccon); | |
2741 return; | |
2742 } | |
2743 | |
2744 aim_conn_completeconnect(sess, ccon->conn); | |
4617 | 2745 ccon->inpa = gaim_input_add(tstconn->fd, GAIM_INPUT_READ, oscar_callback, tstconn); |
2746 od->oscar_chats = g_slist_append(od->oscar_chats, ccon); | |
2086 | 2747 } |
2748 | |
3694 | 2749 static void oscar_email_connect(gpointer data, gint source, GaimInputCondition cond) { |
5575 | 2750 GaimConnection *gc = data; |
7283 | 2751 OscarData *od; |
3694 | 2752 aim_session_t *sess; |
2753 aim_conn_t *tstconn; | |
2754 | |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
2755 if (!g_list_find(gaim_connections_get_all(), gc)) { |
3694 | 2756 close(source); |
2757 return; | |
2758 } | |
2759 | |
4617 | 2760 od = gc->proto_data; |
2761 sess = od->sess; | |
3694 | 2762 tstconn = aim_getconn_type_all(sess, AIM_CONN_TYPE_EMAIL); |
4366 | 2763 tstconn->fd = source; |
3694 | 2764 |
2765 if (source < 0) { | |
2766 aim_conn_kill(sess, &tstconn); | |
8660 | 2767 gaim_debug_error("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2768 "unable to connect to email server\n"); |
3694 | 2769 return; |
2770 } | |
2771 | |
2772 aim_conn_completeconnect(sess, tstconn); | |
4617 | 2773 od->emlpa = gaim_input_add(tstconn->fd, GAIM_INPUT_READ, oscar_callback, tstconn); |
8660 | 2774 gaim_debug_info("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2775 "email: connected\n"); |
3694 | 2776 } |
2777 | |
4804 | 2778 static void oscar_icon_connect(gpointer data, gint source, GaimInputCondition cond) { |
5575 | 2779 GaimConnection *gc = data; |
7283 | 2780 OscarData *od; |
4804 | 2781 aim_session_t *sess; |
2782 aim_conn_t *tstconn; | |
2783 | |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
2784 if (!g_list_find(gaim_connections_get_all(), gc)) { |
4804 | 2785 close(source); |
2786 return; | |
2787 } | |
2788 | |
2789 od = gc->proto_data; | |
2790 sess = od->sess; | |
2791 tstconn = aim_getconn_type_all(sess, AIM_CONN_TYPE_ICON); | |
2792 tstconn->fd = source; | |
2793 | |
2794 if (source < 0) { | |
2795 aim_conn_kill(sess, &tstconn); | |
8660 | 2796 gaim_debug_error("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2797 "unable to connect to icon server\n"); |
4804 | 2798 return; |
2799 } | |
2800 | |
2801 aim_conn_completeconnect(sess, tstconn); | |
2802 od->icopa = gaim_input_add(tstconn->fd, GAIM_INPUT_READ, oscar_callback, tstconn); | |
8660 | 2803 gaim_debug_info("oscar", "icon: connected\n"); |
4804 | 2804 } |
2805 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2806 /* 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
|
2807 static int gaim_handle_redirect(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 2808 GaimConnection *gc = sess->aux_data; |
2809 GaimAccount *account = gaim_connection_get_account(gc); | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2810 aim_conn_t *tstconn; |
4452 | 2811 int i; |
2086 | 2812 char *host; |
2813 int port; | |
4821 | 2814 va_list ap; |
2815 struct aim_redirect_data *redir; | |
2086 | 2816 |
5575 | 2817 port = gaim_account_get_int(account, "port", FAIM_LOGIN_PORT); |
2086 | 2818 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2819 va_start(ap, fr); |
2821
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
2820 redir = va_arg(ap, struct aim_redirect_data *); |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
2821 va_end(ap); |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
2822 |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
2823 for (i = 0; i < (int)strlen(redir->ip); i++) { |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
2824 if (redir->ip[i] == ':') { |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
2825 port = atoi(&(redir->ip[i+1])); |
2086 | 2826 break; |
2827 } | |
2828 } | |
2821
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
2829 host = g_strndup(redir->ip, i); |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
2830 |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
2831 switch(redir->group) { |
2086 | 2832 case 0x7: /* Authorizer */ |
8660 | 2833 gaim_debug_info("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2834 "Reconnecting with authorizor...\n"); |
2086 | 2835 tstconn = aim_newconn(sess, AIM_CONN_TYPE_AUTH, NULL); |
2836 if (tstconn == NULL) { | |
8660 | 2837 gaim_debug_error("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2838 "unable to reconnect with authorizer\n"); |
2086 | 2839 g_free(host); |
2840 return 1; | |
2841 } | |
4649 | 2842 aim_conn_addhandler(sess, tstconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNERR, gaim_connerr, 0); |
2675 | 2843 aim_conn_addhandler(sess, tstconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNINITDONE, conninitdone_admin, 0); |
2086 | 2844 |
2845 tstconn->status |= AIM_CONN_STATUS_INPROGRESS; | |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
2846 if (gaim_proxy_connect(account, host, port, oscar_auth_connect, gc) != 0) { |
2086 | 2847 aim_conn_kill(sess, &tstconn); |
8660 | 2848 gaim_debug_error("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2849 "unable to reconnect with authorizer\n"); |
2086 | 2850 g_free(host); |
2851 return 1; | |
2852 } | |
4293 | 2853 aim_sendcookie(sess, tstconn, redir->cookielen, redir->cookie); |
4194 | 2854 break; |
2855 | |
2086 | 2856 case 0xd: /* ChatNav */ |
2857 tstconn = aim_newconn(sess, AIM_CONN_TYPE_CHATNAV, NULL); | |
2858 if (tstconn == NULL) { | |
8660 | 2859 gaim_debug_error("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2860 "unable to connect to chatnav server\n"); |
2086 | 2861 g_free(host); |
2862 return 1; | |
2863 } | |
4649 | 2864 aim_conn_addhandler(sess, tstconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNERR, gaim_connerr, 0); |
2675 | 2865 aim_conn_addhandler(sess, tstconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNINITDONE, conninitdone_chatnav, 0); |
2086 | 2866 |
2867 tstconn->status |= AIM_CONN_STATUS_INPROGRESS; | |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
2868 if (gaim_proxy_connect(account, host, port, oscar_chatnav_connect, gc) != 0) { |
2086 | 2869 aim_conn_kill(sess, &tstconn); |
8660 | 2870 gaim_debug_error("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2871 "unable to connect to chatnav server\n"); |
2086 | 2872 g_free(host); |
2873 return 1; | |
2874 } | |
4293 | 2875 aim_sendcookie(sess, tstconn, redir->cookielen, redir->cookie); |
4194 | 2876 break; |
2877 | |
2878 case 0xe: { /* Chat */ | |
2086 | 2879 struct chat_connection *ccon; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2880 |
2086 | 2881 tstconn = aim_newconn(sess, AIM_CONN_TYPE_CHAT, NULL); |
2882 if (tstconn == NULL) { | |
8660 | 2883 gaim_debug_error("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2884 "unable to connect to chat server\n"); |
2086 | 2885 g_free(host); |
2886 return 1; | |
2887 } | |
2888 | |
4649 | 2889 aim_conn_addhandler(sess, tstconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNERR, gaim_connerr, 0); |
2675 | 2890 aim_conn_addhandler(sess, tstconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNINITDONE, conninitdone_chat, 0); |
2891 | |
2086 | 2892 ccon = g_new0(struct chat_connection, 1); |
2893 ccon->conn = tstconn; | |
2894 ccon->gc = gc; | |
2821
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
2895 ccon->name = g_strdup(redir->chat.room); |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
2896 ccon->exchange = redir->chat.exchange; |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
2897 ccon->instance = redir->chat.instance; |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
2898 ccon->show = extract_name(redir->chat.room); |
4634 | 2899 |
2086 | 2900 ccon->conn->status |= AIM_CONN_STATUS_INPROGRESS; |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
2901 if (gaim_proxy_connect(account, host, port, oscar_chat_connect, ccon) != 0) { |
2086 | 2902 aim_conn_kill(sess, &tstconn); |
8660 | 2903 gaim_debug_error("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2904 "unable to connect to chat server\n"); |
2086 | 2905 g_free(host); |
2906 g_free(ccon->show); | |
2907 g_free(ccon->name); | |
2908 g_free(ccon); | |
2909 return 1; | |
2910 } | |
4293 | 2911 aim_sendcookie(sess, tstconn, redir->cookielen, redir->cookie); |
8660 | 2912 gaim_debug_info("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2913 "Connected to chat room %s exchange %hu\n", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2914 ccon->name, ccon->exchange); |
4194 | 2915 } break; |
3694 | 2916 |
4804 | 2917 case 0x0010: { /* icon */ |
2918 if (!(tstconn = aim_newconn(sess, AIM_CONN_TYPE_ICON, NULL))) { | |
8660 | 2919 gaim_debug_error("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2920 "unable to connect to icon server\n"); |
4804 | 2921 g_free(host); |
2922 return 1; | |
2923 } | |
2924 aim_conn_addhandler(sess, tstconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNERR, gaim_connerr, 0); | |
2925 aim_conn_addhandler(sess, tstconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNINITDONE, conninitdone_icon, 0); | |
2926 | |
2927 tstconn->status |= AIM_CONN_STATUS_INPROGRESS; | |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
2928 if (gaim_proxy_connect(account, host, port, oscar_icon_connect, gc) != 0) { |
4804 | 2929 aim_conn_kill(sess, &tstconn); |
8660 | 2930 gaim_debug_error("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2931 "unable to connect to icon server\n"); |
4804 | 2932 g_free(host); |
2933 return 1; | |
2934 } | |
2935 aim_sendcookie(sess, tstconn, redir->cookielen, redir->cookie); | |
2936 } break; | |
2937 | |
3694 | 2938 case 0x0018: { /* email */ |
2939 if (!(tstconn = aim_newconn(sess, AIM_CONN_TYPE_EMAIL, NULL))) { | |
8660 | 2940 gaim_debug_error("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2941 "unable to connect to email server\n"); |
3694 | 2942 g_free(host); |
2943 return 1; | |
2944 } | |
4649 | 2945 aim_conn_addhandler(sess, tstconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNERR, gaim_connerr, 0); |
3694 | 2946 aim_conn_addhandler(sess, tstconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNINITDONE, conninitdone_email, 0); |
2947 | |
2948 tstconn->status |= AIM_CONN_STATUS_INPROGRESS; | |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
2949 if (gaim_proxy_connect(account, host, port, oscar_email_connect, gc) != 0) { |
3694 | 2950 aim_conn_kill(sess, &tstconn); |
8660 | 2951 gaim_debug_error("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2952 "unable to connect to email server\n"); |
3694 | 2953 g_free(host); |
2954 return 1; | |
2955 } | |
4293 | 2956 aim_sendcookie(sess, tstconn, redir->cookielen, redir->cookie); |
3694 | 2957 } break; |
2958 | |
2086 | 2959 default: /* huh? */ |
8660 | 2960 gaim_debug_warning("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2961 "got redirect for unknown service 0x%04hx\n", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2962 redir->group); |
2086 | 2963 break; |
2964 } | |
2965 | |
2966 g_free(host); | |
2967 return 1; | |
2968 } | |
2969 | |
10042 | 2970 static int gaim_parse_oncoming(aim_session_t *sess, aim_frame_t *fr, ...) |
2971 { | |
2972 GaimConnection *gc; | |
2973 GaimAccount *account; | |
2974 OscarData *od; | |
4738 | 2975 struct buddyinfo *bi; |
2993 | 2976 time_t time_idle = 0, signon = 0; |
2977 int type = 0; | |
2978 int caps = 0; | |
2086 | 2979 va_list ap; |
4738 | 2980 aim_userinfo_t *info; |
10042 | 2981 gboolean buddy_is_away = FALSE; |
2982 | |
2983 gc = sess->aux_data; | |
2984 account = gaim_connection_get_account(gc); | |
2985 od = gc->proto_data; | |
4194 | 2986 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2987 va_start(ap, fr); |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
2988 info = va_arg(ap, aim_userinfo_t *); |
2086 | 2989 va_end(ap); |
2990 | |
10130 | 2991 g_return_val_if_fail(info != NULL, 1); |
2992 g_return_val_if_fail(info->sn != NULL, 1); | |
2993 | |
2993 | 2994 if (info->present & AIM_USERINFO_PRESENT_CAPABILITIES) |
2995 caps = info->capabilities; | |
3267 | 2996 |
4766 | 2997 if (info->present & AIM_USERINFO_PRESENT_FLAGS) { |
2998 if (info->flags & AIM_FLAG_AWAY) | |
10042 | 2999 buddy_is_away = TRUE; |
3000 } | |
3001 | |
2993 | 3002 if (info->present & AIM_USERINFO_PRESENT_ICQEXTSTATUS) { |
3595 | 3003 type = (info->icqinfo.status << 16); |
3013 | 3004 if (!(info->icqinfo.status & AIM_ICQ_STATE_CHAT) && |
3005 (info->icqinfo.status != AIM_ICQ_STATE_NORMAL)) { | |
10042 | 3006 buddy_is_away = TRUE; |
3013 | 3007 } |
2993 | 3008 } |
3009 | |
7141 | 3010 if (caps & AIM_CAPS_ICQ_DIRECT) |
3011 caps ^= AIM_CAPS_ICQ_DIRECT; | |
2993 | 3012 |
3013 if (info->present & AIM_USERINFO_PRESENT_IDLE) { | |
2086 | 3014 time(&time_idle); |
3015 time_idle -= info->idletime*60; | |
9295 | 3016 /* time_idle should be the seconds since epoch at which the user became idle */ |
2993 | 3017 } |
3018 | |
5836 | 3019 if (info->present & AIM_USERINFO_PRESENT_ONLINESINCE) |
3020 signon = info->onlinesince; | |
3021 else if (info->present & AIM_USERINFO_PRESENT_SESSIONLEN) | |
2993 | 3022 signon = time(NULL) - info->sessionlen; |
2086 | 3023 |
10567 | 3024 if (!aim_sncmp(gaim_account_get_username(account), info->sn)) { |
5575 | 3025 gaim_connection_set_display_name(gc, info->sn); |
10567 | 3026 od->timeoffset = signon - gc->login_time; |
3027 } | |
2305
0371b905baef
[gaim-migrate @ 2315]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2303
diff
changeset
|
3028 |
9982 | 3029 bi = g_hash_table_lookup(od->buddyinfo, gaim_normalize(account, info->sn)); |
4738 | 3030 if (!bi) { |
3031 bi = g_new0(struct buddyinfo, 1); | |
9982 | 3032 g_hash_table_insert(od->buddyinfo, g_strdup(gaim_normalize(account, info->sn)), bi); |
4738 | 3033 } |
4739 | 3034 bi->typingnot = FALSE; |
3035 bi->ico_informed = FALSE; | |
6857 | 3036 bi->ipaddr = info->icqinfo.ipaddr; |
3037 | |
10563 | 3038 /* |
3039 * Handle the available message. If info->avail is NULL then the user | |
3040 * may or may not have an available message, so don't do anything. If | |
3041 * info->avail is set to the empty string, then the user's client DOES | |
3042 * support available messages and the user DOES NOT have one set. | |
3043 * Otherwise info->avail contains the available message. | |
3044 */ | |
7011 | 3045 if (info->avail != NULL) |
10563 | 3046 { |
3047 free(bi->availmsg); | |
3048 if (info->avail[0] != '\0') | |
3049 bi->availmsg = oscar_encoding_to_utf8(info->avail_encoding, info->avail, info->avail_len); | |
3050 else | |
3051 bi->availmsg = NULL; | |
3052 } | |
4732 | 3053 |
4804 | 3054 /* Server stored icon stuff */ |
4853 | 3055 if (info->iconcsumlen) { |
7125 | 3056 const char *filename = NULL, *saved_b16 = NULL; |
9801 | 3057 char *b16 = NULL, *filepath = NULL; |
7093 | 3058 GaimBuddy *b = NULL; |
4853 | 3059 |
7106
db6bd3e794d8
[gaim-migrate @ 7671]
Christian Hammond <chipx86@chipx86.com>
parents:
7098
diff
changeset
|
3060 b16 = gaim_base16_encode(info->iconcsum, info->iconcsumlen); |
9982 | 3061 b = gaim_find_buddy(account, info->sn); |
7093 | 3062 /* |
3063 * If for some reason the checksum is valid, but cached file is not.. | |
3064 * we want to know. | |
3065 */ | |
7693 | 3066 filename = gaim_blist_node_get_string((GaimBlistNode*)b, "buddy_icon"); |
7093 | 3067 if (filename != NULL) { |
3068 if (g_file_test(filename, G_FILE_TEST_EXISTS)) | |
7693 | 3069 saved_b16 = gaim_blist_node_get_string((GaimBlistNode*)b, |
3070 "icon_checksum"); | |
9801 | 3071 else { |
3072 filepath = g_build_filename(gaim_buddy_icons_get_cache_dir(), | |
3073 filename, NULL); | |
3074 if (g_file_test(filepath, G_FILE_TEST_EXISTS)) | |
3075 saved_b16 = gaim_blist_node_get_string((GaimBlistNode*)b, | |
3076 "icon_checksum"); | |
3077 g_free(filepath); | |
3078 } | |
7093 | 3079 } else |
3080 saved_b16 = NULL; | |
7054
7c04a0775918
[gaim-migrate @ 7617]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7045
diff
changeset
|
3081 |
4853 | 3082 if (!b16 || !saved_b16 || strcmp(b16, saved_b16)) { |
3083 GSList *cur = od->requesticon; | |
3084 while (cur && aim_sncmp((char *)cur->data, info->sn)) | |
3085 cur = cur->next; | |
3086 if (!cur) { | |
9982 | 3087 od->requesticon = g_slist_append(od->requesticon, g_strdup(gaim_normalize(account, info->sn))); |
4853 | 3088 if (od->icontimer) |
8287
ef881489396e
[gaim-migrate @ 9011]
Christian Hammond <chipx86@chipx86.com>
parents:
8273
diff
changeset
|
3089 gaim_timeout_remove(od->icontimer); |
8273
f24172f53650
[gaim-migrate @ 8997]
Christian Hammond <chipx86@chipx86.com>
parents:
8266
diff
changeset
|
3090 od->icontimer = gaim_timeout_add(500, gaim_icon_timerfunc, gc); |
4853 | 3091 } |
3092 } | |
6053 | 3093 g_free(b16); |
4853 | 3094 } |
3095 | |
10042 | 3096 /* XXX - Represent other ICQ statuses */ |
3097 if (buddy_is_away == TRUE) | |
3098 gaim_prpl_got_user_status(account, info->sn, OSCAR_STATUS_ID_AWAY, NULL); | |
3099 else | |
3100 gaim_prpl_got_user_status(account, info->sn, OSCAR_STATUS_ID_AVAILABLE, NULL); | |
10567 | 3101 gaim_prpl_got_user_login_time(account, info->sn, signon - od->timeoffset); |
9982 | 3102 gaim_prpl_got_user_warning_level(account, info->sn, info->warnlevel/10.0 + 0.5); |
3103 | |
3104 if (time_idle > 0) | |
3105 gaim_prpl_got_user_idle(account, info->sn, TRUE, time_idle); | |
10009 | 3106 else |
3107 gaim_prpl_got_user_idle(account, info->sn, FALSE, 0); | |
2086 | 3108 |
3109 return 1; | |
3110 } | |
3111 | |
8341 | 3112 static void gaim_check_comment(OscarData *od, const char *str) { |
3113 if ((str == NULL) || strcmp(str, ck)) | |
3114 aim_locate_setcaps(od->sess, caps_aim); | |
3115 else | |
3116 aim_locate_setcaps(od->sess, caps_aim | AIM_CAPS_SECUREIM); | |
3117 } | |
3118 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3119 static int gaim_parse_offgoing(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 3120 GaimConnection *gc = sess->aux_data; |
7283 | 3121 OscarData *od = gc->proto_data; |
9982 | 3122 GaimAccount *account = gaim_connection_get_account(gc); |
2086 | 3123 va_list ap; |
4739 | 3124 aim_userinfo_t *info; |
2086 | 3125 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3126 va_start(ap, fr); |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
3127 info = va_arg(ap, aim_userinfo_t *); |
2086 | 3128 va_end(ap); |
3129 | |
9982 | 3130 gaim_prpl_got_user_status(account, info->sn, OSCAR_STATUS_ID_OFFLINE, NULL); |
2086 | 3131 |
7261 | 3132 g_hash_table_remove(od->buddyinfo, gaim_normalize(gc->account, info->sn)); |
5837 | 3133 |
2086 | 3134 return 1; |
3135 } | |
3136 | |
4617 | 3137 /* BBB */ |
3952 | 3138 /* |
4617 | 3139 * This is called after a remote AIM user has connected to us. We |
3140 * want to do some voodoo with the socket file descriptors, add a | |
3141 * callback or two, and then send the AIM_CB_OFT_PROMPT. | |
3952 | 3142 */ |
4656 | 3143 static int oscar_sendfile_estblsh(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 3144 GaimConnection *gc = sess->aux_data; |
7283 | 3145 OscarData *od = (OscarData *)gc->proto_data; |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
3146 GaimXfer *xfer; |
5146 | 3147 struct aim_oft_info *oft_info; |
3630 | 3148 va_list ap; |
3149 aim_conn_t *conn, *listenerconn; | |
4656 | 3150 |
8660 | 3151 gaim_debug_info("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3152 "AAA - in oscar_sendfile_estblsh\n"); |
3630 | 3153 va_start(ap, fr); |
3154 conn = va_arg(ap, aim_conn_t *); | |
3155 listenerconn = va_arg(ap, aim_conn_t *); | |
3156 va_end(ap); | |
3157 | |
4617 | 3158 if (!(xfer = oscar_find_xfer_by_conn(od->file_transfers, listenerconn))) |
3159 return 1; | |
3160 | |
5146 | 3161 if (!(oft_info = xfer->data)) |
4617 | 3162 return 1; |
3163 | |
3630 | 3164 /* Stop watching listener conn; watch transfer conn instead */ |
4617 | 3165 gaim_input_remove(xfer->watcher); |
3630 | 3166 aim_conn_kill(sess, &listenerconn); |
3167 | |
5146 | 3168 oft_info->conn = conn; |
3169 xfer->fd = oft_info->conn->fd; | |
3170 | |
3171 aim_conn_addhandler(sess, oft_info->conn, AIM_CB_FAM_OFT, AIM_CB_OFT_ACK, oscar_sendfile_ack, 0); | |
3172 aim_conn_addhandler(sess, oft_info->conn, AIM_CB_FAM_OFT, AIM_CB_OFT_DONE, oscar_sendfile_done, 0); | |
3173 xfer->watcher = gaim_input_add(oft_info->conn->fd, GAIM_INPUT_READ, oscar_callback, oft_info->conn); | |
4617 | 3174 |
3175 /* Inform the other user that we are connected and ready to transfer */ | |
5146 | 3176 aim_oft_sendheader(sess, AIM_CB_OFT_PROMPT, oft_info); |
3630 | 3177 |
3178 return 0; | |
3179 } | |
3180 | |
3952 | 3181 /* |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
3182 * This is the gaim callback passed to gaim_proxy_connect when connecting to another AIM |
4617 | 3183 * user in order to transfer a file. |
3952 | 3184 */ |
4617 | 3185 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
|
3186 GaimXfer *xfer; |
5146 | 3187 struct aim_oft_info *oft_info; |
4656 | 3188 |
8660 | 3189 gaim_debug_info("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3190 "AAA - in oscar_sendfile_connected\n"); |
4617 | 3191 if (!(xfer = data)) |
3192 return; | |
5146 | 3193 if (!(oft_info = xfer->data)) |
3630 | 3194 return; |
8446 | 3195 if (source < 0) { |
3196 gaim_xfer_cancel_remote(xfer); | |
4617 | 3197 return; |
8446 | 3198 } |
4617 | 3199 |
3200 xfer->fd = source; | |
5146 | 3201 oft_info->conn->fd = source; |
3202 | |
3203 aim_conn_completeconnect(oft_info->sess, oft_info->conn); | |
3204 xfer->watcher = gaim_input_add(xfer->fd, GAIM_INPUT_READ, oscar_callback, oft_info->conn); | |
4617 | 3205 |
3206 /* Inform the other user that we are connected and ready to transfer */ | |
5146 | 3207 aim_im_sendch2_sendfile_accept(oft_info->sess, oft_info); |
4617 | 3208 |
3209 return; | |
3630 | 3210 } |
3211 | |
3952 | 3212 /* |
4617 | 3213 * This is called when a buddy sends us some file info. This happens when they |
3214 * are sending a file to you, and you have just established a connection to them. | |
4650 | 3215 * You should send them the exact same info except use the real cookie. We also |
4617 | 3216 * get like totally ready to like, receive the file, kay? |
3952 | 3217 */ |
4617 | 3218 static int oscar_sendfile_prompt(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 3219 GaimConnection *gc = sess->aux_data; |
7283 | 3220 OscarData *od = gc->proto_data; |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
3221 GaimXfer *xfer; |
5146 | 3222 struct aim_oft_info *oft_info; |
4617 | 3223 va_list ap; |
3224 aim_conn_t *conn; | |
3225 fu8_t *cookie; | |
3226 struct aim_fileheader_t *fh; | |
4656 | 3227 |
8660 | 3228 gaim_debug_info("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3229 "AAA - in oscar_sendfile_prompt\n"); |
4617 | 3230 va_start(ap, fr); |
3231 conn = va_arg(ap, aim_conn_t *); | |
3232 cookie = va_arg(ap, fu8_t *); | |
3233 fh = va_arg(ap, struct aim_fileheader_t *); | |
3234 va_end(ap); | |
3235 | |
3236 if (!(xfer = oscar_find_xfer_by_conn(od->file_transfers, conn))) | |
3237 return 1; | |
3238 | |
5146 | 3239 if (!(oft_info = xfer->data)) |
4617 | 3240 return 1; |
3241 | |
3242 /* We want to stop listening with a normal thingy */ | |
3243 gaim_input_remove(xfer->watcher); | |
3244 xfer->watcher = 0; | |
3245 | |
5146 | 3246 /* They sent us some information about the file they're sending */ |
3247 memcpy(&oft_info->fh, fh, sizeof(*fh)); | |
3248 | |
3249 /* Fill in the cookie */ | |
3250 memcpy(&oft_info->fh.bcookie, oft_info->cookie, 8); | |
3251 | |
4617 | 3252 /* XXX - convert the name from UTF-8 to UCS-2 if necessary, and pass the encoding to the call below */ |
5146 | 3253 aim_oft_sendheader(oft_info->sess, AIM_CB_OFT_ACK, oft_info); |
4617 | 3254 gaim_xfer_start(xfer, xfer->fd, NULL, 0); |
3255 | |
3256 return 0; | |
3630 | 3257 } |
3258 | |
3952 | 3259 /* |
4657 | 3260 * We are sending a file to someone else. They have just acknowledged our |
4617 | 3261 * prompt, so we want to start sending data like there's no tomorrow. |
3952 | 3262 */ |
4617 | 3263 static int oscar_sendfile_ack(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 3264 GaimConnection *gc = sess->aux_data; |
7283 | 3265 OscarData *od = gc->proto_data; |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
3266 GaimXfer *xfer; |
4617 | 3267 va_list ap; |
3268 aim_conn_t *conn; | |
3269 fu8_t *cookie; | |
3270 struct aim_fileheader_t *fh; | |
4656 | 3271 |
8660 | 3272 gaim_debug_info("oscar", "AAA - in oscar_sendfile_ack\n"); |
4617 | 3273 va_start(ap, fr); |
3274 conn = va_arg(ap, aim_conn_t *); | |
3275 cookie = va_arg(ap, fu8_t *); | |
3276 fh = va_arg(ap, struct aim_fileheader_t *); | |
3277 va_end(ap); | |
3278 | |
3279 if (!(xfer = oscar_find_xfer_by_cookie(od->file_transfers, cookie))) | |
3280 return 1; | |
3281 | |
4656 | 3282 /* We want to stop listening with a normal thingy */ |
3283 gaim_input_remove(xfer->watcher); | |
3284 xfer->watcher = 0; | |
3285 | |
4617 | 3286 gaim_xfer_start(xfer, xfer->fd, NULL, 0); |
3287 | |
3288 return 0; | |
3630 | 3289 } |
4617 | 3290 |
3291 /* | |
3292 * We just sent a file to someone. They said they got it and everything, | |
3293 * so we can close our direct connection and what not. | |
3294 */ | |
3295 static int oscar_sendfile_done(aim_session_t *sess, aim_frame_t *fr, ...) { | |
5575 | 3296 GaimConnection *gc = sess->aux_data; |
7283 | 3297 OscarData *od = gc->proto_data; |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
3298 GaimXfer *xfer; |
4617 | 3299 va_list ap; |
3300 aim_conn_t *conn; | |
3301 fu8_t *cookie; | |
3302 struct aim_fileheader_t *fh; | |
4656 | 3303 |
8660 | 3304 gaim_debug_info("oscar", "AAA - in oscar_sendfile_done\n"); |
4617 | 3305 va_start(ap, fr); |
3306 conn = va_arg(ap, aim_conn_t *); | |
3307 cookie = va_arg(ap, fu8_t *); | |
3308 fh = va_arg(ap, struct aim_fileheader_t *); | |
3309 va_end(ap); | |
3310 | |
3311 if (!(xfer = oscar_find_xfer_by_conn(od->file_transfers, conn))) | |
3312 return 1; | |
3313 | |
4656 | 3314 xfer->fd = conn->fd; |
4617 | 3315 gaim_xfer_end(xfer); |
3316 | |
3317 return 0; | |
3318 } | |
3630 | 3319 |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
3320 static int incomingim_chan1(aim_session_t *sess, aim_conn_t *conn, aim_userinfo_t *userinfo, struct aim_incomingim_ch1_args *args) { |
5575 | 3321 GaimConnection *gc = sess->aux_data; |
7283 | 3322 OscarData *od = gc->proto_data; |
8708 | 3323 GaimAccount *account = gaim_connection_get_account(gc); |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7111
diff
changeset
|
3324 GaimConvImFlags flags = 0; |
4738 | 3325 struct buddyinfo *bi; |
5575 | 3326 const char *iconfile; |
9806 | 3327 GString *message; |
3328 gchar *tmp; | |
3329 aim_mpmsg_section_t *curpart; | |
3330 | |
10472 | 3331 gaim_debug_misc("oscar", "Received IM from %s with %d parts\n", |
9806 | 3332 userinfo->sn, args->mpmsg.numparts); |
4738 | 3333 |
10595 | 3334 if (args->mpmsg.numparts == 0) |
3335 return 1; | |
3336 | |
8708 | 3337 bi = g_hash_table_lookup(od->buddyinfo, gaim_normalize(account, userinfo->sn)); |
4738 | 3338 if (!bi) { |
3339 bi = g_new0(struct buddyinfo, 1); | |
8708 | 3340 g_hash_table_insert(od->buddyinfo, g_strdup(gaim_normalize(account, userinfo->sn)), bi); |
4738 | 3341 } |
2273
0b5c3338fa3d
[gaim-migrate @ 2283]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2249
diff
changeset
|
3342 |
0b5c3338fa3d
[gaim-migrate @ 2283]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2249
diff
changeset
|
3343 if (args->icbmflags & AIM_IMFLAGS_AWAY) |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7111
diff
changeset
|
3344 flags |= GAIM_CONV_IM_AUTO_RESP; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3345 |
4738 | 3346 if (args->icbmflags & AIM_IMFLAGS_TYPINGNOT) |
3347 bi->typingnot = TRUE; | |
3348 else | |
3349 bi->typingnot = FALSE; | |
3350 | |
4380 | 3351 if ((args->icbmflags & AIM_IMFLAGS_HASICON) && (args->iconlen) && (args->iconsum) && (args->iconstamp)) { |
8660 | 3352 gaim_debug_misc("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3353 "%s has an icon\n", userinfo->sn); |
4738 | 3354 if ((args->iconlen != bi->ico_len) || (args->iconsum != bi->ico_csum) || (args->iconstamp != bi->ico_time)) { |
3355 bi->ico_need = TRUE; | |
3356 bi->ico_len = args->iconlen; | |
3357 bi->ico_csum = args->iconsum; | |
3358 bi->ico_time = args->iconstamp; | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3359 } |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3360 } |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3361 |
10458 | 3362 if ((iconfile = gaim_account_get_buddy_icon(account)) && |
7406 | 3363 (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
|
3364 FILE *file; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3365 struct stat st; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3366 |
10589
0f7452b1f777
[gaim-migrate @ 11994]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
10574
diff
changeset
|
3367 if (!g_stat(iconfile, &st)) { |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3368 char *buf = g_malloc(st.st_size); |
10589
0f7452b1f777
[gaim-migrate @ 11994]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
10574
diff
changeset
|
3369 file = g_fopen(iconfile, "rb"); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3370 if (file) { |
9532 | 3371 /* XXX - Use g_file_get_contents() */ |
2603
24664768a739
[gaim-migrate @ 2616]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2597
diff
changeset
|
3372 int len = fread(buf, 1, st.st_size, file); |
8660 | 3373 gaim_debug_info("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3374 "Sending buddy icon to %s (%d bytes, " |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3375 "%lu reported)\n", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3376 userinfo->sn, len, st.st_size); |
4617 | 3377 aim_im_sendch2_icon(sess, userinfo->sn, buf, st.st_size, |
3378 st.st_mtime, aimutil_iconsum(buf, st.st_size)); | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3379 fclose(file); |
2336
c6c5eaf69188
[gaim-migrate @ 2349]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2315
diff
changeset
|
3380 } else |
8660 | 3381 gaim_debug_error("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3382 "Can't open buddy icon file!\n"); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3383 g_free(buf); |
2336
c6c5eaf69188
[gaim-migrate @ 2349]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2315
diff
changeset
|
3384 } else |
8660 | 3385 gaim_debug_error("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3386 "Can't stat buddy icon file!\n"); |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3387 } |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3388 |
9806 | 3389 message = g_string_new(""); |
3390 curpart = args->mpmsg.parts; | |
3391 while (curpart != NULL) { | |
9908 | 3392 tmp = gaim_plugin_oscar_decode_im_part(account, userinfo->sn, curpart->charset, curpart->charsubset, |
9806 | 3393 curpart->data, curpart->datalen); |
3394 if (tmp != NULL) { | |
3395 g_string_append(message, tmp); | |
3396 g_free(tmp); | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3397 } |
9806 | 3398 |
3399 curpart = curpart->next; | |
3400 } | |
3401 tmp = g_string_free(message, FALSE); | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3402 |
8666 | 3403 /* |
10781 | 3404 * If the message is from an ICQ user and to an ICQ user then escape any HTML, |
9016 | 3405 * because HTML is not sent over ICQ as a means to format a message. |
10781 | 3406 * So any HTML we receive is intended to be displayed. Also, \r\n must be |
3407 * replaced with <br> | |
8995 | 3408 * |
3409 * Note: There *may* be some clients which send messages as HTML formatted - | |
3410 * they need to be special-cased somehow. | |
8666 | 3411 */ |
9982 | 3412 if (aim_sn_is_icq(gaim_account_get_username(account)) && aim_sn_is_icq(userinfo->sn)) { |
8995 | 3413 /* being recevied by ICQ from ICQ - escape HTML so it is displayed as sent */ |
10732
c4cb90065e1d
[gaim-migrate @ 12334]
Luke Schierer <lschiere@pidgin.im>
parents:
10715
diff
changeset
|
3414 gchar *tmp2 = g_markup_escape_text(tmp, -1); |
8493 | 3415 g_free(tmp); |
3416 tmp = tmp2; | |
10783 | 3417 tmp2 = gaim_strreplace(tmp, "\r\n", "<br>"); |
10781 | 3418 g_free(tmp); |
3419 tmp = tmp2; | |
8493 | 3420 } |
3421 | |
6982 | 3422 serv_got_im(gc, userinfo->sn, tmp, flags, time(NULL)); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3423 g_free(tmp); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3424 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3425 return 1; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3426 } |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3427 |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
3428 static int incomingim_chan2(aim_session_t *sess, aim_conn_t *conn, aim_userinfo_t *userinfo, struct aim_incomingim_ch2_args *args) { |
9070 | 3429 GaimConnection *gc; |
9933 | 3430 GaimAccount *account; |
9070 | 3431 OscarData *od; |
9933 | 3432 const char *username = NULL; |
3433 char *message = NULL; | |
9070 | 3434 |
3435 g_return_val_if_fail(sess != NULL, 0); | |
3436 g_return_val_if_fail(sess->aux_data != NULL, 0); | |
3437 | |
3438 gc = sess->aux_data; | |
9933 | 3439 account = gaim_connection_get_account(gc); |
9070 | 3440 od = gc->proto_data; |
9933 | 3441 username = gaim_account_get_username(account); |
3442 | |
3443 if (args == NULL) | |
4121 | 3444 return 0; |
4194 | 3445 |
9933 | 3446 gaim_debug_misc("oscar", "rendezvous with %s, status is %hu\n", |
3447 userinfo->sn, args->status); | |
3448 | |
3449 if (args->msg != NULL) | |
3450 { | |
3451 if (args->encoding != NULL) | |
3452 { | |
3453 char *encoding = NULL; | |
3454 encoding = oscar_encoding_extract(args->encoding); | |
3455 message = oscar_encoding_to_utf8(encoding, args->msg, args->msglen); | |
3456 g_free(encoding); | |
3457 } else { | |
3458 if (g_utf8_validate(args->msg, args->msglen, NULL)) | |
3459 message = g_strdup(args->msg); | |
3460 } | |
3461 } | |
2869 | 3462 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3463 if (args->reqclass & AIM_CAPS_CHAT) { |
4121 | 3464 char *name; |
5234 | 3465 GHashTable *components; |
3466 | |
9933 | 3467 if (!args->info.chat.roominfo.name || !args->info.chat.roominfo.exchange) { |
3468 g_free(message); | |
4121 | 3469 return 1; |
9933 | 3470 } |
5234 | 3471 components = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, |
3472 g_free); | |
4121 | 3473 name = extract_name(args->info.chat.roominfo.name); |
5234 | 3474 g_hash_table_replace(components, g_strdup("room"), g_strdup(name ? name : args->info.chat.roominfo.name)); |
3475 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
|
3476 serv_got_chat_invite(gc, |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3477 name ? name : args->info.chat.roominfo.name, |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3478 userinfo->sn, |
9933 | 3479 message, |
5234 | 3480 components); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3481 if (name) |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3482 g_free(name); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3483 } else if (args->reqclass & AIM_CAPS_SENDFILE) { |
4617 | 3484 /* BBB */ |
3485 if (args->status == AIM_RENDEZVOUS_PROPOSE) { | |
3486 /* Someone wants to send a file (or files) to us */ | |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
3487 GaimXfer *xfer; |
5146 | 3488 struct aim_oft_info *oft_info; |
3489 | |
3490 if (!args->cookie || !args->port || !args->verifiedip || | |
3491 !args->info.sendfile.filename || !args->info.sendfile.totsize || | |
4656 | 3492 !args->info.sendfile.totfiles || !args->reqclass) { |
8660 | 3493 gaim_debug_warning("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3494 "%s tried to send you a file with incomplete " |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3495 "information.\n", userinfo->sn); |
5146 | 3496 if (args->proxyip) |
8660 | 3497 gaim_debug_warning("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3498 "IP for a proxy server was given. Gaim " |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3499 "does not support this yet.\n"); |
9933 | 3500 g_free(message); |
4617 | 3501 return 1; |
4656 | 3502 } |
4617 | 3503 |
3504 if (args->info.sendfile.subtype == AIM_OFT_SUBTYPE_SEND_DIR) { | |
3505 /* last char of the ft req is a star, they are sending us a | |
8735
92cbf9713795
[gaim-migrate @ 9490]
Christian Hammond <chipx86@chipx86.com>
parents:
8733
diff
changeset
|
3506 * directory -- remove the star and trailing slash so we don't save |
4617 | 3507 * directories that look like 'dirname\*' -- arl */ |
3508 char *tmp = strrchr(args->info.sendfile.filename, '\\'); | |
3509 if (tmp && (tmp[1] == '*')) { | |
3510 tmp[0] = '\0'; | |
3511 } | |
8660 | 3512 gaim_debug_warning("oscar", |
8446 | 3513 "We're receiving a whole directory! What fun! " |
3514 "Especially since we don't support that!\n"); | |
4617 | 3515 } |
3516 | |
3517 /* Build the file transfer handle */ | |
3518 xfer = gaim_xfer_new(gc->account, GAIM_XFER_RECEIVE, userinfo->sn); | |
5163 | 3519 xfer->remote_ip = g_strdup(args->verifiedip); |
5146 | 3520 xfer->remote_port = args->port; |
4617 | 3521 gaim_xfer_set_filename(xfer, args->info.sendfile.filename); |
3522 gaim_xfer_set_size(xfer, args->info.sendfile.totsize); | |
9933 | 3523 gaim_xfer_set_message(xfer, message); |
5146 | 3524 |
3525 /* Create the oscar-specific data */ | |
5163 | 3526 oft_info = aim_oft_createinfo(od->sess, args->cookie, userinfo->sn, args->clientip, xfer->remote_port, 0, 0, NULL); |
4898 | 3527 if (args->proxyip) |
5146 | 3528 oft_info->proxyip = g_strdup(args->proxyip); |
4898 | 3529 if (args->verifiedip) |
5146 | 3530 oft_info->verifiedip = g_strdup(args->verifiedip); |
3531 xfer->data = oft_info; | |
4617 | 3532 |
3533 /* Setup our I/O op functions */ | |
8446 | 3534 gaim_xfer_set_init_fnc(xfer, oscar_xfer_init_recv); |
4617 | 3535 gaim_xfer_set_end_fnc(xfer, oscar_xfer_end); |
8446 | 3536 gaim_xfer_set_request_denied_fnc(xfer, oscar_xfer_cancel_recv); |
4675
3145c5c45877
[gaim-migrate @ 4986]
Christian Hammond <chipx86@chipx86.com>
parents:
4666
diff
changeset
|
3537 gaim_xfer_set_cancel_recv_fnc(xfer, oscar_xfer_cancel_recv); |
8446 | 3538 gaim_xfer_set_ack_fnc(xfer, oscar_xfer_ack_recv); |
4617 | 3539 |
3540 /* Keep track of this transfer for later */ | |
3541 od->file_transfers = g_slist_append(od->file_transfers, xfer); | |
3542 | |
3543 /* Now perform the request */ | |
3544 gaim_xfer_request(xfer); | |
3545 } else if (args->status == AIM_RENDEZVOUS_CANCEL) { | |
3546 /* The other user wants to cancel a file transfer */ | |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
3547 GaimXfer *xfer; |
8660 | 3548 gaim_debug_info("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3549 "AAA - File transfer canceled by remote user\n"); |
4617 | 3550 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
|
3551 gaim_xfer_cancel_remote(xfer); |
4617 | 3552 } else if (args->status == AIM_RENDEZVOUS_ACCEPT) { |
3553 /* | |
3554 * This gets sent by the receiver of a file | |
3555 * as they connect directly to us. If we don't | |
3556 * get this, then maybe a third party connected | |
3557 * to us, and we shouldn't send them anything. | |
3558 */ | |
3559 } else { | |
8660 | 3560 gaim_debug_error("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3561 "unknown rendezvous status!\n"); |
3630 | 3562 } |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3563 } else if (args->reqclass & AIM_CAPS_GETFILE) { |
8092 | 3564 } else if (args->reqclass & AIM_CAPS_TALK) { |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3565 } else if (args->reqclass & AIM_CAPS_BUDDYICON) { |
9933 | 3566 gaim_buddy_icons_set_for_user(account, userinfo->sn, |
3567 args->info.icon.icon, | |
6846
8ab95f4c9800
[gaim-migrate @ 7391]
Christian Hammond <chipx86@chipx86.com>
parents:
6787
diff
changeset
|
3568 args->info.icon.length); |
6871 | 3569 } else if (args->reqclass & AIM_CAPS_DIRECTIM) { |
8971 | 3570 /* Consider moving all this into a helper func in the direct im block way up there */ |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3571 struct ask_direct *d = g_new0(struct ask_direct, 1); |
8971 | 3572 struct oscar_direct_im *dim = oscar_direct_im_find(od, userinfo->sn); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3573 char buf[256]; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3574 |
4212 | 3575 if (!args->verifiedip) { |
8983 | 3576 /* TODO: do something about this, after figuring out what it means */ |
8660 | 3577 gaim_debug_info("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3578 "directim kill blocked (%s)\n", userinfo->sn); |
9933 | 3579 g_free(message); |
4650 | 3580 return 1; |
4212 | 3581 } |
3582 | |
8660 | 3583 gaim_debug_info("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3584 "%s received direct im request from %s (%s)\n", |
10594 | 3585 username, userinfo->sn, args->verifiedip); |
2246
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 d->gc = gc; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3588 d->sn = g_strdup(userinfo->sn); |
8983 | 3589 /* Let's use the clientip here, because I think that's what AIM does. |
3590 * Besides, if the clientip is wrong, we'll probably timeout faster, | |
3591 * and then ask them to connect to us. */ | |
10594 | 3592 /* |
3593 * I disagree, let's use the verifiedip. I think AIM tries the | |
3594 * verified IP first, then tries the client IP if that fails. In | |
3595 * any case, there's a better chance the verified IP will be correct. | |
3596 * The client IP is what the other person _thinks_ their IP address | |
3597 * is. The verified IP is the address that the AIM server sees the | |
3598 * other person using. | |
3599 */ | |
3600 snprintf(d->ip, sizeof(d->ip), "%s:%d", args->verifiedip, args->port?args->port:5190); | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3601 memcpy(d->cookie, args->cookie, 8); |
9070 | 3602 if (dim && !dim->connected && aim_odc_getcookie(dim->conn) && args->cookie && |
3603 (!memcmp(aim_odc_getcookie(dim->conn), args->cookie, 8))) { | |
3604 | |
8971 | 3605 oscar_direct_im_destroy(od, dim); |
8984 | 3606 d->donttryagain = TRUE; |
8971 | 3607 accept_direct_im_request(d); |
3608 } else { | |
8983 | 3609 if (dim && !dim->connected) |
8971 | 3610 gaim_debug_warning("oscar", "DirectIM: received direct im request while " |
3611 "already connected to that buddy!"); | |
5575 | 3612 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
|
3613 |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
3614 gaim_request_action(gc, NULL, buf, |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
3615 _("This requires a direct connection between " |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
3616 "the two computers and is necessary for IM " |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
3617 "Images. Because your IP address will be " |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
3618 "revealed, this may be considered a privacy " |
9972 | 3619 "risk."), |
3620 GAIM_DEFAULT_ACTION_NONE, d, 2, | |
8971 | 3621 _("Connect"), G_CALLBACK(accept_direct_im_request), |
3622 _("Cancel"), G_CALLBACK(destroy_direct_im_request)); | |
3623 /* FIXME: we should actually send a packet on cancel */ | |
3624 } | |
8708 | 3625 } else if (args->reqclass & AIM_CAPS_ICQSERVERRELAY) { |
3626 gaim_debug_error("oscar", "Got an ICQ Server Relay message of type %d\n", args->info.rtfmsg.msgtype); | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3627 } else { |
8660 | 3628 gaim_debug_error("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3629 "Unknown reqclass %hu\n", args->reqclass); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3630 } |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3631 |
9933 | 3632 g_free(message); |
3633 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3634 return 1; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3635 } |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3636 |
3453 | 3637 /* |
4230 | 3638 * Authorization Functions |
3639 * Most of these are callbacks from dialogs. They're used by both | |
3640 * methods of authorization (SSI and old-school channel 4 ICBM) | |
3453 | 3641 */ |
4269 | 3642 /* When you ask other people for authorization */ |
5498
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
3643 static void gaim_auth_request(struct name_data *data, char *msg) { |
5575 | 3644 GaimConnection *gc = data->gc; |
4244 | 3645 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
3646 if (g_list_find(gaim_connections_get_all(), gc)) { |
7283 | 3647 OscarData *od = gc->proto_data; |
6695 | 3648 GaimBuddy *buddy = gaim_find_buddy(gc->account, data->name); |
3649 GaimGroup *group = gaim_find_buddys_group(buddy); | |
4244 | 3650 if (buddy && group) { |
8660 | 3651 gaim_debug_info("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3652 "ssi: adding buddy %s to group %s\n", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3653 buddy->name, group->name); |
4889 | 3654 aim_ssi_sendauthrequest(od->sess, data->name, msg ? msg : _("Please authorize me so I can add you to my buddy list.")); |
4269 | 3655 if (!aim_ssi_itemlist_finditem(od->sess->ssi.local, group->name, buddy->name, AIM_SSI_TYPE_BUDDY)) |
9620 | 3656 aim_ssi_addbuddy(od->sess, buddy->name, group->name, gaim_buddy_get_alias_only(buddy), NULL, NULL, 1); |
4244 | 3657 } |
4230 | 3658 } |
4337 | 3659 } |
3660 | |
3661 static void gaim_auth_request_msgprompt(struct name_data *data) { | |
5493
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
3662 gaim_request_input(data->gc, NULL, _("Authorization Request Message:"), |
8697 | 3663 NULL, _("Please authorize me!"), TRUE, FALSE, NULL, |
5493
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
3664 _("OK"), G_CALLBACK(gaim_auth_request), |
5836 | 3665 _("Cancel"), G_CALLBACK(oscar_free_name_data), |
5493
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
3666 data); |
4230 | 3667 } |
3668 | |
3669 static void gaim_auth_dontrequest(struct name_data *data) { | |
5575 | 3670 GaimConnection *gc = data->gc; |
4244 | 3671 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
3672 if (g_list_find(gaim_connections_get_all(), gc)) { |
8151 | 3673 /* Remove from local list */ |
3674 GaimBuddy *b = gaim_find_buddy(gaim_connection_get_account(gc), data->name); | |
3675 gaim_blist_remove_buddy(b); | |
4244 | 3676 } |
3677 | |
5836 | 3678 oscar_free_name_data(data); |
4230 | 3679 } |
3680 | |
9030 | 3681 |
3682 static void gaim_auth_sendrequest(GaimConnection *gc, char *name) { | |
4269 | 3683 struct name_data *data = g_new(struct name_data, 1); |
6695 | 3684 GaimBuddy *buddy; |
4269 | 3685 gchar *dialog_msg, *nombre; |
3686 | |
4687 | 3687 buddy = gaim_find_buddy(gc->account, name); |
9620 | 3688 if (buddy && (gaim_buddy_get_alias_only(buddy))) |
3689 nombre = g_strdup_printf("%s (%s)", name, gaim_buddy_get_alias_only(buddy)); | |
4269 | 3690 else |
4830 | 3691 nombre = NULL; |
3692 | |
3693 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 | 3694 data->gc = gc; |
3695 data->name = g_strdup(name); | |
3696 data->nick = NULL; | |
5498
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
3697 |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
3698 gaim_request_action(gc, NULL, _("Request Authorization"), dialog_msg, |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
3699 0, data, 2, |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
3700 _("Request Authorization"), |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
3701 G_CALLBACK(gaim_auth_request_msgprompt), |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
3702 _("Cancel"), G_CALLBACK(gaim_auth_dontrequest)); |
4269 | 3703 |
3704 g_free(dialog_msg); | |
3705 g_free(nombre); | |
3706 } | |
3707 | |
9030 | 3708 |
3709 static void gaim_auth_sendrequest_menu(GaimBlistNode *node, gpointer ignored) { | |
3710 GaimBuddy *buddy; | |
3711 GaimConnection *gc; | |
3712 | |
3713 g_return_if_fail(GAIM_BLIST_NODE_IS_BUDDY(node)); | |
3714 | |
3715 buddy = (GaimBuddy *) node; | |
3716 gc = gaim_account_get_connection(buddy->account); | |
3717 gaim_auth_sendrequest(gc, buddy->name); | |
3718 } | |
3719 | |
4230 | 3720 /* When other people ask you for authorization */ |
3721 static void gaim_auth_grant(struct name_data *data) { | |
5575 | 3722 GaimConnection *gc = data->gc; |
4244 | 3723 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
3724 if (g_list_find(gaim_connections_get_all(), gc)) { |
7283 | 3725 OscarData *od = gc->proto_data; |
4236 | 3726 #ifdef NOSSI |
6695 | 3727 GaimBuddy *buddy; |
4244 | 3728 gchar message; |
3729 message = 0; | |
4687 | 3730 buddy = gaim_find_buddy(gc->account, data->name); |
4617 | 3731 aim_im_sendch4(od->sess, data->name, AIM_ICQMSG_AUTHGRANTED, &message); |
9620 | 3732 gaim_account_notify_added(gc->account, NULL, data->name, (buddy ? gaim_buddy_get_alias_only(buddy) : NULL), NULL); |
4230 | 3733 #else |
4889 | 3734 aim_ssi_sendauthreply(od->sess, data->name, 0x01, NULL); |
4230 | 3735 #endif |
4244 | 3736 } |
3737 | |
5836 | 3738 oscar_free_name_data(data); |
3141 | 3739 } |
3740 | |
4230 | 3741 /* When other people ask you for authorization */ |
5498
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
3742 static void gaim_auth_dontgrant(struct name_data *data, char *msg) { |
5575 | 3743 GaimConnection *gc = data->gc; |
4244 | 3744 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
3745 if (g_list_find(gaim_connections_get_all(), gc)) { |
7283 | 3746 OscarData *od = gc->proto_data; |
4230 | 3747 #ifdef NOSSI |
4617 | 3748 aim_im_sendch4(od->sess, data->name, AIM_ICQMSG_AUTHDENIED, msg ? msg : _("No reason given.")); |
4230 | 3749 #else |
4889 | 3750 aim_ssi_sendauthreply(od->sess, data->name, 0x00, msg ? msg : _("No reason given.")); |
4230 | 3751 #endif |
4244 | 3752 } |
4337 | 3753 } |
3754 | |
3755 static void gaim_auth_dontgrant_msgprompt(struct name_data *data) { | |
5493
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
3756 gaim_request_input(data->gc, NULL, _("Authorization Denied Message:"), |
8697 | 3757 NULL, _("No reason given."), TRUE, FALSE, NULL, |
5493
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
3758 _("OK"), G_CALLBACK(gaim_auth_dontgrant), |
5836 | 3759 _("Cancel"), G_CALLBACK(oscar_free_name_data), |
5493
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
3760 data); |
3141 | 3761 } |
3762 | |
7023 | 3763 /* When someone sends you buddies */ |
3764 static void gaim_icq_buddyadd(struct name_data *data) { | |
5575 | 3765 GaimConnection *gc = data->gc; |
4244 | 3766 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
3767 if (g_list_find(gaim_connections_get_all(), gc)) { |
7060
9946001989a3
[gaim-migrate @ 7623]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
3768 gaim_blist_request_add_buddy(gaim_connection_get_account(gc), data->name, NULL, data->nick); |
4244 | 3769 } |
3770 | |
5836 | 3771 oscar_free_name_data(data); |
3453 | 3772 } |
3773 | |
4075 | 3774 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 | 3775 GaimConnection *gc = sess->aux_data; |
9908 | 3776 GaimAccount *account = gaim_connection_get_account(gc); |
4076 | 3777 gchar **msg1, **msg2; |
6051 | 3778 int i, numtoks; |
4076 | 3779 |
4121 | 3780 if (!args->type || !args->msg || !args->uin) |
3781 return 1; | |
4194 | 3782 |
8660 | 3783 gaim_debug_info("oscar", |
9908 | 3784 "Received a channel 4 message of type 0x%02hhx.\n", |
3785 args->type); | |
4076 | 3786 |
9919 | 3787 /* |
3788 * Split up the message at the delimeter character, then convert each | |
3789 * string to UTF-8. Unless, of course, this is a type 1 message. If | |
3790 * this is a type 1 message, then the delimiter 0xfe could be a valid | |
3791 * character in whatever encoding the message was sent in. Type 1 | |
3792 * messages are always made up of only one part, so we can easily account | |
3793 * for this suck-ass part of the protocol by splitting the string into at | |
3794 * most 1 baby string. | |
3795 */ | |
3796 msg1 = g_strsplit(args->msg, "\376", (args->type == 0x01 ? 1 : 0)); | |
6051 | 3797 for (numtoks=0; msg1[numtoks]; numtoks++); |
3798 msg2 = (gchar **)g_malloc((numtoks+1)*sizeof(gchar *)); | |
4076 | 3799 for (i=0; msg1[i]; i++) { |
7478
3c21f3084ff0
[gaim-migrate @ 8091]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7475
diff
changeset
|
3800 gaim_str_strip_cr(msg1[i]); |
9908 | 3801 msg2[i] = gaim_plugin_oscar_decode_im_part(account, "1", AIM_CHARSET_ASCII, 0x0000, msg1[i], strlen(msg1[i])); |
4076 | 3802 } |
3803 msg2[i] = NULL; | |
3804 | |
3952 | 3805 switch (args->type) { |
4173 | 3806 case 0x01: { /* MacICQ message or basic offline message */ |
4076 | 3807 if (i >= 1) { |
5556 | 3808 gchar *uin = g_strdup_printf("%u", args->uin); |
8493 | 3809 gchar *tmp; |
3810 | |
3811 /* If the message came from an ICQ user then escape any HTML */ | |
10732
c4cb90065e1d
[gaim-migrate @ 12334]
Luke Schierer <lschiere@pidgin.im>
parents:
10715
diff
changeset
|
3812 tmp = g_markup_escape_text(msg2[0], -1); |
8493 | 3813 |
4076 | 3814 if (t) { /* This is an offline message */ |
9680 | 3815 /* The timestamp is UTC-ish, so we need to get the offset */ |
9698 | 3816 #ifdef HAVE_TM_GMTOFF |
9724 | 3817 time_t now; |
3818 struct tm *tm; | |
3819 now = time(NULL); | |
3820 tm = localtime(&now); | |
3821 t += tm->tm_gmtoff; | |
9698 | 3822 #else |
3823 # ifdef HAVE_TIMEZONE | |
9680 | 3824 tzset(); |
3825 t -= timezone; | |
9698 | 3826 # endif |
3827 #endif | |
8514 | 3828 serv_got_im(gc, uin, tmp, 0, t); |
4076 | 3829 } else { /* This is a message from MacICQ/Miranda */ |
8514 | 3830 serv_got_im(gc, uin, tmp, 0, time(NULL)); |
4076 | 3831 } |
3832 g_free(uin); | |
8493 | 3833 g_free(tmp); |
4075 | 3834 } |
3316 | 3835 } break; |
3836 | |
4173 | 3837 case 0x04: { /* Someone sent you a URL */ |
4076 | 3838 if (i >= 2) { |
7385 | 3839 if (msg2[1] != NULL) { |
3840 gchar *uin = g_strdup_printf("%u", args->uin); | |
3841 gchar *message = g_strdup_printf("<A HREF=\"%s\">%s</A>", | |
3842 msg2[1], | |
3843 (msg2[0] && msg2[0][0]) ? msg2[0] : msg2[1]); | |
3844 serv_got_im(gc, uin, message, 0, time(NULL)); | |
3845 g_free(uin); | |
3846 g_free(message); | |
3847 } | |
3453 | 3848 } |
3849 } break; | |
3850 | |
4173 | 3851 case 0x06: { /* Someone requested authorization */ |
4076 | 3852 if (i >= 6) { |
4230 | 3853 struct name_data *data = g_new(struct name_data, 1); |
5556 | 3854 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.")); |
8660 | 3855 gaim_debug_info("oscar", |
5556 | 3856 "Received an authorization request from UIN %u\n", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3857 args->uin); |
4076 | 3858 data->gc = gc; |
5556 | 3859 data->name = g_strdup_printf("%u", args->uin); |
4230 | 3860 data->nick = NULL; |
5498
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
3861 |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
3862 gaim_request_action(gc, NULL, _("Authorization Request"), |
9948 | 3863 dialog_msg, GAIM_DEFAULT_ACTION_NONE, data, |
3864 2, _("Authorize"), | |
5498
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
3865 G_CALLBACK(gaim_auth_grant), |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
3866 _("Deny"), |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
3867 G_CALLBACK(gaim_auth_dontgrant_msgprompt)); |
4076 | 3868 g_free(dialog_msg); |
3869 } | |
3141 | 3870 } break; |
3871 | |
4173 | 3872 case 0x07: { /* Someone has denied you authorization */ |
4076 | 3873 if (i >= 1) { |
7023 | 3874 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
|
3875 gaim_notify_info(gc, NULL, _("ICQ authorization denied."), |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
3876 dialog_msg); |
4076 | 3877 g_free(dialog_msg); |
3878 } | |
3141 | 3879 } break; |
3880 | |
4173 | 3881 case 0x08: { /* Someone has granted you authorization */ |
7023 | 3882 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
|
3883 gaim_notify_info(gc, NULL, "ICQ authorization accepted.", |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
3884 dialog_msg); |
3141 | 3885 g_free(dialog_msg); |
3886 } break; | |
3887 | |
4333 | 3888 case 0x09: { /* Message from the Godly ICQ server itself, I think */ |
3889 if (i >= 5) { | |
3890 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
|
3891 gaim_notify_info(gc, NULL, "ICQ Server Message", dialog_msg); |
4333 | 3892 g_free(dialog_msg); |
3893 } | |
3894 } break; | |
3895 | |
4173 | 3896 case 0x0d: { /* Someone has sent you a pager message from http://www.icq.com/your_uin */ |
4076 | 3897 if (i >= 6) { |
4194 | 3898 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
|
3899 gaim_notify_info(gc, NULL, "ICQ Page", dialog_msg); |
4076 | 3900 g_free(dialog_msg); |
3901 } | |
4075 | 3902 } break; |
3903 | |
4173 | 3904 case 0x0e: { /* Someone has emailed you at your_uin@pager.icq.com */ |
4076 | 3905 if (i >= 6) { |
4308 | 3906 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
|
3907 gaim_notify_info(gc, NULL, "ICQ Email", dialog_msg); |
4076 | 3908 g_free(dialog_msg); |
3909 } | |
4075 | 3910 } break; |
3911 | |
4173 | 3912 case 0x12: { |
3141 | 3913 /* Ack for authorizing/denying someone. Or possibly an ack for sending any system notice */ |
7023 | 3914 /* Someone added you to their buddy list? */ |
3141 | 3915 } break; |
3916 | |
7023 | 3917 case 0x13: { /* Someone has sent you some ICQ buddies */ |
7631 | 3918 guint i, num; |
3453 | 3919 gchar **text; |
4173 | 3920 text = g_strsplit(args->msg, "\376", 0); |
3453 | 3921 if (text) { |
3922 num = 0; | |
3923 for (i=0; i<strlen(text[0]); i++) | |
3924 num = num*10 + text[0][i]-48; | |
3925 for (i=0; i<num; i++) { | |
4230 | 3926 struct name_data *data = g_new(struct name_data, 1); |
7023 | 3927 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 | 3928 data->gc = gc; |
4790 | 3929 data->name = g_strdup(text[i*2+1]); |
3930 data->nick = g_strdup(text[i*2+2]); | |
5498
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
3931 |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
3932 gaim_request_action(gc, NULL, message, |
7023 | 3933 _("Do you want to add this buddy " |
3934 "to your buddy list?"), | |
9972 | 3935 GAIM_DEFAULT_ACTION_NONE, data, 2, |
7023 | 3936 _("Add"), G_CALLBACK(gaim_icq_buddyadd), |
5836 | 3937 _("Decline"), G_CALLBACK(oscar_free_name_data)); |
3453 | 3938 g_free(message); |
3939 } | |
3940 g_strfreev(text); | |
3941 } | |
3942 } break; | |
3943 | |
7023 | 3944 case 0x1a: { /* Someone has sent you a greeting card or requested buddies? */ |
3453 | 3945 /* This is boring and silly. */ |
3946 } break; | |
3947 | |
3141 | 3948 default: { |
8660 | 3949 gaim_debug_info("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3950 "Received a channel 4 message of unknown type " |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3951 "(type 0x%02hhx).\n", args->type); |
3141 | 3952 } break; |
3953 } | |
3954 | |
4076 | 3955 g_strfreev(msg1); |
3956 g_strfreev(msg2); | |
3957 | |
3141 | 3958 return 1; |
3959 } | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3960 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3961 static int gaim_parse_incoming_im(aim_session_t *sess, aim_frame_t *fr, ...) { |
4200 | 3962 fu16_t channel; |
3963 int ret = 0; | |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
3964 aim_userinfo_t *userinfo; |
2086 | 3965 va_list ap; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3966 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3967 va_start(ap, fr); |
4200 | 3968 channel = (fu16_t)va_arg(ap, unsigned int); |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
3969 userinfo = va_arg(ap, aim_userinfo_t *); |
2086 | 3970 |
3141 | 3971 switch (channel) { |
3972 case 1: { /* standard message */ | |
3973 struct aim_incomingim_ch1_args *args; | |
3974 args = va_arg(ap, struct aim_incomingim_ch1_args *); | |
3975 ret = incomingim_chan1(sess, fr->conn, userinfo, args); | |
3976 } break; | |
3977 | |
8735
92cbf9713795
[gaim-migrate @ 9490]
Christian Hammond <chipx86@chipx86.com>
parents:
8733
diff
changeset
|
3978 case 2: { /* rendezvous */ |
3141 | 3979 struct aim_incomingim_ch2_args *args; |
3980 args = va_arg(ap, struct aim_incomingim_ch2_args *); | |
3981 ret = incomingim_chan2(sess, fr->conn, userinfo, args); | |
3982 } break; | |
3983 | |
3984 case 4: { /* ICQ */ | |
3985 struct aim_incomingim_ch4_args *args; | |
3986 args = va_arg(ap, struct aim_incomingim_ch4_args *); | |
4075 | 3987 ret = incomingim_chan4(sess, fr->conn, userinfo, args, 0); |
3141 | 3988 } break; |
3989 | |
3990 default: { | |
8660 | 3991 gaim_debug_warning("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3992 "ICBM received on unsupported channel (channel " |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3993 "0x%04hx).", channel); |
3141 | 3994 } break; |
2086 | 3995 } |
3996 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3997 va_end(ap); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3998 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3999 return ret; |
2086 | 4000 } |
4001 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4002 static int gaim_parse_misses(aim_session_t *sess, aim_frame_t *fr, ...) { |
8733 | 4003 GaimConnection *gc = sess->aux_data; |
4004 GaimAccount *account = gaim_connection_get_account(gc); | |
5420 | 4005 char *buf; |
2086 | 4006 va_list ap; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4007 fu16_t chan, nummissed, reason; |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
4008 aim_userinfo_t *userinfo; |
2086 | 4009 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4010 va_start(ap, fr); |
4200 | 4011 chan = (fu16_t)va_arg(ap, unsigned int); |
4012 userinfo = va_arg(ap, aim_userinfo_t *); | |
4013 nummissed = (fu16_t)va_arg(ap, unsigned int); | |
4014 reason = (fu16_t)va_arg(ap, unsigned int); | |
2086 | 4015 va_end(ap); |
4016 | |
4017 switch(reason) { | |
5420 | 4018 case 0: /* Invalid (0) */ |
4019 buf = g_strdup_printf( | |
4020 ngettext( | |
4276 | 4021 "You missed %hu message from %s because it was invalid.", |
4022 "You missed %hu messages from %s because they were invalid.", | |
4023 nummissed), | |
4282 | 4024 nummissed, |
4025 userinfo->sn); | |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
4026 break; |
5420 | 4027 case 1: /* Message too large */ |
4028 buf = g_strdup_printf( | |
4029 ngettext( | |
4276 | 4030 "You missed %hu message from %s because it was too large.", |
4031 "You missed %hu messages from %s because they were too large.", | |
4032 nummissed), | |
4282 | 4033 nummissed, |
4034 userinfo->sn); | |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
4035 break; |
5420 | 4036 case 2: /* Rate exceeded */ |
4037 buf = g_strdup_printf( | |
4038 ngettext( | |
4276 | 4039 "You missed %hu message from %s because the rate limit has been exceeded.", |
4040 "You missed %hu messages from %s because the rate limit has been exceeded.", | |
4041 nummissed), | |
4282 | 4042 nummissed, |
4043 userinfo->sn); | |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
4044 break; |
5420 | 4045 case 3: /* Evil Sender */ |
4046 buf = g_strdup_printf( | |
4047 ngettext( | |
4276 | 4048 "You missed %hu message from %s because he/she was too evil.", |
4049 "You missed %hu messages from %s because he/she was too evil.", | |
4050 nummissed), | |
4282 | 4051 nummissed, |
4052 userinfo->sn); | |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
4053 break; |
5420 | 4054 case 4: /* Evil Receiver */ |
4055 buf = g_strdup_printf( | |
4056 ngettext( | |
4276 | 4057 "You missed %hu message from %s because you are too evil.", |
4058 "You missed %hu messages from %s because you are too evil.", | |
4059 nummissed), | |
4282 | 4060 nummissed, |
4061 userinfo->sn); | |
2086 | 4062 break; |
4063 default: | |
5420 | 4064 buf = g_strdup_printf( |
4065 ngettext( | |
4276 | 4066 "You missed %hu message from %s for an unknown reason.", |
4067 "You missed %hu messages from %s for an unknown reason.", | |
4068 nummissed), | |
4282 | 4069 nummissed, |
4070 userinfo->sn); | |
2086 | 4071 break; |
4072 } | |
8733 | 4073 |
9627 | 4074 if (!gaim_conv_present_error(userinfo->sn, account, buf)) |
8733 | 4075 gaim_notify_error(sess->aux_data, NULL, buf, NULL); |
5420 | 4076 g_free(buf); |
2086 | 4077 |
4078 return 1; | |
4079 } | |
4080 | |
4194 | 4081 static int gaim_parse_clientauto_ch2(aim_session_t *sess, const char *who, fu16_t reason, const char *cookie) { |
5575 | 4082 GaimConnection *gc = sess->aux_data; |
7283 | 4083 OscarData *od = gc->proto_data; |
4617 | 4084 |
4085 /* BBB */ | |
3630 | 4086 switch (reason) { |
4151 | 4087 case 3: { /* Decline sendfile. */ |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
4088 GaimXfer *xfer; |
8971 | 4089 struct oscar_direct_im *dim; |
4090 | |
8660 | 4091 gaim_debug_info("oscar", |
9070 | 4092 "AAA - Other user declined some sort of direct " |
8971 | 4093 "connect attempt (automaticly?)\n"); |
4617 | 4094 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
|
4095 gaim_xfer_cancel_remote(xfer); |
8971 | 4096 else if ((dim = oscar_direct_im_find(od, who))) { |
4097 /* AAA should use find by cookie or something here */ | |
4098 oscar_direct_im_disconnect(od, dim); | |
4099 } | |
4151 | 4100 } break; |
4101 | |
4102 default: { | |
8660 | 4103 gaim_debug_warning("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4104 "Received an unknown rendezvous client auto-response " |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4105 "from %s. Type 0x%04hx\n", who, reason); |
4151 | 4106 } |
3630 | 4107 |
4108 } | |
4109 | |
4110 return 0; | |
4111 } | |
4112 | |
4194 | 4113 static int gaim_parse_clientauto_ch4(aim_session_t *sess, char *who, fu16_t reason, fu32_t state, char *msg) { |
5575 | 4114 GaimConnection *gc = sess->aux_data; |
4151 | 4115 |
4116 switch(reason) { | |
4117 case 0x0003: { /* Reply from an ICQ status message request */ | |
9244 | 4118 char *title, *statusmsg, **splitmsg, *dialogmsg; |
4119 | |
4120 title = g_strdup_printf(_("Info for %s"), who); | |
4151 | 4121 |
4122 /* Split at (carriage return/newline)'s, then rejoin later with BRs between. */ | |
9244 | 4123 statusmsg = oscar_icqstatus(state); |
4151 | 4124 splitmsg = g_strsplit(msg, "\r\n", 0); |
9244 | 4125 dialogmsg = g_strdup_printf(_("<B>UIN:</B> %s<BR><B>Status:</B> %s<HR>%s"), who, statusmsg, g_strjoinv("<BR>", splitmsg)); |
4126 g_free(statusmsg); | |
4151 | 4127 g_strfreev(splitmsg); |
9244 | 4128 |
9797 | 4129 gaim_notify_userinfo(gc, who, title, _("Buddy Information"), NULL, dialogmsg, NULL, NULL); |
9244 | 4130 |
4131 g_free(title); | |
4132 g_free(dialogmsg); | |
4151 | 4133 } break; |
4134 | |
4135 default: { | |
8660 | 4136 gaim_debug_warning("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4137 "Received an unknown client auto-response from %s. " |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4138 "Type 0x%04hx\n", who, reason); |
4151 | 4139 } break; |
4140 } /* end of switch */ | |
4141 | |
4142 return 0; | |
4143 } | |
4144 | |
3212 | 4145 static int gaim_parse_clientauto(aim_session_t *sess, aim_frame_t *fr, ...) { |
4146 va_list ap; | |
4147 fu16_t chan, reason; | |
4148 char *who; | |
4149 | |
4150 va_start(ap, fr); | |
4200 | 4151 chan = (fu16_t)va_arg(ap, unsigned int); |
3212 | 4152 who = va_arg(ap, char *); |
4200 | 4153 reason = (fu16_t)va_arg(ap, unsigned int); |
3212 | 4154 |
3952 | 4155 if (chan == 0x0002) { /* File transfer declined */ |
3630 | 4156 char *cookie = va_arg(ap, char *); |
4151 | 4157 return gaim_parse_clientauto_ch2(sess, who, reason, cookie); |
3952 | 4158 } else if (chan == 0x0004) { /* ICQ message */ |
4200 | 4159 fu32_t state = 0; |
4151 | 4160 char *msg = NULL; |
4161 if (reason == 0x0003) { | |
4200 | 4162 state = va_arg(ap, fu32_t); |
4151 | 4163 msg = va_arg(ap, char *); |
4164 } | |
4165 return gaim_parse_clientauto_ch4(sess, who, reason, state, msg); | |
4166 } | |
3952 | 4167 |
3212 | 4168 va_end(ap); |
4169 | |
4170 return 1; | |
4171 } | |
4172 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4173 static int gaim_parse_genericerr(aim_session_t *sess, aim_frame_t *fr, ...) { |
2086 | 4174 va_list ap; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4175 fu16_t reason; |
2865
88dc3623a2ae
[gaim-migrate @ 2878]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2864
diff
changeset
|
4176 char *m; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4177 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4178 va_start(ap, fr); |
4199 | 4179 reason = (fu16_t) va_arg(ap, unsigned int); |
2086 | 4180 va_end(ap); |
4181 | |
8660 | 4182 gaim_debug_error("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4183 "snac threw error (reason 0x%04hx: %s)\n", reason, |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4184 (reason < msgerrreasonlen) ? msgerrreason[reason] : "unknown"); |
2086 | 4185 |
2865
88dc3623a2ae
[gaim-migrate @ 2878]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2864
diff
changeset
|
4186 m = g_strdup_printf(_("SNAC threw error: %s\n"), |
5411 | 4187 reason < msgerrreasonlen ? _(msgerrreason[reason]) : _("Unknown error")); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4188 gaim_notify_error(sess->aux_data, NULL, m, NULL); |
2865
88dc3623a2ae
[gaim-migrate @ 2878]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2864
diff
changeset
|
4189 g_free(m); |
88dc3623a2ae
[gaim-migrate @ 2878]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2864
diff
changeset
|
4190 |
2086 | 4191 return 1; |
4192 } | |
4193 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4194 static int gaim_parse_msgerr(aim_session_t *sess, aim_frame_t *fr, ...) { |
9627 | 4195 GaimConnection *gc = sess->aux_data; |
4617 | 4196 #if 0 |
7283 | 4197 OscarData *od = gc->proto_data; |
6240
ac191233b816
[gaim-migrate @ 6734]
Christian Hammond <chipx86@chipx86.com>
parents:
6173
diff
changeset
|
4198 GaimXfer *xfer; |
4508
4c40fccbd7c9
[gaim-migrate @ 4784]
Christian Hammond <chipx86@chipx86.com>
parents:
4491
diff
changeset
|
4199 #endif |
4617 | 4200 va_list ap; |
4201 fu16_t reason; | |
4202 char *data, *buf; | |
4508
4c40fccbd7c9
[gaim-migrate @ 4784]
Christian Hammond <chipx86@chipx86.com>
parents:
4491
diff
changeset
|
4203 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4204 va_start(ap, fr); |
4617 | 4205 reason = (fu16_t)va_arg(ap, unsigned int); |
3752 | 4206 data = va_arg(ap, char *); |
2086 | 4207 va_end(ap); |
4208 | |
8660 | 4209 gaim_debug_error("oscar", |
10130 | 4210 "Message error with data %s and reason %hu\n", |
4211 (data != NULL ? data : ""), reason); | |
4617 | 4212 |
4213 /* BBB */ | |
4508
4c40fccbd7c9
[gaim-migrate @ 4784]
Christian Hammond <chipx86@chipx86.com>
parents:
4491
diff
changeset
|
4214 #if 0 |
4617 | 4215 /* If this was a file transfer request, data is a cookie */ |
4216 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
|
4217 gaim_xfer_cancel_remote(xfer); |
3630 | 4218 return 1; |
4219 } | |
4508
4c40fccbd7c9
[gaim-migrate @ 4784]
Christian Hammond <chipx86@chipx86.com>
parents:
4491
diff
changeset
|
4220 #endif |
3630 | 4221 |
4617 | 4222 /* Data is assumed to be the destination sn */ |
9826 | 4223 buf = g_strdup_printf(_("Unable to send message: %s"), (reason < msgerrreasonlen) ? msgerrreason[reason] : _("Unknown reason.")); |
4224 if (!gaim_conv_present_error(data, gaim_connection_get_account(gc), buf)) { | |
4225 g_free(buf); | |
4226 buf = g_strdup_printf(_("Unable to send message to %s:"), data ? data : "(unknown)"); | |
9627 | 4227 gaim_notify_error(sess->aux_data, NULL, buf, |
9826 | 4228 (reason < msgerrreasonlen) ? _(msgerrreason[reason]) : _("Unknown reason.")); |
4229 } | |
4230 g_free(buf); | |
4231 | |
2086 | 4232 return 1; |
4233 } | |
4234 | |
3595 | 4235 static int gaim_parse_mtn(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 4236 GaimConnection *gc = sess->aux_data; |
3595 | 4237 va_list ap; |
4238 fu16_t type1, type2; | |
4239 char *sn; | |
4240 | |
4241 va_start(ap, fr); | |
4199 | 4242 type1 = (fu16_t) va_arg(ap, unsigned int); |
3595 | 4243 sn = va_arg(ap, char *); |
4199 | 4244 type2 = (fu16_t) va_arg(ap, unsigned int); |
3595 | 4245 va_end(ap); |
4246 | |
4247 switch (type2) { | |
4248 case 0x0000: { /* Text has been cleared */ | |
4249 serv_got_typing_stopped(gc, sn); | |
4250 } break; | |
4251 | |
4252 case 0x0001: { /* Paused typing */ | |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
4253 serv_got_typing(gc, sn, 0, GAIM_TYPED); |
3595 | 4254 } break; |
4255 | |
4256 case 0x0002: { /* Typing */ | |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
4257 serv_got_typing(gc, sn, 0, GAIM_TYPING); |
3595 | 4258 } break; |
4259 | |
4260 default: { | |
8660 | 4261 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 | 4262 } break; |
4263 } | |
4264 | |
4265 return 1; | |
4266 } | |
4267 | |
7141 | 4268 /* |
4269 * We get this error when there was an error in the locate family. This | |
7259 | 4270 * happens when you request info of someone who is offline. |
7141 | 4271 */ |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4272 static int gaim_parse_locerr(aim_session_t *sess, aim_frame_t *fr, ...) { |
9826 | 4273 gchar *buf; |
2086 | 4274 va_list ap; |
5420 | 4275 fu16_t reason; |
2086 | 4276 char *destn; |
4277 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4278 va_start(ap, fr); |
4199 | 4279 reason = (fu16_t) va_arg(ap, unsigned int); |
2086 | 4280 destn = va_arg(ap, char *); |
4281 va_end(ap); | |
4282 | |
7781 | 4283 if (destn == NULL) |
7793 | 4284 return 1; |
10560 | 4285 |
9826 | 4286 buf = g_strdup_printf(_("User information not available: %s"), (reason < msgerrreasonlen) ? _(msgerrreason[reason]) : _("Unknown reason.")); |
4287 if (!gaim_conv_present_error(destn, gaim_connection_get_account((GaimConnection*)sess->aux_data), buf)) { | |
4288 g_free(buf); | |
9627 | 4289 buf = g_strdup_printf(_("User information for %s unavailable:"), destn); |
9826 | 4290 gaim_notify_error(sess->aux_data, NULL, buf, (reason < msgerrreasonlen) ? _(msgerrreason[reason]) : _("Unknown reason.")); |
4291 } | |
4292 g_free(buf); | |
2086 | 4293 |
4294 return 1; | |
4295 } | |
4296 | |
7011 | 4297 static int gaim_parse_userinfo(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 4298 GaimConnection *gc = sess->aux_data; |
8700 | 4299 GaimAccount *account = gaim_connection_get_account(gc); |
10567 | 4300 OscarData *od = gc->proto_data; |
8700 | 4301 GString *str; |
9244 | 4302 gchar *tmp = NULL, *info_utf8 = NULL, *away_utf8 = NULL, *title = NULL; |
4791 | 4303 va_list ap; |
7011 | 4304 aim_userinfo_t *userinfo; |
2086 | 4305 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4306 va_start(ap, fr); |
7011 | 4307 userinfo = va_arg(ap, aim_userinfo_t *); |
2086 | 4308 va_end(ap); |
4309 | |
8700 | 4310 str = g_string_new(""); |
4311 g_string_append_printf(str, "<b>%s:</b> %s", _("Screen Name"), userinfo->sn); | |
4312 g_string_append_printf(str, "\n<br><b>%s</b>: %d%%", _("Warning Level"), (int)((userinfo->warnlevel/10.0) + 0.5)); | |
7011 | 4313 |
10116 | 4314 if (userinfo->present & AIM_USERINFO_PRESENT_ONLINESINCE) { |
10567 | 4315 time_t t = userinfo->onlinesince - od->timeoffset; |
10116 | 4316 oscar_string_append(str, "\n<br>", _("Online Since"), ctime(&t)); |
4317 } | |
4318 | |
4319 if (userinfo->present & AIM_USERINFO_PRESENT_MEMBERSINCE) { | |
10567 | 4320 time_t t = userinfo->membersince - od->timeoffset; |
10116 | 4321 oscar_string_append(str, "\n<br>", _("Member Since"), ctime(&t)); |
4322 } | |
7011 | 4323 |
4324 if (userinfo->present & AIM_USERINFO_PRESENT_IDLE) { | |
8700 | 4325 tmp = gaim_str_seconds_to_string(userinfo->idletime*60); |
8701 | 4326 oscar_string_append(str, "\n<br>", _("Idle"), tmp); |
8700 | 4327 g_free(tmp); |
4328 } | |
4329 | |
8701 | 4330 oscar_string_append_info(gc, str, "\n<br>", NULL, userinfo); |
7011 | 4331 |
4332 if ((userinfo->flags & AIM_FLAG_AWAY) && (userinfo->away_len > 0) && (userinfo->away != NULL) && (userinfo->away_encoding != NULL)) { | |
8700 | 4333 tmp = oscar_encoding_extract(userinfo->away_encoding); |
4334 away_utf8 = oscar_encoding_to_utf8(tmp, userinfo->away, userinfo->away_len); | |
4335 g_free(tmp); | |
7011 | 4336 if (away_utf8 != NULL) { |
8700 | 4337 g_string_append_printf(str, "\n<hr>%s", away_utf8); |
7011 | 4338 g_free(away_utf8); |
2791
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
4339 } |
7011 | 4340 } |
4341 | |
4342 if ((userinfo->info_len > 0) && (userinfo->info != NULL) && (userinfo->info_encoding != NULL)) { | |
8700 | 4343 tmp = oscar_encoding_extract(userinfo->info_encoding); |
4344 info_utf8 = oscar_encoding_to_utf8(tmp, userinfo->info, userinfo->info_len); | |
4345 g_free(tmp); | |
7011 | 4346 if (info_utf8 != NULL) { |
8700 | 4347 g_string_append_printf(str, "\n<hr>%s", info_utf8); |
7011 | 4348 g_free(info_utf8); |
2791
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
4349 } |
7011 | 4350 } |
4351 | |
8701 | 4352 tmp = gaim_str_sub_away_formatters(str->str, gaim_account_get_username(account)); |
8700 | 4353 g_string_free(str, TRUE); |
9244 | 4354 title = g_strdup_printf(_("Info for %s"), userinfo->sn); |
9797 | 4355 gaim_notify_userinfo(gc, userinfo->sn, title, _("Buddy Information"), NULL, tmp, NULL, NULL); |
9244 | 4356 g_free(title); |
8700 | 4357 g_free(tmp); |
4151 | 4358 |
2086 | 4359 return 1; |
4360 } | |
4361 | |
8341 | 4362 static gboolean gaim_reqinfo_timeout_cb(void *data) |
4363 { | |
4364 aim_session_t *sess = data; | |
4365 GaimConnection *gc = sess->aux_data; | |
4366 OscarData *od = (OscarData *)gc->proto_data; | |
4367 | |
4368 aim_locate_dorequest(data); | |
4369 od->getinfotimer = 0; | |
4370 | |
4371 return FALSE; | |
4372 } | |
4373 | |
4374 static int gaim_reqinfo_timeout(aim_session_t *sess, aim_frame_t *fr, ...) | |
4375 { | |
4376 GaimConnection *gc = sess->aux_data; | |
4377 OscarData *od = (OscarData *)gc->proto_data; | |
4378 | |
4379 /* | |
4380 * Wait a little while then call aim_locate_dorequest(sess). This keeps | |
4381 * us from hitting the rate limit due to request away messages and info | |
4382 * too quickly. | |
4383 */ | |
4384 if (od->getinfotimer == 0) | |
10198 | 4385 od->getinfotimer = gaim_timeout_add(1500, gaim_reqinfo_timeout_cb, sess); |
8341 | 4386 |
4387 return 1; | |
4388 } | |
4389 | |
4390 static int gaim_parse_motd(aim_session_t *sess, aim_frame_t *fr, ...) | |
4391 { | |
2086 | 4392 char *msg; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4393 fu16_t id; |
2086 | 4394 va_list ap; |
4395 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4396 va_start(ap, fr); |
4199 | 4397 id = (fu16_t) va_arg(ap, unsigned int); |
2086 | 4398 msg = va_arg(ap, char *); |
4399 va_end(ap); | |
4400 | |
8660 | 4401 gaim_debug_misc("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4402 "MOTD: %s (%hu)\n", msg ? msg : "Unknown", id); |
2092
59b0377d18aa
[gaim-migrate @ 2102]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2090
diff
changeset
|
4403 if (id < 4) |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4404 gaim_notify_warning(sess->aux_data, NULL, |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4405 _("Your AIM connection may be lost."), NULL); |
2086 | 4406 |
4407 return 1; | |
4408 } | |
4409 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4410 static int gaim_chatnav_info(aim_session_t *sess, aim_frame_t *fr, ...) { |
2086 | 4411 va_list ap; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4412 fu16_t type; |
5575 | 4413 GaimConnection *gc = sess->aux_data; |
7283 | 4414 OscarData *od = (OscarData *)gc->proto_data; |
2086 | 4415 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4416 va_start(ap, fr); |
4199 | 4417 type = (fu16_t) va_arg(ap, unsigned int); |
2086 | 4418 |
4419 switch(type) { | |
4420 case 0x0002: { | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4421 fu8_t maxrooms; |
2086 | 4422 struct aim_chat_exchangeinfo *exchanges; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4423 int exchangecount, i; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4424 |
4199 | 4425 maxrooms = (fu8_t) va_arg(ap, unsigned int); |
2086 | 4426 exchangecount = va_arg(ap, int); |
4427 exchanges = va_arg(ap, struct aim_chat_exchangeinfo *); | |
4428 | |
8660 | 4429 gaim_debug_misc("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4430 "chat info: Chat Rights:\n"); |
8660 | 4431 gaim_debug_misc("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4432 "chat info: \tMax Concurrent Rooms: %hhd\n", maxrooms); |
8660 | 4433 gaim_debug_misc("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4434 "chat info: \tExchange List: (%d total)\n", exchangecount); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4435 for (i = 0; i < exchangecount; i++) |
8660 | 4436 gaim_debug_misc("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4437 "chat info: \t\t%hu %s\n", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4438 exchanges[i].number, exchanges[i].name ? exchanges[i].name : ""); |
4617 | 4439 while (od->create_rooms) { |
4440 struct create_room *cr = od->create_rooms->data; | |
8660 | 4441 gaim_debug_info("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4442 "creating room %s\n", cr->name); |
2822
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
4443 aim_chatnav_createroom(sess, fr->conn, cr->name, cr->exchange); |
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
4444 g_free(cr->name); |
4617 | 4445 od->create_rooms = g_slist_remove(od->create_rooms, cr); |
2822
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
4446 g_free(cr); |
2086 | 4447 } |
4448 } | |
4449 break; | |
4450 case 0x0008: { | |
4451 char *fqcn, *name, *ck; | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4452 fu16_t instance, flags, maxmsglen, maxoccupancy, unknown, exchange; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4453 fu8_t createperms; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4454 fu32_t createtime; |
2086 | 4455 |
4456 fqcn = va_arg(ap, char *); | |
4200 | 4457 instance = (fu16_t)va_arg(ap, unsigned int); |
4458 exchange = (fu16_t)va_arg(ap, unsigned int); | |
4459 flags = (fu16_t)va_arg(ap, unsigned int); | |
4460 createtime = va_arg(ap, fu32_t); | |
4461 maxmsglen = (fu16_t)va_arg(ap, unsigned int); | |
4462 maxoccupancy = (fu16_t)va_arg(ap, unsigned int); | |
4463 createperms = (fu8_t)va_arg(ap, unsigned int); | |
4464 unknown = (fu16_t)va_arg(ap, unsigned int); | |
4465 name = va_arg(ap, char *); | |
4466 ck = va_arg(ap, char *); | |
4194 | 4467 |
8660 | 4468 gaim_debug_misc("oscar", |
5556 | 4469 "created room: %s %hu %hu %hu %u %hu %hu %hhu %hu %s %s\n", |
2086 | 4470 fqcn, |
4471 exchange, instance, flags, | |
4472 createtime, | |
4473 maxmsglen, maxoccupancy, createperms, unknown, | |
4474 name, ck); | |
4617 | 4475 aim_chat_join(od->sess, od->conn, exchange, ck, instance); |
2086 | 4476 } |
4477 break; | |
4478 default: | |
8660 | 4479 gaim_debug_warning("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4480 "chatnav info: unknown type (%04hx)\n", type); |
2086 | 4481 break; |
4482 } | |
4194 | 4483 |
4484 va_end(ap); | |
4485 | |
2086 | 4486 return 1; |
4487 } | |
4488 | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7111
diff
changeset
|
4489 static int gaim_conv_chat_join(aim_session_t *sess, aim_frame_t *fr, ...) { |
2086 | 4490 va_list ap; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4491 int count, i; |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
4492 aim_userinfo_t *info; |
5575 | 4493 GaimConnection *g = sess->aux_data; |
2086 | 4494 |
4495 struct chat_connection *c = NULL; | |
4496 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4497 va_start(ap, fr); |
2086 | 4498 count = va_arg(ap, int); |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
4499 info = va_arg(ap, aim_userinfo_t *); |
2086 | 4500 va_end(ap); |
4501 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4502 c = find_oscar_chat_by_conn(g, fr->conn); |
2086 | 4503 if (!c) |
4504 return 1; | |
4505 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4506 for (i = 0; i < count; i++) |
9846 | 4507 gaim_conv_chat_add_user(GAIM_CONV_CHAT(c->conv), info[i].sn, NULL, GAIM_CBFLAGS_NONE, TRUE); |
2086 | 4508 |
4509 return 1; | |
4510 } | |
4511 | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7111
diff
changeset
|
4512 static int gaim_conv_chat_leave(aim_session_t *sess, aim_frame_t *fr, ...) { |
2086 | 4513 va_list ap; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4514 int count, i; |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
4515 aim_userinfo_t *info; |
5575 | 4516 GaimConnection *g = sess->aux_data; |
2086 | 4517 |
4518 struct chat_connection *c = NULL; | |
4519 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4520 va_start(ap, fr); |
2086 | 4521 count = va_arg(ap, int); |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
4522 info = va_arg(ap, aim_userinfo_t *); |
2086 | 4523 va_end(ap); |
4524 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4525 c = find_oscar_chat_by_conn(g, fr->conn); |
2086 | 4526 if (!c) |
4527 return 1; | |
4528 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4529 for (i = 0; i < count; i++) |
8733 | 4530 gaim_conv_chat_remove_user(GAIM_CONV_CHAT(c->conv), info[i].sn, NULL); |
2086 | 4531 |
4532 return 1; | |
4533 } | |
4534 | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7111
diff
changeset
|
4535 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
|
4536 va_list ap; |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
4537 aim_userinfo_t *userinfo; |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
4538 struct aim_chat_roominfo *roominfo; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
4539 char *roomname; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
4540 int usercount; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
4541 char *roomdesc; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4542 fu16_t unknown_c9, unknown_d2, unknown_d5, maxmsglen, maxvisiblemsglen; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4543 fu32_t creationtime; |
5575 | 4544 GaimConnection *gc = sess->aux_data; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4545 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
|
4546 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4547 va_start(ap, fr); |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
4548 roominfo = va_arg(ap, struct aim_chat_roominfo *); |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
4549 roomname = va_arg(ap, char *); |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
4550 usercount= va_arg(ap, int); |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
4551 userinfo = va_arg(ap, aim_userinfo_t *); |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
4552 roomdesc = va_arg(ap, char *); |
4200 | 4553 unknown_c9 = (fu16_t)va_arg(ap, unsigned int); |
4554 creationtime = va_arg(ap, fu32_t); | |
4555 maxmsglen = (fu16_t)va_arg(ap, unsigned int); | |
4556 unknown_d2 = (fu16_t)va_arg(ap, unsigned int); | |
4557 unknown_d5 = (fu16_t)va_arg(ap, unsigned int); | |
4558 maxvisiblemsglen = (fu16_t)va_arg(ap, unsigned int); | |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
4559 va_end(ap); |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
4560 |
8660 | 4561 gaim_debug_misc("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4562 "inside chat_info_update (maxmsglen = %hu, maxvislen = %hu)\n", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4563 maxmsglen, maxvisiblemsglen); |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
4564 |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
4565 ccon->maxlen = maxmsglen; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
4566 ccon->maxvis = maxvisiblemsglen; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
4567 |
2086 | 4568 return 1; |
4569 } | |
4570 | |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7111
diff
changeset
|
4571 static int gaim_conv_chat_incoming_msg(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 4572 GaimConnection *gc = sess->aux_data; |
8225 | 4573 struct chat_connection *ccon = find_oscar_chat_by_conn(gc, fr->conn); |
4574 gchar *utf8; | |
2086 | 4575 va_list ap; |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
4576 aim_userinfo_t *info; |
8225 | 4577 int len; |
2086 | 4578 char *msg; |
8219 | 4579 char *charset; |
2086 | 4580 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4581 va_start(ap, fr); |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
4582 info = va_arg(ap, aim_userinfo_t *); |
8219 | 4583 len = va_arg(ap, int); |
4194 | 4584 msg = va_arg(ap, char *); |
8219 | 4585 charset = va_arg(ap, char *); |
4194 | 4586 va_end(ap); |
2086 | 4587 |
8225 | 4588 utf8 = oscar_encoding_to_utf8(charset, msg, len); |
8667 | 4589 if (utf8 == NULL) |
4590 /* The conversion failed! */ | |
8668 | 4591 utf8 = g_strdup(_("[Unable to display a message from this user because it contained invalid characters.]")); |
8225 | 4592 serv_got_chat_in(gc, ccon->id, info->sn, 0, utf8, time((time_t)NULL)); |
4593 g_free(utf8); | |
2086 | 4594 |
4595 return 1; | |
4596 } | |
4597 | |
3694 | 4598 static int gaim_email_parseupdate(aim_session_t *sess, aim_frame_t *fr, ...) { |
4599 va_list ap; | |
5575 | 4600 GaimConnection *gc = sess->aux_data; |
3694 | 4601 struct aim_emailinfo *emailinfo; |
3725 | 4602 int havenewmail; |
7297 | 4603 char *alertitle, *alerturl; |
3694 | 4604 |
4605 va_start(ap, fr); | |
4606 emailinfo = va_arg(ap, struct aim_emailinfo *); | |
3725 | 4607 havenewmail = va_arg(ap, int); |
7301 | 4608 alertitle = va_arg(ap, char *); |
4609 alerturl = va_arg(ap, char *); | |
3694 | 4610 va_end(ap); |
4611 | |
9661 | 4612 if ((emailinfo != NULL) && gaim_account_get_check_mail(gc->account)) { |
4613 gchar *to = g_strdup_printf("%s%s%s", gaim_account_get_username(gaim_connection_get_account(gc)), | |
4614 emailinfo->domain ? "@" : "", | |
4615 emailinfo->domain ? emailinfo->domain : ""); | |
5542 | 4616 if (emailinfo->unread && havenewmail) |
4617 gaim_notify_emails(gc, emailinfo->nummsgs, FALSE, NULL, NULL, (const char **)&to, (const char **)&emailinfo->url, NULL, NULL); | |
5537 | 4618 g_free(to); |
3694 | 4619 } |
10157 | 4620 |
7301 | 4621 if (alertitle) |
8660 | 4622 gaim_debug_misc("oscar", "Got an alert '%s' %s\n", alertitle, alerturl ? alerturl : ""); |
3694 | 4623 |
4624 return 1; | |
4625 } | |
4626 | |
4804 | 4627 static int gaim_icon_error(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 4628 GaimConnection *gc = sess->aux_data; |
7283 | 4629 OscarData *od = gc->proto_data; |
4804 | 4630 char *sn; |
4631 | |
4632 sn = od->requesticon->data; | |
8660 | 4633 gaim_debug_misc("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4634 "removing %s from hash table\n", sn); |
4804 | 4635 od->requesticon = g_slist_remove(od->requesticon, sn); |
4636 free(sn); | |
4637 | |
4638 if (od->icontimer) | |
8287
ef881489396e
[gaim-migrate @ 9011]
Christian Hammond <chipx86@chipx86.com>
parents:
8273
diff
changeset
|
4639 gaim_timeout_remove(od->icontimer); |
8273
f24172f53650
[gaim-migrate @ 8997]
Christian Hammond <chipx86@chipx86.com>
parents:
8266
diff
changeset
|
4640 od->icontimer = gaim_timeout_add(500, gaim_icon_timerfunc, gc); |
4804 | 4641 |
4642 return 1; | |
4643 } | |
4644 | |
4645 static int gaim_icon_parseicon(aim_session_t *sess, aim_frame_t *fr, ...) { | |
5575 | 4646 GaimConnection *gc = sess->aux_data; |
7283 | 4647 OscarData *od = gc->proto_data; |
4804 | 4648 GSList *cur; |
4649 va_list ap; | |
4650 char *sn; | |
4853 | 4651 fu8_t *iconcsum, *icon; |
4652 fu16_t iconcsumlen, iconlen; | |
4804 | 4653 |
4654 va_start(ap, fr); | |
4655 sn = va_arg(ap, char *); | |
4853 | 4656 iconcsum = va_arg(ap, fu8_t *); |
4657 iconcsumlen = va_arg(ap, int); | |
4804 | 4658 icon = va_arg(ap, fu8_t *); |
4659 iconlen = va_arg(ap, int); | |
4660 va_end(ap); | |
4661 | |
4853 | 4662 if (iconlen > 0) { |
4663 char *b16; | |
6695 | 4664 GaimBuddy *b = gaim_find_buddy(gc->account, sn); |
6846
8ab95f4c9800
[gaim-migrate @ 7391]
Christian Hammond <chipx86@chipx86.com>
parents:
6787
diff
changeset
|
4665 gaim_buddy_icons_set_for_user(gaim_connection_get_account(gc), |
8ab95f4c9800
[gaim-migrate @ 7391]
Christian Hammond <chipx86@chipx86.com>
parents:
6787
diff
changeset
|
4666 sn, icon, iconlen); |
7106
db6bd3e794d8
[gaim-migrate @ 7671]
Christian Hammond <chipx86@chipx86.com>
parents:
7098
diff
changeset
|
4667 b16 = gaim_base16_encode(iconcsum, iconcsumlen); |
5129 | 4668 if (b16) { |
7693 | 4669 gaim_blist_node_set_string((GaimBlistNode*)b, "icon_checksum", b16); |
7162 | 4670 g_free(b16); |
5129 | 4671 } |
4853 | 4672 } |
4804 | 4673 |
4674 cur = od->requesticon; | |
4675 while (cur) { | |
4676 char *cursn = cur->data; | |
4677 if (!aim_sncmp(cursn, sn)) { | |
4678 od->requesticon = g_slist_remove(od->requesticon, cursn); | |
4679 free(cursn); | |
4680 cur = od->requesticon; | |
4681 } else | |
4682 cur = cur->next; | |
4683 } | |
4684 | |
4685 if (od->icontimer) | |
8287
ef881489396e
[gaim-migrate @ 9011]
Christian Hammond <chipx86@chipx86.com>
parents:
8273
diff
changeset
|
4686 gaim_timeout_remove(od->icontimer); |
8273
f24172f53650
[gaim-migrate @ 8997]
Christian Hammond <chipx86@chipx86.com>
parents:
8266
diff
changeset
|
4687 od->icontimer = gaim_timeout_add(250, gaim_icon_timerfunc, gc); |
4804 | 4688 |
4689 return 1; | |
4690 } | |
4691 | |
4692 static gboolean gaim_icon_timerfunc(gpointer data) { | |
5575 | 4693 GaimConnection *gc = data; |
7283 | 4694 OscarData *od = gc->proto_data; |
7011 | 4695 aim_userinfo_t *userinfo; |
4804 | 4696 aim_conn_t *conn; |
4697 | |
4698 conn = aim_getconn_type(od->sess, AIM_CONN_TYPE_ICON); | |
5892 | 4699 if (!conn) { |
4700 if (!od->iconconnecting) { | |
4701 aim_reqservice(od->sess, od->conn, AIM_CONN_TYPE_ICON); | |
4702 od->iconconnecting = TRUE; | |
4703 } | |
4804 | 4704 return FALSE; |
4705 } | |
4706 | |
5842 | 4707 if (od->set_icon) { |
6039 | 4708 struct stat st; |
4709 const char *iconfile = gaim_account_get_buddy_icon(gaim_connection_get_account(gc)); | |
4710 if (iconfile == NULL) { | |
8363 | 4711 aim_ssi_delicon(od->sess); |
10589
0f7452b1f777
[gaim-migrate @ 11994]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
10574
diff
changeset
|
4712 } else if (!g_stat(iconfile, &st)) { |
6039 | 4713 char *buf = g_malloc(st.st_size); |
10589
0f7452b1f777
[gaim-migrate @ 11994]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
10574
diff
changeset
|
4714 FILE *file = g_fopen(iconfile, "rb"); |
6039 | 4715 if (file) { |
9532 | 4716 /* XXX - Use g_file_get_contents()? */ |
6039 | 4717 fread(buf, 1, st.st_size, file); |
4718 fclose(file); | |
8660 | 4719 gaim_debug_info("oscar", |
6039 | 4720 "Uploading icon to icon server\n"); |
6879 | 4721 aim_bart_upload(od->sess, buf, st.st_size); |
5842 | 4722 } else |
8660 | 4723 gaim_debug_error("oscar", |
6039 | 4724 "Can't open buddy icon file!\n"); |
4725 g_free(buf); | |
4726 } else { | |
8660 | 4727 gaim_debug_error("oscar", |
6039 | 4728 "Can't stat buddy icon file!\n"); |
5842 | 4729 } |
4730 od->set_icon = FALSE; | |
4731 } | |
4732 | |
4733 if (!od->requesticon) { | |
8660 | 4734 gaim_debug_misc("oscar", |
5842 | 4735 "no more icons to request\n"); |
4736 return FALSE; | |
4737 } | |
4738 | |
7045 | 4739 userinfo = aim_locate_finduserinfo(od->sess, (char *)od->requesticon->data); |
7011 | 4740 if ((userinfo != NULL) && (userinfo->iconcsumlen > 0)) { |
4741 aim_bart_request(od->sess, od->requesticon->data, userinfo->iconcsum, userinfo->iconcsumlen); | |
4804 | 4742 return FALSE; |
4743 } else { | |
4744 char *sn = od->requesticon->data; | |
4745 od->requesticon = g_slist_remove(od->requesticon, sn); | |
4746 free(sn); | |
4747 } | |
4748 | |
4749 return TRUE; | |
4750 } | |
4751 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4752 /* |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4753 * 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
|
4754 */ |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4755 static int gaim_parse_msgack(aim_session_t *sess, aim_frame_t *fr, ...) { |
2086 | 4756 va_list ap; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4757 fu16_t type; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4758 char *sn; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4759 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4760 va_start(ap, fr); |
4199 | 4761 type = (fu16_t) va_arg(ap, unsigned int); |
2086 | 4762 sn = va_arg(ap, char *); |
4763 va_end(ap); | |
4764 | |
8660 | 4765 gaim_debug_info("oscar", "Sent message to %s.\n", sn); |
2086 | 4766 |
4767 return 1; | |
4768 } | |
4769 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4770 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
|
4771 static const char *codes[5] = { |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4772 "invalid", |
4194 | 4773 "change", |
4774 "warning", | |
4775 "limit", | |
4776 "limit cleared", | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4777 }; |
2086 | 4778 va_list ap; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4779 fu16_t code, rateclass; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4780 fu32_t windowsize, clear, alert, limit, disconnect, currentavg, maxavg; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4781 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4782 va_start(ap, fr); |
4200 | 4783 code = (fu16_t)va_arg(ap, unsigned int); |
4784 rateclass= (fu16_t)va_arg(ap, unsigned int); | |
4785 windowsize = va_arg(ap, fu32_t); | |
4786 clear = va_arg(ap, fu32_t); | |
4787 alert = va_arg(ap, fu32_t); | |
4788 limit = va_arg(ap, fu32_t); | |
4789 disconnect = va_arg(ap, fu32_t); | |
4790 currentavg = va_arg(ap, fu32_t); | |
4791 maxavg = va_arg(ap, fu32_t); | |
2086 | 4792 va_end(ap); |
4793 | |
8660 | 4794 gaim_debug_misc("oscar", |
5556 | 4795 "rate %s (param ID 0x%04hx): curavg = %u, maxavg = %u, alert at %u, " |
4796 "clear warning at %u, limit at %u, disconnect at %u (window size = %u)\n", | |
2086 | 4797 (code < 5) ? codes[code] : codes[0], |
4798 rateclass, | |
4799 currentavg, maxavg, | |
4800 alert, clear, | |
4801 limit, disconnect, | |
4802 windowsize); | |
4803 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4804 /* XXX fix these values */ |
2086 | 4805 if (code == AIM_RATE_CODE_CHANGE) { |
4806 if (currentavg >= clear) | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4807 aim_conn_setlatency(fr->conn, 0); |
2086 | 4808 } else if (code == AIM_RATE_CODE_WARNING) { |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4809 aim_conn_setlatency(fr->conn, windowsize/4); |
2909
48ec70928d7f
[gaim-migrate @ 2922]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2906
diff
changeset
|
4810 } else if (code == AIM_RATE_CODE_LIMIT) { |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4811 gaim_notify_error(sess->aux_data, NULL, _("Rate limiting error."), |
6040 | 4812 _("The last action you attempted could not be " |
4813 "performed because you are over the rate limit. " | |
4814 "Please wait 10 seconds and try again.")); | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4815 aim_conn_setlatency(fr->conn, windowsize/2); |
2086 | 4816 } else if (code == AIM_RATE_CODE_CLEARLIMIT) { |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4817 aim_conn_setlatency(fr->conn, 0); |
2086 | 4818 } |
4819 | |
4820 return 1; | |
4821 } | |
4822 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4823 static int gaim_parse_evilnotify(aim_session_t *sess, aim_frame_t *fr, ...) { |
9982 | 4824 GaimConnection *gc = sess->aux_data; |
4825 GaimAccount *account = gaim_connection_get_account(gc); | |
2086 | 4826 va_list ap; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4827 fu16_t newevil; |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
4828 aim_userinfo_t *userinfo; |
2086 | 4829 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4830 va_start(ap, fr); |
4199 | 4831 newevil = (fu16_t) va_arg(ap, unsigned int); |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
4832 userinfo = va_arg(ap, aim_userinfo_t *); |
2086 | 4833 va_end(ap); |
4834 | |
9982 | 4835 /* XXX - What's with the + 0.5? */ |
4836 gaim_prpl_got_account_warning_level(account, (userinfo && userinfo->sn) ? userinfo->sn : NULL, (newevil/10.0) + 0.5); | |
2086 | 4837 |
4838 return 1; | |
4839 } | |
4840 | |
2507
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
4841 static int gaim_selfinfo(aim_session_t *sess, aim_frame_t *fr, ...) { |
9982 | 4842 GaimConnection *gc = sess->aux_data; |
4843 GaimAccount *account = gaim_connection_get_account(gc); | |
10152 | 4844 GaimPresence *presence = gaim_account_get_presence(account); |
9982 | 4845 int warning_level; |
2507
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
4846 va_list ap; |
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
4847 aim_userinfo_t *info; |
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
4848 |
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
4849 va_start(ap, fr); |
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
4850 info = va_arg(ap, aim_userinfo_t *); |
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
4851 va_end(ap); |
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
4852 |
9982 | 4853 warning_level = info->warnlevel/10.0 + 0.5; |
4854 | |
10152 | 4855 gaim_presence_set_warning_level(presence, warning_level); |
2507
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
4856 |
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
4857 return 1; |
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
4858 } |
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
4859 |
4649 | 4860 static int gaim_connerr(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 4861 GaimConnection *gc = sess->aux_data; |
7283 | 4862 OscarData *od = gc->proto_data; |
4649 | 4863 va_list ap; |
4864 fu16_t code; | |
4865 char *msg; | |
4866 | |
4867 va_start(ap, fr); | |
4868 code = (fu16_t)va_arg(ap, int); | |
4869 msg = va_arg(ap, char *); | |
4870 va_end(ap); | |
4871 | |
10458 | 4872 gaim_debug_info("oscar", "Disconnected. Code is 0x%04x and msg is %s\n", |
4873 code, (msg != NULL ? msg : "")); | |
4874 | |
4875 g_return_val_if_fail(fr != NULL, 1); | |
4876 g_return_val_if_fail(fr->conn != NULL, 1); | |
4877 | |
4878 if (fr->conn->type == AIM_CONN_TYPE_BOS) { | |
4651 | 4879 if (code == 0x0001) { |
6113 | 4880 gc->wants_to_die = TRUE; |
10715 | 4881 gaim_connection_error(gc, _("You have signed on from another location.")); |
4651 | 4882 } else { |
5579 | 4883 gaim_connection_error(gc, _("You have been signed off for an unknown reason.")); |
4651 | 4884 } |
4666 | 4885 od->killme = TRUE; |
10458 | 4886 } else if (fr->conn->type == AIM_CONN_TYPE_CHAT) { |
4887 struct chat_connection *cc; | |
4888 GaimConversation *conv; | |
4889 | |
4890 cc = find_oscar_chat_by_conn(gc, fr->conn); | |
4891 conv = gaim_find_chat(gc, cc->id); | |
4892 | |
4893 if (conv != NULL) | |
4894 { | |
4895 gchar *buf; | |
4896 buf = g_strdup_printf(_("You have been disconnected from chat " | |
4897 "room %s."), cc->name); | |
4898 gaim_conversation_write(conv, NULL, buf, GAIM_MESSAGE_ERROR, time(NULL)); | |
4899 g_free(buf); | |
4900 } | |
4901 oscar_chat_kill(gc, cc); | |
4649 | 4902 } |
4903 | |
4904 return 1; | |
4905 } | |
4906 | |
2675 | 4907 static int conninitdone_bos(aim_session_t *sess, aim_frame_t *fr, ...) { |
7283 | 4908 GaimConnection *gc = sess->aux_data; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4909 |
2703
441b84ab7f4e
[gaim-migrate @ 2716]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2698
diff
changeset
|
4910 aim_reqpersonalinfo(sess, fr->conn); |
4230 | 4911 |
4912 #ifndef NOSSI | |
8660 | 4913 gaim_debug_info("oscar", "ssi: requesting rights and list\n"); |
4889 | 4914 aim_ssi_reqrights(sess); |
6350 | 4915 aim_ssi_reqdata(sess); |
4230 | 4916 #endif |
4917 | |
7011 | 4918 aim_locate_reqrights(sess); |
7285 | 4919 aim_buddylist_reqrights(sess, fr->conn); |
4617 | 4920 aim_im_reqparams(sess); |
7334 | 4921 aim_bos_reqrights(sess, fr->conn); /* XXX - Don't call this with ssi */ |
4230 | 4922 |
4923 #ifdef NOSSI | |
8660 | 4924 gaim_debug_info("oscar", "bos: requesting rights\n"); |
7334 | 4925 aim_bos_reqrights(sess, fr->conn); |
4230 | 4926 aim_bos_setgroupperm(sess, fr->conn, AIM_FLAG_ALLUSERS); |
4927 aim_bos_setprivacyflags(sess, fr->conn, AIM_PRIVFLAGS_ALLOWIDLE | AIM_PRIVFLAGS_ALLOWMEMBERSINCE); | |
4928 #endif | |
2086 | 4929 |
7283 | 4930 gaim_connection_update_progress(gc, _("Finalizing connection"), 5, OSCAR_CONNECT_STEPS); |
4931 | |
2086 | 4932 return 1; |
4933 } | |
4934 | |
2675 | 4935 static int conninitdone_admin(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 4936 GaimConnection *gc = sess->aux_data; |
7283 | 4937 OscarData *od = gc->proto_data; |
2647 | 4938 |
6905 | 4939 aim_conn_addhandler(sess, fr->conn, AIM_CB_FAM_ADM, 0x0003, gaim_info_change, 0); |
4940 aim_conn_addhandler(sess, fr->conn, AIM_CB_FAM_ADM, 0x0005, gaim_info_change, 0); | |
4941 aim_conn_addhandler(sess, fr->conn, AIM_CB_FAM_ADM, 0x0007, gaim_account_confirm, 0); | |
4942 | |
2672 | 4943 aim_clientready(sess, fr->conn); |
8660 | 4944 gaim_debug_info("oscar", "connected to admin\n"); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4945 |
2647 | 4946 if (od->chpass) { |
8660 | 4947 gaim_debug_info("oscar", "changing password\n"); |
2703
441b84ab7f4e
[gaim-migrate @ 2716]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2698
diff
changeset
|
4948 aim_admin_changepasswd(sess, fr->conn, od->newp, od->oldp); |
2647 | 4949 g_free(od->oldp); |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4950 od->oldp = NULL; |
2647 | 4951 g_free(od->newp); |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4952 od->newp = NULL; |
2647 | 4953 od->chpass = FALSE; |
4954 } | |
2979 | 4955 if (od->setnick) { |
8660 | 4956 gaim_debug_info("oscar", "formatting screen name\n"); |
2979 | 4957 aim_admin_setnick(sess, fr->conn, od->newsn); |
4958 g_free(od->newsn); | |
4959 od->newsn = NULL; | |
4960 od->setnick = FALSE; | |
4961 } | |
2647 | 4962 if (od->conf) { |
8660 | 4963 gaim_debug_info("oscar", "confirming account\n"); |
2703
441b84ab7f4e
[gaim-migrate @ 2716]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2698
diff
changeset
|
4964 aim_admin_reqconfirm(sess, fr->conn); |
2647 | 4965 od->conf = FALSE; |
4966 } | |
4967 if (od->reqemail) { | |
8660 | 4968 gaim_debug_info("oscar", "requesting email\n"); |
2703
441b84ab7f4e
[gaim-migrate @ 2716]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2698
diff
changeset
|
4969 aim_admin_getinfo(sess, fr->conn, 0x0011); |
2647 | 4970 od->reqemail = FALSE; |
4971 } | |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4972 if (od->setemail) { |
8660 | 4973 gaim_debug_info("oscar", "setting email\n"); |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4974 aim_admin_setemail(sess, fr->conn, od->email); |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4975 g_free(od->email); |
5497 | 4976 od->email = NULL; |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4977 od->setemail = FALSE; |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4978 } |
2647 | 4979 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4980 return 1; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4981 } |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4982 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4983 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
|
4984 struct aim_icbmparameters *params; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
4985 va_list ap; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
4986 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4987 va_start(ap, fr); |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
4988 params = va_arg(ap, struct aim_icbmparameters *); |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
4989 va_end(ap); |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
4990 |
4194 | 4991 /* XXX - evidently this crashes on solaris. i have no clue why |
8660 | 4992 gaim_debug_misc("oscar", "ICBM Parameters: maxchannel = %hu, default flags = 0x%08lx, max msg len = %hu, " |
5556 | 4993 "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
|
4994 params->maxchan, params->flags, params->maxmsglen, |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
4995 ((float)params->maxsenderwarn)/10.0, ((float)params->maxrecverwarn)/10.0, |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
4996 params->minmsginterval); |
2427
5bc3b39fc0a5
[gaim-migrate @ 2440]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2421
diff
changeset
|
4997 */ |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
4998 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4999 /* Maybe senderwarn and recverwarn should be user preferences... */ |
3595 | 5000 params->flags = 0x0000000b; |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5001 params->maxmsglen = 8000; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5002 params->minmsginterval = 0; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5003 |
4617 | 5004 aim_im_setparams(sess, params); |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5005 |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5006 return 1; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5007 } |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5008 |
2993 | 5009 static int gaim_parse_locaterights(aim_session_t *sess, aim_frame_t *fr, ...) |
5010 { | |
5575 | 5011 GaimConnection *gc = sess->aux_data; |
7283 | 5012 OscarData *od = (OscarData *)gc->proto_data; |
5306 | 5013 va_list ap; |
5014 fu16_t maxsiglen; | |
2993 | 5015 |
5016 va_start(ap, fr); | |
4199 | 5017 maxsiglen = (fu16_t) va_arg(ap, int); |
2993 | 5018 va_end(ap); |
5019 | |
8660 | 5020 gaim_debug_misc("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5021 "locate rights: max sig len = %d\n", maxsiglen); |
2993 | 5022 |
4617 | 5023 od->rights.maxsiglen = od->rights.maxawaymsglen = (guint)maxsiglen; |
5024 | |
5025 if (od->icq) | |
7334 | 5026 aim_locate_setcaps(od->sess, caps_icq); |
5301 | 5027 else |
7334 | 5028 aim_locate_setcaps(od->sess, caps_aim); |
5029 oscar_set_info(gc, gc->account->user_info); | |
2993 | 5030 |
5031 return 1; | |
5032 } | |
5033 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5034 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
|
5035 va_list ap; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5036 fu16_t maxbuddies, maxwatchers; |
5575 | 5037 GaimConnection *gc = sess->aux_data; |
7283 | 5038 OscarData *od = (OscarData *)gc->proto_data; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5039 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5040 va_start(ap, fr); |
4199 | 5041 maxbuddies = (fu16_t) va_arg(ap, unsigned int); |
5042 maxwatchers = (fu16_t) va_arg(ap, unsigned int); | |
2086 | 5043 va_end(ap); |
5044 | |
8660 | 5045 gaim_debug_misc("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5046 "buddy list rights: Max buddies = %hu / Max watchers = %hu\n", maxbuddies, maxwatchers); |
2086 | 5047 |
4617 | 5048 od->rights.maxbuddies = (guint)maxbuddies; |
5049 od->rights.maxwatchers = (guint)maxwatchers; | |
2993 | 5050 |
2086 | 5051 return 1; |
5052 } | |
5053 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5054 static int gaim_bosrights(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 5055 GaimConnection *gc = sess->aux_data; |
7283 | 5056 OscarData *od = (OscarData *)gc->proto_data; |
10570 | 5057 GaimAccount *account = gaim_connection_get_account(gc); |
7334 | 5058 va_list ap; |
5059 fu16_t maxpermits, maxdenies; | |
2086 | 5060 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5061 va_start(ap, fr); |
4199 | 5062 maxpermits = (fu16_t) va_arg(ap, unsigned int); |
5063 maxdenies = (fu16_t) va_arg(ap, unsigned int); | |
2086 | 5064 va_end(ap); |
5065 | |
8660 | 5066 gaim_debug_misc("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5067 "BOS rights: Max permit = %hu / Max deny = %hu\n", maxpermits, maxdenies); |
2086 | 5068 |
4617 | 5069 od->rights.maxpermits = (guint)maxpermits; |
5070 od->rights.maxdenies = (guint)maxdenies; | |
2993 | 5071 |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
5072 gaim_connection_set_state(gc, GAIM_CONNECTED); |
2993 | 5073 |
8660 | 5074 gaim_debug_info("oscar", "buddy list loaded\n"); |
2993 | 5075 |
2672 | 5076 aim_clientready(sess, fr->conn); |
5948 | 5077 aim_srv_setavailmsg(sess, NULL); |
7474 | 5078 aim_srv_setidle(sess, 0); |
4617 | 5079 |
4664 | 5080 if (od->icq) { |
5081 aim_icq_reqofflinemsgs(sess); | |
10570 | 5082 aim_icq_setsecurity(sess, |
5083 gaim_account_get_bool(account, "authorization", OSCAR_DEFAULT_AUTHORIZATION), | |
5084 gaim_account_get_bool(account, "web_aware", OSCAR_DEFAULT_WEB_AWARE), | |
5085 gaim_account_get_bool(account, "hide_ip", OSCAR_DEFAULT_HIDE_IP)); | |
4664 | 5086 } |
2706
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
5087 |
2703
441b84ab7f4e
[gaim-migrate @ 2716]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2698
diff
changeset
|
5088 aim_reqservice(sess, fr->conn, AIM_CONN_TYPE_CHATNAV); |
4102 | 5089 if (sess->authinfo->email) |
5090 aim_reqservice(sess, fr->conn, AIM_CONN_TYPE_EMAIL); | |
2086 | 5091 |
5092 return 1; | |
5093 } | |
5094 | |
2706
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
5095 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
|
5096 va_list ap; |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
5097 struct aim_icq_offlinemsg *msg; |
4075 | 5098 struct aim_incomingim_ch4_args args; |
5099 time_t t; | |
2706
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
5100 |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
5101 va_start(ap, fr); |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
5102 msg = va_arg(ap, struct aim_icq_offlinemsg *); |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
5103 va_end(ap); |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
5104 |
8660 | 5105 gaim_debug_info("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5106 "Received offline message. Converting to channel 4 ICBM...\n"); |
4075 | 5107 args.uin = msg->sender; |
5108 args.type = msg->type; | |
4173 | 5109 args.flags = msg->flags; |
4076 | 5110 args.msglen = msg->msglen; |
4075 | 5111 args.msg = msg->msg; |
7108
6faeeecab0dc
[gaim-migrate @ 7673]
Christian Hammond <chipx86@chipx86.com>
parents:
7107
diff
changeset
|
5112 t = gaim_time_build(msg->year, msg->month, msg->day, msg->hour, msg->minute, 0); |
4075 | 5113 incomingim_chan4(sess, fr->conn, NULL, &args, t); |
2706
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
5114 |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
5115 return 1; |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
5116 } |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
5117 |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
5118 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
|
5119 { |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
5120 aim_icq_ackofflinemsgs(sess); |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
5121 return 1; |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
5122 } |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
5123 |
7388 | 5124 #if 0 |
5125 /* | |
7465 | 5126 * Update, 2003-11-09: |
5127 * Joseph S. Myers, a gcc dude, fixed this for gcc 3.4! Rock on! | |
5128 * | |
7388 | 5129 * It may not be my place to do this, but... |
5130 * I feel pretty strongly that the "last 2 digits" warning is ridiculously | |
5131 * stupid, and should not exist for % switches (%x in our case) that request | |
5132 * a year in the preferred representation for the current locale. For that | |
5133 * reason I've chosen to not use this workaround (n., see kluge). | |
5134 * | |
5135 * I have a date. I want to show it to the user in the "preferred" way. | |
5136 * Whether that displays a 2 digit year is perfectly fine--after all, it's | |
5137 * what the locale wanted. | |
5138 * | |
5139 * If I have a necessity for a full representation of the year in the current | |
5140 * locale, then I'll use a switch that returns a full representation of the | |
5141 * year. | |
5142 * | |
5143 * If you think the preferred locale should show 4 digits instead of 2 digits | |
5144 * (because you're anal, or whatever), then change the f***ing locale. | |
5145 * | |
5146 * I guess the bottom line is--I'm trying to show a date to the user how they | |
5147 * prefer to see it, why the hell does gcc want me to change that? | |
7389 | 5148 * |
5149 * See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3190 | |
5150 * See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8714 | |
7388 | 5151 */ |
5152 | |
5153 /* | |
5154 * This function was recommended by the STRFTIME(3) man page to remove the | |
7386 | 5155 * "last 2 digits" warning. |
5156 */ | |
10157 | 5157 static size_t my_strftime(char *s, size_t max, const char *fmt, |
7386 | 5158 const struct tm *tm) |
5159 { | |
5160 return strftime(s, max, fmt, tm); | |
5161 } | |
10636 | 5162 |
5163 /* | |
5164 * Before even realizing this was here, I went and did the same thing in util.c. | |
5165 * | |
5166 * Use gaim_strftime() | |
5167 */ | |
5168 | |
7388 | 5169 #endif |
7386 | 5170 |
4624 | 5171 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
|
5172 { |
5575 | 5173 GaimConnection *gc = sess->aux_data; |
8670 | 5174 OscarData *od = (OscarData *)gc->proto_data; |
5175 GaimBuddy *buddy; | |
8853 | 5176 struct buddyinfo *bi = NULL; |
4624 | 5177 gchar who[16]; |
8670 | 5178 GString *str; |
5179 gchar *primary, *utf8; | |
9634 | 5180 const gchar *alias; |
2742
6f527cbd899d
[gaim-migrate @ 2755]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2734
diff
changeset
|
5181 va_list ap; |
4151 | 5182 struct aim_icq_info *info; |
2742
6f527cbd899d
[gaim-migrate @ 2755]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2734
diff
changeset
|
5183 |
6f527cbd899d
[gaim-migrate @ 2755]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2734
diff
changeset
|
5184 va_start(ap, fr); |
4151 | 5185 info = va_arg(ap, struct aim_icq_info *); |
2742
6f527cbd899d
[gaim-migrate @ 2755]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2734
diff
changeset
|
5186 va_end(ap); |
6f527cbd899d
[gaim-migrate @ 2755]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2734
diff
changeset
|
5187 |
4664 | 5188 if (!info->uin) |
5189 return 0; | |
5190 | |
8670 | 5191 str = g_string_sized_new(100); |
5556 | 5192 g_snprintf(who, sizeof(who), "%u", info->uin); |
8670 | 5193 buddy = gaim_find_buddy(gaim_connection_get_account(gc), who); |
5194 if (buddy != NULL) | |
5195 bi = g_hash_table_lookup(od->buddyinfo, gaim_normalize(buddy->account, buddy->name)); | |
5196 | |
5197 g_string_append_printf(str, "<b>%s:</b> %s", _("UIN"), who); | |
8701 | 5198 oscar_string_append(str, "\n<br>", _("Nick"), info->nick); |
8670 | 5199 if ((bi != NULL) && (bi->ipaddr != 0)) { |
5200 char *tstr = g_strdup_printf("%hhu.%hhu.%hhu.%hhu", | |
5201 (bi->ipaddr & 0xff000000) >> 24, | |
5202 (bi->ipaddr & 0x00ff0000) >> 16, | |
5203 (bi->ipaddr & 0x0000ff00) >> 8, | |
5204 (bi->ipaddr & 0x000000ff)); | |
8701 | 5205 oscar_string_append(str, "\n<br>", _("IP Address"), tstr); |
8670 | 5206 g_free(tstr); |
5207 } | |
8701 | 5208 oscar_string_append(str, "\n<br>", _("First Name"), info->first); |
5209 oscar_string_append(str, "\n<br>", _("Last Name"), info->last); | |
7108
6faeeecab0dc
[gaim-migrate @ 7673]
Christian Hammond <chipx86@chipx86.com>
parents:
7107
diff
changeset
|
5210 if (info->email && info->email[0] && (utf8 = gaim_utf8_try_convert(info->email))) { |
8670 | 5211 g_string_append_printf(str, "\n<br><b>%s:</b> <a href=\"mailto:%s\">%s</a>", _("Email Address"), utf8, utf8); |
5212 g_free(utf8); | |
4625 | 5213 } |
5214 if (info->numaddresses && info->email2) { | |
5215 int i; | |
5216 for (i = 0; i < info->numaddresses; i++) { | |
7108
6faeeecab0dc
[gaim-migrate @ 7673]
Christian Hammond <chipx86@chipx86.com>
parents:
7107
diff
changeset
|
5217 if (info->email2[i] && info->email2[i][0] && (utf8 = gaim_utf8_try_convert(info->email2[i]))) { |
10683 | 5218 g_string_append_printf(str, "\n<br><b>%s:</b> <a href=\"mailto:%s\">%s</a>", _("Email Address"), utf8, utf8); |
8670 | 5219 g_free(utf8); |
4643 | 5220 } |
4625 | 5221 } |
4624 | 5222 } |
8701 | 5223 oscar_string_append(str, "\n<br>", _("Mobile Phone"), info->mobile); |
10022 | 5224 if (info->gender != 0) |
5225 oscar_string_append(str, "\n<br>", _("Gender"), info->gender == 1 ? _("Female") : _("Male")); | |
4624 | 5226 if (info->birthyear || info->birthmonth || info->birthday) { |
4627 | 5227 char date[30]; |
5228 struct tm tm; | |
5229 tm.tm_mday = (int)info->birthday; | |
5230 tm.tm_mon = (int)info->birthmonth-1; | |
5231 tm.tm_year = (int)info->birthyear-1900; | |
10636 | 5232 gaim_strftime(date, sizeof(date), "%x", &tm); |
8701 | 5233 oscar_string_append(str, "\n<br>", _("Birthday"), date); |
4151 | 5234 } |
4624 | 5235 if (info->age) { |
5236 char age[5]; | |
5237 snprintf(age, sizeof(age), "%hhd", info->age); | |
8701 | 5238 oscar_string_append(str, "\n<br>", _("Age"), age); |
4819 | 5239 } |
7108
6faeeecab0dc
[gaim-migrate @ 7673]
Christian Hammond <chipx86@chipx86.com>
parents:
7107
diff
changeset
|
5240 if (info->personalwebpage && info->personalwebpage[0] && (utf8 = gaim_utf8_try_convert(info->personalwebpage))) { |
8670 | 5241 g_string_append_printf(str, "\n<br><b>%s:</b> <a href=\"%s\">%s</a>", _("Personal Web Page"), utf8, utf8); |
5242 g_free(utf8); | |
4819 | 5243 } |
7108
6faeeecab0dc
[gaim-migrate @ 7673]
Christian Hammond <chipx86@chipx86.com>
parents:
7107
diff
changeset
|
5244 if (info->info && info->info[0] && (utf8 = gaim_utf8_try_convert(info->info))) { |
8670 | 5245 g_string_append_printf(str, "<hr><b>%s:</b><br>%s", _("Additional Information"), utf8); |
5246 g_free(utf8); | |
5247 } | |
10683 | 5248 g_string_append_printf(str, "<hr>"); |
4641 | 5249 if ((info->homeaddr && (info->homeaddr[0])) || (info->homecity && info->homecity[0]) || (info->homestate && info->homestate[0]) || (info->homezip && info->homezip[0])) { |
8670 | 5250 g_string_append_printf(str, "<b>%s:</b>", _("Home Address")); |
8701 | 5251 oscar_string_append(str, "\n<br>", _("Address"), info->homeaddr); |
5252 oscar_string_append(str, "\n<br>", _("City"), info->homecity); | |
5253 oscar_string_append(str, "\n<br>", _("State"), info->homestate); | |
5254 oscar_string_append(str, "\n<br>", _("Zip Code"), info->homezip); | |
10683 | 5255 g_string_append_printf(str, "\n<hr>"); |
4151 | 5256 } |
4641 | 5257 if ((info->workaddr && info->workaddr[0]) || (info->workcity && info->workcity[0]) || (info->workstate && info->workstate[0]) || (info->workzip && info->workzip[0])) { |
8670 | 5258 g_string_append_printf(str, "<b>%s:</b>", _("Work Address")); |
8701 | 5259 oscar_string_append(str, "\n<br>", _("Address"), info->workaddr); |
5260 oscar_string_append(str, "\n<br>", _("City"), info->workcity); | |
5261 oscar_string_append(str, "\n<br>", _("State"), info->workstate); | |
5262 oscar_string_append(str, "\n<br>", _("Zip Code"), info->workzip); | |
10683 | 5263 g_string_append_printf(str, "\n<hr>"); |
4624 | 5264 } |
4641 | 5265 if ((info->workcompany && info->workcompany[0]) || (info->workdivision && info->workdivision[0]) || (info->workposition && info->workposition[0]) || (info->workwebpage && info->workwebpage[0])) { |
8670 | 5266 g_string_append_printf(str, "<b>%s:</b>", _("Work Information")); |
8701 | 5267 oscar_string_append(str, "\n<br>", _("Company"), info->workcompany); |
5268 oscar_string_append(str, "\n<br>", _("Division"), info->workdivision); | |
5269 oscar_string_append(str, "\n<br>", _("Position"), info->workposition); | |
7108
6faeeecab0dc
[gaim-migrate @ 7673]
Christian Hammond <chipx86@chipx86.com>
parents:
7107
diff
changeset
|
5270 if (info->workwebpage && info->workwebpage[0] && (utf8 = gaim_utf8_try_convert(info->workwebpage))) { |
8670 | 5271 g_string_append_printf(str, "\n<br><b>%s:</b> <a href=\"%s\">%s</a>", _("Web Page"), utf8, utf8); |
5272 g_free(utf8); | |
4624 | 5273 } |
10683 | 5274 g_string_append_printf(str, "\n<hr>"); |
8670 | 5275 } |
5276 | |
9634 | 5277 if (buddy != NULL) |
5278 alias = gaim_buddy_get_alias(buddy); | |
5279 else | |
5280 alias = who; | |
5281 primary = g_strdup_printf(_("ICQ Info for %s"), alias); | |
9810 | 5282 gaim_notify_userinfo(gc, who, NULL, primary, NULL, str->str, NULL, NULL); |
6873 | 5283 g_free(primary); |
8670 | 5284 g_string_free(str, TRUE); |
4151 | 5285 |
2742
6f527cbd899d
[gaim-migrate @ 2755]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2734
diff
changeset
|
5286 return 1; |
6f527cbd899d
[gaim-migrate @ 2755]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2734
diff
changeset
|
5287 } |
6f527cbd899d
[gaim-migrate @ 2755]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2734
diff
changeset
|
5288 |
4759 | 5289 static int gaim_icqalias(aim_session_t *sess, aim_frame_t *fr, ...) |
5290 { | |
5575 | 5291 GaimConnection *gc = sess->aux_data; |
4820 | 5292 gchar who[16], *utf8; |
6695 | 5293 GaimBuddy *b; |
4759 | 5294 va_list ap; |
5295 struct aim_icq_info *info; | |
5296 | |
5297 va_start(ap, fr); | |
5298 info = va_arg(ap, struct aim_icq_info *); | |
5299 va_end(ap); | |
5300 | |
7108
6faeeecab0dc
[gaim-migrate @ 7673]
Christian Hammond <chipx86@chipx86.com>
parents:
7107
diff
changeset
|
5301 if (info->uin && info->nick && info->nick[0] && (utf8 = gaim_utf8_try_convert(info->nick))) { |
5556 | 5302 g_snprintf(who, sizeof(who), "%u", info->uin); |
4820 | 5303 serv_got_alias(gc, who, utf8); |
4759 | 5304 if ((b = gaim_find_buddy(gc->account, who))) { |
7693 | 5305 gaim_blist_node_set_string((GaimBlistNode*)b, "servernick", utf8); |
4759 | 5306 } |
4820 | 5307 g_free(utf8); |
4759 | 5308 } |
5309 | |
5310 return 1; | |
5311 } | |
5312 | |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
5313 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
|
5314 { |
7032 | 5315 GaimConnection *gc = sess->aux_data; |
5316 gchar *text; | |
5317 va_list ap; | |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
5318 char *msg, *url; |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
5319 fu16_t wid, hei, delay; |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
5320 |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
5321 va_start(ap, fr); |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
5322 msg = va_arg(ap, char *); |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
5323 url = va_arg(ap, char *); |
4199 | 5324 wid = (fu16_t) va_arg(ap, int); |
5325 hei = (fu16_t) va_arg(ap, int); | |
5326 delay = (fu16_t) va_arg(ap, int); | |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
5327 va_end(ap); |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
5328 |
7032 | 5329 text = g_strdup_printf("%s<br><a href=\"%s\">%s</a>", msg, url, url); |
5330 gaim_notify_formatted(gc, NULL, _("Pop-Up Message"), NULL, text, NULL, NULL); | |
5331 g_free(text); | |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
5332 |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
5333 return 1; |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
5334 } |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
5335 |
7032 | 5336 static int gaim_parse_searchreply(aim_session_t *sess, aim_frame_t *fr, ...) |
5337 { | |
6873 | 5338 GaimConnection *gc = sess->aux_data; |
5339 gchar *secondary; | |
10439 | 5340 gchar **screennames; |
6873 | 5341 int i, num; |
2086 | 5342 va_list ap; |
6873 | 5343 char *email, *SNs; |
2086 | 5344 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5345 va_start(ap, fr); |
6873 | 5346 email = va_arg(ap, char *); |
2086 | 5347 num = va_arg(ap, int); |
5348 SNs = va_arg(ap, char *); | |
5349 va_end(ap); | |
5350 | |
10439 | 5351 /* TODO: Need to use ngettext() here */ |
8152 | 5352 secondary = g_strdup_printf(_("The following screen names are associated with %s"), email); |
10439 | 5353 |
5354 screennames = g_malloc((num + 1) * sizeof(gchar *)); | |
2086 | 5355 for (i = 0; i < num; i++) |
10439 | 5356 screennames[i] = g_strdup(&SNs[i * (MAXSNLEN + 1)]); |
5357 screennames[num] = NULL; | |
5358 | |
5359 gaim_notify_searchresults(gc, NULL, NULL, secondary, | |
5360 (const char **)screennames, NULL, NULL); | |
6873 | 5361 |
5362 g_free(secondary); | |
10439 | 5363 g_strfreev(screennames); |
2086 | 5364 |
5365 return 1; | |
5366 } | |
5367 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5368 static int gaim_parse_searcherror(aim_session_t *sess, aim_frame_t *fr, ...) { |
2086 | 5369 va_list ap; |
6873 | 5370 char *email; |
5420 | 5371 char *buf; |
2086 | 5372 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5373 va_start(ap, fr); |
6873 | 5374 email = va_arg(ap, char *); |
2086 | 5375 va_end(ap); |
5376 | |
6873 | 5377 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
|
5378 gaim_notify_error(sess->aux_data, NULL, buf, NULL); |
5420 | 5379 g_free(buf); |
2086 | 5380 |
5381 return 1; | |
5382 } | |
5383 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5384 static int gaim_account_confirm(aim_session_t *sess, aim_frame_t *fr, ...) { |
6873 | 5385 GaimConnection *gc = sess->aux_data; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5386 fu16_t status; |
2086 | 5387 va_list ap; |
5388 char msg[256]; | |
5389 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5390 va_start(ap, fr); |
4199 | 5391 status = (fu16_t) va_arg(ap, unsigned int); /* status code of confirmation request */ |
2086 | 5392 va_end(ap); |
5393 | |
8660 | 5394 gaim_debug_info("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5395 "account confirmation returned status 0x%04x (%s)\n", status, |
3912 | 5396 status ? "unknown" : "email sent"); |
5397 if (!status) { | |
5302 | 5398 g_snprintf(msg, sizeof(msg), _("You should receive an email asking to confirm %s."), |
5575 | 5399 gaim_account_get_username(gaim_connection_get_account(gc))); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
5400 gaim_notify_info(gc, NULL, _("Account Confirmation Requested"), msg); |
2086 | 5401 } |
5402 | |
5403 return 1; | |
5404 } | |
5405 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5406 static int gaim_info_change(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 5407 GaimConnection *gc = sess->aux_data; |
2086 | 5408 va_list ap; |
3912 | 5409 fu16_t perms, err; |
5410 char *url, *sn, *email; | |
5411 int change; | |
2086 | 5412 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5413 va_start(ap, fr); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5414 change = va_arg(ap, int); |
4199 | 5415 perms = (fu16_t) va_arg(ap, unsigned int); |
5416 err = (fu16_t) va_arg(ap, unsigned int); | |
3912 | 5417 url = va_arg(ap, char *); |
5418 sn = va_arg(ap, char *); | |
5419 email = va_arg(ap, char *); | |
2086 | 5420 va_end(ap); |
5421 | |
8660 | 5422 gaim_debug_misc("oscar", |
9626 | 5423 "account info: because of %s, perms=0x%04x, err=0x%04x, url=%s, sn=%s, email=%s\n", |
5424 change ? "change" : "request", perms, err, | |
5425 (url != NULL) ? url : "(null)", | |
5426 (sn != NULL) ? sn : "(null)", | |
5427 (email != NULL) ? email : "(null)"); | |
5428 | |
5429 if ((err > 0) && (url != NULL)) { | |
3912 | 5430 char *dialog_msg; |
5431 char *dialog_top = g_strdup_printf(_("Error Changing Account Info")); | |
5432 switch (err) { | |
5433 case 0x0001: { | |
5434 dialog_msg = g_strdup_printf(_("Error 0x%04x: Unable to format screen name because the requested screen name differs from the original."), err); | |
5435 } break; | |
5436 case 0x0006: { | |
5437 dialog_msg = g_strdup_printf(_("Error 0x%04x: Unable to format screen name because the requested screen name ends in a space."), err); | |
5438 } break; | |
5439 case 0x000b: { | |
5440 dialog_msg = g_strdup_printf(_("Error 0x%04x: Unable to format screen name because the requested screen name is too long."), err); | |
5441 } break; | |
5442 case 0x001d: { | |
5443 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); | |
5444 } break; | |
5445 case 0x0021: { | |
5446 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); | |
5447 } break; | |
5448 case 0x0023: { | |
5449 dialog_msg = g_strdup_printf(_("Error 0x%04x: Unable to change email address because the given address is invalid."), err); | |
5450 } break; | |
5451 default: { | |
5452 dialog_msg = g_strdup_printf(_("Error 0x%04x: Unknown error."), err); | |
5453 } break; | |
5454 } | |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
5455 gaim_notify_error(gc, NULL, dialog_top, dialog_msg); |
3912 | 5456 g_free(dialog_top); |
5457 g_free(dialog_msg); | |
5458 return 1; | |
5459 } | |
5460 | |
9626 | 5461 if (sn != NULL) { |
4585 | 5462 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
|
5463 gaim_notify_info(gc, NULL, _("Account Info"), dialog_msg); |
3912 | 5464 g_free(dialog_msg); |
5465 } | |
5466 | |
9626 | 5467 if (email != NULL) { |
5575 | 5468 char *dialog_msg = g_strdup_printf(_("The email address for %s is %s"), |
5469 gaim_account_get_username(gaim_connection_get_account(gc)), email); | |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
5470 gaim_notify_info(gc, NULL, _("Account Info"), dialog_msg); |
3912 | 5471 g_free(dialog_msg); |
2086 | 5472 } |
5473 | |
5474 return 1; | |
5475 } | |
5476 | |
5575 | 5477 static void oscar_keepalive(GaimConnection *gc) { |
7283 | 5478 OscarData *od = (OscarData *)gc->proto_data; |
4617 | 5479 aim_flap_nop(od->sess, od->conn); |
2086 | 5480 } |
5481 | |
6059 | 5482 static int oscar_send_typing(GaimConnection *gc, const char *name, int typing) { |
7283 | 5483 OscarData *od = (OscarData *)gc->proto_data; |
8971 | 5484 struct oscar_direct_im *dim = oscar_direct_im_find(od, name); |
5485 if (dim && dim->connected) | |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
5486 if (typing == GAIM_TYPING) |
4870 | 5487 aim_odc_send_typing(od->sess, dim->conn, 0x0002); |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
5488 else if (typing == GAIM_TYPED) |
4870 | 5489 aim_odc_send_typing(od->sess, dim->conn, 0x0001); |
5490 else | |
5491 aim_odc_send_typing(od->sess, dim->conn, 0x0000); | |
3595 | 5492 else { |
5300 | 5493 /* Don't send if this turkey is in our deny list */ |
5494 GSList *list; | |
5495 for (list=gc->account->deny; (list && aim_sncmp(name, list->data)); list=list->next); | |
5496 if (!list) { | |
7261 | 5497 struct buddyinfo *bi = g_hash_table_lookup(od->buddyinfo, gaim_normalize(gc->account, name)); |
5300 | 5498 if (bi && bi->typingnot) { |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
5499 if (typing == GAIM_TYPING) |
5300 | 5500 aim_im_sendmtn(od->sess, 0x0001, name, 0x0002); |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
5501 else if (typing == GAIM_TYPED) |
5300 | 5502 aim_im_sendmtn(od->sess, 0x0001, name, 0x0001); |
5503 else | |
5504 aim_im_sendmtn(od->sess, 0x0001, name, 0x0000); | |
5505 } | |
3595 | 5506 } |
5507 } | |
2993 | 5508 return 0; |
5509 } | |
9030 | 5510 |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7111
diff
changeset
|
5511 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
|
5512 |
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7111
diff
changeset
|
5513 static int oscar_send_im(GaimConnection *gc, const char *name, const char *message, GaimConvImFlags imflags) { |
7283 | 5514 OscarData *od = (OscarData *)gc->proto_data; |
10246 | 5515 GaimAccount *account = gaim_connection_get_account(gc); |
8971 | 5516 struct oscar_direct_im *dim = oscar_direct_im_find(od, name); |
2303
f5bf315e6104
[gaim-migrate @ 2313]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2297
diff
changeset
|
5517 int ret = 0; |
10246 | 5518 const char *iconfile = gaim_account_get_buddy_icon(account); |
10781 | 5519 char *tmpmsg = NULL; |
3458 | 5520 |
4838 | 5521 if (dim && dim->connected) { |
5522 /* If we're directly connected, send a direct IM */ | |
6982 | 5523 ret = gaim_odc_send_im(od->sess, dim->conn, message, imflags); |
2086 | 5524 } else { |
4738 | 5525 struct buddyinfo *bi; |
3008 | 5526 struct aim_sendimext_args args; |
5527 struct stat st; | |
6478
338147ea6896
[gaim-migrate @ 6991]
Christian Hammond <chipx86@chipx86.com>
parents:
6465
diff
changeset
|
5528 gsize len; |
10246 | 5529 GaimConversation *conv; |
5530 | |
5531 conv = gaim_find_conversation_with_account(GAIM_CONV_IM, name, account); | |
8962 | 5532 |
5533 if (strstr(message, "<IMG ")) | |
5534 gaim_conversation_write(conv, "", | |
5535 _("Your IM Image was not sent. " | |
5536 "You must be Direct Connected to send IM Images."), | |
5537 GAIM_MESSAGE_ERROR, time(NULL)); | |
4269 | 5538 |
10246 | 5539 bi = g_hash_table_lookup(od->buddyinfo, gaim_normalize(account, name)); |
4738 | 5540 if (!bi) { |
5541 bi = g_new0(struct buddyinfo, 1); | |
10246 | 5542 g_hash_table_insert(od->buddyinfo, g_strdup(gaim_normalize(account, name)), bi); |
4738 | 5543 } |
5544 | |
3008 | 5545 args.flags = AIM_IMFLAGS_ACK | AIM_IMFLAGS_CUSTOMFEATURES; |
4665 | 5546 if (od->icq) { |
5547 args.features = features_icq; | |
5548 args.featureslen = sizeof(features_icq); | |
3008 | 5549 args.flags |= AIM_IMFLAGS_OFFLINE; |
4665 | 5550 } else { |
5551 args.features = features_aim; | |
5552 args.featureslen = sizeof(features_aim); | |
4972 | 5553 |
7118
bf630f7dfdcd
[gaim-migrate @ 7685]
Christian Hammond <chipx86@chipx86.com>
parents:
7111
diff
changeset
|
5554 if (imflags & GAIM_CONV_IM_AUTO_RESP) |
4972 | 5555 args.flags |= AIM_IMFLAGS_AWAY; |
4665 | 5556 } |
4269 | 5557 |
4738 | 5558 if (bi->ico_need) { |
8660 | 5559 gaim_debug_info("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5560 "Sending buddy icon request with message\n"); |
3008 | 5561 args.flags |= AIM_IMFLAGS_BUDDYREQ; |
4738 | 5562 bi->ico_need = FALSE; |
3008 | 5563 } |
4269 | 5564 |
10589
0f7452b1f777
[gaim-migrate @ 11994]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
10574
diff
changeset
|
5565 if (iconfile && !g_stat(iconfile, &st)) { |
0f7452b1f777
[gaim-migrate @ 11994]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
10574
diff
changeset
|
5566 FILE *file = g_fopen(iconfile, "rb"); |
3008 | 5567 if (file) { |
5568 char *buf = g_malloc(st.st_size); | |
9532 | 5569 /* XXX - Use g_file_get_contents()? */ |
3008 | 5570 fread(buf, 1, st.st_size, file); |
6039 | 5571 fclose(file); |
4269 | 5572 |
3008 | 5573 args.iconlen = st.st_size; |
4617 | 5574 args.iconsum = aimutil_iconsum(buf, st.st_size); |
3008 | 5575 args.iconstamp = st.st_mtime; |
5576 | |
7406 | 5577 if ((args.iconlen != bi->ico_me_len) || (args.iconsum != bi->ico_me_csum) || (args.iconstamp != bi->ico_me_time)) { |
4738 | 5578 bi->ico_informed = FALSE; |
7406 | 5579 bi->ico_sent = FALSE; |
5580 } | |
4738 | 5581 |
5582 if (!bi->ico_informed) { | |
8660 | 5583 gaim_debug_info("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5584 "Claiming to have a buddy icon\n"); |
4738 | 5585 args.flags |= AIM_IMFLAGS_HASICON; |
5586 bi->ico_me_len = args.iconlen; | |
5587 bi->ico_me_csum = args.iconsum; | |
5588 bi->ico_me_time = args.iconstamp; | |
5589 bi->ico_informed = TRUE; | |
5590 } | |
5591 | |
3008 | 5592 g_free(buf); |
2086 | 5593 } |
5594 } | |
4269 | 5595 |
3008 | 5596 args.destsn = name; |
4269 | 5597 |
8985 | 5598 /* |
10781 | 5599 * If we're IMing an ICQ user from an ICQ account, then strip HTML |
5600 * and use \r\n as the newline character. | |
8985 | 5601 */ |
10781 | 5602 if (aim_sn_is_icq(gaim_account_get_username(account))) { |
5603 if (aim_sn_is_icq(name)) | |
5604 /* From ICQ to ICQ */ | |
8995 | 5605 tmpmsg = g_strdup(message); |
10781 | 5606 else |
5607 /* From ICQ to AIM */ | |
5608 tmpmsg = g_markup_escape_text(message, -1); | |
8995 | 5609 } else { |
10785 | 5610 /* From AIM to AIM and AIM to ICQ */ |
5611 tmpmsg = g_strdup(message); | |
8995 | 5612 } |
6310 | 5613 len = strlen(tmpmsg); |
5614 | |
9830 | 5615 gaim_plugin_oscar_convert_to_best_encoding(gc, name, tmpmsg, (char **)&args.msg, &args.msglen, &args.charset, &args.charsubset); |
5616 gaim_debug_info("oscar", "Sending IM, charset=0x%04hx, charsubset=0x%04hx, length=%d\n", | |
5617 args.charset, args.charsubset, args.msglen); | |
4617 | 5618 ret = aim_im_sendch1_ext(od->sess, &args); |
9830 | 5619 g_free((char *)args.msg); |
2086 | 5620 } |
4838 | 5621 |
6310 | 5622 g_free(tmpmsg); |
5623 | |
2303
f5bf315e6104
[gaim-migrate @ 2313]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2297
diff
changeset
|
5624 if (ret >= 0) |
f5bf315e6104
[gaim-migrate @ 2313]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2297
diff
changeset
|
5625 return 1; |
6310 | 5626 |
2303
f5bf315e6104
[gaim-migrate @ 2313]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2297
diff
changeset
|
5627 return ret; |
2086 | 5628 } |
5629 | |
7011 | 5630 static void oscar_get_info(GaimConnection *gc, const char *name) { |
7283 | 5631 OscarData *od = (OscarData *)gc->proto_data; |
7011 | 5632 |
9975 | 5633 if (od->icq && aim_sn_is_icq(name)) |
4624 | 5634 aim_icq_getallinfo(od->sess, name); |
2742
6f527cbd899d
[gaim-migrate @ 2755]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2734
diff
changeset
|
5635 else |
7235 | 5636 aim_locate_getinfoshort(od->sess, name, 0x00000003); |
7011 | 5637 } |
5638 | |
8950 | 5639 #if 0 |
7011 | 5640 static void oscar_set_dir(GaimConnection *gc, const char *first, const char *middle, const char *last, |
3466 | 5641 const char *maiden, const char *city, const char *state, const char *country, int web) { |
4617 | 5642 /* XXX - some of these things are wrong, but i'm lazy */ |
7283 | 5643 OscarData *od = (OscarData *)gc->proto_data; |
7011 | 5644 aim_locate_setdirinfo(od->sess, first, middle, last, |
2086 | 5645 maiden, NULL, NULL, city, state, NULL, 0, web); |
5646 } | |
8950 | 5647 #endif |
2086 | 5648 |
5575 | 5649 static void oscar_set_idle(GaimConnection *gc, int time) { |
7283 | 5650 OscarData *od = (OscarData *)gc->proto_data; |
7474 | 5651 aim_srv_setidle(od->sess, time); |
2086 | 5652 } |
5653 | |
5954 | 5654 static void oscar_set_info(GaimConnection *gc, const char *text) { |
7283 | 5655 OscarData *od = (OscarData *)gc->proto_data; |
9807 | 5656 int charset = 0; |
6019 | 5657 char *text_html = NULL; |
5129 | 5658 char *msg = NULL; |
6478
338147ea6896
[gaim-migrate @ 6991]
Christian Hammond <chipx86@chipx86.com>
parents:
6465
diff
changeset
|
5659 gsize msglen = 0; |
2993 | 5660 |
4617 | 5661 if (od->rights.maxsiglen == 0) |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
5662 gaim_notify_warning(gc, NULL, _("Unable to set AIM profile."), |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
5663 _("You have probably requested to set your " |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
5664 "profile before the login procedure completed. " |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
5665 "Your profile remains unset; try setting it " |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
5666 "again when you are fully connected.")); |
4617 | 5667 |
7334 | 5668 if (!text) { |
5669 aim_locate_setprofile(od->sess, NULL, "", 0, NULL, NULL, 0); | |
5670 return; | |
5671 } | |
10097 | 5672 |
7334 | 5673 text_html = gaim_strdup_withhtml(text); |
9807 | 5674 charset = oscar_charset_check(text_html); |
9826 | 5675 if (charset == AIM_CHARSET_UNICODE) { |
7334 | 5676 msg = g_convert(text_html, strlen(text_html), "UCS-2BE", "UTF-8", NULL, &msglen, NULL); |
5677 aim_locate_setprofile(od->sess, "unicode-2-0", msg, (msglen > od->rights.maxsiglen ? od->rights.maxsiglen : msglen), NULL, NULL, 0); | |
5678 g_free(msg); | |
9826 | 5679 } else if (charset == AIM_CHARSET_CUSTOM) { |
7334 | 5680 msg = g_convert(text_html, strlen(text_html), "ISO-8859-1", "UTF-8", NULL, &msglen, NULL); |
5681 aim_locate_setprofile(od->sess, "iso-8859-1", msg, (msglen > od->rights.maxsiglen ? od->rights.maxsiglen : msglen), NULL, NULL, 0); | |
5682 g_free(msg); | |
5683 } else { | |
5684 msglen = strlen(text_html); | |
5685 aim_locate_setprofile(od->sess, "us-ascii", text_html, (msglen > od->rights.maxsiglen ? od->rights.maxsiglen : msglen), NULL, NULL, 0); | |
5686 } | |
5687 | |
5688 if (msglen > od->rights.maxsiglen) { | |
5689 gchar *errstr; | |
5690 errstr = g_strdup_printf(ngettext("The maximum profile length of %d byte " | |
5691 "has been exceeded. Gaim has truncated it for you.", | |
5692 "The maximum profile length of %d bytes " | |
5693 "has been exceeded. Gaim has truncated it for you.", | |
5694 od->rights.maxsiglen), od->rights.maxsiglen); | |
5695 gaim_notify_warning(gc, NULL, _("Profile too long."), errstr); | |
5696 g_free(errstr); | |
5697 } | |
5698 | |
5699 g_free(text_html); | |
2086 | 5700 } |
5701 | |
9991 | 5702 static void |
5703 oscar_set_status_aim(GaimAccount *account, GaimStatus *status) | |
2993 | 5704 { |
9991 | 5705 GaimConnection *gc = gaim_account_get_connection(account); |
10400 | 5706 OscarData *od = NULL; |
9992 | 5707 GaimStatusType *status_type; |
9991 | 5708 GaimStatusPrimitive primitive; |
5709 GaimPresence *presence; | |
5710 const gchar *status_id; | |
9807 | 5711 int charset = 0; |
10196 | 5712 const gchar *text_html = NULL; |
5129 | 5713 char *msg = NULL; |
6478
338147ea6896
[gaim-migrate @ 6991]
Christian Hammond <chipx86@chipx86.com>
parents:
6465
diff
changeset
|
5714 gsize msglen = 0; |
2993 | 5715 |
9992 | 5716 status_type = gaim_status_get_type(status); |
5717 primitive = gaim_status_type_get_primitive(status_type); | |
9991 | 5718 status_id = gaim_status_get_id(status); |
5719 presence = gaim_account_get_presence(account); | |
5720 | |
10400 | 5721 if (gc) |
5722 od = (OscarData *)gc->proto_data; | |
10401 | 5723 |
5724 if ((od == NULL) || (od->rights.maxawaymsglen == 0)) { | |
9991 | 5725 gaim_notify_warning(gc, NULL, _("Unable to set AIM away message."), |
10400 | 5726 _("You have probably requested to set your " |
5727 "away message before the login procedure " | |
5728 "completed. You remain in a \"present\" " | |
5729 "state; try setting it again when you are " | |
5730 "fully connected.")); | |
10401 | 5731 return; |
5732 } | |
5129 | 5733 |
9992 | 5734 if (primitive == GAIM_STATUS_AVAILABLE) { |
10197 | 5735 aim_setextstatus(od->sess, AIM_ICQ_STATE_NORMAL); |
5736 | |
7334 | 5737 aim_locate_setprofile(od->sess, NULL, NULL, 0, NULL, "", 0); |
10198 | 5738 |
5739 text_html = gaim_status_get_attr_string(status, "message"); | |
5740 if (text_html != NULL) { | |
5741 aim_srv_setavailmsg(od->sess, text_html); | |
5742 } | |
10196 | 5743 |
5744 } else if (primitive == GAIM_STATUS_AWAY) { | |
10197 | 5745 aim_setextstatus(od->sess, AIM_ICQ_STATE_NORMAL); |
5746 | |
10196 | 5747 text_html = gaim_status_get_attr_string(status, "message"); |
5748 | |
5749 if (text_html == NULL) { | |
5750 text_html = _("Away"); | |
5751 } | |
5752 | |
5753 charset = oscar_charset_check(text_html); | |
5754 if (charset == AIM_CHARSET_UNICODE) { | |
5755 msg = g_convert(text_html, strlen(text_html), "UCS-2BE", "UTF-8", NULL, &msglen, NULL); | |
5756 aim_locate_setprofile(od->sess, NULL, NULL, 0, "unicode-2-0", msg, | |
5757 (msglen > od->rights.maxawaymsglen ? od->rights.maxawaymsglen : msglen)); | |
5758 g_free(msg); | |
5759 } else if (charset == AIM_CHARSET_CUSTOM) { | |
5760 msg = g_convert(text_html, strlen(text_html), "ISO-8859-1", "UTF-8", NULL, &msglen, NULL); | |
5761 aim_locate_setprofile(od->sess, NULL, NULL, 0, "iso-8859-1", msg, | |
5762 (msglen > od->rights.maxawaymsglen ? od->rights.maxawaymsglen : msglen)); | |
5763 g_free(msg); | |
5764 } else { | |
5765 msglen = strlen(text_html); | |
5766 aim_locate_setprofile(od->sess, NULL, NULL, 0, "us-ascii", text_html, | |
5767 (msglen > od->rights.maxawaymsglen ? od->rights.maxawaymsglen : msglen)); | |
5768 } | |
5769 | |
5770 if (msglen > od->rights.maxawaymsglen) { | |
5771 gchar *errstr; | |
5772 | |
5773 errstr = g_strdup_printf(ngettext("The maximum away message length of %d byte " | |
5774 "has been exceeded. Gaim has truncated it for you.", | |
5775 "The maximum away message length of %d bytes " | |
5776 "has been exceeded. Gaim has truncated it for you.", | |
5777 od->rights.maxawaymsglen), od->rights.maxawaymsglen); | |
5778 gaim_notify_warning(gc, NULL, _("Away message too long."), errstr); | |
5779 g_free(errstr); | |
5780 } | |
5781 | |
10197 | 5782 } else if (primitive == GAIM_STATUS_HIDDEN) { |
5783 aim_setextstatus(od->sess, AIM_ICQ_STATE_INVISIBLE); | |
5784 | |
5129 | 5785 } else { |
10196 | 5786 gaim_debug_info("oscar", "Don't know what to do for this status\n"); |
5787 | |
5788 } | |
2993 | 5789 } |
5790 | |
9991 | 5791 static void |
5792 oscar_set_status_icq(GaimAccount *account, GaimStatus *status) | |
2993 | 5793 { |
9991 | 5794 GaimConnection *gc = gaim_account_get_connection(account); |
10646 | 5795 OscarData *od = NULL; |
9991 | 5796 const gchar *status_id = gaim_status_get_id(status); |
5797 | |
10646 | 5798 if (gc) |
5799 od = (OscarData *)gc->proto_data; | |
5800 if (!od) | |
5801 return; | |
5802 | |
9991 | 5803 if (gaim_status_type_get_primitive(gaim_status_get_type(status)) == GAIM_STATUS_HIDDEN) |
5575 | 5804 account->perm_deny = 4; |
8265 | 5805 else |
5575 | 5806 account->perm_deny = 3; |
9991 | 5807 |
8265 | 5808 if ((od->sess->ssi.received_data) && (aim_ssi_getpermdeny(od->sess->ssi.local) != account->perm_deny)) |
5809 aim_ssi_setpermdeny(od->sess, account->perm_deny, 0xffffffff); | |
4342 | 5810 |
9991 | 5811 if (!strcmp(status_id, OSCAR_STATUS_ID_ONLINE)) |
4901 | 5812 aim_setextstatus(od->sess, AIM_ICQ_STATE_NORMAL); |
9991 | 5813 |
5814 else if (!strcmp(status_id, OSCAR_STATUS_ID_AWAY)) | |
4901 | 5815 aim_setextstatus(od->sess, AIM_ICQ_STATE_AWAY); |
9991 | 5816 |
5817 else if (!strcmp(status_id, OSCAR_STATUS_ID_DND)) | |
4901 | 5818 aim_setextstatus(od->sess, AIM_ICQ_STATE_AWAY | AIM_ICQ_STATE_DND | AIM_ICQ_STATE_BUSY); |
9991 | 5819 |
5820 else if (!strcmp(status_id, OSCAR_STATUS_ID_NA)) | |
4901 | 5821 aim_setextstatus(od->sess, AIM_ICQ_STATE_OUT | AIM_ICQ_STATE_AWAY); |
9991 | 5822 |
5823 else if (!strcmp(status_id, OSCAR_STATUS_ID_OCCUPIED)) | |
4901 | 5824 aim_setextstatus(od->sess, AIM_ICQ_STATE_AWAY | AIM_ICQ_STATE_BUSY); |
9991 | 5825 |
5826 else if (!strcmp(status_id, OSCAR_STATUS_ID_FREE4CHAT)) | |
4901 | 5827 aim_setextstatus(od->sess, AIM_ICQ_STATE_CHAT); |
9991 | 5828 |
5829 else if (!strcmp(status_id, OSCAR_STATUS_ID_INVISIBLE)) | |
4901 | 5830 aim_setextstatus(od->sess, AIM_ICQ_STATE_INVISIBLE); |
9991 | 5831 |
5832 else if (!strcmp(status_id, OSCAR_STATUS_ID_CUSTOM)) | |
5833 aim_setextstatus(od->sess, AIM_ICQ_STATE_OUT | AIM_ICQ_STATE_AWAY); | |
2993 | 5834 } |
5835 | |
9991 | 5836 static void |
5837 oscar_set_status(GaimAccount *account, GaimStatus *status) | |
2993 | 5838 { |
10747 | 5839 gboolean connected = gaim_account_is_connected(account); |
10400 | 5840 GaimStatusType *type = gaim_status_get_type(status); |
5841 int primitive = gaim_status_type_get_primitive(type); | |
5842 | |
10747 | 5843 gaim_debug_info("oscar", "Set status to %s\n", gaim_status_get_name(status)); |
5844 | |
10498 | 5845 if (!gaim_status_is_active(status)) |
10485 | 5846 return; |
5847 | |
10753 | 5848 if (primitive != GAIM_STATUS_OFFLINE && !connected) { |
10738 | 5849 gaim_account_connect(account); |
10747 | 5850 } else if (primitive == GAIM_STATUS_OFFLINE && connected) { |
10400 | 5851 gaim_account_disconnect(account); |
5852 } else { | |
10747 | 5853 if (!connected) |
5854 return; | |
10400 | 5855 |
5856 if (aim_sn_is_icq(gaim_account_get_username(account))) | |
5857 oscar_set_status_icq(account, status); | |
5858 else | |
10560 | 5859 /* QQQ - Should probably also set this for ICQ */ |
10400 | 5860 oscar_set_status_aim(account, status); |
5861 } | |
2086 | 5862 } |
5863 | |
9991 | 5864 static void |
5865 oscar_warn(GaimConnection *gc, const char *name, gboolean anonymous) { | |
7283 | 5866 OscarData *od = (OscarData *)gc->proto_data; |
9753 | 5867 aim_im_warn(od->sess, od->conn, name, anonymous ? AIM_WARN_ANON : 0); |
2086 | 5868 } |
5869 | |
10747 | 5870 static void |
5871 oscar_add_buddy(GaimConnection *gc, GaimBuddy *buddy, GaimGroup *group) { | |
7283 | 5872 OscarData *od = (OscarData *)gc->proto_data; |
9285 | 5873 |
5874 if (!aim_snvalid(buddy->name)) { | |
8092 | 5875 gchar *buf; |
9285 | 5876 buf = g_strdup_printf(_("Could not add the buddy %s because the screen name is invalid. Screen names must either start with a letter and contain only letters, numbers and spaces, or contain only numbers."), buddy->name); |
9627 | 5877 if (!gaim_conv_present_error(buddy->name, gaim_connection_get_account(gc), buf)) |
5878 gaim_notify_error(gc, NULL, _("Unable To Add"), buf); | |
8092 | 5879 g_free(buf); |
8150 | 5880 |
5881 /* Remove from local list */ | |
9285 | 5882 gaim_blist_remove_buddy(buddy); |
8150 | 5883 |
8092 | 5884 return; |
5885 } | |
5886 | |
4230 | 5887 #ifdef NOSSI |
9285 | 5888 aim_buddylist_addbuddy(od->sess, od->conn, buddy->name); |
4230 | 5889 #else |
9285 | 5890 if ((od->sess->ssi.received_data) && !(aim_ssi_itemlist_finditem(od->sess->ssi.local, group->name, buddy->name, AIM_SSI_TYPE_BUDDY))) { |
5891 if (buddy && group) { | |
8660 | 5892 gaim_debug_info("oscar", |
9285 | 5893 "ssi: adding buddy %s to group %s\n", buddy->name, group->name); |
9620 | 5894 aim_ssi_addbuddy(od->sess, buddy->name, group->name, gaim_buddy_get_alias_only(buddy), NULL, NULL, 0); |
4230 | 5895 } |
5896 } | |
5897 #endif | |
8150 | 5898 |
10157 | 5899 /* XXX - Should this be done from AIM accounts, as well? */ |
4759 | 5900 if (od->icq) |
9285 | 5901 aim_icq_getalias(od->sess, buddy->name); |
5902 } | |
5903 | |
5904 static void oscar_add_buddies(GaimConnection *gc, GList *buddies, GList *groups) { | |
7283 | 5905 OscarData *od = (OscarData *)gc->proto_data; |
4230 | 5906 #ifdef NOSSI |
5907 char buf[MSG_LEN]; | |
5908 int n=0; | |
9285 | 5909 |
4230 | 5910 while (buddies) { |
9381 | 5911 GaimBuddy *buddy = buddies->data; |
4230 | 5912 if (n > MSG_LEN - 18) { |
7285 | 5913 aim_buddylist_set(od->sess, od->conn, buf); |
4230 | 5914 n = 0; |
3092 | 5915 } |
9381 | 5916 n += g_snprintf(buf + n, sizeof(buf) - n, "%s&", buddy->name); |
4230 | 5917 buddies = buddies->next; |
5918 } | |
7285 | 5919 aim_buddylist_set(od->sess, od->conn, buf); |
4230 | 5920 #else |
9285 | 5921 |
4230 | 5922 if (od->sess->ssi.received_data) { |
9285 | 5923 GList *curb = buddies; |
5924 GList *curg = groups; | |
5925 while ((curb != NULL) && (curg != NULL)) { | |
5926 GaimBuddy *buddy = curb->data; | |
5927 GaimGroup *group = curg->data; | |
5928 oscar_add_buddy(gc, buddy, group); | |
5929 curb = curb->next; | |
5930 curg = curg->next; | |
4230 | 5931 } |
5932 } | |
5933 #endif | |
5934 } | |
5935 | |
9285 | 5936 static void oscar_remove_buddy(GaimConnection *gc, GaimBuddy *buddy, GaimGroup *group) { |
7283 | 5937 OscarData *od = (OscarData *)gc->proto_data; |
9285 | 5938 |
4230 | 5939 #ifdef NOSSI |
9285 | 5940 aim_buddylist_removebuddy(od->sess, od->conn, buddy->name); |
4230 | 5941 #else |
5942 if (od->sess->ssi.received_data) { | |
8660 | 5943 gaim_debug_info("oscar", |
9285 | 5944 "ssi: deleting buddy %s from group %s\n", buddy->name, group->name); |
5945 aim_ssi_delbuddy(od->sess, buddy->name, group->name); | |
4230 | 5946 } |
5947 #endif | |
5948 } | |
5949 | |
9285 | 5950 static void oscar_remove_buddies(GaimConnection *gc, GList *buddies, GList *groups) { |
7283 | 5951 OscarData *od = (OscarData *)gc->proto_data; |
9285 | 5952 |
4230 | 5953 #ifdef NOSSI |
9285 | 5954 for (cur = buddies; cur != NULL; cur = cur->next) { |
5955 GaimBuddy *buddy = cur->data; | |
5956 aim_buddylist_removebuddy(od->sess, od->conn, buddy->name); | |
5957 } | |
4230 | 5958 #else |
5959 if (od->sess->ssi.received_data) { | |
9285 | 5960 GList *curb = buddies; |
5961 GList *curg = groups; | |
5962 while ((curb != NULL) && (curg != NULL)) { | |
5963 GaimBuddy *buddy = curb->data; | |
5964 GaimGroup *group = curg->data; | |
5965 oscar_remove_buddy(gc, buddy, group); | |
5966 curb = curb->next; | |
5967 curg = curg->next; | |
3092 | 5968 } |
4230 | 5969 } |
5970 #endif | |
5971 } | |
5972 | |
5973 #ifndef NOSSI | |
5575 | 5974 static void oscar_move_buddy(GaimConnection *gc, const char *name, const char *old_group, const char *new_group) { |
7283 | 5975 OscarData *od = (OscarData *)gc->proto_data; |
4303 | 5976 if (od->sess->ssi.received_data && strcmp(old_group, new_group)) { |
8660 | 5977 gaim_debug_info("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5978 "ssi: moving buddy %s from group %s to group %s\n", name, old_group, new_group); |
4889 | 5979 aim_ssi_movebuddy(od->sess, old_group, new_group, name); |
4269 | 5980 } |
5981 } | |
5982 | |
5575 | 5983 static void oscar_alias_buddy(GaimConnection *gc, const char *name, const char *alias) { |
7283 | 5984 OscarData *od = (OscarData *)gc->proto_data; |
4269 | 5985 if (od->sess->ssi.received_data) { |
5986 char *gname = aim_ssi_itemlist_findparentname(od->sess->ssi.local, name); | |
5987 if (gname) { | |
8660 | 5988 gaim_debug_info("oscar", |
9586 | 5989 "ssi: changing the alias for buddy %s to %s\n", name, alias ? alias : "(none)"); |
4889 | 5990 aim_ssi_aliasbuddy(od->sess, gname, name, alias); |
4269 | 5991 } |
5992 } | |
5993 } | |
5994 | |
9285 | 5995 static void oscar_rename_group(GaimConnection *gc, const char *old_name, GaimGroup *group, GList *moved_buddies) { |
8341 | 5996 OscarData *od = (OscarData *)gc->proto_data; |
4230 | 5997 |
5998 if (od->sess->ssi.received_data) { | |
9285 | 5999 if (aim_ssi_itemlist_finditem(od->sess->ssi.local, group->name, NULL, AIM_SSI_TYPE_GROUP)) { |
6000 GList *cur, *groups = NULL; | |
6001 | |
6002 /* Make a list of what the groups each buddy is in */ | |
6003 for (cur = moved_buddies; cur != NULL; cur = cur->next) { | |
6004 GaimBlistNode *node = cur->data; | |
6005 groups = g_list_append(groups, node->parent); | |
6006 } | |
6007 | |
6008 oscar_remove_buddies(gc, moved_buddies, groups); | |
6009 oscar_add_buddies(gc, moved_buddies, groups); | |
6010 g_list_free(groups); | |
8660 | 6011 gaim_debug_info("oscar", |
9285 | 6012 "ssi: moved all buddies from group %s to %s\n", old_name, group->name); |
4230 | 6013 } else { |
9285 | 6014 aim_ssi_rename_group(od->sess, old_name, group->name); |
8660 | 6015 gaim_debug_info("oscar", |
9285 | 6016 "ssi: renamed group %s to %s\n", old_name, group->name); |
2995 | 6017 } |
6018 } | |
6019 } | |
6020 | |
5968 | 6021 static gboolean gaim_ssi_rerequestdata(gpointer data) { |
6022 aim_session_t *sess = data; | |
6350 | 6023 aim_ssi_reqdata(sess); |
5968 | 6024 return FALSE; |
6025 } | |
6026 | |
4642 | 6027 static int gaim_ssi_parseerr(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 6028 GaimConnection *gc = sess->aux_data; |
7283 | 6029 OscarData *od = gc->proto_data; |
4642 | 6030 va_list ap; |
6031 fu16_t reason; | |
6032 | |
6033 va_start(ap, fr); | |
6034 reason = (fu16_t)va_arg(ap, unsigned int); | |
6035 va_end(ap); | |
6036 | |
8660 | 6037 gaim_debug_error("oscar", "ssi: SNAC error %hu\n", reason); |
4642 | 6038 |
6039 if (reason == 0x0005) { | |
5892 | 6040 gaim_notify_error(gc, NULL, _("Unable To Retrieve Buddy List"), |
5828 | 6041 _("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.")); |
8273
f24172f53650
[gaim-migrate @ 8997]
Christian Hammond <chipx86@chipx86.com>
parents:
8266
diff
changeset
|
6042 od->getblisttimer = gaim_timeout_add(300000, gaim_ssi_rerequestdata, od->sess); |
4642 | 6043 } |
6044 | |
6045 /* Activate SSI */ | |
6046 /* Sending the enable causes other people to be able to see you, and you to see them */ | |
6047 /* Make sure your privacy setting/invisibility is set how you want it before this! */ | |
8660 | 6048 gaim_debug_info("oscar", "ssi: activating server-stored buddy list\n"); |
4642 | 6049 aim_ssi_enable(od->sess); |
6050 | |
6051 return 1; | |
6052 } | |
6053 | |
2991 | 6054 static int gaim_ssi_parserights(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 6055 GaimConnection *gc = sess->aux_data; |
7283 | 6056 OscarData *od = (OscarData *)gc->proto_data; |
9982 | 6057 int i; |
6058 va_list ap; | |
6059 int numtypes; | |
4230 | 6060 fu16_t *maxitems; |
2991 | 6061 |
6062 va_start(ap, fr); | |
4230 | 6063 numtypes = va_arg(ap, int); |
6064 maxitems = va_arg(ap, fu16_t *); | |
2991 | 6065 va_end(ap); |
6066 | |
8660 | 6067 gaim_debug_misc("oscar", "ssi rights:"); |
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5208
diff
changeset
|
6068 |
4230 | 6069 for (i=0; i<numtypes; i++) |
8660 | 6070 gaim_debug_misc(NULL, " max type 0x%04x=%hd,", |
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5208
diff
changeset
|
6071 i, maxitems[i]); |
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5208
diff
changeset
|
6072 |
8660 | 6073 gaim_debug_misc(NULL, "\n"); |
4230 | 6074 |
6075 if (numtypes >= 0) | |
6076 od->rights.maxbuddies = maxitems[0]; | |
6077 if (numtypes >= 1) | |
6078 od->rights.maxgroups = maxitems[1]; | |
6079 if (numtypes >= 2) | |
6080 od->rights.maxpermits = maxitems[2]; | |
6081 if (numtypes >= 3) | |
6082 od->rights.maxdenies = maxitems[3]; | |
2991 | 6083 |
6084 return 1; | |
6085 } | |
6086 | |
6087 static int gaim_ssi_parselist(aim_session_t *sess, aim_frame_t *fr, ...) { | |
5575 | 6088 GaimConnection *gc = sess->aux_data; |
6089 GaimAccount *account = gaim_connection_get_account(gc); | |
9988 | 6090 GaimStatus *status; |
7283 | 6091 OscarData *od = (OscarData *)gc->proto_data; |
8150 | 6092 GaimGroup *g; |
6093 GaimBuddy *b; | |
2995 | 6094 struct aim_ssi_item *curitem; |
2991 | 6095 int tmp; |
4230 | 6096 va_list ap; |
8219 | 6097 fu16_t fmtver, numitems; |
6098 struct aim_ssi_item *items; | |
6099 fu32_t timestamp; | |
4230 | 6100 |
6101 va_start(ap, fr); | |
6102 fmtver = (fu16_t)va_arg(ap, int); | |
6103 numitems = (fu16_t)va_arg(ap, int); | |
8219 | 6104 items = va_arg(ap, struct aim_ssi_item *); |
4230 | 6105 timestamp = va_arg(ap, fu32_t); |
8219 | 6106 va_end(ap); |
2991 | 6107 |
8660 | 6108 gaim_debug_info("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
6109 "ssi: syncing local list and server list\n"); |
2991 | 6110 |
8219 | 6111 if ((timestamp == 0) || (numitems == 0)) { |
8660 | 6112 gaim_debug_info("oscar", "Got AIM SSI with a 0 timestamp or 0 numitems--not syncing. This probably means your buddy list is empty.", NULL); |
8219 | 6113 return 1; |
6114 } | |
6115 | |
2991 | 6116 /* Clean the buddy list */ |
4889 | 6117 aim_ssi_cleanlist(sess); |
2991 | 6118 |
8150 | 6119 { /* If not in server list then prune from local list */ |
6120 GaimBlistNode *gnode, *cnode, *bnode; | |
6121 GaimBuddyList *blist; | |
9539 | 6122 GSList *cur, *next; |
8150 | 6123 |
6124 /* Buddies */ | |
6125 cur = NULL; | |
6126 if ((blist = gaim_get_blist()) != NULL) { | |
6127 for (gnode = blist->root; gnode; gnode = gnode->next) { | |
6128 if(!GAIM_BLIST_NODE_IS_GROUP(gnode)) | |
6129 continue; | |
6130 g = (GaimGroup *)gnode; | |
6131 for (cnode = gnode->child; cnode; cnode = cnode->next) { | |
6132 if(!GAIM_BLIST_NODE_IS_CONTACT(cnode)) | |
6133 continue; | |
6134 for (bnode = cnode->child; bnode; bnode = bnode->next) { | |
6135 if(!GAIM_BLIST_NODE_IS_BUDDY(bnode)) | |
6136 continue; | |
6137 b = (GaimBuddy *)bnode; | |
6138 if (b->account == gc->account) { | |
6139 if (aim_ssi_itemlist_exists(sess->ssi.local, b->name)) { | |
6140 /* If the buddy is an ICQ user then load his nickname */ | |
6141 const char *servernick = gaim_blist_node_get_string((GaimBlistNode*)b, "servernick"); | |
8214 | 6142 char *alias; |
8150 | 6143 if (servernick) |
6144 serv_got_alias(gc, b->name, servernick); | |
6145 | |
6146 /* Store local alias on server */ | |
8214 | 6147 alias = aim_ssi_getalias(sess->ssi.local, g->name, b->name); |
8150 | 6148 if (!alias && b->alias && strlen(b->alias)) |
6149 aim_ssi_aliasbuddy(sess, g->name, b->name, b->alias); | |
6150 free(alias); | |
6151 } else { | |
8660 | 6152 gaim_debug_info("oscar", |
8150 | 6153 "ssi: removing buddy %s from local list\n", b->name); |
6154 /* We can't actually remove now because it will screw up our looping */ | |
6155 cur = g_slist_prepend(cur, b); | |
6156 } | |
6157 } | |
6158 } | |
6159 } | |
6160 } | |
6161 } | |
8175 | 6162 |
8150 | 6163 while (cur != NULL) { |
6164 b = cur->data; | |
6165 cur = g_slist_remove(cur, b); | |
6166 gaim_blist_remove_buddy(b); | |
6167 } | |
6168 | |
6169 /* Permit list */ | |
6170 if (gc->account->permit) { | |
9539 | 6171 next = gc->account->permit; |
6172 while (next != NULL) { | |
6173 cur = next; | |
6174 next = next->next; | |
8150 | 6175 if (!aim_ssi_itemlist_finditem(sess->ssi.local, NULL, cur->data, AIM_SSI_TYPE_PERMIT)) { |
8660 | 6176 gaim_debug_info("oscar", |
8150 | 6177 "ssi: removing permit %s from local list\n", (const char *)cur->data); |
6178 gaim_privacy_permit_remove(account, cur->data, TRUE); | |
6179 } | |
9539 | 6180 } |
8150 | 6181 } |
6182 | |
6183 /* Deny list */ | |
6184 if (gc->account->deny) { | |
9539 | 6185 next = gc->account->deny; |
6186 while (next != NULL) { | |
6187 cur = next; | |
6188 next = next->next; | |
8150 | 6189 if (!aim_ssi_itemlist_finditem(sess->ssi.local, NULL, cur->data, AIM_SSI_TYPE_DENY)) { |
8660 | 6190 gaim_debug_info("oscar", |
8150 | 6191 "ssi: removing deny %s from local list\n", (const char *)cur->data); |
6192 gaim_privacy_deny_remove(account, cur->data, TRUE); | |
6193 } | |
9539 | 6194 } |
8150 | 6195 } |
6196 /* Presence settings (idle time visibility) */ | |
6197 if ((tmp = aim_ssi_getpresence(sess->ssi.local)) != 0xFFFFFFFF) | |
6198 if (!(tmp & 0x400)) | |
6199 aim_ssi_setpresence(sess, tmp | 0x400); | |
6200 } /* end pruning buddies from local list */ | |
6201 | |
2991 | 6202 /* Add from server list to local list */ |
4230 | 6203 for (curitem=sess->ssi.local; curitem; curitem=curitem->next) { |
7328 | 6204 if ((curitem->name == NULL) || (g_utf8_validate(curitem->name, -1, NULL))) |
2991 | 6205 switch (curitem->type) { |
4230 | 6206 case 0x0000: { /* Buddy */ |
4251 | 6207 if (curitem->name) { |
4292 | 6208 char *gname = aim_ssi_itemlist_findparentname(sess->ssi.local, curitem->name); |
7166 | 6209 char *gname_utf8 = gname ? gaim_utf8_try_convert(gname) : NULL; |
4282 | 6210 char *alias = aim_ssi_getalias(sess->ssi.local, gname, curitem->name); |
7166 | 6211 char *alias_utf8 = alias ? gaim_utf8_try_convert(alias) : NULL; |
8150 | 6212 b = gaim_find_buddy(gc->account, curitem->name); |
4458 | 6213 /* Should gname be freed here? -- elb */ |
4754 | 6214 /* Not with the current code, but that might be cleaner -- med */ |
4458 | 6215 free(alias); |
8150 | 6216 if (b) { |
4292 | 6217 /* Get server stored alias */ |
4705 | 6218 if (alias_utf8) { |
8150 | 6219 g_free(b->alias); |
6220 b->alias = g_strdup(alias_utf8); | |
4705 | 6221 } |
4282 | 6222 } else { |
8150 | 6223 b = gaim_buddy_new(gc->account, curitem->name, alias_utf8); |
5146 | 6224 |
4754 | 6225 if (!(g = gaim_find_group(gname_utf8 ? gname_utf8 : _("Orphans")))) { |
4687 | 6226 g = gaim_group_new(gname_utf8 ? gname_utf8 : _("Orphans")); |
4754 | 6227 gaim_blist_add_group(g, NULL); |
6228 } | |
5146 | 6229 |
8660 | 6230 gaim_debug_info("oscar", |
9285 | 6231 "ssi: adding buddy %s to group %s to local list\n", curitem->name, gname_utf8 ? gname_utf8 : _("Orphans")); |
8150 | 6232 gaim_blist_add_buddy(b, NULL, g, NULL); |
4251 | 6233 } |
8341 | 6234 if (!aim_sncmp(curitem->name, account->username)) { |
6235 char *comment = aim_ssi_getcomment(sess->ssi.local, gname, curitem->name); | |
6236 gaim_check_comment(od, comment); | |
6237 free(comment); | |
6238 } | |
7162 | 6239 g_free(gname_utf8); |
6240 g_free(alias_utf8); | |
2991 | 6241 } |
4230 | 6242 } break; |
6243 | |
6244 case 0x0001: { /* Group */ | |
4282 | 6245 /* Shouldn't add empty groups */ |
4230 | 6246 } break; |
6247 | |
6248 case 0x0002: { /* Permit buddy */ | |
2991 | 6249 if (curitem->name) { |
4230 | 6250 /* if (!find_permdeny_by_name(gc->permit, curitem->name)) { AAA */ |
2991 | 6251 GSList *list; |
5575 | 6252 for (list=account->permit; (list && aim_sncmp(curitem->name, list->data)); list=list->next); |
2991 | 6253 if (!list) { |
8660 | 6254 gaim_debug_info("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
6255 "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
|
6256 gaim_privacy_permit_add(account, curitem->name, TRUE); |
2991 | 6257 } |
6258 } | |
4230 | 6259 } break; |
6260 | |
6261 case 0x0003: { /* Deny buddy */ | |
2991 | 6262 if (curitem->name) { |
6263 GSList *list; | |
5575 | 6264 for (list=account->deny; (list && aim_sncmp(curitem->name, list->data)); list=list->next); |
2991 | 6265 if (!list) { |
8660 | 6266 gaim_debug_info("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
6267 "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
|
6268 gaim_privacy_deny_add(account, curitem->name, TRUE); |
2991 | 6269 } |
6270 } | |
4230 | 6271 } break; |
6272 | |
6273 case 0x0004: { /* Permit/deny setting */ | |
2991 | 6274 if (curitem->data) { |
6275 fu8_t permdeny; | |
5575 | 6276 if ((permdeny = aim_ssi_getpermdeny(sess->ssi.local)) && (permdeny != account->perm_deny)) { |
8660 | 6277 gaim_debug_info("oscar", |
5575 | 6278 "ssi: changing permdeny from %d to %hhu\n", account->perm_deny, permdeny); |
6279 account->perm_deny = permdeny; | |
6280 if (od->icq && account->perm_deny == 0x03) { | |
9991 | 6281 gaim_presence_switch_status(account->presence, OSCAR_STATUS_ID_INVISIBLE); |
4342 | 6282 } |
2991 | 6283 } |
6284 } | |
4230 | 6285 } break; |
6286 | |
6287 case 0x0005: { /* Presence setting */ | |
3109 | 6288 /* We don't want to change Gaim's setting because it applies to all accounts */ |
4230 | 6289 } break; |
2991 | 6290 } /* End of switch on curitem->type */ |
6291 } /* End of for loop */ | |
4230 | 6292 |
9991 | 6293 /* |
6294 * XXX - STATUS - Set our ICQ status. We probably don't want to do | |
6295 * this. We probably want the SSI status setting to override the local | |
6296 * setting. | |
6297 */ | |
9982 | 6298 status = gaim_presence_get_active_status(account->presence); |
6299 if (gaim_status_is_available(status)) | |
4901 | 6300 aim_setextstatus(sess, AIM_ICQ_STATE_NORMAL); |
6301 | |
4342 | 6302 /* Activate SSI */ |
6303 /* Sending the enable causes other people to be able to see you, and you to see them */ | |
6304 /* Make sure your privacy setting/invisibility is set how you want it before this! */ | |
8660 | 6305 gaim_debug_info("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
6306 "ssi: activating server-stored buddy list\n"); |
4642 | 6307 aim_ssi_enable(sess); |
4342 | 6308 |
2991 | 6309 return 1; |
2086 | 6310 } |
4230 | 6311 |
6312 static int gaim_ssi_parseack(aim_session_t *sess, aim_frame_t *fr, ...) { | |
5575 | 6313 GaimConnection *gc = sess->aux_data; |
4230 | 6314 va_list ap; |
6315 struct aim_ssi_tmp *retval; | |
6316 | |
6317 va_start(ap, fr); | |
6318 retval = va_arg(ap, struct aim_ssi_tmp *); | |
6319 va_end(ap); | |
6320 | |
6321 while (retval) { | |
8660 | 6322 gaim_debug_misc("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
6323 "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 | 6324 |
6325 if (retval->ack != 0xffff) | |
6326 switch (retval->ack) { | |
6327 case 0x0000: { /* added successfully */ | |
6328 } break; | |
6329 | |
4829 | 6330 case 0x000c: { /* you are over the limit, the cheat is to the limit, come on fhqwhgads */ |
6331 gchar *buf; | |
6332 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)"))); | |
9758 | 6333 if ((retval->name != NULL) && !gaim_conv_present_error(retval->name, gaim_connection_get_account(gc), buf)) |
9627 | 6334 gaim_notify_error(gc, NULL, _("Unable To Add"), buf); |
4829 | 6335 g_free(buf); |
6336 } | |
6337 | |
7023 | 6338 case 0x000e: { /* buddy requires authorization */ |
4828 | 6339 if ((retval->action == AIM_CB_SSI_ADD) && (retval->name)) |
4269 | 6340 gaim_auth_sendrequest(gc, retval->name); |
4230 | 6341 } break; |
6342 | |
6343 default: { /* La la la */ | |
5197 | 6344 gchar *buf; |
8660 | 6345 gaim_debug_error("oscar", "ssi: Action 0x%04hx was unsuccessful with error 0x%04hx\n", retval->action, retval->ack); |
5402 | 6346 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)"))); |
9758 | 6347 if ((retval->name != NULL) && !gaim_conv_present_error(retval->name, gaim_connection_get_account(gc), buf)) |
9627 | 6348 gaim_notify_error(gc, NULL, _("Unable To Add"), buf); |
5197 | 6349 g_free(buf); |
4230 | 6350 } break; |
6351 } | |
6352 | |
6353 retval = retval->next; | |
6354 } | |
6355 | |
6356 return 1; | |
6357 } | |
6358 | |
8227 | 6359 static int gaim_ssi_parseadd(aim_session_t *sess, aim_frame_t *fr, ...) { |
6360 GaimConnection *gc = sess->aux_data; | |
6361 char *gname, *gname_utf8, *alias, *alias_utf8; | |
6362 GaimBuddy *b; | |
6363 GaimGroup *g; | |
6364 va_list ap; | |
6365 fu16_t type; | |
6366 const char *name; | |
6367 | |
6368 va_start(ap, fr); | |
6369 type = (fu16_t)va_arg(ap, int); | |
6370 name = va_arg(ap, char *); | |
6371 va_end(ap); | |
6372 | |
6373 if ((type != 0x0000) || (name == NULL)) | |
6374 return 1; | |
6375 | |
6376 gname = aim_ssi_itemlist_findparentname(sess->ssi.local, name); | |
6377 gname_utf8 = gname ? gaim_utf8_try_convert(gname) : NULL; | |
6378 alias = aim_ssi_getalias(sess->ssi.local, gname, name); | |
6379 alias_utf8 = alias ? gaim_utf8_try_convert(alias) : NULL; | |
6380 b = gaim_find_buddy(gc->account, name); | |
6381 free(alias); | |
6382 | |
6383 if (b) { | |
6384 /* Get server stored alias */ | |
6385 if (alias_utf8) { | |
6386 g_free(b->alias); | |
6387 b->alias = g_strdup(alias_utf8); | |
6388 } | |
6389 } else { | |
6390 b = gaim_buddy_new(gc->account, name, alias_utf8); | |
6391 | |
6392 if (!(g = gaim_find_group(gname_utf8 ? gname_utf8 : _("Orphans")))) { | |
6393 g = gaim_group_new(gname_utf8 ? gname_utf8 : _("Orphans")); | |
6394 gaim_blist_add_group(g, NULL); | |
6395 } | |
6396 | |
8660 | 6397 gaim_debug_info("oscar", |
9285 | 6398 "ssi: adding buddy %s to group %s to local list\n", name, gname_utf8 ? gname_utf8 : _("Orphans")); |
8227 | 6399 gaim_blist_add_buddy(b, NULL, g, NULL); |
6400 } | |
6401 g_free(gname_utf8); | |
6402 g_free(alias_utf8); | |
6403 | |
6404 return 1; | |
6405 } | |
6406 | |
4230 | 6407 static int gaim_ssi_authgiven(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 6408 GaimConnection *gc = sess->aux_data; |
4230 | 6409 va_list ap; |
6410 char *sn, *msg; | |
4236 | 6411 gchar *dialog_msg, *nombre; |
4230 | 6412 struct name_data *data; |
6695 | 6413 GaimBuddy *buddy; |
4230 | 6414 |
6415 va_start(ap, fr); | |
6416 sn = va_arg(ap, char *); | |
6417 msg = va_arg(ap, char *); | |
6418 va_end(ap); | |
6419 | |
8660 | 6420 gaim_debug_info("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
6421 "ssi: %s has given you permission to add him to your buddy list\n", sn); |
4230 | 6422 |
4687 | 6423 buddy = gaim_find_buddy(gc->account, sn); |
9620 | 6424 if (buddy && (gaim_buddy_get_alias_only(buddy))) |
6425 nombre = g_strdup_printf("%s (%s)", sn, gaim_buddy_get_alias_only(buddy)); | |
4236 | 6426 else |
6427 nombre = g_strdup(sn); | |
6428 | |
6429 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 | 6430 data = g_new(struct name_data, 1); |
6431 data->gc = gc; | |
6432 data->name = g_strdup(sn); | |
6433 data->nick = NULL; | |
5498
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
6434 |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
6435 gaim_request_yes_no(gc, NULL, _("Authorization Given"), dialog_msg, |
10116 | 6436 GAIM_DEFAULT_ACTION_NONE, data, |
7023 | 6437 G_CALLBACK(gaim_icq_buddyadd), |
5836 | 6438 G_CALLBACK(oscar_free_name_data)); |
4236 | 6439 |
4230 | 6440 g_free(dialog_msg); |
4236 | 6441 g_free(nombre); |
4230 | 6442 |
6443 return 1; | |
6444 } | |
6445 | |
6446 static int gaim_ssi_authrequest(aim_session_t *sess, aim_frame_t *fr, ...) { | |
5575 | 6447 GaimConnection *gc = sess->aux_data; |
4230 | 6448 va_list ap; |
6449 char *sn, *msg; | |
4236 | 6450 gchar *dialog_msg, *nombre; |
4230 | 6451 struct name_data *data; |
6695 | 6452 GaimBuddy *buddy; |
4230 | 6453 |
6454 va_start(ap, fr); | |
6455 sn = va_arg(ap, char *); | |
6456 msg = va_arg(ap, char *); | |
6457 va_end(ap); | |
6458 | |
8660 | 6459 gaim_debug_info("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
6460 "ssi: received authorization request from %s\n", sn); |
4230 | 6461 |
4687 | 6462 buddy = gaim_find_buddy(gc->account, sn); |
9620 | 6463 if (buddy && (gaim_buddy_get_alias_only(buddy))) |
6464 nombre = g_strdup_printf("%s (%s)", sn, gaim_buddy_get_alias_only(buddy)); | |
4236 | 6465 else |
6466 nombre = g_strdup(sn); | |
6467 | |
4337 | 6468 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 | 6469 data = g_new(struct name_data, 1); |
6470 data->gc = gc; | |
6471 data->name = g_strdup(sn); | |
6472 data->nick = NULL; | |
5498
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
6473 |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
6474 gaim_request_action(gc, NULL, _("Authorization Request"), dialog_msg, |
9972 | 6475 GAIM_DEFAULT_ACTION_NONE, data, 2, |
5498
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
6476 _("Authorize"), G_CALLBACK(gaim_auth_grant), |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
6477 _("Deny"), G_CALLBACK(gaim_auth_dontgrant_msgprompt)); |
4236 | 6478 |
4230 | 6479 g_free(dialog_msg); |
4236 | 6480 g_free(nombre); |
4230 | 6481 |
6482 return 1; | |
6483 } | |
6484 | |
6485 static int gaim_ssi_authreply(aim_session_t *sess, aim_frame_t *fr, ...) { | |
5575 | 6486 GaimConnection *gc = sess->aux_data; |
4230 | 6487 va_list ap; |
6488 char *sn, *msg; | |
4236 | 6489 gchar *dialog_msg, *nombre; |
4230 | 6490 fu8_t reply; |
6695 | 6491 GaimBuddy *buddy; |
4230 | 6492 |
6493 va_start(ap, fr); | |
6494 sn = va_arg(ap, char *); | |
6495 reply = (fu8_t)va_arg(ap, int); | |
6496 msg = va_arg(ap, char *); | |
6497 va_end(ap); | |
6498 | |
8660 | 6499 gaim_debug_info("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
6500 "ssi: received authorization reply from %s. Reply is 0x%04hhx\n", sn, reply); |
4236 | 6501 |
4687 | 6502 buddy = gaim_find_buddy(gc->account, sn); |
9620 | 6503 if (buddy && (gaim_buddy_get_alias_only(buddy))) |
6504 nombre = g_strdup_printf("%s (%s)", sn, gaim_buddy_get_alias_only(buddy)); | |
4236 | 6505 else |
6506 nombre = g_strdup(sn); | |
6507 | |
4230 | 6508 if (reply) { |
6509 /* Granted */ | |
7023 | 6510 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
|
6511 gaim_notify_info(gc, NULL, _("Authorization Granted"), dialog_msg); |
4230 | 6512 } else { |
6513 /* Denied */ | |
7023 | 6514 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
|
6515 gaim_notify_info(gc, NULL, _("Authorization Denied"), dialog_msg); |
4230 | 6516 } |
6517 g_free(dialog_msg); | |
4236 | 6518 g_free(nombre); |
4230 | 6519 |
6520 return 1; | |
6521 } | |
6522 | |
6523 static int gaim_ssi_gotadded(aim_session_t *sess, aim_frame_t *fr, ...) { | |
5575 | 6524 GaimConnection *gc = sess->aux_data; |
4230 | 6525 va_list ap; |
6526 char *sn; | |
6695 | 6527 GaimBuddy *buddy; |
4230 | 6528 |
6529 va_start(ap, fr); | |
6530 sn = va_arg(ap, char *); | |
6531 va_end(ap); | |
6532 | |
4687 | 6533 buddy = gaim_find_buddy(gc->account, sn); |
8660 | 6534 gaim_debug_info("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
6535 "ssi: %s added you to their buddy list\n", sn); |
9620 | 6536 gaim_account_notify_added(gc->account, NULL, sn, (buddy ? gaim_buddy_get_alias_only(buddy) : NULL), NULL); |
4230 | 6537 |
6538 return 1; | |
6539 } | |
4269 | 6540 #endif |
2086 | 6541 |
5575 | 6542 static GList *oscar_chat_info(GaimConnection *gc) { |
2205
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
6543 GList *m = NULL; |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
6544 struct proto_chat_entry *pce; |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
6545 |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
6546 pce = g_new0(struct proto_chat_entry, 1); |
9770 | 6547 pce->label = _("_Room:"); |
5234 | 6548 pce->identifier = "room"; |
10475 | 6549 pce->required = TRUE; |
2205
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
6550 m = g_list_append(m, pce); |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
6551 |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
6552 pce = g_new0(struct proto_chat_entry, 1); |
7841 | 6553 pce->label = _("_Exchange:"); |
5234 | 6554 pce->identifier = "exchange"; |
10475 | 6555 pce->required = TRUE; |
2205
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
6556 pce->is_int = TRUE; |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
6557 pce->min = 4; |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
6558 pce->max = 20; |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
6559 m = g_list_append(m, pce); |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
6560 |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
6561 return m; |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
6562 } |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
6563 |
9754 | 6564 GHashTable *oscar_chat_info_defaults(GaimConnection *gc, const char *chat_name) |
6565 { | |
6566 GHashTable *defaults; | |
6567 | |
6568 defaults = g_hash_table_new_full(g_str_hash, g_str_equal, NULL, g_free); | |
6569 | |
6570 if (chat_name != NULL) | |
6571 g_hash_table_insert(defaults, "room", g_strdup(chat_name)); | |
6572 | |
6573 return defaults; | |
6574 } | |
6575 | |
9917 | 6576 static char *oscar_get_chat_name(GHashTable *data) { |
6577 return g_strdup(g_hash_table_lookup(data, "room")); | |
6578 } | |
6579 | |
8308 | 6580 static void oscar_join_chat(GaimConnection *gc, GHashTable *data) { |
6581 OscarData *od = (OscarData *)gc->proto_data; | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
6582 aim_conn_t *cur; |
5234 | 6583 char *name, *exchange; |
6584 | |
6585 name = g_hash_table_lookup(data, "room"); | |
6586 exchange = g_hash_table_lookup(data, "exchange"); | |
2205
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
6587 |
8660 | 6588 gaim_debug_info("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
6589 "Attempting to join chat room %s.\n", name); |
8308 | 6590 |
6591 if ((name == NULL) || (*name == '\0')) { | |
6592 gaim_notify_error(gc, NULL, _("Invalid chat name specified."), NULL); | |
6593 return; | |
6594 } | |
6595 | |
4617 | 6596 if ((cur = aim_getconn_type(od->sess, AIM_CONN_TYPE_CHATNAV))) { |
8660 | 6597 gaim_debug_info("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
6598 "chatnav exists, creating room\n"); |
5234 | 6599 aim_chatnav_createroom(od->sess, cur, name, atoi(exchange)); |
2086 | 6600 } else { |
6601 /* this gets tricky */ | |
2822
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
6602 struct create_room *cr = g_new0(struct create_room, 1); |
8660 | 6603 gaim_debug_info("oscar", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
6604 "chatnav does not exist, opening chatnav\n"); |
5234 | 6605 cr->exchange = atoi(exchange); |
2822
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
6606 cr->name = g_strdup(name); |
4617 | 6607 od->create_rooms = g_slist_append(od->create_rooms, cr); |
6608 aim_reqservice(od->sess, od->conn, AIM_CONN_TYPE_CHATNAV); | |
2086 | 6609 } |
6610 } | |
6611 | |
8308 | 6612 static void oscar_chat_invite(GaimConnection *gc, int id, const char *message, const char *name) { |
6613 OscarData *od = (OscarData *)gc->proto_data; | |
6614 struct chat_connection *ccon = find_oscar_chat(gc, id); | |
10404 | 6615 |
6616 if (ccon == NULL) | |
2086 | 6617 return; |
10404 | 6618 |
8225 | 6619 aim_im_sendch2_chatinvite(od->sess, name, message ? message : "", |
2086 | 6620 ccon->exchange, ccon->name, 0x0); |
6621 } | |
6622 | |
10458 | 6623 static void |
6624 oscar_chat_leave(GaimConnection *gc, int id) | |
6625 { | |
6626 GaimConversation *conv; | |
6627 struct chat_connection *cc; | |
6628 | |
6629 conv = gaim_find_chat(gc, id); | |
6630 | |
6631 g_return_if_fail(conv != NULL); | |
6632 | |
6633 gaim_debug_info("oscar", "Leaving chat room %s\n", conv->name); | |
6634 | |
6635 cc = find_oscar_chat(gc, gaim_conv_chat_get_id(GAIM_CONV_CHAT(conv))); | |
6636 oscar_chat_kill(gc, cc); | |
2086 | 6637 } |
6638 | |
8219 | 6639 static int oscar_send_chat(GaimConnection *gc, int id, const char *message) { |
6640 OscarData *od = (OscarData *)gc->proto_data; | |
6641 GaimConversation *conv = NULL; | |
2086 | 6642 struct chat_connection *c = NULL; |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
6643 char *buf, *buf2; |
9830 | 6644 fu16_t charset, charsubset; |
9807 | 6645 char *charsetstr = NULL; |
10111 | 6646 int len; |
8219 | 6647 |
6648 if (!(conv = gaim_find_chat(gc, id))) | |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
6649 return -EINVAL; |
2086 | 6650 |
8219 | 6651 if (!(c = find_oscar_chat_by_conv(gc, conv))) |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
6652 return -EINVAL; |
2086 | 6653 |
8219 | 6654 buf = gaim_strdup_withhtml(message); |
6655 len = strlen(buf); | |
6656 | |
8962 | 6657 if (strstr(buf, "<IMG ")) |
6658 gaim_conversation_write(conv, "", | |
6659 _("Your IM Image was not sent. " | |
6660 "You cannot send IM Images in AIM chats."), | |
6661 GAIM_MESSAGE_ERROR, time(NULL)); | |
6662 | |
9830 | 6663 gaim_plugin_oscar_convert_to_best_encoding(gc, NULL, buf, &buf2, &len, &charset, &charsubset); |
8359 | 6664 if ((len > c->maxlen) || (len > c->maxvis)) { |
6665 g_free(buf2); | |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
6666 return -E2BIG; |
8359 | 6667 } |
6668 | |
9831 | 6669 if (charset == AIM_CHARSET_ASCII) |
6670 charsetstr = "us-ascii"; | |
6671 else if (charset == AIM_CHARSET_UNICODE) | |
6672 charsetstr = "unicode-2-0"; | |
6673 else if (charset == AIM_CHARSET_CUSTOM) | |
6674 charsetstr = "iso-8859-1"; | |
9807 | 6675 aim_chat_send_im(od->sess, c->conn, 0, buf2, len, charsetstr, "en"); |
8219 | 6676 g_free(buf2); |
8359 | 6677 |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
6678 return 0; |
2086 | 6679 } |
6680 | |
10042 | 6681 static const char *oscar_list_icon(GaimAccount *a, GaimBuddy *b) |
6682 { | |
4766 | 6683 if (!b || (b && b->name && b->name[0] == '+')) { |
9975 | 6684 if (a != NULL && aim_sn_is_icq(gaim_account_get_username(a))) |
4687 | 6685 return "icq"; |
6686 else | |
6687 return "aim"; | |
6688 } | |
5646
48c63ee49961
[gaim-migrate @ 6060]
Christian Hammond <chipx86@chipx86.com>
parents:
5638
diff
changeset
|
6689 |
9975 | 6690 if (b != NULL && aim_sn_is_icq(b->name)) |
4687 | 6691 return "icq"; |
6692 return "aim"; | |
6693 } | |
6694 | |
9972 | 6695 static void oscar_list_emblems(GaimBuddy *b, const char **se, const char **sw, const char **nw, const char **ne) |
4687 | 6696 { |
7334 | 6697 GaimConnection *gc = NULL; |
6698 OscarData *od = NULL; | |
10042 | 6699 GaimAccount *account = NULL; |
6700 GaimPresence *presence; | |
6701 GaimStatus *status; | |
6702 const char *status_id; | |
4687 | 6703 char *emblems[4] = {NULL,NULL,NULL,NULL}; |
6704 int i = 0; | |
7334 | 6705 aim_userinfo_t *userinfo = NULL; |
6706 | |
6707 if (b != NULL) | |
6708 account = b->account; | |
6709 if (account != NULL) | |
6710 gc = account->gc; | |
6711 if (gc != NULL) | |
6712 od = gc->proto_data; | |
7945 | 6713 if (od != NULL) |
6714 userinfo = aim_locate_finduserinfo(od->sess, b->name); | |
4687 | 6715 |
10042 | 6716 presence = gaim_buddy_get_presence(b); |
6717 status = gaim_presence_get_active_status(presence); | |
6718 status_id = gaim_status_get_id(status); | |
6719 | |
6720 if (gaim_presence_is_online(presence) == FALSE) { | |
5131 | 6721 char *gname; |
7334 | 6722 if ((b->name) && (od) && (od->sess->ssi.received_data) && |
5131 | 6723 (gname = aim_ssi_itemlist_findparentname(od->sess->ssi.local, b->name)) && |
6724 (aim_ssi_waitingforauth(od->sess->ssi.local, gname, b->name))) { | |
6725 emblems[i++] = "notauthorized"; | |
6726 } else { | |
6727 emblems[i++] = "offline"; | |
6728 } | |
6729 } | |
4916 | 6730 |
10042 | 6731 if (b->name && aim_sn_is_icq(b->name)) { |
6732 if (!strcmp(status_id, OSCAR_STATUS_ID_INVISIBLE)) | |
6733 emblems[i++] = "invisible"; | |
6734 else if (!strcmp(status_id, OSCAR_STATUS_ID_FREE4CHAT)) | |
4960 | 6735 emblems[i++] = "freeforchat"; |
10042 | 6736 else if (!strcmp(status_id, OSCAR_STATUS_ID_DND)) |
4960 | 6737 emblems[i++] = "dnd"; |
10042 | 6738 else if (!strcmp(status_id, OSCAR_STATUS_ID_NA)) |
4960 | 6739 emblems[i++] = "na"; |
10042 | 6740 else if (!strcmp(status_id, OSCAR_STATUS_ID_OCCUPIED)) |
4960 | 6741 emblems[i++] = "occupied"; |
10042 | 6742 else if (!strcmp(status_id, OSCAR_STATUS_ID_AWAY)) |
4766 | 6743 emblems[i++] = "away"; |
10042 | 6744 } else if (!strcmp(status_id, OSCAR_STATUS_ID_AWAY)) { |
6745 emblems[i++] = "away"; | |
6746 } | |
6747 | |
6748 if (userinfo != NULL ) { | |
6749 /* if (userinfo->flags & AIM_FLAG_UNCONFIRMED) | |
6750 emblems[i++] = "unconfirmed"; */ | |
6751 if (userinfo->flags & AIM_FLAG_ADMINISTRATOR) | |
6752 emblems[i++] = "admin"; | |
6753 if (userinfo->flags & AIM_FLAG_AOL) | |
6754 emblems[i++] = "aol"; | |
6755 if (userinfo->flags & AIM_FLAG_WIRELESS) | |
6756 emblems[i++] = "wireless"; | |
6757 if (userinfo->flags & AIM_FLAG_ACTIVEBUDDY) | |
6758 emblems[i++] = "activebuddy"; | |
6759 | |
6760 if ((i < 4) && (userinfo->capabilities & AIM_CAPS_HIPTOP)) | |
7945 | 6761 emblems[i++] = "hiptop"; |
6762 | |
10042 | 6763 if ((i < 4) && (userinfo->capabilities & AIM_CAPS_SECUREIM)) |
7334 | 6764 emblems[i++] = "secure"; |
10042 | 6765 } |
7334 | 6766 |
4687 | 6767 *se = emblems[0]; |
6768 *sw = emblems[1]; | |
6769 *nw = emblems[2]; | |
6770 *ne = emblems[3]; | |
6771 } | |
6772 | |
6695 | 6773 static char *oscar_tooltip_text(GaimBuddy *b) { |
5575 | 6774 GaimConnection *gc = b->account->gc; |
7283 | 6775 OscarData *od = gc->proto_data; |
7045 | 6776 aim_userinfo_t *userinfo = aim_locate_finduserinfo(od->sess, b->name); |
8701 | 6777 GString *str = g_string_new(""); |
5131 | 6778 |
6779 if (GAIM_BUDDY_IS_ONLINE(b)) { | |
8701 | 6780 oscar_string_append_info(gc, str, "\n", b, userinfo); |
7011 | 6781 |
6782 if ((userinfo != NULL) && (userinfo->flags & AIM_FLAG_AWAY) && (userinfo->away_len > 0) && (userinfo->away != NULL) && (userinfo->away_encoding != NULL)) { | |
8225 | 6783 gchar *charset = oscar_encoding_extract(userinfo->away_encoding); |
8392 | 6784 gchar *away_utf8 = oscar_encoding_to_utf8(charset, userinfo->away, userinfo->away_len); |
8225 | 6785 g_free(charset); |
7011 | 6786 if (away_utf8 != NULL) { |
7091 | 6787 gchar *tmp1, *tmp2; |
9627 | 6788 tmp2 = gaim_markup_strip_html(away_utf8); |
8341 | 6789 g_free(away_utf8); |
10732
c4cb90065e1d
[gaim-migrate @ 12334]
Luke Schierer <lschiere@pidgin.im>
parents:
10715
diff
changeset
|
6790 tmp1 = g_markup_escape_text(tmp2, -1); |
7091 | 6791 g_free(tmp2); |
8700 | 6792 tmp2 = gaim_str_sub_away_formatters(tmp1, gaim_account_get_username(gaim_connection_get_account(gc))); |
8461 | 6793 g_free(tmp1); |
8701 | 6794 g_string_append_printf(str, "\n<b>%s:</b> %s", _("Away Message"), tmp2); |
8700 | 6795 g_free(tmp2); |
5836 | 6796 } |
5131 | 6797 } |
8701 | 6798 } |
6799 | |
6800 return g_string_free(str, FALSE); | |
5131 | 6801 } |
6802 | |
10042 | 6803 static char *oscar_status_text(GaimBuddy *b) |
6804 { | |
6805 GaimConnection *gc; | |
6806 OscarData *od; | |
6807 GaimStatus *status; | |
5167 | 6808 gchar *ret = NULL; |
6809 | |
10042 | 6810 gc = gaim_account_get_connection(gaim_buddy_get_account(b)); |
6811 od = gc->proto_data; | |
6812 status = gaim_presence_get_active_status(gaim_buddy_get_presence(b)); | |
6813 | |
6814 if (gaim_status_is_available(status) == FALSE || (((b->uc & 0xffff0000) >> 16) & AIM_ICQ_STATE_CHAT)) { | |
9975 | 6815 if (aim_sn_is_icq(b->name)) |
8701 | 6816 ret = oscar_icqstatus((b->uc & 0xffff0000) >> 16); |
7038 | 6817 else |
6818 ret = g_strdup(_("Away")); | |
5836 | 6819 } else if (GAIM_BUDDY_IS_ONLINE(b)) { |
7261 | 6820 struct buddyinfo *bi = g_hash_table_lookup(od->buddyinfo, gaim_normalize(b->account, b->name)); |
10116 | 6821 if ((bi != NULL) && (bi->availmsg != NULL)) |
6292 | 6822 ret = g_markup_escape_text(bi->availmsg, strlen(bi->availmsg)); |
5836 | 6823 } else { |
5167 | 6824 char *gname = aim_ssi_itemlist_findparentname(od->sess->ssi.local, b->name); |
6825 if (aim_ssi_waitingforauth(od->sess->ssi.local, gname, b->name)) | |
6826 ret = g_strdup(_("Not Authorized")); | |
6827 else | |
6828 ret = g_strdup(_("Offline")); | |
6829 } | |
6830 | |
6831 return ret; | |
6832 } | |
6833 | |
5842 | 6834 |
5844 | 6835 static int oscar_icon_req(aim_session_t *sess, aim_frame_t *fr, ...) { |
5842 | 6836 GaimConnection *gc = sess->aux_data; |
7283 | 6837 OscarData *od = gc->proto_data; |
5892 | 6838 va_list ap; |
5842 | 6839 fu16_t type; |
5892 | 6840 fu8_t flags = 0, length = 0; |
6841 char *md5 = NULL; | |
6842 | |
7334 | 6843 |
5842 | 6844 va_start(ap, fr); |
6845 type = va_arg(ap, int); | |
5892 | 6846 |
6847 switch(type) { | |
6848 case 0x0000: | |
6849 case 0x0001: { | |
6850 flags = va_arg(ap, int); | |
6851 length = va_arg(ap, int); | |
6852 md5 = va_arg(ap, char *); | |
6853 | |
6854 if (flags == 0x41) { | |
6855 if (!aim_getconn_type(od->sess, AIM_CONN_TYPE_ICON) && !od->iconconnecting) { | |
6856 od->iconconnecting = TRUE; | |
6857 od->set_icon = TRUE; | |
6858 aim_reqservice(od->sess, od->conn, AIM_CONN_TYPE_ICON); | |
6859 } else { | |
6039 | 6860 struct stat st; |
6861 const char *iconfile = gaim_account_get_buddy_icon(gaim_connection_get_account(gc)); | |
6862 if (iconfile == NULL) { | |
8363 | 6863 aim_ssi_delicon(od->sess); |
10589
0f7452b1f777
[gaim-migrate @ 11994]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
10574
diff
changeset
|
6864 } else if (!g_stat(iconfile, &st)) { |
6039 | 6865 char *buf = g_malloc(st.st_size); |
10589
0f7452b1f777
[gaim-migrate @ 11994]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
10574
diff
changeset
|
6866 FILE *file = g_fopen(iconfile, "rb"); |
6039 | 6867 if (file) { |
9532 | 6868 /* XXX - Use g_file_get_contents()? */ |
6039 | 6869 fread(buf, 1, st.st_size, file); |
6870 fclose(file); | |
8660 | 6871 gaim_debug_info("oscar", |
10042 | 6872 "Uploading icon to icon server\n"); |
6879 | 6873 aim_bart_upload(od->sess, buf, st.st_size); |
5892 | 6874 } else |
8660 | 6875 gaim_debug_error("oscar", |
10042 | 6876 "Can't open buddy icon file!\n"); |
6039 | 6877 g_free(buf); |
6878 } else { | |
8660 | 6879 gaim_debug_error("oscar", |
10042 | 6880 "Can't stat buddy icon file!\n"); |
5892 | 6881 } |
6882 } | |
8363 | 6883 } else if (flags == 0x81) { |
6884 const char *iconfile = gaim_account_get_buddy_icon(gaim_connection_get_account(gc)); | |
6885 if (iconfile == NULL) | |
6886 aim_ssi_delicon(od->sess); | |
6887 else | |
6888 aim_ssi_seticon(od->sess, md5, length); | |
6889 } | |
5892 | 6890 } break; |
6891 | |
6892 case 0x0002: { /* We just set an "available" message? */ | |
6893 } break; | |
6894 } | |
6895 | |
5842 | 6896 va_end(ap); |
5844 | 6897 |
6898 return 0; | |
5842 | 6899 } |
5892 | 6900 |
5575 | 6901 static void oscar_set_permit_deny(GaimConnection *gc) { |
6902 GaimAccount *account = gaim_connection_get_account(gc); | |
7283 | 6903 OscarData *od = (OscarData *)gc->proto_data; |
4230 | 6904 #ifdef NOSSI |
8143 | 6905 GSList *list; |
4230 | 6906 char buf[MAXMSGLEN]; |
6907 int at; | |
6908 | |
5575 | 6909 switch(account->perm_deny) { |
8175 | 6910 case GAIM_PRIVACY_ALLOW_ALL: |
5575 | 6911 aim_bos_changevisibility(od->sess, od->conn, AIM_VISIBILITYCHANGE_DENYADD, gaim_account_get_username(account)); |
4230 | 6912 break; |
8175 | 6913 case GAIM_PRIVACY_DENY_ALL: |
5575 | 6914 aim_bos_changevisibility(od->sess, od->conn, AIM_VISIBILITYCHANGE_PERMITADD, gaim_account_get_username(account)); |
4230 | 6915 break; |
8175 | 6916 case GAIM_PRIVACY_ALLOW_USERS: |
5575 | 6917 list = account->permit; |
4230 | 6918 at = 0; |
6919 while (list) { | |
6920 at += g_snprintf(buf + at, sizeof(buf) - at, "%s&", (char *)list->data); | |
6921 list = list->next; | |
6922 } | |
6923 aim_bos_changevisibility(od->sess, od->conn, AIM_VISIBILITYCHANGE_PERMITADD, buf); | |
6924 break; | |
8175 | 6925 case GAIM_PRIVACY_DENY_USERS: |
5575 | 6926 list = account->deny; |
4230 | 6927 at = 0; |
6928 while (list) { | |
6929 at += g_snprintf(buf + at, sizeof(buf) - at, "%s&", (char *)list->data); | |
6930 list = list->next; | |
6931 } | |
6932 aim_bos_changevisibility(od->sess, od->conn, AIM_VISIBILITYCHANGE_DENYADD, buf); | |
6933 break; | |
6934 default: | |
6935 break; | |
2086 | 6936 } |
4230 | 6937 #else |
8175 | 6938 if (od->sess->ssi.received_data) { |
6939 switch (account->perm_deny) { | |
6940 case GAIM_PRIVACY_ALLOW_ALL: | |
6941 aim_ssi_setpermdeny(od->sess, 0x01, 0xffffffff); | |
6942 break; | |
6943 case GAIM_PRIVACY_ALLOW_BUDDYLIST: | |
6944 aim_ssi_setpermdeny(od->sess, 0x05, 0xffffffff); | |
6945 break; | |
6946 case GAIM_PRIVACY_ALLOW_USERS: | |
6947 aim_ssi_setpermdeny(od->sess, 0x03, 0xffffffff); | |
6948 break; | |
6949 case GAIM_PRIVACY_DENY_ALL: | |
6950 aim_ssi_setpermdeny(od->sess, 0x02, 0xffffffff); | |
6951 break; | |
6952 case GAIM_PRIVACY_DENY_USERS: | |
6953 aim_ssi_setpermdeny(od->sess, 0x04, 0xffffffff); | |
6954 break; | |
6955 default: | |
6956 aim_ssi_setpermdeny(od->sess, 0x01, 0xffffffff); | |
6957 break; | |
6958 } | |
6959 } | |
4230 | 6960 #endif |
2086 | 6961 } |
6962 | |
5575 | 6963 static void oscar_add_permit(GaimConnection *gc, const char *who) { |
4269 | 6964 #ifdef NOSSI |
8143 | 6965 if (gc->account->perm_deny == 3) |
4269 | 6966 oscar_set_permit_deny(gc); |
6967 #else | |
7283 | 6968 OscarData *od = (OscarData *)gc->proto_data; |
8660 | 6969 gaim_debug_info("oscar", "ssi: About to add a permit\n"); |
4230 | 6970 if (od->sess->ssi.received_data) |
4889 | 6971 aim_ssi_addpermit(od->sess, who); |
4230 | 6972 #endif |
2086 | 6973 } |
6974 | |
5575 | 6975 static void oscar_add_deny(GaimConnection *gc, const char *who) { |
4269 | 6976 #ifdef NOSSI |
8143 | 6977 if (gc->account->perm_deny == 4) |
4269 | 6978 oscar_set_permit_deny(gc); |
6979 #else | |
7283 | 6980 OscarData *od = (OscarData *)gc->proto_data; |
8660 | 6981 gaim_debug_info("oscar", "ssi: About to add a deny\n"); |
4230 | 6982 if (od->sess->ssi.received_data) |
4889 | 6983 aim_ssi_adddeny(od->sess, who); |
4230 | 6984 #endif |
2086 | 6985 } |
6986 | |
5575 | 6987 static void oscar_rem_permit(GaimConnection *gc, const char *who) { |
4269 | 6988 #ifdef NOSSI |
8143 | 6989 if (gc->account->perm_deny == 3) |
4269 | 6990 oscar_set_permit_deny(gc); |
6991 #else | |
7283 | 6992 OscarData *od = (OscarData *)gc->proto_data; |
8660 | 6993 gaim_debug_info("oscar", "ssi: About to delete a permit\n"); |
4230 | 6994 if (od->sess->ssi.received_data) |
4889 | 6995 aim_ssi_delpermit(od->sess, who); |
4230 | 6996 #endif |
2086 | 6997 } |
6998 | |
5575 | 6999 static void oscar_rem_deny(GaimConnection *gc, const char *who) { |
4269 | 7000 #ifdef NOSSI |
8143 | 7001 if (gc->account->perm_deny == 4) |
4269 | 7002 oscar_set_permit_deny(gc); |
7003 #else | |
7283 | 7004 OscarData *od = (OscarData *)gc->proto_data; |
8660 | 7005 gaim_debug_info("oscar", "ssi: About to delete a deny\n"); |
4230 | 7006 if (od->sess->ssi.received_data) |
4889 | 7007 aim_ssi_deldeny(od->sess, who); |
4230 | 7008 #endif |
2086 | 7009 } |
7010 | |
9975 | 7011 static GList * |
7012 oscar_status_types(GaimAccount *account) | |
2086 | 7013 { |
9975 | 7014 GList *status_types = NULL; |
7015 GaimStatusType *type; | |
2501
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
7016 |
9973 | 7017 g_return_val_if_fail(account != NULL, NULL); |
7018 | |
10042 | 7019 /* Oscar-common status types */ |
9991 | 7020 type = gaim_status_type_new_full(GAIM_STATUS_OFFLINE, |
7021 OSCAR_STATUS_ID_OFFLINE, | |
10400 | 7022 _("Offline"), FALSE, TRUE, FALSE); |
9976 | 7023 status_types = g_list_append(status_types, type); |
7024 | |
9991 | 7025 type = gaim_status_type_new_full(GAIM_STATUS_ONLINE, |
7026 OSCAR_STATUS_ID_ONLINE, | |
10400 | 7027 _("Online"), FALSE, TRUE, FALSE); |
9976 | 7028 status_types = g_list_append(status_types, type); |
7029 | |
10198 | 7030 type = gaim_status_type_new_with_attrs(GAIM_STATUS_AVAILABLE, |
7031 OSCAR_STATUS_ID_AVAILABLE, | |
7032 _("Available"), TRUE, TRUE, FALSE, | |
7033 "message", _("Message"), | |
7034 gaim_value_new(GAIM_TYPE_STRING), NULL); | |
9976 | 7035 status_types = g_list_append(status_types, type); |
7036 | |
10195 | 7037 type = gaim_status_type_new_with_attrs(GAIM_STATUS_AWAY, |
7038 OSCAR_STATUS_ID_AWAY, | |
7039 _("Away"), TRUE, TRUE, FALSE, | |
7040 "message", _("Message"), | |
7041 gaim_value_new(GAIM_TYPE_STRING), NULL); | |
10042 | 7042 status_types = g_list_append(status_types, type); |
7043 | |
7044 type = gaim_status_type_new_full(GAIM_STATUS_HIDDEN, | |
7045 OSCAR_STATUS_ID_INVISIBLE, | |
10198 | 7046 _("Invisible"), TRUE, TRUE, FALSE); |
10042 | 7047 status_types = g_list_append(status_types, type); |
7048 | |
7049 if (aim_sn_is_icq(gaim_account_get_username(account)) == FALSE ) | |
7050 return status_types; | |
7051 | |
7052 /* ICQ-specific status types */ | |
7053 | |
9991 | 7054 type = gaim_status_type_new_full(GAIM_STATUS_AVAILABLE, |
7055 OSCAR_STATUS_ID_FREE4CHAT, | |
7056 _("Free For Chat"), TRUE, TRUE, FALSE); | |
9982 | 7057 status_types = g_list_append(status_types, type); |
7058 | |
9991 | 7059 type = gaim_status_type_new_full(GAIM_STATUS_UNAVAILABLE, |
7060 OSCAR_STATUS_ID_OCCUPIED, | |
7061 _("Occupied"), TRUE, TRUE, FALSE); | |
9976 | 7062 status_types = g_list_append(status_types, type); |
7063 | |
9991 | 7064 type = gaim_status_type_new_full(GAIM_STATUS_EXTENDED_AWAY, |
7065 OSCAR_STATUS_ID_DND, | |
7066 _("Do Not Disturb"), TRUE, TRUE, FALSE); | |
9976 | 7067 status_types = g_list_append(status_types, type); |
7068 | |
9991 | 7069 type = gaim_status_type_new_full(GAIM_STATUS_EXTENDED_AWAY, |
7070 OSCAR_STATUS_ID_NA, | |
7071 _("Not Available"), TRUE, TRUE, FALSE); | |
9976 | 7072 status_types = g_list_append(status_types, type); |
9975 | 7073 |
7074 return status_types; | |
4333 | 7075 } |
7076 | |
7172 | 7077 static void oscar_ssi_editcomment(struct name_data *data, const char *text) { |
8341 | 7078 GaimConnection *gc = data->gc; |
7079 OscarData *od = gc->proto_data; | |
7172 | 7080 GaimBuddy *b; |
7081 GaimGroup *g; | |
7082 | |
7083 if (!(b = gaim_find_buddy(gaim_connection_get_account(data->gc), data->name))) { | |
7084 oscar_free_name_data(data); | |
7085 return; | |
7086 } | |
7087 | |
7088 if (!(g = gaim_find_buddys_group(b))) { | |
7089 oscar_free_name_data(data); | |
7090 return; | |
7091 } | |
7092 | |
7093 aim_ssi_editcomment(od->sess, g->name, data->name, text); | |
8341 | 7094 |
7095 if (!aim_sncmp(data->name, gc->account->username)) | |
7096 gaim_check_comment(od, text); | |
7097 | |
7172 | 7098 oscar_free_name_data(data); |
7099 } | |
7100 | |
9030 | 7101 static void oscar_buddycb_edit_comment(GaimBlistNode *node, gpointer ignore) { |
7102 | |
7103 GaimBuddy *buddy; | |
7104 GaimConnection *gc; | |
7105 OscarData *od; | |
7106 struct name_data *data; | |
7172 | 7107 GaimGroup *g; |
7108 char *comment; | |
7109 gchar *comment_utf8; | |
9631 | 7110 gchar *title; |
7172 | 7111 |
9030 | 7112 g_return_if_fail(GAIM_BLIST_NODE_IS_BUDDY(node)); |
7113 | |
7114 buddy = (GaimBuddy *) node; | |
7115 gc = gaim_account_get_connection(buddy->account); | |
7116 od = gc->proto_data; | |
7117 | |
7118 data = g_new(struct name_data, 1); | |
7119 | |
7120 if (!(g = gaim_find_buddys_group(buddy))) | |
7172 | 7121 return; |
9030 | 7122 comment = aim_ssi_getcomment(od->sess->ssi.local, g->name, buddy->name); |
7172 | 7123 comment_utf8 = comment ? gaim_utf8_try_convert(comment) : NULL; |
7124 | |
7125 data->gc = gc; | |
9030 | 7126 data->name = g_strdup(buddy->name); |
7172 | 7127 data->nick = NULL; |
7128 | |
9631 | 7129 title = g_strdup_printf(_("Buddy Comment for %s"), data->name); |
7130 gaim_request_input(gc, title, _("Buddy Comment:"), NULL, | |
8697 | 7131 comment_utf8, TRUE, FALSE, NULL, |
7172 | 7132 _("OK"), G_CALLBACK(oscar_ssi_editcomment), |
7133 _("Cancel"), G_CALLBACK(oscar_free_name_data), | |
7134 data); | |
9631 | 7135 g_free(title); |
7172 | 7136 |
7137 free(comment); | |
7138 g_free(comment_utf8); | |
7139 } | |
7140 | |
9030 | 7141 static GList *oscar_buddy_menu(GaimBuddy *buddy) { |
7142 | |
7143 GaimConnection *gc = gaim_account_get_connection(buddy->account); | |
7283 | 7144 OscarData *od = gc->proto_data; |
9030 | 7145 |
4333 | 7146 GList *m = NULL; |
9030 | 7147 GaimBlistNodeAction *act; |
7148 | |
7149 act = gaim_blist_node_action_new(_("Edit Buddy Comment"), | |
10662
54ac161a876e
[gaim-migrate @ 12199]
Etan Reisner <pidgin@unreliablesource.net>
parents:
10654
diff
changeset
|
7150 oscar_buddycb_edit_comment, NULL, NULL); |
9030 | 7151 m = g_list_append(m, act); |
7172 | 7152 |
4333 | 7153 if (od->icq) { |
4624 | 7154 #if 0 |
9030 | 7155 act = gaim_blist_node_action_new(_("Get Status Msg"), |
10662
54ac161a876e
[gaim-migrate @ 12199]
Etan Reisner <pidgin@unreliablesource.net>
parents:
10654
diff
changeset
|
7156 oscar_get_icqstatusmsg, NULL, NULL); |
9030 | 7157 m = g_list_append(m, act); |
4624 | 7158 #endif |
4333 | 7159 } else { |
7011 | 7160 aim_userinfo_t *userinfo; |
9030 | 7161 userinfo = aim_locate_finduserinfo(od->sess, buddy->name); |
7162 | |
7163 if (userinfo && aim_sncmp(gaim_account_get_username(buddy->account), buddy->name) && | |
7164 GAIM_BUDDY_IS_ONLINE(buddy)) { | |
7165 | |
7011 | 7166 if (userinfo->capabilities & AIM_CAPS_DIRECTIM) { |
9030 | 7167 act = gaim_blist_node_action_new(_("Direct IM"), |
10662
54ac161a876e
[gaim-migrate @ 12199]
Etan Reisner <pidgin@unreliablesource.net>
parents:
10654
diff
changeset
|
7168 oscar_ask_direct_im, NULL, NULL); |
9030 | 7169 m = g_list_append(m, act); |
5917 | 7170 } |
9466 | 7171 #if 0 |
7011 | 7172 if (userinfo->capabilities & AIM_CAPS_GETFILE) { |
9030 | 7173 act = gaim_blist_node_action_new(_("Get File"), |
10662
54ac161a876e
[gaim-migrate @ 12199]
Etan Reisner <pidgin@unreliablesource.net>
parents:
10654
diff
changeset
|
7174 oscar_ask_getfile, NULL, NULL); |
9030 | 7175 m = g_list_append(m, act); |
5917 | 7176 } |
4826 | 7177 #endif |
4333 | 7178 } |
5131 | 7179 } |
5197 | 7180 |
5131 | 7181 if (od->sess->ssi.received_data) { |
9030 | 7182 char *gname = aim_ssi_itemlist_findparentname(od->sess->ssi.local, buddy->name); |
7183 if (gname && aim_ssi_waitingforauth(od->sess->ssi.local, gname, buddy->name)) { | |
7184 act = gaim_blist_node_action_new(_("Re-request Authorization"), | |
10662
54ac161a876e
[gaim-migrate @ 12199]
Etan Reisner <pidgin@unreliablesource.net>
parents:
10654
diff
changeset
|
7185 gaim_auth_sendrequest_menu, NULL, NULL); |
9030 | 7186 m = g_list_append(m, act); |
4333 | 7187 } |
4916 | 7188 } |
10157 | 7189 |
4333 | 7190 return m; |
7191 } | |
7192 | |
9030 | 7193 |
7194 static GList *oscar_blist_node_menu(GaimBlistNode *node) { | |
7195 if(GAIM_BLIST_NODE_IS_BUDDY(node)) { | |
7196 return oscar_buddy_menu((GaimBuddy *) node); | |
7197 } else { | |
7198 return NULL; | |
7199 } | |
7200 } | |
7201 | |
10570 | 7202 static void |
7203 oscar_icq_privacy_opts(GaimConnection *gc, GaimRequestFields *fields) | |
7204 { | |
7205 OscarData *od = gc->proto_data; | |
7206 GaimAccount *account = gaim_connection_get_account(gc); | |
7207 GaimRequestField *f; | |
7208 gboolean auth, hide_ip, web_aware; | |
7209 | |
7210 f = gaim_request_fields_get_field(fields, "authorization"); | |
7211 auth = gaim_request_field_bool_get_value(f); | |
7212 | |
7213 f = gaim_request_fields_get_field(fields, "hide_ip"); | |
7214 hide_ip = gaim_request_field_bool_get_value(f); | |
7215 | |
7216 f = gaim_request_fields_get_field(fields, "web_aware"); | |
7217 web_aware = gaim_request_field_bool_get_value(f); | |
7218 | |
7219 gaim_account_set_bool(account, "authorization", auth); | |
7220 gaim_account_set_bool(account, "hide_ip", hide_ip); | |
7221 gaim_account_set_bool(account, "web_aware", web_aware); | |
7222 | |
7223 aim_icq_setsecurity(od->sess, auth, web_aware, hide_ip); | |
7224 } | |
7225 | |
7226 static void | |
7227 oscar_show_icq_privacy_opts(GaimPluginAction *action) | |
7228 { | |
7229 GaimConnection *gc = (GaimConnection *) action->context; | |
7230 GaimAccount *account = gaim_connection_get_account(gc); | |
7231 GaimRequestFields *fields; | |
7232 GaimRequestFieldGroup *g; | |
7233 GaimRequestField *f; | |
7234 gboolean auth, hide_ip, web_aware; | |
7235 | |
7236 auth = gaim_account_get_bool(account, "authorization", OSCAR_DEFAULT_AUTHORIZATION); | |
7237 hide_ip = gaim_account_get_bool(account, "hide_ip", OSCAR_DEFAULT_HIDE_IP); | |
7238 web_aware = gaim_account_get_bool(account, "web_aware", OSCAR_DEFAULT_WEB_AWARE); | |
7239 | |
7240 fields = gaim_request_fields_new(); | |
7241 | |
7242 g = gaim_request_field_group_new(NULL); | |
7243 | |
7244 f = gaim_request_field_bool_new("authorization", _("Require authorization"), auth); | |
7245 gaim_request_field_group_add_field(g, f); | |
7246 | |
7247 f = gaim_request_field_bool_new("hide_ip", _("Hide IP address"), hide_ip); | |
7248 gaim_request_field_group_add_field(g, f); | |
7249 | |
7250 f = gaim_request_field_bool_new("web_aware", _("Web aware"), web_aware); | |
7251 gaim_request_field_group_add_field(g, f); | |
7252 | |
7253 gaim_request_fields_add_group(fields, g); | |
7254 | |
7255 gaim_request_fields(gc, _("ICQ Privacy Options"), _("ICQ Privacy Options"), | |
7256 NULL, fields, | |
7257 _("OK"), G_CALLBACK(oscar_icq_privacy_opts), | |
7258 _("Cancel"), NULL, gc); | |
7259 } | |
9030 | 7260 |
5575 | 7261 static void oscar_format_screenname(GaimConnection *gc, const char *nick) { |
7283 | 7262 OscarData *od = gc->proto_data; |
5575 | 7263 if (!aim_sncmp(gaim_account_get_username(gaim_connection_get_account(gc)), nick)) { |
4333 | 7264 if (!aim_getconn_type(od->sess, AIM_CONN_TYPE_AUTH)) { |
7265 od->setnick = TRUE; | |
7266 od->newsn = g_strdup(nick); | |
7267 aim_reqservice(od->sess, od->conn, AIM_CONN_TYPE_AUTH); | |
7268 } else { | |
7269 aim_admin_setnick(od->sess, aim_getconn_type(od->sess, AIM_CONN_TYPE_AUTH), nick); | |
7270 } | |
7271 } else { | |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
7272 gaim_notify_error(gc, NULL, _("The new formatting is invalid."), |
8152 | 7273 _("Screen name formatting can change only capitalization and whitespace.")); |
4333 | 7274 } |
7275 } | |
7276 | |
9015 | 7277 static void oscar_show_format_screenname(GaimPluginAction *action) |
4333 | 7278 { |
9015 | 7279 GaimConnection *gc = (GaimConnection *) action->context; |
8152 | 7280 gaim_request_input(gc, NULL, _("New screen name formatting:"), NULL, |
8697 | 7281 gaim_connection_get_display_name(gc), FALSE, FALSE, NULL, |
5493
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
7282 _("OK"), G_CALLBACK(oscar_format_screenname), |
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
7283 _("Cancel"), NULL, |
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
7284 gc); |
4333 | 7285 } |
7286 | |
9015 | 7287 static void oscar_confirm_account(GaimPluginAction *action) |
4333 | 7288 { |
9015 | 7289 GaimConnection *gc = (GaimConnection *) action->context; |
7283 | 7290 OscarData *od = gc->proto_data; |
4333 | 7291 aim_conn_t *conn = aim_getconn_type(od->sess, AIM_CONN_TYPE_AUTH); |
7292 | |
7293 if (conn) { | |
7294 aim_admin_reqconfirm(od->sess, conn); | |
7295 } else { | |
7296 od->conf = TRUE; | |
7297 aim_reqservice(od->sess, od->conn, AIM_CONN_TYPE_AUTH); | |
7298 } | |
7299 } | |
7300 | |
9015 | 7301 static void oscar_show_email(GaimPluginAction *action) |
4333 | 7302 { |
9015 | 7303 GaimConnection *gc = (GaimConnection *) action->context; |
7283 | 7304 OscarData *od = gc->proto_data; |
4333 | 7305 aim_conn_t *conn = aim_getconn_type(od->sess, AIM_CONN_TYPE_AUTH); |
7306 | |
7307 if (conn) { | |
7308 aim_admin_getinfo(od->sess, conn, 0x11); | |
7309 } else { | |
7310 od->reqemail = TRUE; | |
7311 aim_reqservice(od->sess, od->conn, AIM_CONN_TYPE_AUTH); | |
7312 } | |
7313 } | |
7314 | |
5575 | 7315 static void oscar_change_email(GaimConnection *gc, const char *email) |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
7316 { |
7283 | 7317 OscarData *od = gc->proto_data; |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
7318 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
|
7319 |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
7320 if (conn) { |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
7321 aim_admin_setemail(od->sess, conn, email); |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
7322 } else { |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
7323 od->setemail = TRUE; |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
7324 od->email = g_strdup(email); |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
7325 aim_reqservice(od->sess, od->conn, AIM_CONN_TYPE_AUTH); |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
7326 } |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
7327 } |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
7328 |
9015 | 7329 static void oscar_show_change_email(GaimPluginAction *action) |
4333 | 7330 { |
9015 | 7331 GaimConnection *gc = (GaimConnection *) action->context; |
6035
8c44020a958e
[gaim-migrate @ 6485]
Christian Hammond <chipx86@chipx86.com>
parents:
6029
diff
changeset
|
7332 gaim_request_input(gc, NULL, _("Change Address To:"), NULL, NULL, |
8697 | 7333 FALSE, FALSE, NULL, |
5493
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
7334 _("OK"), G_CALLBACK(oscar_change_email), |
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
7335 _("Cancel"), NULL, |
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
7336 gc); |
4333 | 7337 } |
7338 | |
9015 | 7339 static void oscar_show_awaitingauth(GaimPluginAction *action) |
4333 | 7340 { |
9015 | 7341 GaimConnection *gc = (GaimConnection *) action->context; |
7283 | 7342 OscarData *od = gc->proto_data; |
4333 | 7343 gchar *nombre, *text, *tmp; |
6695 | 7344 GaimBlistNode *gnode, *cnode, *bnode; |
4333 | 7345 int num=0; |
7346 | |
6873 | 7347 text = g_strdup(""); |
4333 | 7348 |
4785 | 7349 for (gnode = gaim_get_blist()->root; gnode; gnode = gnode->next) { |
6695 | 7350 GaimGroup *group = (GaimGroup *)gnode; |
4785 | 7351 if(!GAIM_BLIST_NODE_IS_GROUP(gnode)) |
7352 continue; | |
6695 | 7353 for (cnode = gnode->child; cnode; cnode = cnode->next) { |
7354 if(!GAIM_BLIST_NODE_IS_CONTACT(cnode)) | |
4785 | 7355 continue; |
6695 | 7356 for (bnode = cnode->child; bnode; bnode = bnode->next) { |
7357 GaimBuddy *buddy = (GaimBuddy *)bnode; | |
7358 if(!GAIM_BLIST_NODE_IS_BUDDY(bnode)) | |
7359 continue; | |
7360 if (buddy->account == gc->account && aim_ssi_waitingforauth(od->sess->ssi.local, group->name, buddy->name)) { | |
9620 | 7361 if (gaim_buddy_get_alias_only(buddy)) |
7362 nombre = g_strdup_printf(" %s (%s)", buddy->name, gaim_buddy_get_alias_only(buddy)); | |
6695 | 7363 else |
7364 nombre = g_strdup_printf(" %s", buddy->name); | |
6873 | 7365 tmp = g_strdup_printf("%s%s<br>", text, nombre); |
6695 | 7366 g_free(text); |
7367 text = tmp; | |
7368 g_free(nombre); | |
7369 num++; | |
7370 } | |
4333 | 7371 } |
2979 | 7372 } |
4333 | 7373 } |
7374 | |
7375 if (!num) { | |
7376 g_free(text); | |
6873 | 7377 text = g_strdup(_("<i>you are not waiting for authorization</i>")); |
7378 } | |
7379 | |
7380 gaim_notify_formatted(gc, NULL, _("You are awaiting authorization from " | |
7381 "the following buddies"), _("You can re-request " | |
7382 "authorization from these buddies by " | |
7383 "right-clicking on them and selecting " | |
7384 "\"Re-request Authorization.\""), text, NULL, NULL); | |
4333 | 7385 g_free(text); |
2979 | 7386 } |
7387 | |
7080
fc9c74cfb306
[gaim-migrate @ 7645]
Christian Hammond <chipx86@chipx86.com>
parents:
7067
diff
changeset
|
7388 static void search_by_email_cb(GaimConnection *gc, const char *email) |
fc9c74cfb306
[gaim-migrate @ 7645]
Christian Hammond <chipx86@chipx86.com>
parents:
7067
diff
changeset
|
7389 { |
8950 | 7390 OscarData *od = (OscarData *)gc->proto_data; |
7391 | |
7392 aim_search_address(od->sess, od->conn, email); | |
7080
fc9c74cfb306
[gaim-migrate @ 7645]
Christian Hammond <chipx86@chipx86.com>
parents:
7067
diff
changeset
|
7393 } |
fc9c74cfb306
[gaim-migrate @ 7645]
Christian Hammond <chipx86@chipx86.com>
parents:
7067
diff
changeset
|
7394 |
9015 | 7395 static void oscar_show_find_email(GaimPluginAction *action) |
7080
fc9c74cfb306
[gaim-migrate @ 7645]
Christian Hammond <chipx86@chipx86.com>
parents:
7067
diff
changeset
|
7396 { |
9015 | 7397 GaimConnection *gc = (GaimConnection *) action->context; |
7080
fc9c74cfb306
[gaim-migrate @ 7645]
Christian Hammond <chipx86@chipx86.com>
parents:
7067
diff
changeset
|
7398 gaim_request_input(gc, _("Find Buddy by E-mail"), |
fc9c74cfb306
[gaim-migrate @ 7645]
Christian Hammond <chipx86@chipx86.com>
parents:
7067
diff
changeset
|
7399 _("Search for a buddy by e-mail address"), |
fc9c74cfb306
[gaim-migrate @ 7645]
Christian Hammond <chipx86@chipx86.com>
parents:
7067
diff
changeset
|
7400 _("Type the e-mail address of the buddy you are " |
fc9c74cfb306
[gaim-migrate @ 7645]
Christian Hammond <chipx86@chipx86.com>
parents:
7067
diff
changeset
|
7401 "searching for."), |
8697 | 7402 NULL, FALSE, FALSE, NULL, |
7080
fc9c74cfb306
[gaim-migrate @ 7645]
Christian Hammond <chipx86@chipx86.com>
parents:
7067
diff
changeset
|
7403 _("Search"), G_CALLBACK(search_by_email_cb), |
fc9c74cfb306
[gaim-migrate @ 7645]
Christian Hammond <chipx86@chipx86.com>
parents:
7067
diff
changeset
|
7404 _("Cancel"), NULL, gc); |
fc9c74cfb306
[gaim-migrate @ 7645]
Christian Hammond <chipx86@chipx86.com>
parents:
7067
diff
changeset
|
7405 } |
fc9c74cfb306
[gaim-migrate @ 7645]
Christian Hammond <chipx86@chipx86.com>
parents:
7067
diff
changeset
|
7406 |
9015 | 7407 static void oscar_show_set_info(GaimPluginAction *action) |
7067
71e0da45abe6
[gaim-migrate @ 7631]
Christian Hammond <chipx86@chipx86.com>
parents:
7063
diff
changeset
|
7408 { |
9015 | 7409 GaimConnection *gc = (GaimConnection *) action->context; |
7067
71e0da45abe6
[gaim-migrate @ 7631]
Christian Hammond <chipx86@chipx86.com>
parents:
7063
diff
changeset
|
7410 gaim_account_request_change_user_info(gaim_connection_get_account(gc)); |
71e0da45abe6
[gaim-migrate @ 7631]
Christian Hammond <chipx86@chipx86.com>
parents:
7063
diff
changeset
|
7411 } |
71e0da45abe6
[gaim-migrate @ 7631]
Christian Hammond <chipx86@chipx86.com>
parents:
7063
diff
changeset
|
7412 |
9015 | 7413 static void oscar_show_set_info_icqurl(GaimPluginAction *action) |
8576 | 7414 { |
9015 | 7415 GaimConnection *gc = (GaimConnection *) action->context; |
10240
95ca0db2d01d
[gaim-migrate @ 11377]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
10209
diff
changeset
|
7416 gaim_notify_uri(gc, "http://www.icq.com/whitepages/user_details.php"); |
8576 | 7417 } |
7418 | |
9015 | 7419 static void oscar_change_pass(GaimPluginAction *action) |
7063
7fdac700deb1
[gaim-migrate @ 7627]
Christian Hammond <chipx86@chipx86.com>
parents:
7060
diff
changeset
|
7420 { |
9015 | 7421 GaimConnection *gc = (GaimConnection *) action->context; |
7063
7fdac700deb1
[gaim-migrate @ 7627]
Christian Hammond <chipx86@chipx86.com>
parents:
7060
diff
changeset
|
7422 gaim_account_request_change_password(gaim_connection_get_account(gc)); |
7fdac700deb1
[gaim-migrate @ 7627]
Christian Hammond <chipx86@chipx86.com>
parents:
7060
diff
changeset
|
7423 } |
7fdac700deb1
[gaim-migrate @ 7627]
Christian Hammond <chipx86@chipx86.com>
parents:
7060
diff
changeset
|
7424 |
9015 | 7425 static void oscar_show_chpassurl(GaimPluginAction *action) |
4333 | 7426 { |
9015 | 7427 GaimConnection *gc = (GaimConnection *) action->context; |
7283 | 7428 OscarData *od = gc->proto_data; |
5575 | 7429 gchar *substituted = gaim_strreplace(od->sess->authinfo->chpassurl, "%s", gaim_account_get_username(gaim_connection_get_account(gc))); |
10240
95ca0db2d01d
[gaim-migrate @ 11377]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
10209
diff
changeset
|
7430 gaim_notify_uri(gc, substituted); |
5517 | 7431 g_free(substituted); |
4333 | 7432 } |
7433 | |
9015 | 7434 static void oscar_show_imforwardingurl(GaimPluginAction *action) |
7026 | 7435 { |
9015 | 7436 GaimConnection *gc = (GaimConnection *) action->context; |
10240
95ca0db2d01d
[gaim-migrate @ 11377]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
10209
diff
changeset
|
7437 gaim_notify_uri(gc, "http://mymobile.aol.com/dbreg/register?action=imf&clientID=1"); |
7026 | 7438 } |
7439 | |
5842 | 7440 static void oscar_set_icon(GaimConnection *gc, const char *iconfile) |
7441 { | |
7283 | 7442 OscarData *od = gc->proto_data; |
5844 | 7443 aim_session_t *sess = od->sess; |
5842 | 7444 FILE *file; |
7445 struct stat st; | |
5844 | 7446 |
6039 | 7447 if (iconfile == NULL) { |
8363 | 7448 aim_ssi_delicon(od->sess); |
10589
0f7452b1f777
[gaim-migrate @ 11994]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
10574
diff
changeset
|
7449 } else if (!g_stat(iconfile, &st)) { |
5842 | 7450 char *buf = g_malloc(st.st_size); |
10589
0f7452b1f777
[gaim-migrate @ 11994]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
10574
diff
changeset
|
7451 file = g_fopen(iconfile, "rb"); |
5842 | 7452 if (file) { |
6052 | 7453 md5_state_t *state; |
6039 | 7454 char md5[16]; |
9532 | 7455 /* XXX - Use g_file_get_contents()? */ |
5842 | 7456 int len = fread(buf, 1, st.st_size, file); |
6039 | 7457 fclose(file); |
6052 | 7458 state = g_malloc(sizeof(md5_state_t)); |
5842 | 7459 md5_init(state); |
7460 md5_append(state, buf, len); | |
7461 md5_finish(state, md5); | |
7462 g_free(state); | |
7463 aim_ssi_seticon(sess, md5, 16); | |
7464 } else | |
8660 | 7465 gaim_debug_error("oscar", |
5842 | 7466 "Can't open buddy icon file!\n"); |
7467 g_free(buf); | |
7468 } else | |
8660 | 7469 gaim_debug_error("oscar", |
5842 | 7470 "Can't stat buddy icon file!\n"); |
7471 } | |
7472 | |
7473 | |
9015 | 7474 static GList *oscar_actions(GaimPlugin *plugin, gpointer context) |
2086 | 7475 { |
9015 | 7476 GaimConnection *gc = (GaimConnection *) context; |
7283 | 7477 OscarData *od = gc->proto_data; |
4333 | 7478 GList *m = NULL; |
9015 | 7479 GaimPluginAction *act; |
7480 | |
7481 act = gaim_plugin_action_new(_("Set User Info..."), | |
7482 oscar_show_set_info); | |
7483 m = g_list_append(m, act); | |
4333 | 7484 |
10570 | 7485 if (od->icq) |
7486 { | |
9015 | 7487 act = gaim_plugin_action_new(_("Set User Info (URL)..."), |
7488 oscar_show_set_info_icqurl); | |
7489 m = g_list_append(m, act); | |
8576 | 7490 } |
7491 | |
9015 | 7492 act = gaim_plugin_action_new(_("Change Password..."), |
7493 oscar_change_pass); | |
7494 m = g_list_append(m, act); | |
4617 | 7495 |
10570 | 7496 if (od->sess->authinfo->chpassurl != NULL) |
7497 { | |
9015 | 7498 act = gaim_plugin_action_new(_("Change Password (URL)"), |
7499 oscar_show_chpassurl); | |
7500 m = g_list_append(m, act); | |
7501 | |
7502 act = gaim_plugin_action_new(_("Configure IM Forwarding (URL)"), | |
7503 oscar_show_imforwardingurl); | |
7504 m = g_list_append(m, act); | |
7026 | 7505 } |
7506 | |
10570 | 7507 m = g_list_append(m, NULL); |
7508 | |
7509 if (od->icq) | |
7510 { | |
7511 /* ICQ actions */ | |
7512 act = gaim_plugin_action_new(_("Show privacy options..."), | |
7513 oscar_show_icq_privacy_opts); | |
7514 m = g_list_append(m, act); | |
7515 } | |
7516 else | |
7517 { | |
4617 | 7518 /* AIM actions */ |
9015 | 7519 act = gaim_plugin_action_new(_("Format Screen Name..."), |
7520 oscar_show_format_screenname); | |
7521 m = g_list_append(m, act); | |
7522 | |
7523 act = gaim_plugin_action_new(_("Confirm Account"), | |
7524 oscar_confirm_account); | |
7525 m = g_list_append(m, act); | |
7526 | |
7527 act = gaim_plugin_action_new(_("Display Currently Registered Address"), | |
7528 oscar_show_email); | |
7529 m = g_list_append(m, act); | |
7530 | |
7531 act = gaim_plugin_action_new(_("Change Currently Registered Address..."), | |
7532 oscar_show_change_email); | |
7533 m = g_list_append(m, act); | |
2086 | 7534 } |
4333 | 7535 |
7536 m = g_list_append(m, NULL); | |
7537 | |
9015 | 7538 act = gaim_plugin_action_new(_("Show Buddies Awaiting Authorization"), |
7539 oscar_show_awaitingauth); | |
7540 m = g_list_append(m, act); | |
4333 | 7541 |
2086 | 7542 m = g_list_append(m, NULL); |
4333 | 7543 |
9015 | 7544 act = gaim_plugin_action_new(_("Search for Buddy by Email..."), |
7545 oscar_show_find_email); | |
7546 m = g_list_append(m, act); | |
4333 | 7547 |
8591 | 7548 #if 0 |
9015 | 7549 act = gaim_plugin_action_new(_("Search for Buddy by Information"), |
7550 show_find_info); | |
7551 m = g_list_append(m, act); | |
8591 | 7552 #endif |
2086 | 7553 |
7554 return m; | |
7555 } | |
7556 | |
5575 | 7557 static void oscar_change_passwd(GaimConnection *gc, const char *old, const char *new) |
2086 | 7558 { |
7283 | 7559 OscarData *od = gc->proto_data; |
4617 | 7560 |
7561 if (od->icq) { | |
7562 aim_icq_changepasswd(od->sess, new); | |
2086 | 7563 } else { |
4617 | 7564 aim_conn_t *conn = aim_getconn_type(od->sess, AIM_CONN_TYPE_AUTH); |
7565 if (conn) { | |
7566 aim_admin_changepasswd(od->sess, conn, new, old); | |
7567 } else { | |
7568 od->chpass = TRUE; | |
7569 od->oldp = g_strdup(old); | |
7570 od->newp = g_strdup(new); | |
7571 aim_reqservice(od->sess, od->conn, AIM_CONN_TYPE_AUTH); | |
7572 } | |
2086 | 7573 } |
7574 } | |
7575 | |
6059 | 7576 static void oscar_convo_closed(GaimConnection *gc, const char *who) |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
7577 { |
7283 | 7578 OscarData *od = gc->proto_data; |
8971 | 7579 struct oscar_direct_im *dim = oscar_direct_im_find(od, who); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
7580 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
7581 if (!dim) |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
7582 return; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
7583 |
8971 | 7584 oscar_direct_im_destroy(od, dim); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
7585 } |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
7586 |
9935 | 7587 static void |
7588 recent_buddies_cb(const char *name, GaimPrefType type, gpointer value, gpointer data) | |
7589 { | |
7590 GaimConnection *gc = data; | |
7591 OscarData *od = gc->proto_data; | |
7592 aim_session_t *sess = od->sess; | |
7593 fu32_t presence; | |
7594 | |
7595 presence = aim_ssi_getpresence(sess->ssi.local); | |
7596 | |
7597 if (value) { | |
9992 | 7598 /* Based on the packet capture I thought it was the first one */ |
7599 /* Stu thinks it's the second one. */ | |
7600 /* presence |= 0x00400000; */ | |
9971 | 7601 presence &= ~0x00020000; |
9935 | 7602 aim_ssi_setpresence(sess, presence); |
7603 } else { | |
9992 | 7604 /* presence &= ~0x00400000; */ |
9971 | 7605 presence |= 0x00020000; |
9935 | 7606 aim_ssi_setpresence(sess, presence); |
7607 } | |
7608 } | |
7609 | |
10653 | 7610 #if USE_PRPL_PREFERENCES |
9935 | 7611 static GaimPluginPrefFrame * |
9936 | 7612 get_plugin_pref_frame(GaimPlugin *plugin) |
7613 { | |
9935 | 7614 GaimPluginPrefFrame *frame; |
7615 GaimPluginPref *ppref; | |
7616 | |
7617 frame = gaim_plugin_pref_frame_new(); | |
7618 | |
7619 ppref = gaim_plugin_pref_new_with_name_and_label("/plugins/prpl/oscar/recent_buddies", _("Use recent buddies group")); | |
7620 gaim_plugin_pref_frame_add(frame, ppref); | |
7621 | |
7622 ppref = gaim_plugin_pref_new_with_name_and_label("/plugins/prpl/oscar/show_idle", _("Show how long you have been idle")); | |
7623 gaim_plugin_pref_frame_add(frame, ppref); | |
7624 | |
7625 return frame; | |
7626 } | |
10653 | 7627 #endif |
9935 | 7628 |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
7629 static GaimPluginProtocolInfo prpl_info = |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
7630 { |
9308 | 7631 OPT_PROTO_MAIL_CHECK | OPT_PROTO_IM_IMAGE, |
9475 | 7632 NULL, /* user_splits */ |
7633 NULL, /* protocol_options */ | |
10674 | 7634 {"jpeg,gif,bmp,ico", 48, 48, 50, 50, |
7635 GAIM_ICON_SCALE_SEND | GAIM_ICON_SCALE_DISPLAY}, /* icon_spec */ | |
9475 | 7636 oscar_list_icon, /* list_icon */ |
7637 oscar_list_emblems, /* list_emblems */ | |
7638 oscar_status_text, /* status_text */ | |
7639 oscar_tooltip_text, /* tooltip_text */ | |
9973 | 7640 oscar_status_types, /* status_types */ |
9475 | 7641 oscar_blist_node_menu, /* blist_node_menu */ |
7642 oscar_chat_info, /* chat_info */ | |
9754 | 7643 oscar_chat_info_defaults, /* chat_info_defaults */ |
9475 | 7644 oscar_login, /* login */ |
7645 oscar_close, /* close */ | |
7646 oscar_send_im, /* send_im */ | |
7647 oscar_set_info, /* set_info */ | |
7648 oscar_send_typing, /* send_typing */ | |
7649 oscar_get_info, /* get_info */ | |
9973 | 7650 oscar_set_status, /* set_status */ |
9475 | 7651 oscar_set_idle, /* set_idle */ |
7652 oscar_change_passwd, /* change_passwd */ | |
7653 oscar_add_buddy, /* add_buddy */ | |
7654 oscar_add_buddies, /* add_buddies */ | |
7655 oscar_remove_buddy, /* remove_buddy */ | |
7656 oscar_remove_buddies, /* remove_buddies */ | |
7657 oscar_add_permit, /* add_permit */ | |
7658 oscar_add_deny, /* add_deny */ | |
7659 oscar_rem_permit, /* rem_permit */ | |
7660 oscar_rem_deny, /* rem_deny */ | |
7661 oscar_set_permit_deny, /* set_permit_deny */ | |
7662 oscar_warn, /* warn */ | |
7663 oscar_join_chat, /* join_chat */ | |
7664 NULL, /* reject_chat */ | |
9973 | 7665 oscar_get_chat_name, /* get_chat_name */ |
9475 | 7666 oscar_chat_invite, /* chat_invite */ |
7667 oscar_chat_leave, /* chat_leave */ | |
7668 NULL, /* chat_whisper */ | |
7669 oscar_send_chat, /* chat_send */ | |
7670 oscar_keepalive, /* keepalive */ | |
7671 NULL, /* register_user */ | |
7672 NULL, /* get_cb_info */ | |
7673 NULL, /* get_cb_away */ | |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
7674 #ifndef NOSSI |
9475 | 7675 oscar_alias_buddy, /* alias_buddy */ |
7676 oscar_move_buddy, /* group_buddy */ | |
7677 oscar_rename_group, /* rename_group */ | |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
7678 #else |
9475 | 7679 NULL, /* alias_buddy */ |
7680 NULL, /* group_buddy */ | |
7681 NULL, /* rename_group */ | |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
7682 #endif |
9475 | 7683 NULL, /* buddy_free */ |
7684 oscar_convo_closed, /* convo_closed */ | |
7685 NULL, /* normalize */ | |
7686 oscar_set_icon, /* set_buddy_icon */ | |
7687 NULL, /* remove_group */ | |
7688 NULL, /* get_cb_real_name */ | |
7689 NULL, /* set_chat_topic */ | |
7690 NULL, /* find_blist_chat */ | |
7691 NULL, /* roomlist_get_list */ | |
7692 NULL, /* roomlist_cancel */ | |
7693 NULL, /* roomlist_expand_category */ | |
7694 oscar_can_receive_file, /* can_receive_file */ | |
7695 oscar_send_file /* send_file */ | |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
7696 }; |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
7697 |
10653 | 7698 #if USE_PRPL_PREFERENCES |
9935 | 7699 static GaimPluginUiInfo prefs_info = { |
7700 get_plugin_pref_frame | |
7701 }; | |
10653 | 7702 #endif |
9935 | 7703 |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
7704 static GaimPluginInfo info = |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
7705 { |
9943 | 7706 GAIM_PLUGIN_MAGIC, |
7707 GAIM_MAJOR_VERSION, | |
7708 GAIM_MINOR_VERSION, | |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
7709 GAIM_PLUGIN_PROTOCOL, /**< type */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
7710 NULL, /**< ui_requirement */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
7711 0, /**< flags */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
7712 NULL, /**< dependencies */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
7713 GAIM_PRIORITY_DEFAULT, /**< priority */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
7714 |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
7715 "prpl-oscar", /**< id */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
7716 "AIM/ICQ", /**< name */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
7717 VERSION, /**< version */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
7718 /** summary */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
7719 N_("AIM/ICQ Protocol Plugin"), |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
7720 /** description */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
7721 N_("AIM/ICQ Protocol Plugin"), |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
7722 NULL, /**< author */ |
6371
8f94cce8faa5
[gaim-migrate @ 6876]
Christian Hammond <chipx86@chipx86.com>
parents:
6350
diff
changeset
|
7723 GAIM_WEBSITE, /**< homepage */ |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
7724 |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
7725 NULL, /**< load */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
7726 NULL, /**< unload */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
7727 NULL, /**< destroy */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
7728 |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
7729 NULL, /**< ui_info */ |
8993 | 7730 &prpl_info, /**< extra_info */ |
10653 | 7731 #if USE_PRPL_PREFERENCES |
10487 | 7732 NULL, /**< prefs_info */ |
10653 | 7733 #else |
7734 NULL, /**< prefs_info */ | |
7735 #endif | |
9015 | 7736 oscar_actions |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
7737 }; |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
7738 |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
7739 static void |
5920
7d385de2f9cd
[gaim-migrate @ 6360]
Christian Hammond <chipx86@chipx86.com>
parents:
5917
diff
changeset
|
7740 init_plugin(GaimPlugin *plugin) |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
7741 { |
5638
0bdfa28c678e
[gaim-migrate @ 6047]
Christian Hammond <chipx86@chipx86.com>
parents:
5631
diff
changeset
|
7742 GaimAccountOption *option; |
0bdfa28c678e
[gaim-migrate @ 6047]
Christian Hammond <chipx86@chipx86.com>
parents:
5631
diff
changeset
|
7743 |
9830 | 7744 option = gaim_account_option_string_new(_("Auth host"), "server", FAIM_LOGIN_SERVER); |
7745 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option); | |
7746 | |
7747 option = gaim_account_option_int_new(_("Auth port"), "port", FAIM_LOGIN_PORT); | |
7748 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option); | |
7749 | |
7750 option = gaim_account_option_string_new(_("Encoding"), "encoding", OSCAR_DEFAULT_CUSTOM_ENCODING); | |
7751 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option); | |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
7752 |
9935 | 7753 gaim_prefs_add_none("/plugins/prpl/oscar"); |
7754 gaim_prefs_add_bool("/plugins/prpl/oscar/recent_buddies", FALSE); | |
9942 | 7755 gaim_prefs_add_bool("/plugins/prpl/oscar/show_idle", FALSE); |
2086 | 7756 } |
7757 | |
5920
7d385de2f9cd
[gaim-migrate @ 6360]
Christian Hammond <chipx86@chipx86.com>
parents:
5917
diff
changeset
|
7758 GAIM_INIT_PLUGIN(oscar, init_plugin, info); |