Mercurial > pidgin.yaz
annotate src/protocols/oscar/oscar.c @ 5872:059d95c67cda
[gaim-migrate @ 6304]
The legendary Header File Cleanup! Files now only include what they need.
This should reduce the number of files that must recompile when a header
file changes. It's a lot nicer. Trust me on it. I also added a couple new
header files. I hope I didn't break TOO much!
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sat, 14 Jun 2003 23:21:02 +0000 |
parents | d048e5f2af27 |
children | da8939ad60b6 |
rev | line source |
---|---|
2086 | 1 /* |
2 * gaim | |
3 * | |
4 * Some code copyright (C) 1998-1999, Mark Spencer <markster@marko.net> | |
5 * libfaim code copyright 1998, 1999 Adam Fritzler <afritz@auk.cx> | |
6 * | |
7 * This program is free software; you can redistribute it and/or modify | |
8 * it under the terms of the GNU General Public License as published by | |
9 * the Free Software Foundation; either version 2 of the License, or | |
10 * (at your option) any later version. | |
11 * | |
12 * This program is distributed in the hope that it will be useful, | |
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
15 * GNU General Public License for more details. | |
16 * | |
17 * You should have received a copy of the GNU General Public License | |
18 * along with this program; if not, write to the Free Software | |
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
20 * | |
21 */ | |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
22 #include "internal.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
23 |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
24 #include "account.h" |
5638
0bdfa28c678e
[gaim-migrate @ 6047]
Christian Hammond <chipx86@chipx86.com>
parents:
5631
diff
changeset
|
25 #include "accountopt.h" |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
26 #include "conversation.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
27 #include "debug.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
28 #include "ft.h" |
2086 | 29 #include "multi.h" |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
30 #include "notify.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
31 #include "privacy.h" |
2086 | 32 #include "prpl.h" |
4889 | 33 #include "proxy.h" |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
34 #include "request.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
35 #include "util.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
36 |
2086 | 37 #include "aim.h" |
5842 | 38 #include "md5.h" |
2086 | 39 |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
40 /* XXX */ |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
41 #include "gaim.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
42 #include "ui.h" |
3630 | 43 |
2086 | 44 |
2501
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
45 #define UC_AOL 0x02 |
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
46 #define UC_ADMIN 0x04 |
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
47 #define UC_UNCONFIRMED 0x08 |
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
48 #define UC_NORMAL 0x10 |
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
49 #define UC_AB 0x20 |
3079 | 50 #define UC_WIRELESS 0x40 |
2501
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
51 |
2086 | 52 #define AIMHASHDATA "http://gaim.sourceforge.net/aim_data.php3" |
53 | |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
54 static GaimPlugin *my_protocol = NULL; |
4249 | 55 |
4811 | 56 static int caps_aim = AIM_CAPS_CHAT | AIM_CAPS_BUDDYICON | AIM_CAPS_IMIMAGE | AIM_CAPS_SENDFILE | AIM_CAPS_INTEROPERATE; |
57 static int caps_icq = AIM_CAPS_BUDDYICON | AIM_CAPS_IMIMAGE | AIM_CAPS_SENDFILE | AIM_CAPS_ICQUTF8 | AIM_CAPS_INTEROPERATE; | |
3458 | 58 |
4665 | 59 static fu8_t features_aim[] = {0x01, 0x01, 0x01, 0x02}; |
60 static fu8_t features_icq[] = {0x01, 0x06}; | |
2086 | 61 |
62 struct oscar_data { | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
63 aim_session_t *sess; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
64 aim_conn_t *conn; |
2086 | 65 |
66 guint cnpa; | |
67 guint paspa; | |
3694 | 68 guint emlpa; |
4804 | 69 guint icopa; |
2086 | 70 |
4823 | 71 gboolean iconconnecting; |
5842 | 72 gboolean set_icon; |
4823 | 73 |
2822
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
74 GSList *create_rooms; |
2086 | 75 |
76 gboolean conf; | |
77 gboolean reqemail; | |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
78 gboolean setemail; |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
79 char *email; |
2979 | 80 gboolean setnick; |
81 char *newsn; | |
2086 | 82 gboolean chpass; |
83 char *oldp; | |
84 char *newp; | |
5842 | 85 |
2086 | 86 GSList *oscar_chats; |
87 GSList *direct_ims; | |
3630 | 88 GSList *file_transfers; |
4738 | 89 GHashTable *buddyinfo; |
4804 | 90 GSList *requesticon; |
2086 | 91 |
2501
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
92 gboolean killme; |
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
93 gboolean icq; |
2791
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
94 GSList *evilhack; |
4804 | 95 guint icontimer; |
2993 | 96 |
97 struct { | |
4230 | 98 guint maxwatchers; /* max users who can watch you */ |
2993 | 99 guint maxbuddies; /* max users you can watch */ |
4230 | 100 guint maxgroups; /* max groups in server list */ |
2993 | 101 guint maxpermits; /* max users on permit list */ |
102 guint maxdenies; /* max users on deny list */ | |
103 guint maxsiglen; /* max size (bytes) of profile */ | |
104 guint maxawaymsglen; /* max size (bytes) of posted away message */ | |
105 } rights; | |
2086 | 106 }; |
107 | |
2822
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
108 struct create_room { |
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
109 char *name; |
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
110 int exchange; |
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
111 }; |
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
112 |
2086 | 113 struct chat_connection { |
114 char *name; | |
115 char *show; /* AOL did something funny to us */ | |
2821
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
116 fu16_t exchange; |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
117 fu16_t instance; |
2086 | 118 int fd; /* this is redundant since we have the conn below */ |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
119 aim_conn_t *conn; |
2086 | 120 int inpa; |
121 int id; | |
5575 | 122 GaimConnection *gc; /* i hate this. */ |
5679 | 123 GaimConversation *cnv; /* bah. */ |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
124 int maxlen; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
125 int maxvis; |
2086 | 126 }; |
127 | |
128 struct direct_im { | |
5575 | 129 GaimConnection *gc; |
2086 | 130 char name[80]; |
131 int watcher; | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
132 aim_conn_t *conn; |
3008 | 133 gboolean connected; |
2086 | 134 }; |
135 | |
136 struct ask_direct { | |
5575 | 137 GaimConnection *gc; |
2086 | 138 char *sn; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
139 char ip[64]; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
140 fu8_t cookie[8]; |
2086 | 141 }; |
142 | |
4738 | 143 /* Various PRPL-specific buddy info that we want to keep track of */ |
144 struct buddyinfo { | |
145 time_t signon; | |
146 int caps; | |
147 gboolean typingnot; | |
5836 | 148 gchar *availablemsg; |
149 | |
150 unsigned long ico_me_len; | |
151 unsigned long ico_me_csum; | |
152 time_t ico_me_time; | |
153 gboolean ico_informed; | |
4738 | 154 |
155 unsigned long ico_len; | |
156 unsigned long ico_csum; | |
157 time_t ico_time; | |
158 gboolean ico_need; | |
159 | |
4853 | 160 fu16_t iconcsumlen; |
5836 | 161 fu8_t *iconcsum; |
2086 | 162 }; |
163 | |
4230 | 164 struct name_data { |
5575 | 165 GaimConnection *gc; |
4230 | 166 gchar *name; |
3453 | 167 gchar *nick; |
3141 | 168 }; |
169 | |
5129 | 170 static char *msgerrreason[] = { |
171 N_("Invalid error"), | |
172 N_("Invalid SNAC"), | |
173 N_("Rate to host"), | |
174 N_("Rate to client"), | |
175 N_("Not logged in"), | |
176 N_("Service unavailable"), | |
177 N_("Service not defined"), | |
178 N_("Obsolete SNAC"), | |
179 N_("Not supported by host"), | |
180 N_("Not supported by client"), | |
181 N_("Refused by client"), | |
182 N_("Reply too big"), | |
183 N_("Responses lost"), | |
184 N_("Request denied"), | |
185 N_("Busted SNAC payload"), | |
186 N_("Insufficient rights"), | |
187 N_("In local permit/deny"), | |
188 N_("Too evil (sender)"), | |
189 N_("Too evil (receiver)"), | |
190 N_("User temporarily unavailable"), | |
191 N_("No match"), | |
192 N_("List overflow"), | |
193 N_("Request ambiguous"), | |
194 N_("Queue full"), | |
195 N_("Not while on AOL") | |
196 }; | |
197 static int msgerrreasonlen = 25; | |
198 | |
199 /* All the libfaim->gaim callback functions */ | |
200 static int gaim_parse_auth_resp (aim_session_t *, aim_frame_t *, ...); | |
201 static int gaim_parse_login (aim_session_t *, aim_frame_t *, ...); | |
202 static int gaim_handle_redirect (aim_session_t *, aim_frame_t *, ...); | |
203 static int gaim_info_change (aim_session_t *, aim_frame_t *, ...); | |
204 static int gaim_account_confirm (aim_session_t *, aim_frame_t *, ...); | |
205 static int gaim_parse_oncoming (aim_session_t *, aim_frame_t *, ...); | |
206 static int gaim_parse_offgoing (aim_session_t *, aim_frame_t *, ...); | |
207 static int gaim_parse_incoming_im(aim_session_t *, aim_frame_t *, ...); | |
208 static int gaim_parse_misses (aim_session_t *, aim_frame_t *, ...); | |
209 static int gaim_parse_clientauto (aim_session_t *, aim_frame_t *, ...); | |
210 static int gaim_parse_user_info (aim_session_t *, aim_frame_t *, ...); | |
211 static int gaim_parse_motd (aim_session_t *, aim_frame_t *, ...); | |
212 static int gaim_chatnav_info (aim_session_t *, aim_frame_t *, ...); | |
213 static int gaim_chat_join (aim_session_t *, aim_frame_t *, ...); | |
214 static int gaim_chat_leave (aim_session_t *, aim_frame_t *, ...); | |
215 static int gaim_chat_info_update (aim_session_t *, aim_frame_t *, ...); | |
216 static int gaim_chat_incoming_msg(aim_session_t *, aim_frame_t *, ...); | |
217 static int gaim_email_parseupdate(aim_session_t *, aim_frame_t *, ...); | |
218 static int gaim_icon_error (aim_session_t *, aim_frame_t *, ...); | |
219 static int gaim_icon_parseicon (aim_session_t *, aim_frame_t *, ...); | |
5844 | 220 static int oscar_icon_req (aim_session_t *, aim_frame_t *, ...); |
5129 | 221 static int gaim_parse_msgack (aim_session_t *, aim_frame_t *, ...); |
222 static int gaim_parse_ratechange (aim_session_t *, aim_frame_t *, ...); | |
223 static int gaim_parse_evilnotify (aim_session_t *, aim_frame_t *, ...); | |
224 static int gaim_parse_searcherror(aim_session_t *, aim_frame_t *, ...); | |
225 static int gaim_parse_searchreply(aim_session_t *, aim_frame_t *, ...); | |
226 static int gaim_bosrights (aim_session_t *, aim_frame_t *, ...); | |
227 static int gaim_connerr (aim_session_t *, aim_frame_t *, ...); | |
228 static int conninitdone_admin (aim_session_t *, aim_frame_t *, ...); | |
229 static int conninitdone_bos (aim_session_t *, aim_frame_t *, ...); | |
230 static int conninitdone_chatnav (aim_session_t *, aim_frame_t *, ...); | |
231 static int conninitdone_chat (aim_session_t *, aim_frame_t *, ...); | |
232 static int conninitdone_email (aim_session_t *, aim_frame_t *, ...); | |
233 static int conninitdone_icon (aim_session_t *, aim_frame_t *, ...); | |
234 static int gaim_parse_msgerr (aim_session_t *, aim_frame_t *, ...); | |
235 static int gaim_parse_mtn (aim_session_t *, aim_frame_t *, ...); | |
236 static int gaim_parse_locaterights(aim_session_t *, aim_frame_t *, ...); | |
237 static int gaim_parse_buddyrights(aim_session_t *, aim_frame_t *, ...); | |
238 static int gaim_parse_locerr (aim_session_t *, aim_frame_t *, ...); | |
239 static int gaim_icbm_param_info (aim_session_t *, aim_frame_t *, ...); | |
240 static int gaim_parse_genericerr (aim_session_t *, aim_frame_t *, ...); | |
241 static int gaim_memrequest (aim_session_t *, aim_frame_t *, ...); | |
242 static int gaim_selfinfo (aim_session_t *, aim_frame_t *, ...); | |
243 static int gaim_offlinemsg (aim_session_t *, aim_frame_t *, ...); | |
244 static int gaim_offlinemsgdone (aim_session_t *, aim_frame_t *, ...); | |
245 static int gaim_icqalias (aim_session_t *, aim_frame_t *, ...); | |
246 static int gaim_icqinfo (aim_session_t *, aim_frame_t *, ...); | |
247 static int gaim_popup (aim_session_t *, aim_frame_t *, ...); | |
248 #ifndef NOSSI | |
249 static int gaim_ssi_parseerr (aim_session_t *, aim_frame_t *, ...); | |
250 static int gaim_ssi_parserights (aim_session_t *, aim_frame_t *, ...); | |
251 static int gaim_ssi_parselist (aim_session_t *, aim_frame_t *, ...); | |
252 static int gaim_ssi_parseack (aim_session_t *, aim_frame_t *, ...); | |
253 static int gaim_ssi_authgiven (aim_session_t *, aim_frame_t *, ...); | |
254 static int gaim_ssi_authrequest (aim_session_t *, aim_frame_t *, ...); | |
255 static int gaim_ssi_authreply (aim_session_t *, aim_frame_t *, ...); | |
256 static int gaim_ssi_gotadded (aim_session_t *, aim_frame_t *, ...); | |
257 #endif | |
258 | |
259 /* for DirectIM/image transfer */ | |
260 static int gaim_odc_initiate (aim_session_t *, aim_frame_t *, ...); | |
261 static int gaim_odc_incoming (aim_session_t *, aim_frame_t *, ...); | |
262 static int gaim_odc_typing (aim_session_t *, aim_frame_t *, ...); | |
263 static int gaim_update_ui (aim_session_t *, aim_frame_t *, ...); | |
264 | |
265 /* for file transfer */ | |
266 static int oscar_sendfile_estblsh(aim_session_t *, aim_frame_t *, ...); | |
267 static int oscar_sendfile_prompt (aim_session_t *, aim_frame_t *, ...); | |
268 static int oscar_sendfile_ack (aim_session_t *, aim_frame_t *, ...); | |
269 static int oscar_sendfile_done (aim_session_t *, aim_frame_t *, ...); | |
270 | |
271 /* for icons */ | |
272 static gboolean gaim_icon_timerfunc(gpointer data); | |
273 | |
5306 | 274 /* prpl actions - remove this at some point */ |
5575 | 275 static void oscar_set_info(GaimConnection *gc, char *text); |
5306 | 276 |
5836 | 277 static void oscar_free_name_data(struct name_data *data) { |
4230 | 278 g_free(data->name); |
279 g_free(data->nick); | |
280 g_free(data); | |
281 } | |
282 | |
5836 | 283 static void oscar_free_buddyinfo(void *data) { |
284 struct buddyinfo *bi = data; | |
285 g_free(bi->availablemsg); | |
286 g_free(bi->iconcsum); | |
287 g_free(bi); | |
288 } | |
289 | |
5129 | 290 static fu32_t oscar_encoding_check(const char *utf8) |
291 { | |
292 int i = 0; | |
293 fu32_t encodingflag = 0; | |
294 | |
295 /* Determine how we can send this message. Per the warnings elsewhere | |
296 * in this file, these little checks determine the simplest encoding | |
297 * we can use for a given message send using it. */ | |
298 while (utf8[i]) { | |
299 if ((unsigned char)utf8[i] > 0x7f) { | |
300 /* not ASCII! */ | |
301 encodingflag = AIM_IMFLAGS_ISO_8859_1; | |
302 break; | |
303 } | |
304 i++; | |
305 } | |
306 while (utf8[i]) { | |
307 /* ISO-8859-1 is 0x00-0xbf in the first byte | |
308 * followed by 0xc0-0xc3 in the second */ | |
309 if ((unsigned char)utf8[i] < 0x80) { | |
310 i++; | |
311 continue; | |
312 } else if (((unsigned char)utf8[i] & 0xfc) == 0xc0 && | |
313 ((unsigned char)utf8[i + 1] & 0xc0) == 0x80) { | |
314 i += 2; | |
315 continue; | |
316 } | |
317 encodingflag = AIM_IMFLAGS_UNICODE; | |
318 break; | |
319 } | |
320 | |
321 return encodingflag; | |
322 } | |
323 | |
324 static fu32_t oscar_encoding_parse(const char *enc) | |
325 { | |
326 char *charset; | |
327 | |
328 /* If anything goes wrong, fall back on ASCII and print a message */ | |
329 if (enc == NULL) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
330 gaim_debug(GAIM_DEBUG_WARNING, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
331 "Encoding was null, that's odd\n"); |
5129 | 332 return 0; |
333 } | |
334 charset = strstr(enc, "charset="); | |
335 if (charset == NULL) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
336 gaim_debug(GAIM_DEBUG_WARNING, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
337 "No charset specified for info, assuming ASCII\n"); |
5129 | 338 return 0; |
339 } | |
340 charset += 8; | |
341 if (!strcmp(charset, "\"us-ascii\"") || !strcmp(charset, "\"utf-8\"")) { | |
342 /* UTF-8 is our native charset, ASCII is a proper subset */ | |
343 return 0; | |
344 } else if (!strcmp(charset, "\"iso-8859-1\"")) { | |
345 return AIM_IMFLAGS_ISO_8859_1; | |
346 } else if (!strcmp(charset, "\"unicode-2-0\"")) { | |
347 return AIM_IMFLAGS_UNICODE; | |
348 } else { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
349 gaim_debug(GAIM_DEBUG_WARNING, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
350 "Unrecognized character set '%s', using ASCII\n", charset); |
5129 | 351 return 0; |
352 } | |
353 } | |
354 | |
355 gchar *oscar_encoding_to_utf8(const char *encoding, char *text, int textlen) | |
356 { | |
357 gchar *utf8 = NULL; | |
358 int flags = oscar_encoding_parse(encoding); | |
359 | |
360 switch (flags) { | |
361 case 0: | |
362 utf8 = g_strndup(text, textlen); | |
363 break; | |
364 case AIM_IMFLAGS_ISO_8859_1: | |
365 utf8 = g_convert(text, textlen, "UTF-8", "ISO-8859-1", NULL, NULL, NULL); | |
366 break; | |
367 case AIM_IMFLAGS_UNICODE: | |
368 utf8 = g_convert(text, textlen, "UTF-8", "UCS-2BE", NULL, NULL, NULL); | |
369 break; | |
370 } | |
371 | |
372 return utf8; | |
373 } | |
374 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
375 static struct direct_im *find_direct_im(struct oscar_data *od, const char *who) { |
2086 | 376 GSList *d = od->direct_ims; |
377 struct direct_im *m = NULL; | |
378 | |
379 while (d) { | |
380 m = (struct direct_im *)d->data; | |
4355 | 381 if (!aim_sncmp(who, m->name)) |
4269 | 382 return m; |
2086 | 383 d = d->next; |
384 } | |
385 | |
4269 | 386 return NULL; |
2086 | 387 } |
388 | |
2821
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
389 static char *extract_name(const char *name) { |
4121 | 390 char *tmp, *x; |
2086 | 391 int i, j; |
4120 | 392 |
393 if (!name) | |
4121 | 394 return NULL; |
395 | |
4120 | 396 x = strchr(name, '-'); |
4121 | 397 |
2086 | 398 if (!x) return NULL; |
399 x = strchr(++x, '-'); | |
400 if (!x) return NULL; | |
401 tmp = g_strdup(++x); | |
402 | |
403 for (i = 0, j = 0; x[i]; i++) { | |
2361
554b001d7d98
[gaim-migrate @ 2374]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2357
diff
changeset
|
404 char hex[3]; |
554b001d7d98
[gaim-migrate @ 2374]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2357
diff
changeset
|
405 if (x[i] != '%') { |
2086 | 406 tmp[j++] = x[i]; |
2361
554b001d7d98
[gaim-migrate @ 2374]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2357
diff
changeset
|
407 continue; |
2086 | 408 } |
2361
554b001d7d98
[gaim-migrate @ 2374]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2357
diff
changeset
|
409 strncpy(hex, x + ++i, 2); hex[2] = 0; |
554b001d7d98
[gaim-migrate @ 2374]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2357
diff
changeset
|
410 i++; |
554b001d7d98
[gaim-migrate @ 2374]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2357
diff
changeset
|
411 tmp[j++] = strtol(hex, NULL, 16); |
2086 | 412 } |
413 | |
414 tmp[j] = 0; | |
415 return tmp; | |
416 } | |
417 | |
5575 | 418 static struct chat_connection *find_oscar_chat(GaimConnection *gc, int id) { |
2086 | 419 GSList *g = ((struct oscar_data *)gc->proto_data)->oscar_chats; |
420 struct chat_connection *c = NULL; | |
421 | |
422 while (g) { | |
423 c = (struct chat_connection *)g->data; | |
424 if (c->id == id) | |
425 break; | |
426 g = g->next; | |
427 c = NULL; | |
428 } | |
429 | |
430 return c; | |
431 } | |
432 | |
5575 | 433 static struct chat_connection *find_oscar_chat_by_conn(GaimConnection *gc, |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
434 aim_conn_t *conn) { |
2086 | 435 GSList *g = ((struct oscar_data *)gc->proto_data)->oscar_chats; |
436 struct chat_connection *c = NULL; | |
437 | |
438 while (g) { | |
439 c = (struct chat_connection *)g->data; | |
440 if (c->conn == conn) | |
441 break; | |
442 g = g->next; | |
443 c = NULL; | |
444 } | |
445 | |
446 return c; | |
447 } | |
448 | |
4617 | 449 static void gaim_odc_disconnect(aim_session_t *sess, aim_conn_t *conn) { |
5575 | 450 GaimConnection *gc = sess->aux_data; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
451 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
5679 | 452 GaimConversation *cnv; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
453 struct direct_im *dim; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
454 char *sn; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
455 char buf[256]; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
456 |
4617 | 457 sn = g_strdup(aim_odc_getsn(conn)); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
458 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
459 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
460 "%s disconnected Direct IM.\n", sn); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
461 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
462 dim = find_direct_im(od, sn); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
463 od->direct_ims = g_slist_remove(od->direct_ims, dim); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
464 gaim_input_remove(dim->watcher); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
465 |
3008 | 466 if (dim->connected) |
467 g_snprintf(buf, sizeof buf, _("Direct IM with %s closed"), sn); | |
468 else | |
469 g_snprintf(buf, sizeof buf, _("Direct IM with %s failed"), sn); | |
470 | |
4359
5fb47ec9bfe4
[gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents:
4358
diff
changeset
|
471 if ((cnv = gaim_find_conversation(sn))) |
5fb47ec9bfe4
[gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents:
4358
diff
changeset
|
472 gaim_conversation_write(cnv, NULL, buf, -1, WFLAG_SYSTEM, time(NULL)); |
5fb47ec9bfe4
[gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents:
4358
diff
changeset
|
473 |
5579 | 474 gaim_conversation_update_progress(cnv, 0); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
475 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
476 g_free(dim); /* I guess? I don't see it anywhere else... -- mid */ |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
477 g_free(sn); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
478 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
479 return; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
480 } |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
481 |
4617 | 482 static void oscar_callback(gpointer data, gint source, GaimInputCondition condition) { |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
483 aim_conn_t *conn = (aim_conn_t *)data; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
484 aim_session_t *sess = aim_conn_getsess(conn); |
5575 | 485 GaimConnection *gc = sess ? sess->aux_data : NULL; |
4617 | 486 struct oscar_data *od; |
2086 | 487 |
488 if (!gc) { | |
489 /* gc is null. we return, else we seg SIGSEG on next line. */ | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
490 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
491 "oscar callback for closed connection (1).\n"); |
2086 | 492 return; |
493 } | |
494 | |
4617 | 495 od = (struct oscar_data *)gc->proto_data; |
2086 | 496 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
497 if (!g_list_find(gaim_connections_get_all(), gc)) { |
2086 | 498 /* oh boy. this is probably bad. i guess the only thing we |
499 * can really do is return? */ | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
500 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
501 "oscar callback for closed connection (2).\n"); |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
502 gaim_debug(GAIM_DEBUG_MISC, "oscar", "gc = %p\n", gc); |
2086 | 503 return; |
504 } | |
505 | |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
506 if (condition & GAIM_INPUT_READ) { |
4617 | 507 if (conn->type == AIM_CONN_TYPE_LISTENER) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
508 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
509 "got information on rendezvous listener\n"); |
4617 | 510 if (aim_handlerendconnect(od->sess, conn) < 0) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
511 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
512 "connection error (rendezvous listener)\n"); |
4617 | 513 aim_conn_kill(od->sess, &conn); |
2086 | 514 } |
515 } else { | |
4617 | 516 if (aim_get_command(od->sess, conn) >= 0) { |
517 aim_rxdispatch(od->sess); | |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
518 if (od->killme) |
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
519 gaim_connection_destroy(gc); |
2086 | 520 } else { |
521 if ((conn->type == AIM_CONN_TYPE_BOS) || | |
4617 | 522 !(aim_getconn_type(od->sess, AIM_CONN_TYPE_BOS))) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
523 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
524 "major connection error\n"); |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
525 gaim_connection_error(gc, _("Disconnected.")); |
2086 | 526 } else if (conn->type == AIM_CONN_TYPE_CHAT) { |
527 struct chat_connection *c = find_oscar_chat_by_conn(gc, conn); | |
5420 | 528 char *buf; |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
529 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
530 "disconnected from chat room %s\n", c->name); |
2086 | 531 c->conn = NULL; |
532 if (c->inpa > 0) | |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
533 gaim_input_remove(c->inpa); |
2086 | 534 c->inpa = 0; |
535 c->fd = -1; | |
4617 | 536 aim_conn_kill(od->sess, &conn); |
5420 | 537 buf = g_strdup_printf(_("You have been disconnected from chat room %s."), c->name); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
538 gaim_notify_error(gc, NULL, buf, NULL); |
5420 | 539 g_free(buf); |
2086 | 540 } else if (conn->type == AIM_CONN_TYPE_CHATNAV) { |
4617 | 541 if (od->cnpa > 0) |
542 gaim_input_remove(od->cnpa); | |
543 od->cnpa = 0; | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
544 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
545 "removing chatnav input watcher\n"); |
4617 | 546 while (od->create_rooms) { |
547 struct create_room *cr = od->create_rooms->data; | |
2822
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
548 g_free(cr->name); |
4617 | 549 od->create_rooms = |
550 g_slist_remove(od->create_rooms, cr); | |
2822
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
551 g_free(cr); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
552 gaim_notify_error(gc, NULL, |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
553 _("Chat is currently unavailable"), |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
554 NULL); |
2086 | 555 } |
4617 | 556 aim_conn_kill(od->sess, &conn); |
2086 | 557 } else if (conn->type == AIM_CONN_TYPE_AUTH) { |
4617 | 558 if (od->paspa > 0) |
559 gaim_input_remove(od->paspa); | |
560 od->paspa = 0; | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
561 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
562 "removing authconn input watcher\n"); |
4617 | 563 aim_conn_kill(od->sess, &conn); |
3694 | 564 } else if (conn->type == AIM_CONN_TYPE_EMAIL) { |
4617 | 565 if (od->emlpa > 0) |
566 gaim_input_remove(od->emlpa); | |
567 od->emlpa = 0; | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
568 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
569 "removing email input watcher\n"); |
4617 | 570 aim_conn_kill(od->sess, &conn); |
4804 | 571 } else if (conn->type == AIM_CONN_TYPE_ICON) { |
572 if (od->icopa > 0) | |
573 gaim_input_remove(od->icopa); | |
574 od->icopa = 0; | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
575 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
576 "removing icon input watcher\n"); |
4804 | 577 aim_conn_kill(od->sess, &conn); |
2086 | 578 } else if (conn->type == AIM_CONN_TYPE_RENDEZVOUS) { |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
579 if (conn->subtype == AIM_CONN_SUBTYPE_OFT_DIRECTIM) |
4617 | 580 gaim_odc_disconnect(od->sess, conn); |
581 aim_conn_kill(od->sess, &conn); | |
2086 | 582 } else { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
583 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
584 "holy crap! generic connection error! %hu\n", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
585 conn->type); |
4617 | 586 aim_conn_kill(od->sess, &conn); |
2086 | 587 } |
588 } | |
589 } | |
590 } | |
591 } | |
592 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
593 static void oscar_debug(aim_session_t *sess, int level, const char *format, va_list va) { |
2086 | 594 char *s = g_strdup_vprintf(format, va); |
595 char buf[256]; | |
596 char *t; | |
5575 | 597 GaimConnection *gc = sess->aux_data; |
598 | |
599 g_snprintf(buf, sizeof(buf), "%s %d: ", gaim_account_get_username(gaim_connection_get_account(gc)), level); | |
2086 | 600 t = g_strconcat(buf, s, NULL); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
601 gaim_debug(GAIM_DEBUG_INFO, "oscar", t); |
2086 | 602 if (t[strlen(t)-1] != '\n') |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
603 gaim_debug(GAIM_DEBUG_INFO, NULL, "\n"); |
2086 | 604 g_free(t); |
605 g_free(s); | |
606 } | |
607 | |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
608 static void oscar_login_connect(gpointer data, gint source, GaimInputCondition cond) |
2086 | 609 { |
5575 | 610 GaimConnection *gc = data; |
4617 | 611 struct oscar_data *od; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
612 aim_session_t *sess; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
613 aim_conn_t *conn; |
2086 | 614 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
615 if (!g_list_find(gaim_connections_get_all(), gc)) { |
2086 | 616 close(source); |
617 return; | |
618 } | |
619 | |
4617 | 620 od = gc->proto_data; |
621 sess = od->sess; | |
2086 | 622 conn = aim_getconn_type_all(sess, AIM_CONN_TYPE_AUTH); |
4366 | 623 |
624 conn->fd = source; | |
2086 | 625 |
626 if (source < 0) { | |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
627 gaim_connection_error(gc, _("Couldn't connect to host")); |
2086 | 628 return; |
629 } | |
630 | |
631 aim_conn_completeconnect(sess, conn); | |
4617 | 632 gc->inpa = gaim_input_add(conn->fd, GAIM_INPUT_READ, oscar_callback, conn); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
633 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
634 "Password sent, waiting for response\n"); |
2086 | 635 } |
636 | |
5575 | 637 static void oscar_login(GaimAccount *account) { |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
638 aim_session_t *sess; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
639 aim_conn_t *conn; |
2086 | 640 char buf[256]; |
5575 | 641 GaimConnection *gc = gaim_account_get_connection(account); |
4617 | 642 struct oscar_data *od = gc->proto_data = g_new0(struct oscar_data, 1); |
2086 | 643 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
644 gaim_debug(GAIM_DEBUG_MISC, "oscar", "oscar_login: gc = %p\n", gc); |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
645 |
5575 | 646 if (isdigit(*(gaim_account_get_username(account)))) { |
4617 | 647 od->icq = TRUE; |
2706
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
648 } else { |
2918
4df759d607f3
[gaim-migrate @ 2931]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2916
diff
changeset
|
649 gc->flags |= OPT_CONN_HTML; |
4111
ee884f1d7ae3
[gaim-migrate @ 4326]
Christian Hammond <chipx86@chipx86.com>
parents:
4102
diff
changeset
|
650 gc->flags |= OPT_CONN_AUTO_RESP; |
2706
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
651 } |
5836 | 652 od->buddyinfo = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, oscar_free_buddyinfo); |
2086 | 653 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
654 sess = g_new0(aim_session_t, 1); |
2086 | 655 |
656 aim_session_init(sess, AIM_SESS_FLAGS_NONBLOCKCONNECT, 0); | |
657 aim_setdebuggingcb(sess, oscar_debug); | |
658 | |
659 /* we need an immediate queue because we don't use a while-loop to | |
660 * see if things need to be sent. */ | |
661 aim_tx_setenqueue(sess, AIM_TX_IMMEDIATE, NULL); | |
4617 | 662 od->sess = sess; |
2086 | 663 sess->aux_data = gc; |
664 | |
665 conn = aim_newconn(sess, AIM_CONN_TYPE_AUTH, NULL); | |
666 if (conn == NULL) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
667 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
668 "internal connection error\n"); |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
669 gaim_connection_error(gc, _("Unable to login to AIM")); |
2086 | 670 return; |
671 } | |
672 | |
5575 | 673 g_snprintf(buf, sizeof(buf), _("Signon: %s"), gaim_account_get_username(account)); |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
674 gaim_connection_update_progress(gc, buf, 2, 5); |
2086 | 675 |
4649 | 676 aim_conn_addhandler(sess, conn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNERR, gaim_connerr, 0); |
2086 | 677 aim_conn_addhandler(sess, conn, 0x0017, 0x0007, gaim_parse_login, 0); |
678 aim_conn_addhandler(sess, conn, 0x0017, 0x0003, gaim_parse_auth_resp, 0); | |
679 | |
680 conn->status |= AIM_CONN_STATUS_INPROGRESS; | |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
681 if (gaim_proxy_connect(account, gaim_account_get_string(account, "server", FAIM_LOGIN_SERVER), |
5575 | 682 gaim_account_get_int(account, "port", FAIM_LOGIN_PORT), |
683 oscar_login_connect, gc) < 0) { | |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
684 gaim_connection_error(gc, _("Couldn't connect to host")); |
2086 | 685 return; |
686 } | |
5575 | 687 aim_request_login(sess, conn, gaim_account_get_username(account)); |
688 } | |
689 | |
690 static void oscar_close(GaimConnection *gc) { | |
4617 | 691 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
692 | |
693 while (od->oscar_chats) { | |
694 struct chat_connection *n = od->oscar_chats->data; | |
2086 | 695 if (n->inpa > 0) |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
696 gaim_input_remove(n->inpa); |
2086 | 697 g_free(n->name); |
698 g_free(n->show); | |
4617 | 699 od->oscar_chats = g_slist_remove(od->oscar_chats, n); |
2086 | 700 g_free(n); |
701 } | |
4617 | 702 while (od->direct_ims) { |
703 struct direct_im *n = od->direct_ims->data; | |
2086 | 704 if (n->watcher > 0) |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
705 gaim_input_remove(n->watcher); |
4617 | 706 od->direct_ims = g_slist_remove(od->direct_ims, n); |
2086 | 707 g_free(n); |
708 } | |
4617 | 709 /* BBB */ |
710 while (od->file_transfers) { | |
711 struct gaim_xfer *xfer; | |
712 xfer = (struct gaim_xfer *)od->file_transfers->data; | |
713 gaim_xfer_destroy(xfer); | |
3630 | 714 } |
4804 | 715 while (od->requesticon) { |
716 char *sn = od->requesticon->data; | |
717 od->requesticon = g_slist_remove(od->requesticon, sn); | |
718 free(sn); | |
719 } | |
4738 | 720 g_hash_table_destroy(od->buddyinfo); |
4617 | 721 while (od->evilhack) { |
722 g_free(od->evilhack->data); | |
723 od->evilhack = g_slist_remove(od->evilhack, od->evilhack->data); | |
2791
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
724 } |
4617 | 725 while (od->create_rooms) { |
726 struct create_room *cr = od->create_rooms->data; | |
2822
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
727 g_free(cr->name); |
4617 | 728 od->create_rooms = g_slist_remove(od->create_rooms, cr); |
2822
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
729 g_free(cr); |
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
730 } |
4617 | 731 if (od->email) |
732 g_free(od->email); | |
733 if (od->newp) | |
734 g_free(od->newp); | |
735 if (od->oldp) | |
736 g_free(od->oldp); | |
2086 | 737 if (gc->inpa > 0) |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
738 gaim_input_remove(gc->inpa); |
4617 | 739 if (od->cnpa > 0) |
740 gaim_input_remove(od->cnpa); | |
741 if (od->paspa > 0) | |
742 gaim_input_remove(od->paspa); | |
743 if (od->emlpa > 0) | |
744 gaim_input_remove(od->emlpa); | |
4804 | 745 if (od->icopa > 0) |
746 gaim_input_remove(od->icopa); | |
4832 | 747 if (od->icopa > 0) |
748 gaim_input_remove(od->icopa); | |
749 if (od->icontimer) | |
750 g_source_remove(od->icontimer); | |
4617 | 751 aim_session_kill(od->sess); |
752 g_free(od->sess); | |
753 od->sess = NULL; | |
2086 | 754 g_free(gc->proto_data); |
755 gc->proto_data = NULL; | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
756 gaim_debug(GAIM_DEBUG_INFO, "oscar", "Signed off.\n"); |
2086 | 757 } |
758 | |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
759 static void oscar_bos_connect(gpointer data, gint source, GaimInputCondition cond) { |
5575 | 760 GaimConnection *gc = data; |
4617 | 761 struct oscar_data *od; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
762 aim_session_t *sess; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
763 aim_conn_t *bosconn; |
2086 | 764 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
765 if (!g_list_find(gaim_connections_get_all(), gc)) { |
2086 | 766 close(source); |
767 return; | |
768 } | |
769 | |
4617 | 770 od = gc->proto_data; |
771 sess = od->sess; | |
772 bosconn = od->conn; | |
4366 | 773 bosconn->fd = source; |
2086 | 774 |
775 if (source < 0) { | |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
776 gaim_connection_error(gc, _("Could Not Connect")); |
2086 | 777 return; |
778 } | |
779 | |
780 aim_conn_completeconnect(sess, bosconn); | |
4617 | 781 gc->inpa = gaim_input_add(bosconn->fd, GAIM_INPUT_READ, oscar_callback, bosconn); |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
782 gaim_connection_update_progress(gc, |
5577
7ed9999926af
[gaim-migrate @ 5981]
Christian Hammond <chipx86@chipx86.com>
parents:
5576
diff
changeset
|
783 _("Connection established, cookie sent"), 4, 5); |
2086 | 784 } |
785 | |
4617 | 786 /* BBB */ |
4656 | 787 /* |
788 * This little area in oscar.c is the nexus of file transfer code, | |
789 * so I wrote a little explanation of what happens. I am such a | |
790 * ninja. | |
791 * | |
792 * The series of events for a file send is: | |
793 * -Create xfer and call gaim_xfer_request (this happens in oscar_ask_sendfile) | |
794 * -User chooses a file and oscar_xfer_init is called. It establishs a | |
795 * listening socket, then asks the remote user to connect to us (and | |
796 * gives them the file name, port, IP, etc.) | |
797 * -They connect to us and we send them an AIM_CB_OFT_PROMPT (this happens | |
798 * in oscar_sendfile_estblsh) | |
799 * -They send us an AIM_CB_OFT_ACK and then we start sending data | |
800 * -When we finish, they send us an AIM_CB_OFT_DONE and they close the | |
801 * connection. | |
802 * -We get drunk because file transfer kicks ass. | |
803 * | |
804 * The series of events for a file receive is: | |
805 * -Create xfer and call gaim_xfer request (this happens in incomingim_chan2) | |
806 * -Gaim user selects file to name and location to save file to and | |
807 * oscar_xfer_init is called | |
808 * -It connects to the remote user using the IP they gave us earlier | |
809 * -After connecting, they send us an AIM_CB_OFT_PROMPT. In reply, we send | |
810 * them an AIM_CB_OFT_ACK. | |
811 * -They begin to send us lots of raw data. | |
812 * -When they finish sending data we send an AIM_CB_OFT_DONE and then close | |
813 * the connectionn. | |
814 */ | |
815 static void oscar_sendfile_connected(gpointer data, gint source, GaimInputCondition condition); | |
816 | |
817 /* XXX - This function is pretty ugly */ | |
5146 | 818 static void oscar_xfer_init(struct gaim_xfer *xfer) |
4656 | 819 { |
5146 | 820 struct aim_oft_info *oft_info = xfer->data; |
5575 | 821 GaimConnection *gc = oft_info->sess->aux_data; |
5146 | 822 struct oscar_data *od = gc->proto_data; |
4656 | 823 |
824 if (gaim_xfer_get_type(xfer) == GAIM_XFER_SEND) { | |
825 int i; | |
826 | |
827 xfer->filename = g_path_get_basename(xfer->local_filename); | |
5146 | 828 strncpy(oft_info->fh.name, xfer->filename, 64); |
829 oft_info->fh.totsize = gaim_xfer_get_size(xfer); | |
830 oft_info->fh.size = gaim_xfer_get_size(xfer); | |
831 oft_info->fh.checksum = aim_oft_checksum_file(xfer->local_filename); | |
4656 | 832 |
833 /* | |
5146 | 834 * First try the port specified earlier (5190). If that fails, |
835 * increment by 1 and try again. | |
4656 | 836 */ |
5146 | 837 aim_sendfile_listen(od->sess, oft_info); |
838 for (i=0; (i<5 && !oft_info->conn); i++) { | |
839 xfer->local_port = oft_info->port = oft_info->port + 1; | |
840 aim_sendfile_listen(od->sess, oft_info); | |
4656 | 841 } |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
842 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
843 "port is %d, ip is %s\n", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
844 xfer->local_port, oft_info->clientip); |
5146 | 845 if (oft_info->conn) { |
846 xfer->watcher = gaim_input_add(oft_info->conn->fd, GAIM_INPUT_READ, oscar_callback, oft_info->conn); | |
847 aim_im_sendch2_sendfile_ask(od->sess, oft_info); | |
848 aim_conn_addhandler(od->sess, oft_info->conn, AIM_CB_FAM_OFT, AIM_CB_OFT_ESTABLISHED, oscar_sendfile_estblsh, 0); | |
4656 | 849 } else { |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
850 gaim_notify_error(gc, NULL, _("File Transfer Aborted"), |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
851 _("Unable to establish listener socket.")); |
4656 | 852 /* XXX - The below line causes a crash because the transfer is canceled before the "Ok" callback on the file selection thing exists, I think */ |
4675
3145c5c45877
[gaim-migrate @ 4986]
Christian Hammond <chipx86@chipx86.com>
parents:
4666
diff
changeset
|
853 /* gaim_xfer_cancel_remote(xfer); */ |
4656 | 854 } |
855 } else if (gaim_xfer_get_type(xfer) == GAIM_XFER_RECEIVE) { | |
5146 | 856 oft_info->conn = aim_newconn(od->sess, AIM_CONN_TYPE_RENDEZVOUS, NULL); |
857 if (oft_info->conn) { | |
858 oft_info->conn->subtype = AIM_CONN_SUBTYPE_OFT_SENDFILE; | |
859 aim_conn_addhandler(od->sess, oft_info->conn, AIM_CB_FAM_OFT, AIM_CB_OFT_PROMPT, oscar_sendfile_prompt, 0); | |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
860 oft_info->conn->fd = xfer->fd = gaim_proxy_connect(gaim_connection_get_account(gc), xfer->remote_ip, xfer->remote_port, |
5575 | 861 oscar_sendfile_connected, xfer); |
4656 | 862 if (xfer->fd == -1) { |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
863 gaim_notify_error(gc, NULL, _("File Transfer Aborted"), |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
864 _("Unable to establish file descriptor.")); |
4675
3145c5c45877
[gaim-migrate @ 4986]
Christian Hammond <chipx86@chipx86.com>
parents:
4666
diff
changeset
|
865 /* gaim_xfer_cancel_remote(xfer); */ |
4656 | 866 } |
867 } else { | |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
868 gaim_notify_error(gc, NULL, _("File Transfer Aborted"), |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
869 _("Unable to create new connection.")); |
4675
3145c5c45877
[gaim-migrate @ 4986]
Christian Hammond <chipx86@chipx86.com>
parents:
4666
diff
changeset
|
870 /* gaim_xfer_cancel_remote(xfer); */ |
4656 | 871 /* Try a different port? Ask them to connect to us? */ |
872 } | |
873 | |
874 } | |
875 } | |
876 | |
5146 | 877 static void oscar_xfer_start(struct gaim_xfer *xfer) |
4656 | 878 { |
5146 | 879 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
880 gaim_debug(GAIM_DEBUG_INFO, "oscar", "AAA - in oscar_xfer_start\n"); |
4656 | 881 /* I'm pretty sure we don't need to do jack here. Nor Jill. */ |
882 } | |
883 | |
5146 | 884 static void oscar_xfer_end(struct gaim_xfer *xfer) |
4656 | 885 { |
5146 | 886 struct aim_oft_info *oft_info = xfer->data; |
5575 | 887 GaimConnection *gc = oft_info->sess->aux_data; |
5146 | 888 struct oscar_data *od = gc->proto_data; |
4656 | 889 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
890 gaim_debug(GAIM_DEBUG_INFO, "oscar", "AAA - in oscar_xfer_end\n"); |
5146 | 891 |
892 if (gaim_xfer_get_type(xfer) == GAIM_XFER_RECEIVE) { | |
893 oft_info->fh.nrecvd = gaim_xfer_get_bytes_sent(xfer); | |
894 aim_oft_sendheader(oft_info->sess, AIM_CB_OFT_DONE, oft_info); | |
895 } | |
896 | |
897 aim_conn_kill(oft_info->sess, &oft_info->conn); | |
898 aim_oft_destroyinfo(oft_info); | |
4656 | 899 xfer->data = NULL; |
5146 | 900 od->file_transfers = g_slist_remove(od->file_transfers, xfer); |
4656 | 901 } |
902 | |
5146 | 903 static void oscar_xfer_cancel_send(struct gaim_xfer *xfer) |
4675
3145c5c45877
[gaim-migrate @ 4986]
Christian Hammond <chipx86@chipx86.com>
parents:
4666
diff
changeset
|
904 { |
5146 | 905 struct aim_oft_info *oft_info = xfer->data; |
5575 | 906 GaimConnection *gc = oft_info->sess->aux_data; |
5146 | 907 struct oscar_data *od = gc->proto_data; |
4763 | 908 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
909 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
910 "AAA - in oscar_xfer_cancel_send\n"); |
5146 | 911 |
912 aim_im_sendch2_sendfile_cancel(oft_info->sess, oft_info); | |
913 | |
914 aim_conn_kill(oft_info->sess, &oft_info->conn); | |
915 aim_oft_destroyinfo(oft_info); | |
4763 | 916 xfer->data = NULL; |
5146 | 917 od->file_transfers = g_slist_remove(od->file_transfers, xfer); |
4675
3145c5c45877
[gaim-migrate @ 4986]
Christian Hammond <chipx86@chipx86.com>
parents:
4666
diff
changeset
|
918 } |
3145c5c45877
[gaim-migrate @ 4986]
Christian Hammond <chipx86@chipx86.com>
parents:
4666
diff
changeset
|
919 |
5146 | 920 static void oscar_xfer_cancel_recv(struct gaim_xfer *xfer) |
4656 | 921 { |
5146 | 922 struct aim_oft_info *oft_info = xfer->data; |
5575 | 923 GaimConnection *gc = oft_info->sess->aux_data; |
5146 | 924 struct oscar_data *od = gc->proto_data; |
4656 | 925 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
926 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
927 "AAA - in oscar_xfer_cancel_recv\n"); |
5146 | 928 |
929 aim_im_sendch2_sendfile_cancel(oft_info->sess, oft_info); | |
930 | |
931 aim_conn_kill(oft_info->sess, &oft_info->conn); | |
932 aim_oft_destroyinfo(oft_info); | |
4656 | 933 xfer->data = NULL; |
5146 | 934 od->file_transfers = g_slist_remove(od->file_transfers, xfer); |
4656 | 935 } |
936 | |
5146 | 937 static void oscar_xfer_ack(struct gaim_xfer *xfer, const char *buffer, size_t size) |
4656 | 938 { |
5146 | 939 struct aim_oft_info *oft_info = xfer->data; |
4656 | 940 |
941 if (gaim_xfer_get_type(xfer) == GAIM_XFER_SEND) { | |
942 /* | |
943 * If we're done sending, intercept the socket from the core ft code | |
944 * and wait for the other guy to send the "done" OFT packet. | |
945 */ | |
946 if (gaim_xfer_get_bytes_remaining(xfer) <= 0) { | |
947 gaim_input_remove(xfer->watcher); | |
5146 | 948 xfer->watcher = gaim_input_add(xfer->fd, GAIM_INPUT_READ, oscar_callback, oft_info->conn); |
4656 | 949 xfer->fd = 0; |
950 gaim_xfer_set_completed(xfer, TRUE); | |
951 } | |
952 } else if (gaim_xfer_get_type(xfer) == GAIM_XFER_RECEIVE) { | |
5146 | 953 /* Update our rolling checksum. Like Walmart, yo. */ |
954 oft_info->fh.recvcsum = aim_oft_checksum_chunk(buffer, size, oft_info->fh.recvcsum); | |
4656 | 955 } |
956 } | |
957 | |
5146 | 958 static struct gaim_xfer *oscar_find_xfer_by_cookie(GSList *fts, const char *ck) |
4656 | 959 { |
960 struct gaim_xfer *xfer; | |
5146 | 961 struct aim_oft_info *oft_info; |
4656 | 962 |
963 while (fts) { | |
964 xfer = fts->data; | |
5146 | 965 oft_info = xfer->data; |
966 | |
967 if (oft_info && !strcmp(ck, oft_info->cookie)) | |
4656 | 968 return xfer; |
969 | |
970 fts = g_slist_next(fts); | |
971 } | |
972 | |
973 return NULL; | |
974 } | |
975 | |
5146 | 976 static struct gaim_xfer *oscar_find_xfer_by_conn(GSList *fts, aim_conn_t *conn) |
4656 | 977 { |
978 struct gaim_xfer *xfer; | |
5146 | 979 struct aim_oft_info *oft_info; |
4656 | 980 |
981 while (fts) { | |
982 xfer = fts->data; | |
5146 | 983 oft_info = xfer->data; |
984 | |
985 if (oft_info && (conn == oft_info->conn)) | |
4656 | 986 return xfer; |
987 | |
988 fts = g_slist_next(fts); | |
989 } | |
990 | |
991 return NULL; | |
992 } | |
993 | |
5575 | 994 static void oscar_ask_sendfile(GaimConnection *gc, const char *destsn) { |
3630 | 995 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
5146 | 996 struct gaim_xfer *xfer; |
997 struct aim_oft_info *oft_info; | |
998 aim_conn_t *conn; | |
3752 | 999 |
4617 | 1000 /* You want to send a file to someone else, you're so generous */ |
1001 | |
1002 /* Build the file transfer handle */ | |
5575 | 1003 xfer = gaim_xfer_new(gaim_connection_get_account(gc), GAIM_XFER_SEND, destsn); |
5146 | 1004 if ((conn = aim_conn_findbygroup(od->sess, 0x0004))) |
1005 xfer->local_ip = gaim_getip_from_fd(conn->fd); | |
4617 | 1006 xfer->local_port = 5190; |
1007 | |
5146 | 1008 /* Create the oscar-specific data */ |
1009 oft_info = aim_oft_createinfo(od->sess, NULL, destsn, xfer->local_ip, xfer->local_port, 0, 0, NULL); | |
1010 xfer->data = oft_info; | |
1011 | |
4617 | 1012 /* Setup our I/O op functions */ |
1013 gaim_xfer_set_init_fnc(xfer, oscar_xfer_init); | |
1014 gaim_xfer_set_start_fnc(xfer, oscar_xfer_start); | |
1015 gaim_xfer_set_end_fnc(xfer, oscar_xfer_end); | |
4675
3145c5c45877
[gaim-migrate @ 4986]
Christian Hammond <chipx86@chipx86.com>
parents:
4666
diff
changeset
|
1016 gaim_xfer_set_cancel_send_fnc(xfer, oscar_xfer_cancel_send); |
3145c5c45877
[gaim-migrate @ 4986]
Christian Hammond <chipx86@chipx86.com>
parents:
4666
diff
changeset
|
1017 gaim_xfer_set_cancel_recv_fnc(xfer, oscar_xfer_cancel_recv); |
4656 | 1018 gaim_xfer_set_ack_fnc(xfer, oscar_xfer_ack); |
4617 | 1019 |
1020 /* Keep track of this transfer for later */ | |
1021 od->file_transfers = g_slist_append(od->file_transfers, xfer); | |
1022 | |
1023 /* Now perform the request */ | |
1024 gaim_xfer_request(xfer); | |
3630 | 1025 } |
1026 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1027 static int gaim_parse_auth_resp(aim_session_t *sess, aim_frame_t *fr, ...) { |
2086 | 1028 va_list ap; |
2704 | 1029 struct aim_authresp_info *info; |
4452 | 1030 int i, rc; |
1031 char *host; int port; | |
5575 | 1032 GaimAccount *account; |
2704 | 1033 aim_conn_t *bosconn; |
2086 | 1034 |
5575 | 1035 GaimConnection *gc = sess->aux_data; |
2086 | 1036 struct oscar_data *od = gc->proto_data; |
4491 | 1037 account = gc->account; |
5575 | 1038 port = gaim_account_get_int(account, "port", FAIM_LOGIN_PORT); |
2086 | 1039 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1040 va_start(ap, fr); |
2704 | 1041 info = va_arg(ap, struct aim_authresp_info *); |
2086 | 1042 va_end(ap); |
1043 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1044 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1045 "inside auth_resp (Screen name: %s)\n", info->sn); |
2704 | 1046 |
4293 | 1047 if (info->errorcode || !info->bosip || !info->cookielen || !info->cookie) { |
4056 | 1048 char buf[256]; |
2704 | 1049 switch (info->errorcode) { |
2086 | 1050 case 0x05: |
1051 /* Incorrect nick/password */ | |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
1052 gaim_connection_error(gc, _("Incorrect nickname or password.")); |
2086 | 1053 break; |
1054 case 0x11: | |
1055 /* Suspended account */ | |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
1056 gaim_connection_error(gc, _("Your account is currently suspended.")); |
2086 | 1057 break; |
3498 | 1058 case 0x14: |
1059 /* service temporarily unavailable */ | |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
1060 gaim_connection_error(gc, _("The AOL Instant Messenger service is temporarily unavailable.")); |
3498 | 1061 break; |
2086 | 1062 case 0x18: |
1063 /* connecting too frequently */ | |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
1064 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 | 1065 break; |
1066 case 0x1c: | |
1067 /* client too old */ | |
4056 | 1068 g_snprintf(buf, sizeof(buf), _("The client version you are using is too old. Please upgrade at %s"), WEBSITE); |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
1069 gaim_connection_error(gc, buf); |
2086 | 1070 break; |
1071 default: | |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
1072 gaim_connection_error(gc, _("Authentication Failed")); |
2086 | 1073 break; |
1074 } | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1075 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1076 "Login Error Code 0x%04hx\n", info->errorcode); |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1077 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1078 "Error URL: %s\n", info->errorurl); |
2086 | 1079 od->killme = TRUE; |
1080 return 1; | |
1081 } | |
1082 | |
1083 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1084 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1085 "Reg status: %hu\n", info->regstatus); |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1086 |
2704 | 1087 if (info->email) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1088 gaim_debug(GAIM_DEBUG_MISC, "oscar", "Email: %s\n", info->email); |
2086 | 1089 } else { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1090 gaim_debug(GAIM_DEBUG_MISC, "oscar", "Email is NULL\n"); |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1091 } |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1092 |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1093 gaim_debug(GAIM_DEBUG_MISC, "oscar", "BOSIP: %s\n", info->bosip); |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1094 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1095 "Closing auth connection...\n"); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1096 aim_conn_kill(sess, &fr->conn); |
2086 | 1097 |
1098 bosconn = aim_newconn(sess, AIM_CONN_TYPE_BOS, NULL); | |
1099 if (bosconn == NULL) { | |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
1100 gaim_connection_error(gc, _("Internal Error")); |
2086 | 1101 od->killme = TRUE; |
1102 return 0; | |
1103 } | |
1104 | |
4649 | 1105 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNERR, gaim_connerr, 0); |
2675 | 1106 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNINITDONE, conninitdone_bos, 0); |
2086 | 1107 aim_conn_addhandler(sess, bosconn, 0x0009, 0x0003, gaim_bosrights, 0); |
1108 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_ACK, AIM_CB_ACK_ACK, NULL, 0); | |
1109 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_GEN, AIM_CB_GEN_REDIRECT, gaim_handle_redirect, 0); | |
2993 | 1110 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_LOC, AIM_CB_LOC_RIGHTSINFO, gaim_parse_locaterights, 0); |
2086 | 1111 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_BUD, AIM_CB_BUD_RIGHTSINFO, gaim_parse_buddyrights, 0); |
1112 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_BUD, AIM_CB_BUD_ONCOMING, gaim_parse_oncoming, 0); | |
1113 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_BUD, AIM_CB_BUD_OFFGOING, gaim_parse_offgoing, 0); | |
1114 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_MSG, AIM_CB_MSG_INCOMING, gaim_parse_incoming_im, 0); | |
1115 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_LOC, AIM_CB_LOC_ERROR, gaim_parse_locerr, 0); | |
1116 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_MSG, AIM_CB_MSG_MISSEDCALL, gaim_parse_misses, 0); | |
3212 | 1117 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_MSG, AIM_CB_MSG_CLIENTAUTORESP, gaim_parse_clientauto, 0); |
2086 | 1118 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_GEN, AIM_CB_GEN_RATECHANGE, gaim_parse_ratechange, 0); |
1119 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_GEN, AIM_CB_GEN_EVIL, gaim_parse_evilnotify, 0); | |
1120 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_LOK, AIM_CB_LOK_ERROR, gaim_parse_searcherror, 0); | |
1121 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_LOK, 0x0003, gaim_parse_searchreply, 0); | |
1122 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_MSG, AIM_CB_MSG_ERROR, gaim_parse_msgerr, 0); | |
3595 | 1123 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_MSG, AIM_CB_MSG_MTN, gaim_parse_mtn, 0); |
2086 | 1124 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_LOC, AIM_CB_LOC_USERINFO, gaim_parse_user_info, 0); |
1125 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_MSG, AIM_CB_MSG_ACK, gaim_parse_msgack, 0); | |
1126 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
|
1127 aim_conn_addhandler(sess, bosconn, 0x0004, 0x0005, gaim_icbm_param_info, 0); |
2086 | 1128 aim_conn_addhandler(sess, bosconn, 0x0001, 0x0001, gaim_parse_genericerr, 0); |
1129 aim_conn_addhandler(sess, bosconn, 0x0003, 0x0001, gaim_parse_genericerr, 0); | |
1130 aim_conn_addhandler(sess, bosconn, 0x0009, 0x0001, gaim_parse_genericerr, 0); | |
1131 aim_conn_addhandler(sess, bosconn, 0x0001, 0x001f, gaim_memrequest, 0); | |
2507
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
1132 aim_conn_addhandler(sess, bosconn, 0x0001, 0x000f, gaim_selfinfo, 0); |
5844 | 1133 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
|
1134 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
|
1135 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
|
1136 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_POP, 0x0002, gaim_popup, 0); |
4759 | 1137 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_ICQ, AIM_CB_ICQ_ALIAS, gaim_icqalias, 0); |
4624 | 1138 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_ICQ, AIM_CB_ICQ_INFO, gaim_icqinfo, 0); |
4230 | 1139 #ifndef NOSSI |
4642 | 1140 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SSI, AIM_CB_SSI_ERROR, gaim_ssi_parseerr, 0); |
2991 | 1141 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SSI, AIM_CB_SSI_RIGHTSINFO, gaim_ssi_parserights, 0); |
1142 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SSI, AIM_CB_SSI_LIST, gaim_ssi_parselist, 0); | |
1143 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SSI, AIM_CB_SSI_NOLIST, gaim_ssi_parselist, 0); | |
4230 | 1144 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SSI, AIM_CB_SSI_SRVACK, gaim_ssi_parseack, 0); |
1145 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SSI, AIM_CB_SSI_RECVAUTH, gaim_ssi_authgiven, 0); | |
1146 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SSI, AIM_CB_SSI_RECVAUTHREQ, gaim_ssi_authrequest, 0); | |
1147 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SSI, AIM_CB_SSI_RECVAUTHREP, gaim_ssi_authreply, 0); | |
1148 aim_conn_addhandler(sess, bosconn, AIM_CB_FAM_SSI, AIM_CB_SSI_ADDED, gaim_ssi_gotadded, 0); | |
1149 #endif | |
4508
4c40fccbd7c9
[gaim-migrate @ 4784]
Christian Hammond <chipx86@chipx86.com>
parents:
4491
diff
changeset
|
1150 |
2086 | 1151 ((struct oscar_data *)gc->proto_data)->conn = bosconn; |
2704 | 1152 for (i = 0; i < (int)strlen(info->bosip); i++) { |
1153 if (info->bosip[i] == ':') { | |
1154 port = atoi(&(info->bosip[i+1])); | |
2086 | 1155 break; |
1156 } | |
1157 } | |
2704 | 1158 host = g_strndup(info->bosip, i); |
2086 | 1159 bosconn->status |= AIM_CONN_STATUS_INPROGRESS; |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
1160 rc = gaim_proxy_connect(gc->account, host, port, oscar_bos_connect, gc); |
2086 | 1161 g_free(host); |
4366 | 1162 if (rc < 0) { |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
1163 gaim_connection_error(gc, _("Could Not Connect")); |
2086 | 1164 od->killme = TRUE; |
1165 return 0; | |
1166 } | |
4293 | 1167 aim_sendcookie(sess, bosconn, info->cookielen, info->cookie); |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
1168 gaim_input_remove(gc->inpa); |
2704 | 1169 |
2086 | 1170 return 1; |
1171 } | |
1172 | |
1173 struct pieceofcrap { | |
5575 | 1174 GaimConnection *gc; |
2086 | 1175 unsigned long offset; |
1176 unsigned long len; | |
1177 char *modname; | |
1178 int fd; | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1179 aim_conn_t *conn; |
2086 | 1180 unsigned int inpa; |
1181 }; | |
1182 | |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
1183 static void damn_you(gpointer data, gint source, GaimInputCondition c) |
2086 | 1184 { |
1185 struct pieceofcrap *pos = data; | |
1186 struct oscar_data *od = pos->gc->proto_data; | |
1187 char in = '\0'; | |
1188 int x = 0; | |
1189 unsigned char m[17]; | |
1190 | |
1191 while (read(pos->fd, &in, 1) == 1) { | |
1192 if (in == '\n') | |
1193 x++; | |
1194 else if (in != '\r') | |
1195 x = 0; | |
1196 if (x == 2) | |
1197 break; | |
1198 in = '\0'; | |
1199 } | |
1200 if (in != '\n') { | |
4056 | 1201 char buf[256]; |
1202 g_snprintf(buf, sizeof(buf), _("You may be disconnected shortly. You may want to use TOC until " | |
1203 "this is fixed. Check %s for updates."), WEBSITE); | |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
1204 gaim_notify_warning(pos->gc, NULL, |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
1205 _("Gaim was Unable to get a valid AIM login hash."), |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
1206 buf); |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
1207 gaim_input_remove(pos->inpa); |
2086 | 1208 close(pos->fd); |
1209 g_free(pos); | |
1210 return; | |
1211 } | |
1212 read(pos->fd, m, 16); | |
1213 m[16] = '\0'; | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1214 gaim_debug(GAIM_DEBUG_MISC, "oscar", "Sending hash: "); |
2086 | 1215 for (x = 0; x < 16; x++) |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1216 gaim_debug(GAIM_DEBUG_MISC, NULL, "%02hhx ", (unsigned char)m[x]); |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1217 |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1218 gaim_debug(GAIM_DEBUG_MISC, NULL, "\n"); |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
1219 gaim_input_remove(pos->inpa); |
2086 | 1220 close(pos->fd); |
1221 aim_sendmemblock(od->sess, pos->conn, 0, 16, m, AIM_SENDMEMBLOCK_FLAG_ISHASH); | |
1222 g_free(pos); | |
1223 } | |
1224 | |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
1225 static void straight_to_hell(gpointer data, gint source, GaimInputCondition cond) { |
2086 | 1226 struct pieceofcrap *pos = data; |
5420 | 1227 gchar *buf; |
2086 | 1228 |
4366 | 1229 pos->fd = source; |
1230 | |
2086 | 1231 if (source < 0) { |
5420 | 1232 buf = g_strdup_printf(_("You may be disconnected shortly. You may want to use TOC until " |
4056 | 1233 "this is fixed. Check %s for updates."), WEBSITE); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
1234 gaim_notify_warning(pos->gc, NULL, |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
1235 _("Gaim was Unable to get a valid AIM login hash."), |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
1236 buf); |
5420 | 1237 g_free(buf); |
2086 | 1238 if (pos->modname) |
1239 g_free(pos->modname); | |
1240 g_free(pos); | |
1241 return; | |
1242 } | |
1243 | |
5420 | 1244 buf = g_strdup_printf("GET " AIMHASHDATA "?offset=%ld&len=%ld&modname=%s HTTP/1.0\n\n", |
2086 | 1245 pos->offset, pos->len, pos->modname ? pos->modname : ""); |
1246 write(pos->fd, buf, strlen(buf)); | |
5420 | 1247 g_free(buf); |
2086 | 1248 if (pos->modname) |
1249 g_free(pos->modname); | |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
1250 pos->inpa = gaim_input_add(pos->fd, GAIM_INPUT_READ, damn_you, pos); |
2086 | 1251 return; |
1252 } | |
1253 | |
1254 /* size of icbmui.ocm, the largest module in AIM 3.5 */ | |
1255 #define AIM_MAX_FILE_SIZE 98304 | |
1256 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1257 int gaim_memrequest(aim_session_t *sess, aim_frame_t *fr, ...) { |
2086 | 1258 va_list ap; |
1259 struct pieceofcrap *pos; | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1260 fu32_t offset, len; |
2086 | 1261 char *modname; |
1262 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1263 va_start(ap, fr); |
4200 | 1264 offset = va_arg(ap, fu32_t); |
1265 len = va_arg(ap, fu32_t); | |
2086 | 1266 modname = va_arg(ap, char *); |
1267 va_end(ap); | |
1268 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1269 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
5556 | 1270 "offset: %u, len: %u, file: %s\n", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1271 offset, len, (modname ? modname : "aim.exe")); |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1272 |
2086 | 1273 if (len == 0) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1274 gaim_debug(GAIM_DEBUG_MISC, "oscar", "len is 0, hashing NULL\n"); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1275 aim_sendmemblock(sess, fr->conn, offset, len, NULL, |
2086 | 1276 AIM_SENDMEMBLOCK_FLAG_ISREQUEST); |
1277 return 1; | |
1278 } | |
1279 /* uncomment this when you're convinced it's right. remember, it's been wrong before. | |
1280 if (offset > AIM_MAX_FILE_SIZE || len > AIM_MAX_FILE_SIZE) { | |
1281 char *buf; | |
1282 int i = 8; | |
1283 if (modname) | |
1284 i += strlen(modname); | |
1285 buf = g_malloc(i); | |
1286 i = 0; | |
1287 if (modname) { | |
1288 memcpy(buf, modname, strlen(modname)); | |
1289 i += strlen(modname); | |
1290 } | |
1291 buf[i++] = offset & 0xff; | |
1292 buf[i++] = (offset >> 8) & 0xff; | |
1293 buf[i++] = (offset >> 16) & 0xff; | |
1294 buf[i++] = (offset >> 24) & 0xff; | |
1295 buf[i++] = len & 0xff; | |
1296 buf[i++] = (len >> 8) & 0xff; | |
1297 buf[i++] = (len >> 16) & 0xff; | |
1298 buf[i++] = (len >> 24) & 0xff; | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1299 gaim_debug(GAIM_DEBUG_MISC, "oscar", "len + offset is invalid, " |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1300 "hashing request\n"); |
2086 | 1301 aim_sendmemblock(sess, command->conn, offset, i, buf, AIM_SENDMEMBLOCK_FLAG_ISREQUEST); |
1302 g_free(buf); | |
1303 return 1; | |
1304 } | |
1305 */ | |
1306 | |
1307 pos = g_new0(struct pieceofcrap, 1); | |
1308 pos->gc = sess->aux_data; | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1309 pos->conn = fr->conn; |
2086 | 1310 |
1311 pos->offset = offset; | |
1312 pos->len = len; | |
1313 pos->modname = modname ? g_strdup(modname) : NULL; | |
1314 | |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
1315 if (gaim_proxy_connect(pos->gc->account, "gaim.sourceforge.net", 80, straight_to_hell, pos) != 0) { |
4056 | 1316 char buf[256]; |
2086 | 1317 if (pos->modname) |
1318 g_free(pos->modname); | |
1319 g_free(pos); | |
4056 | 1320 g_snprintf(buf, sizeof(buf), _("You may be disconnected shortly. You may want to use TOC until " |
1321 "this is fixed. Check %s for updates."), WEBSITE); | |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
1322 gaim_notify_warning(pos->gc, NULL, |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
1323 _("Gaim was Unable to get a valid login hash."), |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
1324 buf); |
2086 | 1325 } |
1326 | |
1327 return 1; | |
1328 } | |
1329 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1330 static int gaim_parse_login(aim_session_t *sess, aim_frame_t *fr, ...) { |
2086 | 1331 char *key; |
1332 va_list ap; | |
5575 | 1333 GaimConnection *gc = sess->aux_data; |
5591
74a0e79ad627
[gaim-migrate @ 5995]
Christian Hammond <chipx86@chipx86.com>
parents:
5580
diff
changeset
|
1334 GaimAccount *account = gaim_connection_get_account(gc); |
5575 | 1335 GaimAccount *ac = gaim_connection_get_account(gc); |
4617 | 1336 struct oscar_data *od = gc->proto_data; |
2086 | 1337 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1338 va_start(ap, fr); |
2086 | 1339 key = va_arg(ap, char *); |
1340 va_end(ap); | |
1341 | |
4617 | 1342 if (od->icq) { |
3458 | 1343 struct client_info_s info = CLIENTINFO_ICQ_KNOWNGOOD; |
5591
74a0e79ad627
[gaim-migrate @ 5995]
Christian Hammond <chipx86@chipx86.com>
parents:
5580
diff
changeset
|
1344 aim_send_login(sess, fr->conn, gaim_account_get_username(ac), |
74a0e79ad627
[gaim-migrate @ 5995]
Christian Hammond <chipx86@chipx86.com>
parents:
5580
diff
changeset
|
1345 gaim_account_get_password(account), &info, key); |
3458 | 1346 } else { |
1347 #if 0 | |
1348 struct client_info_s info = {"gaim", 4, 1, 2010, "us", "en", 0x0004, 0x0000, 0x04b}; | |
1349 #endif | |
1350 struct client_info_s info = CLIENTINFO_AIM_KNOWNGOOD; | |
5591
74a0e79ad627
[gaim-migrate @ 5995]
Christian Hammond <chipx86@chipx86.com>
parents:
5580
diff
changeset
|
1351 aim_send_login(sess, fr->conn, gaim_account_get_username(ac), |
74a0e79ad627
[gaim-migrate @ 5995]
Christian Hammond <chipx86@chipx86.com>
parents:
5580
diff
changeset
|
1352 gaim_account_get_password(account), &info, key); |
3458 | 1353 } |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1354 |
2086 | 1355 return 1; |
1356 } | |
1357 | |
2675 | 1358 static int conninitdone_chat(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 1359 GaimConnection *gc = sess->aux_data; |
2647 | 1360 struct chat_connection *chatcon; |
1361 static int id = 1; | |
1362 | |
2821
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1363 aim_conn_addhandler(sess, fr->conn, 0x000e, 0x0001, gaim_parse_genericerr, 0); |
2675 | 1364 aim_conn_addhandler(sess, fr->conn, AIM_CB_FAM_CHT, AIM_CB_CHT_USERJOIN, gaim_chat_join, 0); |
1365 aim_conn_addhandler(sess, fr->conn, AIM_CB_FAM_CHT, AIM_CB_CHT_USERLEAVE, gaim_chat_leave, 0); | |
1366 aim_conn_addhandler(sess, fr->conn, AIM_CB_FAM_CHT, AIM_CB_CHT_ROOMINFOUPDATE, gaim_chat_info_update, 0); | |
1367 aim_conn_addhandler(sess, fr->conn, AIM_CB_FAM_CHT, AIM_CB_CHT_INCOMINGMSG, gaim_chat_incoming_msg, 0); | |
1368 | |
2672 | 1369 aim_clientready(sess, fr->conn); |
2675 | 1370 |
2647 | 1371 chatcon = find_oscar_chat_by_conn(gc, fr->conn); |
1372 chatcon->id = id; | |
1373 chatcon->cnv = serv_got_joined_chat(gc, id++, chatcon->show); | |
1374 | |
1375 return 1; | |
1376 } | |
1377 | |
2675 | 1378 static int conninitdone_chatnav(aim_session_t *sess, aim_frame_t *fr, ...) { |
1379 | |
2821
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1380 aim_conn_addhandler(sess, fr->conn, 0x000d, 0x0001, gaim_parse_genericerr, 0); |
2647 | 1381 aim_conn_addhandler(sess, fr->conn, AIM_CB_FAM_CTN, AIM_CB_CTN_INFO, gaim_chatnav_info, 0); |
2675 | 1382 |
1383 aim_clientready(sess, fr->conn); | |
1384 | |
1385 aim_chatnav_reqrights(sess, fr->conn); | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1386 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1387 return 1; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1388 } |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1389 |
3694 | 1390 static int conninitdone_email(aim_session_t *sess, aim_frame_t *fr, ...) { |
1391 | |
1392 aim_conn_addhandler(sess, fr->conn, 0x0018, 0x0001, gaim_parse_genericerr, 0); | |
1393 aim_conn_addhandler(sess, fr->conn, AIM_CB_FAM_EML, AIM_CB_EML_MAILSTATUS, gaim_email_parseupdate, 0); | |
1394 | |
1395 aim_email_sendcookies(sess, fr->conn); | |
1396 aim_email_activate(sess, fr->conn); | |
1397 aim_clientready(sess, fr->conn); | |
1398 | |
1399 return 1; | |
1400 } | |
1401 | |
4804 | 1402 static int conninitdone_icon(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 1403 GaimConnection *gc = sess->aux_data; |
4804 | 1404 struct oscar_data *od = gc->proto_data; |
1405 | |
1406 aim_conn_addhandler(sess, fr->conn, 0x0018, 0x0001, gaim_parse_genericerr, 0); | |
1407 aim_conn_addhandler(sess, fr->conn, AIM_CB_FAM_ICO, AIM_CB_ICO_ERROR, gaim_icon_error, 0); | |
1408 aim_conn_addhandler(sess, fr->conn, AIM_CB_FAM_ICO, AIM_CB_ICO_RESPONSE, gaim_icon_parseicon, 0); | |
1409 | |
1410 aim_clientready(sess, fr->conn); | |
1411 | |
4823 | 1412 od->iconconnecting = FALSE; |
1413 | |
4804 | 1414 if (od->icontimer) |
1415 g_source_remove(od->icontimer); | |
1416 od->icontimer = g_timeout_add(100, gaim_icon_timerfunc, gc); | |
1417 | |
1418 return 1; | |
1419 } | |
1420 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1421 static void oscar_chatnav_connect(gpointer data, gint source, GaimInputCondition cond) { |
5575 | 1422 GaimConnection *gc = data; |
4617 | 1423 struct oscar_data *od; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1424 aim_session_t *sess; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1425 aim_conn_t *tstconn; |
2086 | 1426 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
1427 if (!g_list_find(gaim_connections_get_all(), gc)) { |
2086 | 1428 close(source); |
1429 return; | |
1430 } | |
1431 | |
4617 | 1432 od = gc->proto_data; |
1433 sess = od->sess; | |
2086 | 1434 tstconn = aim_getconn_type_all(sess, AIM_CONN_TYPE_CHATNAV); |
4366 | 1435 tstconn->fd = source; |
2086 | 1436 |
1437 if (source < 0) { | |
1438 aim_conn_kill(sess, &tstconn); | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1439 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1440 "unable to connect to chatnav server\n"); |
2086 | 1441 return; |
1442 } | |
1443 | |
1444 aim_conn_completeconnect(sess, tstconn); | |
4617 | 1445 od->cnpa = gaim_input_add(tstconn->fd, GAIM_INPUT_READ, oscar_callback, tstconn); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1446 gaim_debug(GAIM_DEBUG_INFO, "oscar", "chatnav: connected\n"); |
2086 | 1447 } |
1448 | |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
1449 static void oscar_auth_connect(gpointer data, gint source, GaimInputCondition cond) |
2086 | 1450 { |
5575 | 1451 GaimConnection *gc = data; |
4617 | 1452 struct oscar_data *od; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1453 aim_session_t *sess; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1454 aim_conn_t *tstconn; |
2086 | 1455 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
1456 if (!g_list_find(gaim_connections_get_all(), gc)) { |
2086 | 1457 close(source); |
1458 return; | |
1459 } | |
1460 | |
4617 | 1461 od = gc->proto_data; |
1462 sess = od->sess; | |
2086 | 1463 tstconn = aim_getconn_type_all(sess, AIM_CONN_TYPE_AUTH); |
4366 | 1464 tstconn->fd = source; |
2086 | 1465 |
1466 if (source < 0) { | |
1467 aim_conn_kill(sess, &tstconn); | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1468 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1469 "unable to connect to authorizer\n"); |
2086 | 1470 return; |
1471 } | |
1472 | |
1473 aim_conn_completeconnect(sess, tstconn); | |
4617 | 1474 od->paspa = gaim_input_add(tstconn->fd, GAIM_INPUT_READ, oscar_callback, tstconn); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1475 gaim_debug(GAIM_DEBUG_INFO, "oscar", "chatnav: connected\n"); |
2086 | 1476 } |
1477 | |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
1478 static void oscar_chat_connect(gpointer data, gint source, GaimInputCondition cond) |
2086 | 1479 { |
1480 struct chat_connection *ccon = data; | |
5575 | 1481 GaimConnection *gc = ccon->gc; |
4617 | 1482 struct oscar_data *od; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1483 aim_session_t *sess; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1484 aim_conn_t *tstconn; |
2086 | 1485 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
1486 if (!g_list_find(gaim_connections_get_all(), gc)) { |
2086 | 1487 close(source); |
1488 g_free(ccon->show); | |
1489 g_free(ccon->name); | |
1490 g_free(ccon); | |
1491 return; | |
1492 } | |
1493 | |
4617 | 1494 od = gc->proto_data; |
1495 sess = od->sess; | |
2086 | 1496 tstconn = ccon->conn; |
4366 | 1497 tstconn->fd = source; |
2086 | 1498 |
1499 if (source < 0) { | |
1500 aim_conn_kill(sess, &tstconn); | |
1501 g_free(ccon->show); | |
1502 g_free(ccon->name); | |
1503 g_free(ccon); | |
1504 return; | |
1505 } | |
1506 | |
1507 aim_conn_completeconnect(sess, ccon->conn); | |
4617 | 1508 ccon->inpa = gaim_input_add(tstconn->fd, GAIM_INPUT_READ, oscar_callback, tstconn); |
1509 od->oscar_chats = g_slist_append(od->oscar_chats, ccon); | |
2086 | 1510 } |
1511 | |
3694 | 1512 static void oscar_email_connect(gpointer data, gint source, GaimInputCondition cond) { |
5575 | 1513 GaimConnection *gc = data; |
4617 | 1514 struct oscar_data *od; |
3694 | 1515 aim_session_t *sess; |
1516 aim_conn_t *tstconn; | |
1517 | |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
1518 if (!g_list_find(gaim_connections_get_all(), gc)) { |
3694 | 1519 close(source); |
1520 return; | |
1521 } | |
1522 | |
4617 | 1523 od = gc->proto_data; |
1524 sess = od->sess; | |
3694 | 1525 tstconn = aim_getconn_type_all(sess, AIM_CONN_TYPE_EMAIL); |
4366 | 1526 tstconn->fd = source; |
3694 | 1527 |
1528 if (source < 0) { | |
1529 aim_conn_kill(sess, &tstconn); | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1530 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1531 "unable to connect to email server\n"); |
3694 | 1532 return; |
1533 } | |
1534 | |
1535 aim_conn_completeconnect(sess, tstconn); | |
4617 | 1536 od->emlpa = gaim_input_add(tstconn->fd, GAIM_INPUT_READ, oscar_callback, tstconn); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1537 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1538 "email: connected\n"); |
3694 | 1539 } |
1540 | |
4804 | 1541 static void oscar_icon_connect(gpointer data, gint source, GaimInputCondition cond) { |
5575 | 1542 GaimConnection *gc = data; |
4804 | 1543 struct oscar_data *od; |
1544 aim_session_t *sess; | |
1545 aim_conn_t *tstconn; | |
1546 | |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
1547 if (!g_list_find(gaim_connections_get_all(), gc)) { |
4804 | 1548 close(source); |
1549 return; | |
1550 } | |
1551 | |
1552 od = gc->proto_data; | |
1553 sess = od->sess; | |
1554 tstconn = aim_getconn_type_all(sess, AIM_CONN_TYPE_ICON); | |
1555 tstconn->fd = source; | |
1556 | |
1557 if (source < 0) { | |
1558 aim_conn_kill(sess, &tstconn); | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1559 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1560 "unable to connect to icon server\n"); |
4804 | 1561 return; |
1562 } | |
1563 | |
1564 aim_conn_completeconnect(sess, tstconn); | |
1565 od->icopa = gaim_input_add(tstconn->fd, GAIM_INPUT_READ, oscar_callback, tstconn); | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1566 gaim_debug(GAIM_DEBUG_INFO, "oscar", "icon: connected\n"); |
4804 | 1567 } |
1568 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1569 /* 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
|
1570 static int gaim_handle_redirect(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 1571 GaimConnection *gc = sess->aux_data; |
1572 GaimAccount *account = gaim_connection_get_account(gc); | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1573 aim_conn_t *tstconn; |
4452 | 1574 int i; |
2086 | 1575 char *host; |
1576 int port; | |
4821 | 1577 va_list ap; |
1578 struct aim_redirect_data *redir; | |
2086 | 1579 |
5575 | 1580 port = gaim_account_get_int(account, "port", FAIM_LOGIN_PORT); |
2086 | 1581 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1582 va_start(ap, fr); |
2821
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1583 redir = va_arg(ap, struct aim_redirect_data *); |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1584 va_end(ap); |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1585 |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1586 for (i = 0; i < (int)strlen(redir->ip); i++) { |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1587 if (redir->ip[i] == ':') { |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1588 port = atoi(&(redir->ip[i+1])); |
2086 | 1589 break; |
1590 } | |
1591 } | |
2821
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1592 host = g_strndup(redir->ip, i); |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1593 |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1594 switch(redir->group) { |
2086 | 1595 case 0x7: /* Authorizer */ |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1596 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1597 "Reconnecting with authorizor...\n"); |
2086 | 1598 tstconn = aim_newconn(sess, AIM_CONN_TYPE_AUTH, NULL); |
1599 if (tstconn == NULL) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1600 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1601 "unable to reconnect with authorizer\n"); |
2086 | 1602 g_free(host); |
1603 return 1; | |
1604 } | |
4649 | 1605 aim_conn_addhandler(sess, tstconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNERR, gaim_connerr, 0); |
2675 | 1606 aim_conn_addhandler(sess, tstconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNINITDONE, conninitdone_admin, 0); |
2086 | 1607 aim_conn_addhandler(sess, tstconn, 0x0007, 0x0003, gaim_info_change, 0); |
1608 aim_conn_addhandler(sess, tstconn, 0x0007, 0x0005, gaim_info_change, 0); | |
1609 aim_conn_addhandler(sess, tstconn, 0x0007, 0x0007, gaim_account_confirm, 0); | |
1610 | |
1611 tstconn->status |= AIM_CONN_STATUS_INPROGRESS; | |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
1612 if (gaim_proxy_connect(account, host, port, oscar_auth_connect, gc) != 0) { |
2086 | 1613 aim_conn_kill(sess, &tstconn); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1614 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1615 "unable to reconnect with authorizer\n"); |
2086 | 1616 g_free(host); |
1617 return 1; | |
1618 } | |
4293 | 1619 aim_sendcookie(sess, tstconn, redir->cookielen, redir->cookie); |
4194 | 1620 break; |
1621 | |
2086 | 1622 case 0xd: /* ChatNav */ |
1623 tstconn = aim_newconn(sess, AIM_CONN_TYPE_CHATNAV, NULL); | |
1624 if (tstconn == NULL) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1625 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1626 "unable to connect to chatnav server\n"); |
2086 | 1627 g_free(host); |
1628 return 1; | |
1629 } | |
4649 | 1630 aim_conn_addhandler(sess, tstconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNERR, gaim_connerr, 0); |
2675 | 1631 aim_conn_addhandler(sess, tstconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNINITDONE, conninitdone_chatnav, 0); |
2086 | 1632 |
1633 tstconn->status |= AIM_CONN_STATUS_INPROGRESS; | |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
1634 if (gaim_proxy_connect(account, host, port, oscar_chatnav_connect, gc) != 0) { |
2086 | 1635 aim_conn_kill(sess, &tstconn); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1636 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1637 "unable to connect to chatnav server\n"); |
2086 | 1638 g_free(host); |
1639 return 1; | |
1640 } | |
4293 | 1641 aim_sendcookie(sess, tstconn, redir->cookielen, redir->cookie); |
4194 | 1642 break; |
1643 | |
1644 case 0xe: { /* Chat */ | |
2086 | 1645 struct chat_connection *ccon; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1646 |
2086 | 1647 tstconn = aim_newconn(sess, AIM_CONN_TYPE_CHAT, NULL); |
1648 if (tstconn == NULL) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1649 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1650 "unable to connect to chat server\n"); |
2086 | 1651 g_free(host); |
1652 return 1; | |
1653 } | |
1654 | |
4649 | 1655 aim_conn_addhandler(sess, tstconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNERR, gaim_connerr, 0); |
2675 | 1656 aim_conn_addhandler(sess, tstconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNINITDONE, conninitdone_chat, 0); |
1657 | |
2086 | 1658 ccon = g_new0(struct chat_connection, 1); |
1659 ccon->conn = tstconn; | |
1660 ccon->gc = gc; | |
1661 ccon->fd = -1; | |
2821
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1662 ccon->name = g_strdup(redir->chat.room); |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1663 ccon->exchange = redir->chat.exchange; |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1664 ccon->instance = redir->chat.instance; |
9467e4ee81be
[gaim-migrate @ 2834]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2820
diff
changeset
|
1665 ccon->show = extract_name(redir->chat.room); |
4634 | 1666 |
2086 | 1667 ccon->conn->status |= AIM_CONN_STATUS_INPROGRESS; |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
1668 if (gaim_proxy_connect(account, host, port, oscar_chat_connect, ccon) != 0) { |
2086 | 1669 aim_conn_kill(sess, &tstconn); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1670 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1671 "unable to connect to chat server\n"); |
2086 | 1672 g_free(host); |
1673 g_free(ccon->show); | |
1674 g_free(ccon->name); | |
1675 g_free(ccon); | |
1676 return 1; | |
1677 } | |
4293 | 1678 aim_sendcookie(sess, tstconn, redir->cookielen, redir->cookie); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1679 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1680 "Connected to chat room %s exchange %hu\n", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1681 ccon->name, ccon->exchange); |
4194 | 1682 } break; |
3694 | 1683 |
4804 | 1684 case 0x0010: { /* icon */ |
1685 if (!(tstconn = aim_newconn(sess, AIM_CONN_TYPE_ICON, NULL))) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1686 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1687 "unable to connect to icon server\n"); |
4804 | 1688 g_free(host); |
1689 return 1; | |
1690 } | |
1691 aim_conn_addhandler(sess, tstconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNERR, gaim_connerr, 0); | |
1692 aim_conn_addhandler(sess, tstconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNINITDONE, conninitdone_icon, 0); | |
1693 | |
1694 tstconn->status |= AIM_CONN_STATUS_INPROGRESS; | |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
1695 if (gaim_proxy_connect(account, host, port, oscar_icon_connect, gc) != 0) { |
4804 | 1696 aim_conn_kill(sess, &tstconn); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1697 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1698 "unable to connect to icon server\n"); |
4804 | 1699 g_free(host); |
1700 return 1; | |
1701 } | |
1702 aim_sendcookie(sess, tstconn, redir->cookielen, redir->cookie); | |
1703 } break; | |
1704 | |
3694 | 1705 case 0x0018: { /* email */ |
1706 if (!(tstconn = aim_newconn(sess, AIM_CONN_TYPE_EMAIL, NULL))) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1707 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1708 "unable to connect to email server\n"); |
3694 | 1709 g_free(host); |
1710 return 1; | |
1711 } | |
4649 | 1712 aim_conn_addhandler(sess, tstconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNERR, gaim_connerr, 0); |
3694 | 1713 aim_conn_addhandler(sess, tstconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_CONNINITDONE, conninitdone_email, 0); |
1714 | |
1715 tstconn->status |= AIM_CONN_STATUS_INPROGRESS; | |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
1716 if (gaim_proxy_connect(account, host, port, oscar_email_connect, gc) != 0) { |
3694 | 1717 aim_conn_kill(sess, &tstconn); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1718 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1719 "unable to connect to email server\n"); |
3694 | 1720 g_free(host); |
1721 return 1; | |
1722 } | |
4293 | 1723 aim_sendcookie(sess, tstconn, redir->cookielen, redir->cookie); |
3694 | 1724 } break; |
1725 | |
2086 | 1726 default: /* huh? */ |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1727 gaim_debug(GAIM_DEBUG_WARNING, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1728 "got redirect for unknown service 0x%04hx\n", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1729 redir->group); |
2086 | 1730 break; |
1731 } | |
1732 | |
1733 g_free(host); | |
1734 return 1; | |
1735 } | |
1736 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1737 static int gaim_parse_oncoming(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 1738 GaimConnection *gc = sess->aux_data; |
2501
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
1739 struct oscar_data *od = gc->proto_data; |
4738 | 1740 struct buddyinfo *bi; |
2993 | 1741 time_t time_idle = 0, signon = 0; |
1742 int type = 0; | |
1743 int caps = 0; | |
2086 | 1744 va_list ap; |
4738 | 1745 aim_userinfo_t *info; |
4194 | 1746 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1747 va_start(ap, fr); |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
1748 info = va_arg(ap, aim_userinfo_t *); |
2086 | 1749 va_end(ap); |
1750 | |
2993 | 1751 if (info->present & AIM_USERINFO_PRESENT_CAPABILITIES) |
1752 caps = info->capabilities; | |
3267 | 1753 if (info->flags & AIM_FLAG_ACTIVEBUDDY) |
1754 type |= UC_AB; | |
1755 | |
4766 | 1756 if (info->present & AIM_USERINFO_PRESENT_FLAGS) { |
1757 if (info->flags & AIM_FLAG_UNCONFIRMED) | |
1758 type |= UC_UNCONFIRMED; | |
1759 if (info->flags & AIM_FLAG_ADMINISTRATOR) | |
1760 type |= UC_ADMIN; | |
1761 if (info->flags & AIM_FLAG_AOL) | |
1762 type |= UC_AOL; | |
1763 if (info->flags & AIM_FLAG_FREE) | |
1764 type |= UC_NORMAL; | |
1765 if (info->flags & AIM_FLAG_AWAY) | |
1766 type |= UC_UNAVAILABLE; | |
1767 if (info->flags & AIM_FLAG_WIRELESS) | |
1768 type |= UC_WIRELESS; | |
2501
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
1769 } |
2993 | 1770 if (info->present & AIM_USERINFO_PRESENT_ICQEXTSTATUS) { |
3595 | 1771 type = (info->icqinfo.status << 16); |
3013 | 1772 if (!(info->icqinfo.status & AIM_ICQ_STATE_CHAT) && |
1773 (info->icqinfo.status != AIM_ICQ_STATE_NORMAL)) { | |
2993 | 1774 type |= UC_UNAVAILABLE; |
3013 | 1775 } |
2993 | 1776 } |
1777 | |
1778 if (caps & AIM_CAPS_ICQ) | |
1779 caps ^= AIM_CAPS_ICQ; | |
1780 | |
1781 if (info->present & AIM_USERINFO_PRESENT_IDLE) { | |
2086 | 1782 time(&time_idle); |
1783 time_idle -= info->idletime*60; | |
2993 | 1784 } |
1785 | |
5836 | 1786 if (info->present & AIM_USERINFO_PRESENT_ONLINESINCE) |
1787 signon = info->onlinesince; | |
1788 else if (info->present & AIM_USERINFO_PRESENT_SESSIONLEN) | |
2993 | 1789 signon = time(NULL) - info->sessionlen; |
2086 | 1790 |
5575 | 1791 if (!aim_sncmp(gaim_account_get_username(gaim_connection_get_account(gc)), info->sn)) |
1792 gaim_connection_set_display_name(gc, info->sn); | |
2305
0371b905baef
[gaim-migrate @ 2315]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2303
diff
changeset
|
1793 |
4738 | 1794 bi = g_hash_table_lookup(od->buddyinfo, normalize(info->sn)); |
1795 if (!bi) { | |
1796 bi = g_new0(struct buddyinfo, 1); | |
1797 g_hash_table_insert(od->buddyinfo, g_strdup(normalize(info->sn)), bi); | |
1798 } | |
1799 bi->signon = info->onlinesince ? info->onlinesince : (info->sessionlen + time(NULL)); | |
4829 | 1800 if (caps) |
1801 bi->caps = caps; | |
4739 | 1802 bi->typingnot = FALSE; |
1803 bi->ico_informed = FALSE; | |
5837 | 1804 free(bi->availablemsg); |
1805 if (info->availablemsg) | |
5836 | 1806 bi->availablemsg = g_strdup(info->availablemsg); |
5837 | 1807 else |
1808 bi->availablemsg = NULL; | |
4732 | 1809 |
4804 | 1810 /* Server stored icon stuff */ |
4853 | 1811 if (info->iconcsumlen) { |
1812 char *b16, *saved_b16; | |
1813 struct buddy *b; | |
1814 | |
5836 | 1815 free(bi->iconcsum); |
1816 bi->iconcsum = malloc(info->iconcsumlen); | |
4853 | 1817 memcpy(bi->iconcsum, info->iconcsum, info->iconcsumlen); |
1818 bi->iconcsumlen = info->iconcsumlen; | |
1819 b16 = tobase16(bi->iconcsum, bi->iconcsumlen); | |
1820 b = gaim_find_buddy(gc->account, info->sn); | |
1821 saved_b16 = gaim_buddy_get_setting(b, "icon_checksum"); | |
1822 if (!b16 || !saved_b16 || strcmp(b16, saved_b16)) { | |
1823 GSList *cur = od->requesticon; | |
1824 while (cur && aim_sncmp((char *)cur->data, info->sn)) | |
1825 cur = cur->next; | |
1826 if (!cur) { | |
1827 od->requesticon = g_slist_append(od->requesticon, strdup(normalize(info->sn))); | |
1828 if (od->icontimer) | |
1829 g_source_remove(od->icontimer); | |
1830 od->icontimer = g_timeout_add(500, gaim_icon_timerfunc, gc); | |
1831 } | |
1832 } | |
1833 free(saved_b16); | |
1834 free(b16); | |
1835 } | |
1836 | |
5628 | 1837 serv_got_update(gc, info->sn, 1, (info->warnlevel/10.0) + 0.5, signon, time_idle, type); |
2086 | 1838 |
1839 return 1; | |
1840 } | |
1841 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1842 static int gaim_parse_offgoing(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 1843 GaimConnection *gc = sess->aux_data; |
5837 | 1844 struct oscar_data *od = gc->proto_data; |
2086 | 1845 va_list ap; |
4739 | 1846 aim_userinfo_t *info; |
2086 | 1847 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
1848 va_start(ap, fr); |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
1849 info = va_arg(ap, aim_userinfo_t *); |
2086 | 1850 va_end(ap); |
1851 | |
4732 | 1852 serv_got_update(gc, info->sn, 0, 0, 0, 0, 0); |
2086 | 1853 |
5837 | 1854 g_hash_table_remove(od->buddyinfo, normalize(info->sn)); |
1855 | |
2086 | 1856 return 1; |
1857 } | |
1858 | |
3730 | 1859 static void cancel_direct_im(struct ask_direct *d) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1860 gaim_debug(GAIM_DEBUG_INFO, "oscar", "Freeing DirectIM prompts.\n"); |
2086 | 1861 |
1862 g_free(d->sn); | |
1863 g_free(d); | |
1864 } | |
1865 | |
4617 | 1866 static void oscar_odc_callback(gpointer data, gint source, GaimInputCondition condition) { |
2086 | 1867 struct direct_im *dim = data; |
5575 | 1868 GaimConnection *gc = dim->gc; |
2086 | 1869 struct oscar_data *od = gc->proto_data; |
5679 | 1870 GaimConversation *cnv; |
2086 | 1871 char buf[256]; |
3008 | 1872 struct sockaddr name; |
1873 socklen_t name_len = 1; | |
1874 | |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
1875 if (!g_list_find(gaim_connections_get_all(), gc)) { |
2086 | 1876 g_free(dim); |
1877 return; | |
1878 } | |
1879 | |
1880 if (source < 0) { | |
1881 g_free(dim); | |
1882 return; | |
1883 } | |
1884 | |
4366 | 1885 dim->conn->fd = source; |
2086 | 1886 aim_conn_completeconnect(od->sess, dim->conn); |
4491 | 1887 if (!(cnv = gaim_find_conversation(dim->name))) |
1888 cnv = gaim_conversation_new(GAIM_CONV_IM, dim->gc->account, dim->name); | |
3008 | 1889 |
1890 /* This is the best way to see if we're connected or not */ | |
1891 if (getpeername(source, &name, &name_len) == 0) { | |
1892 g_snprintf(buf, sizeof buf, _("Direct IM with %s established"), dim->name); | |
1893 dim->connected = TRUE; | |
4359
5fb47ec9bfe4
[gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents:
4358
diff
changeset
|
1894 gaim_conversation_write(cnv, NULL, buf, -1, WFLAG_SYSTEM, time(NULL)); |
3008 | 1895 } |
2086 | 1896 od->direct_ims = g_slist_append(od->direct_ims, dim); |
3008 | 1897 |
4617 | 1898 dim->watcher = gaim_input_add(dim->conn->fd, GAIM_INPUT_READ, oscar_callback, dim->conn); |
2086 | 1899 } |
1900 | |
4617 | 1901 /* BBB */ |
3952 | 1902 /* |
4617 | 1903 * This is called after a remote AIM user has connected to us. We |
1904 * want to do some voodoo with the socket file descriptors, add a | |
1905 * callback or two, and then send the AIM_CB_OFT_PROMPT. | |
3952 | 1906 */ |
4656 | 1907 static int oscar_sendfile_estblsh(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 1908 GaimConnection *gc = sess->aux_data; |
3630 | 1909 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
4617 | 1910 struct gaim_xfer *xfer; |
5146 | 1911 struct aim_oft_info *oft_info; |
3630 | 1912 va_list ap; |
1913 aim_conn_t *conn, *listenerconn; | |
4656 | 1914 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1915 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1916 "AAA - in oscar_sendfile_estblsh\n"); |
3630 | 1917 va_start(ap, fr); |
1918 conn = va_arg(ap, aim_conn_t *); | |
1919 listenerconn = va_arg(ap, aim_conn_t *); | |
1920 va_end(ap); | |
1921 | |
4617 | 1922 if (!(xfer = oscar_find_xfer_by_conn(od->file_transfers, listenerconn))) |
1923 return 1; | |
1924 | |
5146 | 1925 if (!(oft_info = xfer->data)) |
4617 | 1926 return 1; |
1927 | |
3630 | 1928 /* Stop watching listener conn; watch transfer conn instead */ |
4617 | 1929 gaim_input_remove(xfer->watcher); |
3630 | 1930 aim_conn_kill(sess, &listenerconn); |
1931 | |
5146 | 1932 oft_info->conn = conn; |
1933 xfer->fd = oft_info->conn->fd; | |
1934 | |
1935 aim_conn_addhandler(sess, oft_info->conn, AIM_CB_FAM_OFT, AIM_CB_OFT_ACK, oscar_sendfile_ack, 0); | |
1936 aim_conn_addhandler(sess, oft_info->conn, AIM_CB_FAM_OFT, AIM_CB_OFT_DONE, oscar_sendfile_done, 0); | |
1937 xfer->watcher = gaim_input_add(oft_info->conn->fd, GAIM_INPUT_READ, oscar_callback, oft_info->conn); | |
4617 | 1938 |
1939 /* Inform the other user that we are connected and ready to transfer */ | |
5146 | 1940 aim_oft_sendheader(sess, AIM_CB_OFT_PROMPT, oft_info); |
3630 | 1941 |
1942 return 0; | |
1943 } | |
1944 | |
3952 | 1945 /* |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
1946 * This is the gaim callback passed to gaim_proxy_connect when connecting to another AIM |
4617 | 1947 * user in order to transfer a file. |
3952 | 1948 */ |
4617 | 1949 static void oscar_sendfile_connected(gpointer data, gint source, GaimInputCondition condition) { |
1950 struct gaim_xfer *xfer; | |
5146 | 1951 struct aim_oft_info *oft_info; |
4656 | 1952 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1953 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1954 "AAA - in oscar_sendfile_connected\n"); |
4617 | 1955 if (!(xfer = data)) |
1956 return; | |
5146 | 1957 if (!(oft_info = xfer->data)) |
3630 | 1958 return; |
4617 | 1959 if (source < 0) |
1960 return; | |
1961 | |
1962 xfer->fd = source; | |
5146 | 1963 oft_info->conn->fd = source; |
1964 | |
1965 aim_conn_completeconnect(oft_info->sess, oft_info->conn); | |
1966 xfer->watcher = gaim_input_add(xfer->fd, GAIM_INPUT_READ, oscar_callback, oft_info->conn); | |
4617 | 1967 |
1968 /* Inform the other user that we are connected and ready to transfer */ | |
5146 | 1969 aim_im_sendch2_sendfile_accept(oft_info->sess, oft_info); |
4617 | 1970 |
1971 return; | |
3630 | 1972 } |
1973 | |
3952 | 1974 /* |
4617 | 1975 * This is called when a buddy sends us some file info. This happens when they |
1976 * are sending a file to you, and you have just established a connection to them. | |
4650 | 1977 * You should send them the exact same info except use the real cookie. We also |
4617 | 1978 * get like totally ready to like, receive the file, kay? |
3952 | 1979 */ |
4617 | 1980 static int oscar_sendfile_prompt(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 1981 GaimConnection *gc = sess->aux_data; |
4617 | 1982 struct oscar_data *od = gc->proto_data; |
1983 struct gaim_xfer *xfer; | |
5146 | 1984 struct aim_oft_info *oft_info; |
4617 | 1985 va_list ap; |
1986 aim_conn_t *conn; | |
1987 fu8_t *cookie; | |
1988 struct aim_fileheader_t *fh; | |
4656 | 1989 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1990 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
1991 "AAA - in oscar_sendfile_prompt\n"); |
4617 | 1992 va_start(ap, fr); |
1993 conn = va_arg(ap, aim_conn_t *); | |
1994 cookie = va_arg(ap, fu8_t *); | |
1995 fh = va_arg(ap, struct aim_fileheader_t *); | |
1996 va_end(ap); | |
1997 | |
1998 if (!(xfer = oscar_find_xfer_by_conn(od->file_transfers, conn))) | |
1999 return 1; | |
2000 | |
5146 | 2001 if (!(oft_info = xfer->data)) |
4617 | 2002 return 1; |
2003 | |
2004 /* We want to stop listening with a normal thingy */ | |
2005 gaim_input_remove(xfer->watcher); | |
2006 xfer->watcher = 0; | |
2007 | |
5146 | 2008 /* They sent us some information about the file they're sending */ |
2009 memcpy(&oft_info->fh, fh, sizeof(*fh)); | |
2010 | |
2011 /* Fill in the cookie */ | |
2012 memcpy(&oft_info->fh.bcookie, oft_info->cookie, 8); | |
2013 | |
4617 | 2014 /* XXX - convert the name from UTF-8 to UCS-2 if necessary, and pass the encoding to the call below */ |
5146 | 2015 aim_oft_sendheader(oft_info->sess, AIM_CB_OFT_ACK, oft_info); |
4617 | 2016 gaim_xfer_start(xfer, xfer->fd, NULL, 0); |
2017 | |
2018 return 0; | |
3630 | 2019 } |
2020 | |
3952 | 2021 /* |
4657 | 2022 * We are sending a file to someone else. They have just acknowledged our |
4617 | 2023 * prompt, so we want to start sending data like there's no tomorrow. |
3952 | 2024 */ |
4617 | 2025 static int oscar_sendfile_ack(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 2026 GaimConnection *gc = sess->aux_data; |
4617 | 2027 struct oscar_data *od = gc->proto_data; |
2028 struct gaim_xfer *xfer; | |
2029 va_list ap; | |
2030 aim_conn_t *conn; | |
2031 fu8_t *cookie; | |
2032 struct aim_fileheader_t *fh; | |
4656 | 2033 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2034 gaim_debug(GAIM_DEBUG_INFO, "oscar", "AAA - in oscar_sendfile_ack\n"); |
4617 | 2035 va_start(ap, fr); |
2036 conn = va_arg(ap, aim_conn_t *); | |
2037 cookie = va_arg(ap, fu8_t *); | |
2038 fh = va_arg(ap, struct aim_fileheader_t *); | |
2039 va_end(ap); | |
2040 | |
2041 if (!(xfer = oscar_find_xfer_by_cookie(od->file_transfers, cookie))) | |
2042 return 1; | |
2043 | |
4656 | 2044 /* We want to stop listening with a normal thingy */ |
2045 gaim_input_remove(xfer->watcher); | |
2046 xfer->watcher = 0; | |
2047 | |
4617 | 2048 gaim_xfer_start(xfer, xfer->fd, NULL, 0); |
2049 | |
2050 return 0; | |
3630 | 2051 } |
4617 | 2052 |
2053 /* | |
2054 * We just sent a file to someone. They said they got it and everything, | |
2055 * so we can close our direct connection and what not. | |
2056 */ | |
2057 static int oscar_sendfile_done(aim_session_t *sess, aim_frame_t *fr, ...) { | |
5575 | 2058 GaimConnection *gc = sess->aux_data; |
4617 | 2059 struct oscar_data *od = gc->proto_data; |
2060 struct gaim_xfer *xfer; | |
2061 va_list ap; | |
2062 aim_conn_t *conn; | |
2063 fu8_t *cookie; | |
2064 struct aim_fileheader_t *fh; | |
4656 | 2065 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2066 gaim_debug(GAIM_DEBUG_INFO, "oscar", "AAA - in oscar_sendfile_done\n"); |
4617 | 2067 va_start(ap, fr); |
2068 conn = va_arg(ap, aim_conn_t *); | |
2069 cookie = va_arg(ap, fu8_t *); | |
2070 fh = va_arg(ap, struct aim_fileheader_t *); | |
2071 va_end(ap); | |
2072 | |
2073 if (!(xfer = oscar_find_xfer_by_conn(od->file_transfers, conn))) | |
2074 return 1; | |
2075 | |
4656 | 2076 xfer->fd = conn->fd; |
4617 | 2077 gaim_xfer_end(xfer); |
2078 | |
2079 return 0; | |
2080 } | |
3630 | 2081 |
4244 | 2082 static void accept_direct_im(struct ask_direct *d) { |
5575 | 2083 GaimConnection *gc = d->gc; |
4244 | 2084 struct oscar_data *od; |
2086 | 2085 struct direct_im *dim; |
2945 | 2086 char *host; int port = 4443; |
4366 | 2087 int i, rc; |
2086 | 2088 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
2089 if (!g_list_find(gaim_connections_get_all(), gc)) { |
4244 | 2090 cancel_direct_im(d); |
2091 return; | |
2092 } | |
2093 | |
2094 od = (struct oscar_data *)gc->proto_data; | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2095 gaim_debug(GAIM_DEBUG_INFO, "oscar", "Accepted DirectIM.\n"); |
2086 | 2096 |
2097 dim = find_direct_im(od, d->sn); | |
2098 if (dim) { | |
3730 | 2099 cancel_direct_im(d); /* 40 */ |
4244 | 2100 return; |
2086 | 2101 } |
2102 dim = g_new0(struct direct_im, 1); | |
2103 dim->gc = d->gc; | |
2104 g_snprintf(dim->name, sizeof dim->name, "%s", d->sn); | |
2105 | |
4617 | 2106 dim->conn = aim_odc_connect(od->sess, d->sn, NULL, d->cookie); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2107 if (!dim->conn) { |
2086 | 2108 g_free(dim); |
3730 | 2109 cancel_direct_im(d); |
4244 | 2110 return; |
2086 | 2111 } |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2112 |
2086 | 2113 aim_conn_addhandler(od->sess, dim->conn, AIM_CB_FAM_OFT, AIM_CB_OFT_DIRECTIMINCOMING, |
4617 | 2114 gaim_odc_incoming, 0); |
2086 | 2115 aim_conn_addhandler(od->sess, dim->conn, AIM_CB_FAM_OFT, AIM_CB_OFT_DIRECTIMTYPING, |
4617 | 2116 gaim_odc_typing, 0); |
3033 | 2117 aim_conn_addhandler(od->sess, dim->conn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_IMAGETRANSFER, |
2993 | 2118 gaim_update_ui, 0); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2119 for (i = 0; i < (int)strlen(d->ip); i++) { |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2120 if (d->ip[i] == ':') { |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2121 port = atoi(&(d->ip[i+1])); |
2086 | 2122 break; |
2123 } | |
2124 } | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2125 host = g_strndup(d->ip, i); |
2086 | 2126 dim->conn->status |= AIM_CONN_STATUS_INPROGRESS; |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5679
diff
changeset
|
2127 rc = gaim_proxy_connect(gc->account, host, port, oscar_odc_callback, dim); |
2086 | 2128 g_free(host); |
4366 | 2129 if (rc < 0) { |
2086 | 2130 aim_conn_kill(od->sess, &dim->conn); |
2131 g_free(dim); | |
3730 | 2132 cancel_direct_im(d); |
4244 | 2133 return; |
2086 | 2134 } |
2135 | |
3730 | 2136 cancel_direct_im(d); |
2086 | 2137 |
4244 | 2138 return; |
2086 | 2139 } |
2140 | |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
2141 static int incomingim_chan1(aim_session_t *sess, aim_conn_t *conn, aim_userinfo_t *userinfo, struct aim_incomingim_ch1_args *args) { |
5575 | 2142 GaimConnection *gc = sess->aux_data; |
3600 | 2143 struct oscar_data *od = gc->proto_data; |
4738 | 2144 char *tmp; |
2273
0b5c3338fa3d
[gaim-migrate @ 2283]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2249
diff
changeset
|
2145 int flags = 0; |
3659 | 2146 int convlen; |
2147 GError *err = NULL; | |
4738 | 2148 struct buddyinfo *bi; |
5575 | 2149 const char *iconfile; |
4738 | 2150 |
2151 bi = g_hash_table_lookup(od->buddyinfo, normalize(userinfo->sn)); | |
2152 if (!bi) { | |
2153 bi = g_new0(struct buddyinfo, 1); | |
2154 g_hash_table_insert(od->buddyinfo, g_strdup(normalize(userinfo->sn)), bi); | |
2155 } | |
2273
0b5c3338fa3d
[gaim-migrate @ 2283]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2249
diff
changeset
|
2156 |
0b5c3338fa3d
[gaim-migrate @ 2283]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2249
diff
changeset
|
2157 if (args->icbmflags & AIM_IMFLAGS_AWAY) |
0b5c3338fa3d
[gaim-migrate @ 2283]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2249
diff
changeset
|
2158 flags |= IM_FLAG_AWAY; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2159 |
4738 | 2160 if (args->icbmflags & AIM_IMFLAGS_TYPINGNOT) |
2161 bi->typingnot = TRUE; | |
2162 else | |
2163 bi->typingnot = FALSE; | |
2164 | |
4380 | 2165 if ((args->icbmflags & AIM_IMFLAGS_HASICON) && (args->iconlen) && (args->iconsum) && (args->iconstamp)) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2166 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2167 "%s has an icon\n", userinfo->sn); |
4738 | 2168 if ((args->iconlen != bi->ico_len) || (args->iconsum != bi->ico_csum) || (args->iconstamp != bi->ico_time)) { |
2169 bi->ico_need = TRUE; | |
2170 bi->ico_len = args->iconlen; | |
2171 bi->ico_csum = args->iconsum; | |
2172 bi->ico_time = args->iconstamp; | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2173 } |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2174 } |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2175 |
5575 | 2176 if ((iconfile = gaim_account_get_buddy_icon(gaim_connection_get_account(gc))) && |
2177 (args->icbmflags & AIM_IMFLAGS_BUDDYREQ)) { | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2178 FILE *file; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2179 struct stat st; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2180 |
5575 | 2181 if (!stat(iconfile, &st)) { |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2182 char *buf = g_malloc(st.st_size); |
5575 | 2183 file = fopen(iconfile, "rb"); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2184 if (file) { |
2603
24664768a739
[gaim-migrate @ 2616]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2597
diff
changeset
|
2185 int len = fread(buf, 1, st.st_size, file); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2186 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2187 "Sending buddy icon to %s (%d bytes, " |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2188 "%lu reported)\n", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2189 userinfo->sn, len, st.st_size); |
4617 | 2190 aim_im_sendch2_icon(sess, userinfo->sn, buf, st.st_size, |
2191 st.st_mtime, aimutil_iconsum(buf, st.st_size)); | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2192 fclose(file); |
2336
c6c5eaf69188
[gaim-migrate @ 2349]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2315
diff
changeset
|
2193 } else |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2194 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2195 "Can't open buddy icon file!\n"); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2196 g_free(buf); |
2336
c6c5eaf69188
[gaim-migrate @ 2349]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2315
diff
changeset
|
2197 } else |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2198 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2199 "Can't stat buddy icon file!\n"); |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2200 } |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2201 |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2202 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2203 "Character set is %hu %hu\n", args->charset, args->charsubset); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2204 if (args->icbmflags & AIM_IMFLAGS_UNICODE) { |
3722 | 2205 /* This message is marked as UNICODE, so we have to |
2206 * convert it to utf-8 before handing it to the gaim core. | |
2207 * This conversion should *never* fail, if it does it | |
2208 * means that either the incoming ICBM is corrupted or | |
4662 | 2209 * there is something we don't understand about it. |
2210 * For the record, AIM Unicode is big-endian UCS-2 */ | |
2211 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2212 gaim_debug(GAIM_DEBUG_INFO, "oscar", "Received UNICODE IM\n"); |
4121 | 2213 |
2214 if (!args->msg || !args->msglen) | |
2215 return 1; | |
4641 | 2216 |
3659 | 2217 tmp = g_convert(args->msg, args->msglen, "UTF-8", "UCS-2BE", NULL, &convlen, &err); |
2218 if (err) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2219 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2220 "Unicode IM conversion: %s\n", err->message); |
3659 | 2221 tmp = strdup(_("(There was an error receiving this message)")); |
4800 | 2222 g_error_free(err); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2223 } |
3722 | 2224 } else { |
3850 | 2225 /* This will get executed for both AIM_IMFLAGS_ISO_8859_1 and |
3722 | 2226 * unflagged messages, which are ASCII. That's OK because |
2227 * ASCII is a strict subset of ISO-8859-1; this should | |
2228 * help with compatibility with old, broken versions of | |
2229 * gaim (everything before 0.60) and other broken clients | |
2230 * that will happily send ISO-8859-1 without marking it as | |
2231 * such */ | |
4662 | 2232 if (args->icbmflags & AIM_IMFLAGS_ISO_8859_1) |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2233 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2234 "Received ISO-8859-1 IM\n"); |
4121 | 2235 |
2236 if (!args->msg || !args->msglen) | |
2237 return 1; | |
2238 | |
3659 | 2239 tmp = g_convert(args->msg, args->msglen, "UTF-8", "ISO-8859-1", NULL, &convlen, &err); |
2240 if (err) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2241 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2242 "ISO-8859-1 IM conversion: %s\n", err->message); |
3659 | 2243 tmp = strdup(_("(There was an error receiving this message)")); |
4800 | 2244 g_error_free(err); |
3659 | 2245 } |
3642 | 2246 } |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2247 |
4333 | 2248 /* strip_linefeed(tmp); */ |
2856
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2833
diff
changeset
|
2249 serv_got_im(gc, userinfo->sn, tmp, flags, time(NULL), -1); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2250 g_free(tmp); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2251 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2252 return 1; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2253 } |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2254 |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
2255 static int incomingim_chan2(aim_session_t *sess, aim_conn_t *conn, aim_userinfo_t *userinfo, struct aim_incomingim_ch2_args *args) { |
5575 | 2256 GaimConnection *gc = sess->aux_data; |
4617 | 2257 struct oscar_data *od = gc->proto_data; |
5575 | 2258 const char *username = gaim_account_get_username(gaim_connection_get_account(gc)); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2259 |
4121 | 2260 if (!args) |
2261 return 0; | |
4194 | 2262 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2263 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2264 "rendezvous with %s, status is %hu\n", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2265 userinfo->sn, args->status); |
2869 | 2266 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2267 if (args->reqclass & AIM_CAPS_CHAT) { |
4121 | 2268 char *name; |
5234 | 2269 GHashTable *components; |
2270 | |
4121 | 2271 if (!args->info.chat.roominfo.name || !args->info.chat.roominfo.exchange || !args->msg) |
2272 return 1; | |
5234 | 2273 components = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, |
2274 g_free); | |
4121 | 2275 name = extract_name(args->info.chat.roominfo.name); |
5234 | 2276 g_hash_table_replace(components, g_strdup("room"), g_strdup(name ? name : args->info.chat.roominfo.name)); |
2277 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
|
2278 serv_got_chat_invite(gc, |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2279 name ? name : args->info.chat.roominfo.name, |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2280 userinfo->sn, |
2869 | 2281 (char *)args->msg, |
5234 | 2282 components); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2283 if (name) |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2284 g_free(name); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2285 } else if (args->reqclass & AIM_CAPS_SENDFILE) { |
4617 | 2286 /* BBB */ |
2287 if (args->status == AIM_RENDEZVOUS_PROPOSE) { | |
2288 /* Someone wants to send a file (or files) to us */ | |
2289 struct gaim_xfer *xfer; | |
5146 | 2290 struct aim_oft_info *oft_info; |
2291 | |
2292 if (!args->cookie || !args->port || !args->verifiedip || | |
2293 !args->info.sendfile.filename || !args->info.sendfile.totsize || | |
4656 | 2294 !args->info.sendfile.totfiles || !args->reqclass) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2295 gaim_debug(GAIM_DEBUG_WARNING, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2296 "%s tried to send you a file with incomplete " |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2297 "information.\n", userinfo->sn); |
5146 | 2298 if (args->proxyip) |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2299 gaim_debug(GAIM_DEBUG_WARNING, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2300 "IP for a proxy server was given. Gaim " |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2301 "does not support this yet.\n"); |
4617 | 2302 return 1; |
4656 | 2303 } |
4617 | 2304 |
2305 if (args->info.sendfile.subtype == AIM_OFT_SUBTYPE_SEND_DIR) { | |
2306 /* last char of the ft req is a star, they are sending us a | |
2307 * directory -- remove the star and trailing slash so we dont save | |
2308 * directories that look like 'dirname\*' -- arl */ | |
2309 char *tmp = strrchr(args->info.sendfile.filename, '\\'); | |
2310 if (tmp && (tmp[1] == '*')) { | |
2311 tmp[0] = '\0'; | |
2312 } | |
2313 } | |
2314 | |
2315 /* Build the file transfer handle */ | |
2316 xfer = gaim_xfer_new(gc->account, GAIM_XFER_RECEIVE, userinfo->sn); | |
5163 | 2317 xfer->remote_ip = g_strdup(args->verifiedip); |
5146 | 2318 xfer->remote_port = args->port; |
4617 | 2319 gaim_xfer_set_filename(xfer, args->info.sendfile.filename); |
2320 gaim_xfer_set_size(xfer, args->info.sendfile.totsize); | |
5146 | 2321 |
2322 /* Create the oscar-specific data */ | |
5163 | 2323 oft_info = aim_oft_createinfo(od->sess, args->cookie, userinfo->sn, args->clientip, xfer->remote_port, 0, 0, NULL); |
4898 | 2324 if (args->proxyip) |
5146 | 2325 oft_info->proxyip = g_strdup(args->proxyip); |
4898 | 2326 if (args->verifiedip) |
5146 | 2327 oft_info->verifiedip = g_strdup(args->verifiedip); |
2328 xfer->data = oft_info; | |
4617 | 2329 |
2330 /* Setup our I/O op functions */ | |
2331 gaim_xfer_set_init_fnc(xfer, oscar_xfer_init); | |
2332 gaim_xfer_set_start_fnc(xfer, oscar_xfer_start); | |
2333 gaim_xfer_set_end_fnc(xfer, oscar_xfer_end); | |
4675
3145c5c45877
[gaim-migrate @ 4986]
Christian Hammond <chipx86@chipx86.com>
parents:
4666
diff
changeset
|
2334 gaim_xfer_set_cancel_send_fnc(xfer, oscar_xfer_cancel_send); |
3145c5c45877
[gaim-migrate @ 4986]
Christian Hammond <chipx86@chipx86.com>
parents:
4666
diff
changeset
|
2335 gaim_xfer_set_cancel_recv_fnc(xfer, oscar_xfer_cancel_recv); |
4617 | 2336 gaim_xfer_set_ack_fnc(xfer, oscar_xfer_ack); |
2337 | |
2338 /* | |
2339 * XXX - Should do something with args->msg, args->encoding, and args->language | |
2340 * probably make it apply to all ch2 messages. | |
3752 | 2341 */ |
4617 | 2342 |
2343 /* Keep track of this transfer for later */ | |
2344 od->file_transfers = g_slist_append(od->file_transfers, xfer); | |
2345 | |
2346 /* Now perform the request */ | |
2347 gaim_xfer_request(xfer); | |
2348 } else if (args->status == AIM_RENDEZVOUS_CANCEL) { | |
2349 /* The other user wants to cancel a file transfer */ | |
2350 struct gaim_xfer *xfer; | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2351 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2352 "AAA - File transfer canceled by remote user\n"); |
4617 | 2353 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
|
2354 gaim_xfer_cancel_remote(xfer); |
4617 | 2355 } else if (args->status == AIM_RENDEZVOUS_ACCEPT) { |
2356 /* | |
2357 * This gets sent by the receiver of a file | |
2358 * as they connect directly to us. If we don't | |
2359 * get this, then maybe a third party connected | |
2360 * to us, and we shouldn't send them anything. | |
2361 */ | |
2362 } else { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2363 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2364 "unknown rendezvous status!\n"); |
3630 | 2365 } |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2366 } else if (args->reqclass & AIM_CAPS_GETFILE) { |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2367 } else if (args->reqclass & AIM_CAPS_VOICE) { |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2368 } else if (args->reqclass & AIM_CAPS_BUDDYICON) { |
4799 | 2369 set_icon_data(gc, userinfo->sn, args->info.icon.icon, |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2370 args->info.icon.length); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2371 } else if (args->reqclass & AIM_CAPS_IMIMAGE) { |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2372 struct ask_direct *d = g_new0(struct ask_direct, 1); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2373 char buf[256]; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2374 |
4212 | 2375 if (!args->verifiedip) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2376 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2377 "directim kill blocked (%s)\n", userinfo->sn); |
4650 | 2378 return 1; |
4212 | 2379 } |
2380 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2381 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2382 "%s received direct im request from %s (%s)\n", |
5575 | 2383 username, userinfo->sn, args->verifiedip); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2384 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2385 d->gc = gc; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2386 d->sn = g_strdup(userinfo->sn); |
2869 | 2387 strncpy(d->ip, args->verifiedip, sizeof(d->ip)); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2388 memcpy(d->cookie, args->cookie, 8); |
5575 | 2389 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
|
2390 |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2391 gaim_request_action(gc, NULL, buf, |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2392 _("This requires a direct connection between " |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2393 "the two computers and is necessary for IM " |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2394 "Images. Because your IP address will be " |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2395 "revealed, this may be considered a privacy " |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2396 "risk."), 0, d, 2, |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2397 _("Connect"), G_CALLBACK(accept_direct_im), |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2398 _("Cancel"), G_CALLBACK(cancel_direct_im)); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2399 } else { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2400 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2401 "Unknown reqclass %hu\n", args->reqclass); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2402 } |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2403 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2404 return 1; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2405 } |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2406 |
3453 | 2407 /* |
4230 | 2408 * Authorization Functions |
2409 * Most of these are callbacks from dialogs. They're used by both | |
2410 * methods of authorization (SSI and old-school channel 4 ICBM) | |
3453 | 2411 */ |
4269 | 2412 /* When you ask other people for authorization */ |
5498
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2413 static void gaim_auth_request(struct name_data *data, char *msg) { |
5575 | 2414 GaimConnection *gc = data->gc; |
4244 | 2415 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
2416 if (g_list_find(gaim_connections_get_all(), gc)) { |
4244 | 2417 struct oscar_data *od = gc->proto_data; |
4687 | 2418 struct buddy *buddy = gaim_find_buddy(gc->account, data->name); |
2419 struct group *group = gaim_find_buddys_group(buddy); | |
4244 | 2420 if (buddy && group) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2421 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2422 "ssi: adding buddy %s to group %s\n", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2423 buddy->name, group->name); |
4889 | 2424 aim_ssi_sendauthrequest(od->sess, data->name, msg ? msg : _("Please authorize me so I can add you to my buddy list.")); |
4269 | 2425 if (!aim_ssi_itemlist_finditem(od->sess->ssi.local, group->name, buddy->name, AIM_SSI_TYPE_BUDDY)) |
4889 | 2426 aim_ssi_addbuddy(od->sess, buddy->name, group->name, gaim_get_buddy_alias_only(buddy), NULL, NULL, 1); |
4244 | 2427 } |
4230 | 2428 } |
4337 | 2429 } |
2430 | |
2431 static void gaim_auth_request_msgprompt(struct name_data *data) { | |
5493
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
2432 gaim_request_input(data->gc, NULL, _("Authorization Request Message:"), |
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
2433 NULL, _("Please authorize me!"), TRUE, |
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
2434 _("OK"), G_CALLBACK(gaim_auth_request), |
5836 | 2435 _("Cancel"), G_CALLBACK(oscar_free_name_data), |
5493
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
2436 data); |
4230 | 2437 } |
2438 | |
2439 static void gaim_auth_dontrequest(struct name_data *data) { | |
5575 | 2440 GaimConnection *gc = data->gc; |
4244 | 2441 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
2442 if (g_list_find(gaim_connections_get_all(), gc)) { |
4244 | 2443 /* struct oscar_data *od = gc->proto_data; */ |
2444 /* XXX - Take the buddy out of our buddy list */ | |
2445 } | |
2446 | |
5836 | 2447 oscar_free_name_data(data); |
4230 | 2448 } |
2449 | |
5575 | 2450 static void gaim_auth_sendrequest(GaimConnection *gc, const char *name) { |
4269 | 2451 struct name_data *data = g_new(struct name_data, 1); |
2452 struct buddy *buddy; | |
2453 gchar *dialog_msg, *nombre; | |
2454 | |
4687 | 2455 buddy = gaim_find_buddy(gc->account, name); |
2456 if (buddy && (gaim_get_buddy_alias_only(buddy))) | |
2457 nombre = g_strdup_printf("%s (%s)", name, gaim_get_buddy_alias_only(buddy)); | |
4269 | 2458 else |
4830 | 2459 nombre = NULL; |
2460 | |
2461 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 | 2462 data->gc = gc; |
2463 data->name = g_strdup(name); | |
2464 data->nick = NULL; | |
5498
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2465 |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2466 gaim_request_action(gc, NULL, _("Request Authorization"), dialog_msg, |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2467 0, data, 2, |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2468 _("Request Authorization"), |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2469 G_CALLBACK(gaim_auth_request_msgprompt), |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2470 _("Cancel"), G_CALLBACK(gaim_auth_dontrequest)); |
4269 | 2471 |
2472 g_free(dialog_msg); | |
2473 g_free(nombre); | |
2474 } | |
2475 | |
4230 | 2476 /* When other people ask you for authorization */ |
2477 static void gaim_auth_grant(struct name_data *data) { | |
5575 | 2478 GaimConnection *gc = data->gc; |
4244 | 2479 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
2480 if (g_list_find(gaim_connections_get_all(), gc)) { |
4244 | 2481 struct oscar_data *od = gc->proto_data; |
4236 | 2482 #ifdef NOSSI |
4244 | 2483 struct buddy *buddy; |
2484 gchar message; | |
2485 message = 0; | |
4687 | 2486 buddy = gaim_find_buddy(gc->account, data->name); |
4617 | 2487 aim_im_sendch4(od->sess, data->name, AIM_ICQMSG_AUTHGRANTED, &message); |
4687 | 2488 show_got_added(gc, NULL, data->name, (buddy ? gaim_get_buddy_alias_only(buddy) : NULL), NULL); |
4230 | 2489 #else |
4889 | 2490 aim_ssi_sendauthreply(od->sess, data->name, 0x01, NULL); |
4230 | 2491 #endif |
4244 | 2492 } |
2493 | |
5836 | 2494 oscar_free_name_data(data); |
3141 | 2495 } |
2496 | |
4230 | 2497 /* When other people ask you for authorization */ |
5498
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2498 static void gaim_auth_dontgrant(struct name_data *data, char *msg) { |
5575 | 2499 GaimConnection *gc = data->gc; |
4244 | 2500 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
2501 if (g_list_find(gaim_connections_get_all(), gc)) { |
4244 | 2502 struct oscar_data *od = gc->proto_data; |
4230 | 2503 #ifdef NOSSI |
4617 | 2504 aim_im_sendch4(od->sess, data->name, AIM_ICQMSG_AUTHDENIED, msg ? msg : _("No reason given.")); |
4230 | 2505 #else |
4889 | 2506 aim_ssi_sendauthreply(od->sess, data->name, 0x00, msg ? msg : _("No reason given.")); |
4230 | 2507 #endif |
4244 | 2508 } |
4337 | 2509 } |
2510 | |
2511 static void gaim_auth_dontgrant_msgprompt(struct name_data *data) { | |
5493
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
2512 gaim_request_input(data->gc, NULL, _("Authorization Denied Message:"), |
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
2513 NULL, _("No reason given."), TRUE, |
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
2514 _("OK"), G_CALLBACK(gaim_auth_dontgrant), |
5836 | 2515 _("Cancel"), G_CALLBACK(oscar_free_name_data), |
5493
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
2516 data); |
3141 | 2517 } |
2518 | |
4230 | 2519 /* When someone sends you contacts */ |
2520 static void gaim_icq_contactadd(struct name_data *data) { | |
5575 | 2521 GaimConnection *gc = data->gc; |
4244 | 2522 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
2523 if (g_list_find(gaim_connections_get_all(), gc)) { |
4244 | 2524 show_add_buddy(gc, data->name, NULL, data->nick); |
2525 } | |
2526 | |
5836 | 2527 oscar_free_name_data(data); |
3453 | 2528 } |
2529 | |
4075 | 2530 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 | 2531 GaimConnection *gc = sess->aux_data; |
4076 | 2532 gchar **msg1, **msg2; |
2533 GError *err = NULL; | |
2534 int i; | |
2535 | |
4121 | 2536 if (!args->type || !args->msg || !args->uin) |
2537 return 1; | |
4194 | 2538 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2539 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2540 "Received a channel 4 message of type 0x%02hhx.\n", args->type); |
4076 | 2541 |
2542 /* Split up the message at the delimeter character, then convert each string to UTF-8 */ | |
4173 | 2543 msg1 = g_strsplit(args->msg, "\376", 0); |
4194 | 2544 msg2 = (gchar **)g_malloc(10*sizeof(gchar *)); /* XXX - 10 is a guess */ |
4076 | 2545 for (i=0; msg1[i]; i++) { |
2546 strip_linefeed(msg1[i]); | |
2547 msg2[i] = g_convert(msg1[i], strlen(msg1[i]), "UTF-8", "ISO-8859-1", NULL, NULL, &err); | |
4800 | 2548 if (err) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2549 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2550 "Error converting a string from ISO-8859-1 to " |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2551 "UTF-8 in oscar ICBM channel 4 parsing\n"); |
4800 | 2552 g_error_free(err); |
2553 } | |
4076 | 2554 } |
2555 msg2[i] = NULL; | |
2556 | |
3952 | 2557 switch (args->type) { |
4173 | 2558 case 0x01: { /* MacICQ message or basic offline message */ |
4076 | 2559 if (i >= 1) { |
5556 | 2560 gchar *uin = g_strdup_printf("%u", args->uin); |
4076 | 2561 if (t) { /* This is an offline message */ |
2562 /* I think this timestamp is in UTC, or something */ | |
2563 serv_got_im(gc, uin, msg2[0], 0, t, -1); | |
2564 } else { /* This is a message from MacICQ/Miranda */ | |
2565 serv_got_im(gc, uin, msg2[0], 0, time(NULL), -1); | |
2566 } | |
2567 g_free(uin); | |
4075 | 2568 } |
3316 | 2569 } break; |
2570 | |
4173 | 2571 case 0x04: { /* Someone sent you a URL */ |
4076 | 2572 if (i >= 2) { |
5556 | 2573 gchar *uin = g_strdup_printf("%u", args->uin); |
4076 | 2574 gchar *message = g_strdup_printf("<A HREF=\"%s\">%s</A>", msg2[1], msg2[0]); |
3453 | 2575 serv_got_im(gc, uin, message, 0, time(NULL), -1); |
2576 g_free(uin); | |
2577 g_free(message); | |
2578 } | |
2579 } break; | |
2580 | |
4173 | 2581 case 0x06: { /* Someone requested authorization */ |
4076 | 2582 if (i >= 6) { |
4230 | 2583 struct name_data *data = g_new(struct name_data, 1); |
5556 | 2584 gchar *dialog_msg = g_strdup_printf(_("The user %u wants to add you to their buddy list for the following reason:\n%s"), args->uin, msg2[5] ? msg2[5] : _("No reason given.")); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2585 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
5556 | 2586 "Received an authorization request from UIN %u\n", |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2587 args->uin); |
4076 | 2588 data->gc = gc; |
5556 | 2589 data->name = g_strdup_printf("%u", args->uin); |
4230 | 2590 data->nick = NULL; |
5498
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2591 |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2592 gaim_request_action(gc, NULL, _("Authorization Request"), |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2593 dialog_msg, 0, data, 2, |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2594 _("Authorize"), |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2595 G_CALLBACK(gaim_auth_grant), |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2596 _("Deny"), |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2597 G_CALLBACK(gaim_auth_dontgrant_msgprompt)); |
4076 | 2598 g_free(dialog_msg); |
2599 } | |
3141 | 2600 } break; |
2601 | |
4173 | 2602 case 0x07: { /* Someone has denied you authorization */ |
4076 | 2603 if (i >= 1) { |
5556 | 2604 gchar *dialog_msg = g_strdup_printf(_("The user %u has denied your request to add them to your contact list for the following reason:\n%s"), args->uin, msg2[0] ? msg2[0] : _("No reason given.")); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
2605 gaim_notify_info(gc, NULL, _("ICQ authorization denied."), |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
2606 dialog_msg); |
4076 | 2607 g_free(dialog_msg); |
2608 } | |
3141 | 2609 } break; |
2610 | |
4173 | 2611 case 0x08: { /* Someone has granted you authorization */ |
5556 | 2612 gchar *dialog_msg = g_strdup_printf(_("The user %u has granted your request to add them to your contact list."), args->uin); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
2613 gaim_notify_info(gc, NULL, "ICQ authorization accepted.", |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
2614 dialog_msg); |
3141 | 2615 g_free(dialog_msg); |
2616 } break; | |
2617 | |
4333 | 2618 case 0x09: { /* Message from the Godly ICQ server itself, I think */ |
2619 if (i >= 5) { | |
2620 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
|
2621 gaim_notify_info(gc, NULL, "ICQ Server Message", dialog_msg); |
4333 | 2622 g_free(dialog_msg); |
2623 } | |
2624 } break; | |
2625 | |
4173 | 2626 case 0x0d: { /* Someone has sent you a pager message from http://www.icq.com/your_uin */ |
4076 | 2627 if (i >= 6) { |
4194 | 2628 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
|
2629 gaim_notify_info(gc, NULL, "ICQ Page", dialog_msg); |
4076 | 2630 g_free(dialog_msg); |
2631 } | |
4075 | 2632 } break; |
2633 | |
4173 | 2634 case 0x0e: { /* Someone has emailed you at your_uin@pager.icq.com */ |
4076 | 2635 if (i >= 6) { |
4308 | 2636 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
|
2637 gaim_notify_info(gc, NULL, "ICQ Email", dialog_msg); |
4076 | 2638 g_free(dialog_msg); |
2639 } | |
4075 | 2640 } break; |
2641 | |
4173 | 2642 case 0x12: { |
3141 | 2643 /* Ack for authorizing/denying someone. Or possibly an ack for sending any system notice */ |
4173 | 2644 /* Someone added you to their contact list? */ |
3141 | 2645 } break; |
2646 | |
4173 | 2647 case 0x13: { /* Someone has sent you some ICQ contacts */ |
3453 | 2648 int i, num; |
2649 gchar **text; | |
4173 | 2650 text = g_strsplit(args->msg, "\376", 0); |
3453 | 2651 if (text) { |
2652 num = 0; | |
2653 for (i=0; i<strlen(text[0]); i++) | |
2654 num = num*10 + text[0][i]-48; | |
2655 for (i=0; i<num; i++) { | |
4230 | 2656 struct name_data *data = g_new(struct name_data, 1); |
5556 | 2657 gchar *message = g_strdup_printf(_("ICQ user %u has sent you a contact: %s (%s)"), args->uin, text[i*2+2], text[i*2+1]); |
3453 | 2658 data->gc = gc; |
4790 | 2659 data->name = g_strdup(text[i*2+1]); |
2660 data->nick = g_strdup(text[i*2+2]); | |
5498
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2661 |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2662 gaim_request_action(gc, NULL, message, |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2663 _("Do you want to add this contact " |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2664 "to your Buddy List?"), |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2665 0, data, 2, |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
2666 _("Add"), G_CALLBACK(gaim_icq_contactadd), |
5836 | 2667 _("Decline"), G_CALLBACK(oscar_free_name_data)); |
3453 | 2668 g_free(message); |
2669 } | |
2670 g_strfreev(text); | |
2671 } | |
2672 } break; | |
2673 | |
4173 | 2674 case 0x1a: { /* Someone has sent you a greeting card or requested contacts? */ |
3453 | 2675 /* This is boring and silly. */ |
2676 } break; | |
2677 | |
3141 | 2678 default: { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2679 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2680 "Received a channel 4 message of unknown type " |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2681 "(type 0x%02hhx).\n", args->type); |
3141 | 2682 } break; |
2683 } | |
2684 | |
4076 | 2685 g_strfreev(msg1); |
2686 g_strfreev(msg2); | |
2687 | |
3141 | 2688 return 1; |
2689 } | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2690 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2691 static int gaim_parse_incoming_im(aim_session_t *sess, aim_frame_t *fr, ...) { |
4200 | 2692 fu16_t channel; |
2693 int ret = 0; | |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
2694 aim_userinfo_t *userinfo; |
2086 | 2695 va_list ap; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2696 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2697 va_start(ap, fr); |
4200 | 2698 channel = (fu16_t)va_arg(ap, unsigned int); |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
2699 userinfo = va_arg(ap, aim_userinfo_t *); |
2086 | 2700 |
3141 | 2701 switch (channel) { |
2702 case 1: { /* standard message */ | |
2703 struct aim_incomingim_ch1_args *args; | |
2704 args = va_arg(ap, struct aim_incomingim_ch1_args *); | |
2705 ret = incomingim_chan1(sess, fr->conn, userinfo, args); | |
2706 } break; | |
2707 | |
2708 case 2: { /* rendevous */ | |
2709 struct aim_incomingim_ch2_args *args; | |
2710 args = va_arg(ap, struct aim_incomingim_ch2_args *); | |
2711 ret = incomingim_chan2(sess, fr->conn, userinfo, args); | |
2712 } break; | |
2713 | |
2714 case 4: { /* ICQ */ | |
2715 struct aim_incomingim_ch4_args *args; | |
2716 args = va_arg(ap, struct aim_incomingim_ch4_args *); | |
4075 | 2717 ret = incomingim_chan4(sess, fr->conn, userinfo, args, 0); |
3141 | 2718 } break; |
2719 | |
2720 default: { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2721 gaim_debug(GAIM_DEBUG_WARNING, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2722 "ICBM received on unsupported channel (channel " |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2723 "0x%04hx).", channel); |
3141 | 2724 } break; |
2086 | 2725 } |
2726 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2727 va_end(ap); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2728 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2729 return ret; |
2086 | 2730 } |
2731 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2732 static int gaim_parse_misses(aim_session_t *sess, aim_frame_t *fr, ...) { |
5420 | 2733 char *buf; |
2086 | 2734 va_list ap; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2735 fu16_t chan, nummissed, reason; |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
2736 aim_userinfo_t *userinfo; |
2086 | 2737 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2738 va_start(ap, fr); |
4200 | 2739 chan = (fu16_t)va_arg(ap, unsigned int); |
2740 userinfo = va_arg(ap, aim_userinfo_t *); | |
2741 nummissed = (fu16_t)va_arg(ap, unsigned int); | |
2742 reason = (fu16_t)va_arg(ap, unsigned int); | |
2086 | 2743 va_end(ap); |
2744 | |
2745 switch(reason) { | |
5420 | 2746 case 0: /* Invalid (0) */ |
2747 buf = g_strdup_printf( | |
2748 ngettext( | |
4276 | 2749 "You missed %hu message from %s because it was invalid.", |
2750 "You missed %hu messages from %s because they were invalid.", | |
2751 nummissed), | |
4282 | 2752 nummissed, |
2753 userinfo->sn); | |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
2754 break; |
5420 | 2755 case 1: /* Message too large */ |
2756 buf = g_strdup_printf( | |
2757 ngettext( | |
4276 | 2758 "You missed %hu message from %s because it was too large.", |
2759 "You missed %hu messages from %s because they were too large.", | |
2760 nummissed), | |
4282 | 2761 nummissed, |
2762 userinfo->sn); | |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
2763 break; |
5420 | 2764 case 2: /* Rate exceeded */ |
2765 buf = g_strdup_printf( | |
2766 ngettext( | |
4276 | 2767 "You missed %hu message from %s because the rate limit has been exceeded.", |
2768 "You missed %hu messages from %s because the rate limit has been exceeded.", | |
2769 nummissed), | |
4282 | 2770 nummissed, |
2771 userinfo->sn); | |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
2772 break; |
5420 | 2773 case 3: /* Evil Sender */ |
2774 buf = g_strdup_printf( | |
2775 ngettext( | |
4276 | 2776 "You missed %hu message from %s because he/she was too evil.", |
2777 "You missed %hu messages from %s because he/she was too evil.", | |
2778 nummissed), | |
4282 | 2779 nummissed, |
2780 userinfo->sn); | |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
2781 break; |
5420 | 2782 case 4: /* Evil Receiver */ |
2783 buf = g_strdup_printf( | |
2784 ngettext( | |
4276 | 2785 "You missed %hu message from %s because you are too evil.", |
2786 "You missed %hu messages from %s because you are too evil.", | |
2787 nummissed), | |
4282 | 2788 nummissed, |
2789 userinfo->sn); | |
2086 | 2790 break; |
2791 default: | |
5420 | 2792 buf = g_strdup_printf( |
2793 ngettext( | |
4276 | 2794 "You missed %hu message from %s for an unknown reason.", |
2795 "You missed %hu messages from %s for an unknown reason.", | |
2796 nummissed), | |
4282 | 2797 nummissed, |
2798 userinfo->sn); | |
2086 | 2799 break; |
2800 } | |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
2801 gaim_notify_error(sess->aux_data, NULL, buf, NULL); |
5420 | 2802 g_free(buf); |
2086 | 2803 |
2804 return 1; | |
2805 } | |
2806 | |
3212 | 2807 static char *gaim_icq_status(int state) { |
2808 /* Make a cute little string that shows the status of the dude or dudet */ | |
2809 if (state & AIM_ICQ_STATE_CHAT) | |
4342 | 2810 return g_strdup_printf(_("Free For Chat")); |
3212 | 2811 else if (state & AIM_ICQ_STATE_DND) |
4342 | 2812 return g_strdup_printf(_("Do Not Disturb")); |
3212 | 2813 else if (state & AIM_ICQ_STATE_OUT) |
4342 | 2814 return g_strdup_printf(_("Not Available")); |
3212 | 2815 else if (state & AIM_ICQ_STATE_BUSY) |
4342 | 2816 return g_strdup_printf(_("Occupied")); |
3212 | 2817 else if (state & AIM_ICQ_STATE_AWAY) |
4342 | 2818 return g_strdup_printf(_("Away")); |
3212 | 2819 else if (state & AIM_ICQ_STATE_WEBAWARE) |
4342 | 2820 return g_strdup_printf(_("Web Aware")); |
3212 | 2821 else if (state & AIM_ICQ_STATE_INVISIBLE) |
4342 | 2822 return g_strdup_printf(_("Invisible")); |
3212 | 2823 else |
4342 | 2824 return g_strdup_printf(_("Online")); |
3212 | 2825 } |
2826 | |
4194 | 2827 static int gaim_parse_clientauto_ch2(aim_session_t *sess, const char *who, fu16_t reason, const char *cookie) { |
5575 | 2828 GaimConnection *gc = sess->aux_data; |
4617 | 2829 struct oscar_data *od = gc->proto_data; |
2830 | |
2831 /* BBB */ | |
3630 | 2832 switch (reason) { |
4151 | 2833 case 3: { /* Decline sendfile. */ |
4617 | 2834 struct gaim_xfer *xfer; |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2835 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2836 "AAA - Other user declined file transfer\n"); |
4617 | 2837 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
|
2838 gaim_xfer_cancel_remote(xfer); |
4151 | 2839 } break; |
2840 | |
2841 default: { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2842 gaim_debug(GAIM_DEBUG_WARNING, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2843 "Received an unknown rendezvous client auto-response " |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2844 "from %s. Type 0x%04hx\n", who, reason); |
4151 | 2845 } |
3630 | 2846 |
2847 } | |
2848 | |
2849 return 0; | |
2850 } | |
2851 | |
4194 | 2852 static int gaim_parse_clientauto_ch4(aim_session_t *sess, char *who, fu16_t reason, fu32_t state, char *msg) { |
5575 | 2853 GaimConnection *gc = sess->aux_data; |
4151 | 2854 |
2855 switch(reason) { | |
2856 case 0x0003: { /* Reply from an ICQ status message request */ | |
2857 char *status_msg = gaim_icq_status(state); | |
2858 char *dialog_msg, **splitmsg; | |
2859 struct oscar_data *od = gc->proto_data; | |
2860 GSList *l = od->evilhack; | |
2861 gboolean evilhack = FALSE; | |
2862 | |
2863 /* Split at (carriage return/newline)'s, then rejoin later with BRs between. */ | |
2864 splitmsg = g_strsplit(msg, "\r\n", 0); | |
2865 | |
2866 /* If who is in od->evilhack, then we're just getting the away message, otherwise this | |
2867 * will just get appended to the info box (which is already showing). */ | |
2868 while (l) { | |
2869 char *x = l->data; | |
2870 if (!strcmp(x, normalize(who))) { | |
2871 evilhack = TRUE; | |
2872 g_free(x); | |
2873 od->evilhack = g_slist_remove(od->evilhack, x); | |
2874 break; | |
2875 } | |
2876 l = l->next; | |
2877 } | |
2878 | |
2879 if (evilhack) | |
4344 | 2880 dialog_msg = g_strdup_printf(_("<B>UIN:</B> %s<BR><B>Status:</B> %s<HR>%s"), who, status_msg, g_strjoinv("<BR>", splitmsg)); |
4151 | 2881 else |
4344 | 2882 dialog_msg = g_strdup_printf(_("<B>Status:</B> %s<HR>%s"), status_msg, g_strjoinv("<BR>", splitmsg)); |
4151 | 2883 g_show_info_text(gc, who, 2, dialog_msg, NULL); |
2884 | |
2885 g_free(status_msg); | |
2886 g_free(dialog_msg); | |
2887 g_strfreev(splitmsg); | |
2888 } break; | |
2889 | |
2890 default: { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2891 gaim_debug(GAIM_DEBUG_WARNING, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2892 "Received an unknown client auto-response from %s. " |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2893 "Type 0x%04hx\n", who, reason); |
4151 | 2894 } break; |
2895 } /* end of switch */ | |
2896 | |
2897 return 0; | |
2898 } | |
2899 | |
3212 | 2900 static int gaim_parse_clientauto(aim_session_t *sess, aim_frame_t *fr, ...) { |
2901 va_list ap; | |
2902 fu16_t chan, reason; | |
2903 char *who; | |
2904 | |
2905 va_start(ap, fr); | |
4200 | 2906 chan = (fu16_t)va_arg(ap, unsigned int); |
3212 | 2907 who = va_arg(ap, char *); |
4200 | 2908 reason = (fu16_t)va_arg(ap, unsigned int); |
3212 | 2909 |
3952 | 2910 if (chan == 0x0002) { /* File transfer declined */ |
3630 | 2911 char *cookie = va_arg(ap, char *); |
4151 | 2912 return gaim_parse_clientauto_ch2(sess, who, reason, cookie); |
3952 | 2913 } else if (chan == 0x0004) { /* ICQ message */ |
4200 | 2914 fu32_t state = 0; |
4151 | 2915 char *msg = NULL; |
2916 if (reason == 0x0003) { | |
4200 | 2917 state = va_arg(ap, fu32_t); |
4151 | 2918 msg = va_arg(ap, char *); |
2919 } | |
2920 return gaim_parse_clientauto_ch4(sess, who, reason, state, msg); | |
2921 } | |
3952 | 2922 |
3212 | 2923 va_end(ap); |
2924 | |
2925 return 1; | |
2926 } | |
2927 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2928 static int gaim_parse_genericerr(aim_session_t *sess, aim_frame_t *fr, ...) { |
2086 | 2929 va_list ap; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2930 fu16_t reason; |
2865
88dc3623a2ae
[gaim-migrate @ 2878]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2864
diff
changeset
|
2931 char *m; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2932 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2933 va_start(ap, fr); |
4199 | 2934 reason = (fu16_t) va_arg(ap, unsigned int); |
2086 | 2935 va_end(ap); |
2936 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2937 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2938 "snac threw error (reason 0x%04hx: %s)\n", reason, |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2939 (reason < msgerrreasonlen) ? msgerrreason[reason] : "unknown"); |
2086 | 2940 |
2865
88dc3623a2ae
[gaim-migrate @ 2878]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2864
diff
changeset
|
2941 m = g_strdup_printf(_("SNAC threw error: %s\n"), |
5411 | 2942 reason < msgerrreasonlen ? _(msgerrreason[reason]) : _("Unknown error")); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
2943 gaim_notify_error(sess->aux_data, NULL, m, NULL); |
2865
88dc3623a2ae
[gaim-migrate @ 2878]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2864
diff
changeset
|
2944 g_free(m); |
88dc3623a2ae
[gaim-migrate @ 2878]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2864
diff
changeset
|
2945 |
2086 | 2946 return 1; |
2947 } | |
2948 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2949 static int gaim_parse_msgerr(aim_session_t *sess, aim_frame_t *fr, ...) { |
4617 | 2950 #if 0 |
5575 | 2951 GaimConnection *gc = sess->aux_data; |
4617 | 2952 struct oscar_data *od = gc->proto_data; |
2953 struct gaim_xfer *xfer; | |
4508
4c40fccbd7c9
[gaim-migrate @ 4784]
Christian Hammond <chipx86@chipx86.com>
parents:
4491
diff
changeset
|
2954 #endif |
4617 | 2955 va_list ap; |
2956 fu16_t reason; | |
2957 char *data, *buf; | |
4508
4c40fccbd7c9
[gaim-migrate @ 4784]
Christian Hammond <chipx86@chipx86.com>
parents:
4491
diff
changeset
|
2958 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
2959 va_start(ap, fr); |
4617 | 2960 reason = (fu16_t)va_arg(ap, unsigned int); |
3752 | 2961 data = va_arg(ap, char *); |
2086 | 2962 va_end(ap); |
2963 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2964 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
2965 "Message error with data %s and reason %hu\n", data, reason); |
4617 | 2966 |
2967 /* BBB */ | |
4508
4c40fccbd7c9
[gaim-migrate @ 4784]
Christian Hammond <chipx86@chipx86.com>
parents:
4491
diff
changeset
|
2968 #if 0 |
4617 | 2969 /* If this was a file transfer request, data is a cookie */ |
2970 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
|
2971 gaim_xfer_cancel_remote(xfer); |
3630 | 2972 return 1; |
2973 } | |
4508
4c40fccbd7c9
[gaim-migrate @ 4784]
Christian Hammond <chipx86@chipx86.com>
parents:
4491
diff
changeset
|
2974 #endif |
3630 | 2975 |
4617 | 2976 /* Data is assumed to be the destination sn */ |
2977 buf = g_strdup_printf(_("Your message to %s did not get sent:"), data); | |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
2978 gaim_notify_error(sess->aux_data, NULL, buf, |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
2979 (reason < msgerrreasonlen) ? _(msgerrreason[reason]) : _("No reason given.")); |
4617 | 2980 g_free(buf); |
2086 | 2981 |
2982 return 1; | |
2983 } | |
2984 | |
3595 | 2985 static int gaim_parse_mtn(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 2986 GaimConnection *gc = sess->aux_data; |
3595 | 2987 va_list ap; |
2988 fu16_t type1, type2; | |
2989 char *sn; | |
2990 | |
2991 va_start(ap, fr); | |
4199 | 2992 type1 = (fu16_t) va_arg(ap, unsigned int); |
3595 | 2993 sn = va_arg(ap, char *); |
4199 | 2994 type2 = (fu16_t) va_arg(ap, unsigned int); |
3595 | 2995 va_end(ap); |
2996 | |
2997 switch (type2) { | |
2998 case 0x0000: { /* Text has been cleared */ | |
2999 serv_got_typing_stopped(gc, sn); | |
3000 } break; | |
3001 | |
3002 case 0x0001: { /* Paused typing */ | |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
3003 serv_got_typing(gc, sn, 0, GAIM_TYPED); |
3595 | 3004 } break; |
3005 | |
3006 case 0x0002: { /* Typing */ | |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
3007 serv_got_typing(gc, sn, 0, GAIM_TYPING); |
3595 | 3008 } break; |
3009 | |
3010 default: { | |
5435 | 3011 gaim_debug(GAIM_DEBUG_ERROR, "oscar", "Received unknown typing notification message from %s. Type1 is 0x%04x and type2 is 0x%04hx.\n", sn, type1, type2); |
3595 | 3012 } break; |
3013 } | |
3014 | |
3015 return 1; | |
3016 } | |
3017 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3018 static int gaim_parse_locerr(aim_session_t *sess, aim_frame_t *fr, ...) { |
5420 | 3019 char *buf; |
2086 | 3020 va_list ap; |
5420 | 3021 fu16_t reason; |
2086 | 3022 char *destn; |
3023 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3024 va_start(ap, fr); |
4199 | 3025 reason = (fu16_t) va_arg(ap, unsigned int); |
2086 | 3026 destn = va_arg(ap, char *); |
3027 va_end(ap); | |
3028 | |
5420 | 3029 buf = g_strdup_printf(_("User information for %s unavailable:"), destn); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
3030 gaim_notify_error(sess->aux_data, NULL, buf, |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
3031 (reason < msgerrreasonlen) ? _(msgerrreason[reason]) : _("No reason given.")); |
5420 | 3032 g_free(buf); |
2086 | 3033 |
3034 return 1; | |
3035 } | |
3036 | |
3037 static char *images(int flags) { | |
3038 static char buf[1024]; | |
3101 | 3039 g_snprintf(buf, sizeof(buf), "%s%s%s%s%s%s%s", |
2679 | 3040 (flags & AIM_FLAG_ACTIVEBUDDY) ? "<IMG SRC=\"ab_icon.gif\">" : "", |
2086 | 3041 (flags & AIM_FLAG_UNCONFIRMED) ? "<IMG SRC=\"dt_icon.gif\">" : "", |
3042 (flags & AIM_FLAG_AOL) ? "<IMG SRC=\"aol_icon.gif\">" : "", | |
3101 | 3043 (flags & AIM_FLAG_ICQ) ? "<IMG SRC=\"icq_icon.gif\">" : "", |
2086 | 3044 (flags & AIM_FLAG_ADMINISTRATOR) ? "<IMG SRC=\"admin_icon.gif\">" : "", |
3079 | 3045 (flags & AIM_FLAG_FREE) ? "<IMG SRC=\"free_icon.gif\">" : "", |
3046 (flags & AIM_FLAG_WIRELESS) ? "<IMG SRC=\"wireless_icon.gif\">" : ""); | |
2086 | 3047 return buf; |
3048 } | |
3049 | |
3101 | 3050 |
2920 | 3051 static char *caps_string(guint caps) |
3052 { | |
3053 static char buf[512], *tmp; | |
3054 int count = 0, i = 0; | |
3055 guint bit = 1; | |
4742 | 3056 |
3057 if (!caps) { | |
4744 | 3058 return NULL; |
4743 | 3059 } else while (bit <= 0x20000) { |
2920 | 3060 if (bit & caps) { |
3061 switch (bit) { | |
3062 case 0x1: | |
3063 tmp = _("Buddy Icon"); | |
3064 break; | |
3065 case 0x2: | |
3066 tmp = _("Voice"); | |
3067 break; | |
3068 case 0x4: | |
4898 | 3069 tmp = _("Direct IM"); |
2920 | 3070 break; |
3071 case 0x8: | |
3072 tmp = _("Chat"); | |
3073 break; | |
3074 case 0x10: | |
3075 tmp = _("Get File"); | |
3076 break; | |
3077 case 0x20: | |
3078 tmp = _("Send File"); | |
3079 break; | |
3080 case 0x40: | |
3081 case 0x200: | |
3082 tmp = _("Games"); | |
3083 break; | |
3084 case 0x80: | |
4898 | 3085 tmp = _("Add-Ins"); |
2920 | 3086 break; |
3087 case 0x100: | |
3088 tmp = _("Send Buddy List"); | |
3089 break; | |
3090 case 0x400: | |
3091 tmp = _("EveryBuddy Bug"); | |
3092 break; | |
3093 case 0x800: | |
3094 tmp = _("AP User"); | |
3095 break; | |
3096 case 0x1000: | |
3097 tmp = _("ICQ RTF"); | |
3098 break; | |
3099 case 0x2000: | |
3100 tmp = _("Nihilist"); | |
3101 break; | |
3102 case 0x4000: | |
3103 tmp = _("ICQ Server Relay"); | |
3104 break; | |
3105 case 0x8000: | |
3106 tmp = _("ICQ Unknown"); | |
3107 break; | |
3108 case 0x10000: | |
3109 tmp = _("Trillian Encryption"); | |
3110 break; | |
4742 | 3111 case 0x20000: |
3112 tmp = _("ICQ UTF8"); | |
3113 break; | |
2920 | 3114 default: |
3115 tmp = NULL; | |
3116 break; | |
3117 } | |
3118 if (tmp) | |
3119 i += g_snprintf(buf + i, sizeof(buf) - i, "%s%s", (count ? ", " : ""), | |
3120 tmp); | |
3121 count++; | |
3122 } | |
3123 bit <<= 1; | |
3124 } | |
4744 | 3125 return buf; |
2920 | 3126 } |
3127 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3128 static int gaim_parse_user_info(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 3129 GaimConnection *gc = sess->aux_data; |
4791 | 3130 struct oscar_data *od = gc->proto_data; |
5420 | 3131 gchar *header; |
4791 | 3132 GSList *l = od->evilhack; |
3133 gboolean evilhack = FALSE; | |
3134 gchar *membersince = NULL, *onlinesince = NULL, *idle = NULL; | |
3135 va_list ap; | |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
3136 aim_userinfo_t *info; |
4791 | 3137 fu16_t infotype; |
4151 | 3138 char *text_enc = NULL, *text = NULL, *utf8 = NULL; |
3139 int text_len; | |
5575 | 3140 const char *username = gaim_account_get_username(gaim_connection_get_account(gc)); |
2086 | 3141 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3142 va_start(ap, fr); |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
3143 info = va_arg(ap, aim_userinfo_t *); |
4199 | 3144 infotype = (fu16_t) va_arg(ap, unsigned int); |
4151 | 3145 text_enc = va_arg(ap, char *); |
3146 text = va_arg(ap, char *); | |
3147 text_len = va_arg(ap, int); | |
2086 | 3148 va_end(ap); |
3149 | |
4151 | 3150 if (text_len > 0) { |
5129 | 3151 if (!(utf8 = oscar_encoding_to_utf8(text_enc, text, text_len))) { |
4791 | 3152 utf8 = g_strdup(_("<i>Unable to display information because it was sent in an unknown encoding.</i>")); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3153 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3154 "Encountered an unknown encoding while parsing userinfo\n"); |
4151 | 3155 } |
3156 } | |
3157 | |
2993 | 3158 if (info->present & AIM_USERINFO_PRESENT_ONLINESINCE) { |
4834 | 3159 onlinesince = g_strdup_printf(_("Online Since : <b>%s</b><br>\n"), |
5556 | 3160 asctime(localtime((time_t *)&info->onlinesince))); |
2993 | 3161 } |
3162 | |
3163 if (info->present & AIM_USERINFO_PRESENT_MEMBERSINCE) { | |
4834 | 3164 membersince = g_strdup_printf(_("Member Since : <b>%s</b><br>\n"), |
5556 | 3165 asctime(localtime((time_t *)&info->membersince))); |
2993 | 3166 } |
3167 | |
3168 if (info->present & AIM_USERINFO_PRESENT_IDLE) { | |
4426 | 3169 gchar *itime = sec_to_text(info->idletime*60); |
4834 | 3170 idle = g_strdup_printf(_("Idle : <b>%s</b>"), itime); |
4426 | 3171 g_free(itime); |
2993 | 3172 } else |
4834 | 3173 idle = g_strdup(_("Idle: <b>Active</b>")); |
2993 | 3174 |
5420 | 3175 header = g_strdup_printf(_("Username : <b>%s</b> %s <br>\n" |
4791 | 3176 "Warning Level : <b>%d %%</b><br>\n" |
2086 | 3177 "%s" |
2993 | 3178 "%s" |
4344 | 3179 "%s\n" |
4791 | 3180 "<hr>\n"), |
2086 | 3181 info->sn, images(info->flags), |
5630 | 3182 (int)((info->warnlevel/10.0) + 0.5), |
2993 | 3183 onlinesince ? onlinesince : "", |
3184 membersince ? membersince : "", | |
3185 idle ? idle : ""); | |
3186 | |
3187 g_free(onlinesince); | |
3188 g_free(membersince); | |
3189 g_free(idle); | |
2773
a0fd8f91e294
[gaim-migrate @ 2786]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2768
diff
changeset
|
3190 |
2791
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3191 while (l) { |
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3192 char *x = l->data; |
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3193 if (!strcmp(x, normalize(info->sn))) { |
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3194 evilhack = TRUE; |
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3195 g_free(x); |
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3196 od->evilhack = g_slist_remove(od->evilhack, x); |
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3197 break; |
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3198 } |
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3199 l = l->next; |
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3200 } |
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3201 |
2920 | 3202 if (infotype == AIM_GETINFO_AWAYMESSAGE) { |
2791
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3203 if (evilhack) { |
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3204 g_show_info_text(gc, info->sn, 2, |
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3205 header, |
5575 | 3206 (utf8 && *utf8) ? away_subs(utf8, username) : |
4207 | 3207 _("<i>User has no away message</i>"), NULL); |
2791
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3208 } else { |
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3209 g_show_info_text(gc, info->sn, 0, |
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3210 header, |
5575 | 3211 (utf8 && *utf8) ? away_subs(utf8, username) : NULL, |
4791 | 3212 (utf8 && *utf8) ? "<hr>" : NULL, |
2791
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3213 NULL); |
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3214 } |
2920 | 3215 } else if (infotype == AIM_GETINFO_CAPABILITIES) { |
3216 g_show_info_text(gc, info->sn, 2, | |
3217 header, | |
3218 "<i>", _("Client Capabilities: "), | |
3219 caps_string(info->capabilities), | |
3220 "</i>", | |
3221 NULL); | |
2791
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3222 } else { |
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3223 g_show_info_text(gc, info->sn, 1, |
5575 | 3224 (utf8 && *utf8) ? away_subs(utf8, username) : _("<i>No Information Provided</i>"), |
2791
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3225 NULL); |
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
3226 } |
2086 | 3227 |
5420 | 3228 g_free(header); |
4151 | 3229 g_free(utf8); |
3230 | |
2086 | 3231 return 1; |
3232 } | |
3233 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3234 static int gaim_parse_motd(aim_session_t *sess, aim_frame_t *fr, ...) { |
2086 | 3235 char *msg; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3236 fu16_t id; |
2086 | 3237 va_list ap; |
3238 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3239 va_start(ap, fr); |
4199 | 3240 id = (fu16_t) va_arg(ap, unsigned int); |
2086 | 3241 msg = va_arg(ap, char *); |
3242 va_end(ap); | |
3243 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3244 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3245 "MOTD: %s (%hu)\n", msg ? msg : "Unknown", id); |
2092
59b0377d18aa
[gaim-migrate @ 2102]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2090
diff
changeset
|
3246 if (id < 4) |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
3247 gaim_notify_warning(sess->aux_data, NULL, |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
3248 _("Your AIM connection may be lost."), NULL); |
2086 | 3249 |
3250 return 1; | |
3251 } | |
3252 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3253 static int gaim_chatnav_info(aim_session_t *sess, aim_frame_t *fr, ...) { |
2086 | 3254 va_list ap; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3255 fu16_t type; |
5575 | 3256 GaimConnection *gc = sess->aux_data; |
4617 | 3257 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
2086 | 3258 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3259 va_start(ap, fr); |
4199 | 3260 type = (fu16_t) va_arg(ap, unsigned int); |
2086 | 3261 |
3262 switch(type) { | |
3263 case 0x0002: { | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3264 fu8_t maxrooms; |
2086 | 3265 struct aim_chat_exchangeinfo *exchanges; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3266 int exchangecount, i; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3267 |
4199 | 3268 maxrooms = (fu8_t) va_arg(ap, unsigned int); |
2086 | 3269 exchangecount = va_arg(ap, int); |
3270 exchanges = va_arg(ap, struct aim_chat_exchangeinfo *); | |
3271 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3272 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3273 "chat info: Chat Rights:\n"); |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3274 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3275 "chat info: \tMax Concurrent Rooms: %hhd\n", maxrooms); |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3276 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3277 "chat info: \tExchange List: (%d total)\n", exchangecount); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3278 for (i = 0; i < exchangecount; i++) |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3279 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3280 "chat info: \t\t%hu %s\n", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3281 exchanges[i].number, exchanges[i].name ? exchanges[i].name : ""); |
4617 | 3282 while (od->create_rooms) { |
3283 struct create_room *cr = od->create_rooms->data; | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3284 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3285 "creating room %s\n", cr->name); |
2822
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
3286 aim_chatnav_createroom(sess, fr->conn, cr->name, cr->exchange); |
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
3287 g_free(cr->name); |
4617 | 3288 od->create_rooms = g_slist_remove(od->create_rooms, cr); |
2822
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
3289 g_free(cr); |
2086 | 3290 } |
3291 } | |
3292 break; | |
3293 case 0x0008: { | |
3294 char *fqcn, *name, *ck; | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3295 fu16_t instance, flags, maxmsglen, maxoccupancy, unknown, exchange; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3296 fu8_t createperms; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3297 fu32_t createtime; |
2086 | 3298 |
3299 fqcn = va_arg(ap, char *); | |
4200 | 3300 instance = (fu16_t)va_arg(ap, unsigned int); |
3301 exchange = (fu16_t)va_arg(ap, unsigned int); | |
3302 flags = (fu16_t)va_arg(ap, unsigned int); | |
3303 createtime = va_arg(ap, fu32_t); | |
3304 maxmsglen = (fu16_t)va_arg(ap, unsigned int); | |
3305 maxoccupancy = (fu16_t)va_arg(ap, unsigned int); | |
3306 createperms = (fu8_t)va_arg(ap, unsigned int); | |
3307 unknown = (fu16_t)va_arg(ap, unsigned int); | |
3308 name = va_arg(ap, char *); | |
3309 ck = va_arg(ap, char *); | |
4194 | 3310 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3311 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
5556 | 3312 "created room: %s %hu %hu %hu %u %hu %hu %hhu %hu %s %s\n", |
2086 | 3313 fqcn, |
3314 exchange, instance, flags, | |
3315 createtime, | |
3316 maxmsglen, maxoccupancy, createperms, unknown, | |
3317 name, ck); | |
4617 | 3318 aim_chat_join(od->sess, od->conn, exchange, ck, instance); |
2086 | 3319 } |
3320 break; | |
3321 default: | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3322 gaim_debug(GAIM_DEBUG_WARNING, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3323 "chatnav info: unknown type (%04hx)\n", type); |
2086 | 3324 break; |
3325 } | |
4194 | 3326 |
3327 va_end(ap); | |
3328 | |
2086 | 3329 return 1; |
3330 } | |
3331 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3332 static int gaim_chat_join(aim_session_t *sess, aim_frame_t *fr, ...) { |
2086 | 3333 va_list ap; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3334 int count, i; |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
3335 aim_userinfo_t *info; |
5575 | 3336 GaimConnection *g = sess->aux_data; |
2086 | 3337 |
3338 struct chat_connection *c = NULL; | |
3339 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3340 va_start(ap, fr); |
2086 | 3341 count = va_arg(ap, int); |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
3342 info = va_arg(ap, aim_userinfo_t *); |
2086 | 3343 va_end(ap); |
3344 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3345 c = find_oscar_chat_by_conn(g, fr->conn); |
2086 | 3346 if (!c) |
3347 return 1; | |
3348 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3349 for (i = 0; i < count; i++) |
4359
5fb47ec9bfe4
[gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents:
4358
diff
changeset
|
3350 gaim_chat_add_user(GAIM_CHAT(c->cnv), info[i].sn, NULL); |
2086 | 3351 |
3352 return 1; | |
3353 } | |
3354 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3355 static int gaim_chat_leave(aim_session_t *sess, aim_frame_t *fr, ...) { |
2086 | 3356 va_list ap; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3357 int count, i; |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
3358 aim_userinfo_t *info; |
5575 | 3359 GaimConnection *g = sess->aux_data; |
2086 | 3360 |
3361 struct chat_connection *c = NULL; | |
3362 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3363 va_start(ap, fr); |
2086 | 3364 count = va_arg(ap, int); |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
3365 info = va_arg(ap, aim_userinfo_t *); |
2086 | 3366 va_end(ap); |
3367 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3368 c = find_oscar_chat_by_conn(g, fr->conn); |
2086 | 3369 if (!c) |
3370 return 1; | |
3371 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3372 for (i = 0; i < count; i++) |
4359
5fb47ec9bfe4
[gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents:
4358
diff
changeset
|
3373 gaim_chat_remove_user(GAIM_CHAT(c->cnv), info[i].sn, NULL); |
2086 | 3374 |
3375 return 1; | |
3376 } | |
3377 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3378 static int gaim_chat_info_update(aim_session_t *sess, aim_frame_t *fr, ...) { |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3379 va_list ap; |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
3380 aim_userinfo_t *userinfo; |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3381 struct aim_chat_roominfo *roominfo; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3382 char *roomname; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3383 int usercount; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3384 char *roomdesc; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3385 fu16_t unknown_c9, unknown_d2, unknown_d5, maxmsglen, maxvisiblemsglen; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3386 fu32_t creationtime; |
5575 | 3387 GaimConnection *gc = sess->aux_data; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3388 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
|
3389 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3390 va_start(ap, fr); |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3391 roominfo = va_arg(ap, struct aim_chat_roominfo *); |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3392 roomname = va_arg(ap, char *); |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3393 usercount= va_arg(ap, int); |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
3394 userinfo = va_arg(ap, aim_userinfo_t *); |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3395 roomdesc = va_arg(ap, char *); |
4200 | 3396 unknown_c9 = (fu16_t)va_arg(ap, unsigned int); |
3397 creationtime = va_arg(ap, fu32_t); | |
3398 maxmsglen = (fu16_t)va_arg(ap, unsigned int); | |
3399 unknown_d2 = (fu16_t)va_arg(ap, unsigned int); | |
3400 unknown_d5 = (fu16_t)va_arg(ap, unsigned int); | |
3401 maxvisiblemsglen = (fu16_t)va_arg(ap, unsigned int); | |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3402 va_end(ap); |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3403 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3404 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3405 "inside chat_info_update (maxmsglen = %hu, maxvislen = %hu)\n", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3406 maxmsglen, maxvisiblemsglen); |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3407 |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3408 ccon->maxlen = maxmsglen; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3409 ccon->maxvis = maxvisiblemsglen; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3410 |
2086 | 3411 return 1; |
3412 } | |
3413 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3414 static int gaim_chat_incoming_msg(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 3415 GaimConnection *gc = sess->aux_data; |
2086 | 3416 va_list ap; |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
3417 aim_userinfo_t *info; |
2086 | 3418 char *msg; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3419 struct chat_connection *ccon = find_oscar_chat_by_conn(gc, fr->conn); |
2086 | 3420 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3421 va_start(ap, fr); |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
3422 info = va_arg(ap, aim_userinfo_t *); |
4194 | 3423 msg = va_arg(ap, char *); |
3424 va_end(ap); | |
2086 | 3425 |
4269 | 3426 serv_got_chat_in(gc, ccon->id, info->sn, 0, msg, time((time_t)NULL)); |
2086 | 3427 |
3428 return 1; | |
3429 } | |
3430 | |
3694 | 3431 static int gaim_email_parseupdate(aim_session_t *sess, aim_frame_t *fr, ...) { |
3432 va_list ap; | |
5575 | 3433 GaimConnection *gc = sess->aux_data; |
3694 | 3434 struct aim_emailinfo *emailinfo; |
3725 | 3435 int havenewmail; |
3694 | 3436 |
3437 va_start(ap, fr); | |
3438 emailinfo = va_arg(ap, struct aim_emailinfo *); | |
3725 | 3439 havenewmail = va_arg(ap, int); |
3694 | 3440 va_end(ap); |
3441 | |
5628 | 3442 if (emailinfo && gaim_account_get_check_mail(gc->account)) { |
5575 | 3443 gchar *to = g_strdup_printf("%s@%s", gaim_account_get_username(gaim_connection_get_account(gc)), emailinfo->domain); |
5542 | 3444 if (emailinfo->unread && havenewmail) |
3445 gaim_notify_emails(gc, emailinfo->nummsgs, FALSE, NULL, NULL, (const char **)&to, (const char **)&emailinfo->url, NULL, NULL); | |
5537 | 3446 g_free(to); |
3694 | 3447 } |
3448 | |
3449 return 1; | |
3450 } | |
3451 | |
4804 | 3452 static int gaim_icon_error(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 3453 GaimConnection *gc = sess->aux_data; |
4804 | 3454 struct oscar_data *od = gc->proto_data; |
3455 char *sn; | |
3456 | |
3457 sn = od->requesticon->data; | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3458 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3459 "removing %s from hash table\n", sn); |
4804 | 3460 od->requesticon = g_slist_remove(od->requesticon, sn); |
3461 free(sn); | |
3462 | |
3463 if (od->icontimer) | |
3464 g_source_remove(od->icontimer); | |
3465 od->icontimer = g_timeout_add(500, gaim_icon_timerfunc, gc); | |
3466 | |
3467 return 1; | |
3468 } | |
3469 | |
3470 static int gaim_icon_parseicon(aim_session_t *sess, aim_frame_t *fr, ...) { | |
5575 | 3471 GaimConnection *gc = sess->aux_data; |
4804 | 3472 struct oscar_data *od = gc->proto_data; |
3473 GSList *cur; | |
3474 va_list ap; | |
3475 char *sn; | |
4853 | 3476 fu8_t *iconcsum, *icon; |
3477 fu16_t iconcsumlen, iconlen; | |
4804 | 3478 |
3479 va_start(ap, fr); | |
3480 sn = va_arg(ap, char *); | |
4853 | 3481 iconcsum = va_arg(ap, fu8_t *); |
3482 iconcsumlen = va_arg(ap, int); | |
4804 | 3483 icon = va_arg(ap, fu8_t *); |
3484 iconlen = va_arg(ap, int); | |
3485 va_end(ap); | |
3486 | |
4853 | 3487 if (iconlen > 0) { |
3488 char *b16; | |
5129 | 3489 struct buddy *b = gaim_find_buddy(gc->account, sn); |
4804 | 3490 set_icon_data(gc, sn, icon, iconlen); |
4853 | 3491 b16 = tobase16(iconcsum, iconcsumlen); |
5129 | 3492 if (b16) { |
3493 gaim_buddy_set_setting(b, "icon_checksum", b16); | |
3494 gaim_blist_save(); | |
5125 | 3495 free(b16); |
5129 | 3496 } |
4853 | 3497 } |
4804 | 3498 |
3499 cur = od->requesticon; | |
3500 while (cur) { | |
3501 char *cursn = cur->data; | |
3502 if (!aim_sncmp(cursn, sn)) { | |
3503 od->requesticon = g_slist_remove(od->requesticon, cursn); | |
3504 free(cursn); | |
3505 cur = od->requesticon; | |
3506 } else | |
3507 cur = cur->next; | |
3508 } | |
3509 | |
3510 if (od->icontimer) | |
3511 g_source_remove(od->icontimer); | |
3512 od->icontimer = g_timeout_add(250, gaim_icon_timerfunc, gc); | |
3513 | |
3514 return 1; | |
3515 } | |
3516 | |
3517 static gboolean gaim_icon_timerfunc(gpointer data) { | |
5575 | 3518 GaimConnection *gc = data; |
4804 | 3519 struct oscar_data *od = gc->proto_data; |
3520 struct buddyinfo *bi; | |
3521 aim_conn_t *conn; | |
3522 | |
3523 conn = aim_getconn_type(od->sess, AIM_CONN_TYPE_ICON); | |
4823 | 3524 if (!conn && !od->iconconnecting) { |
4804 | 3525 aim_reqservice(od->sess, od->conn, AIM_CONN_TYPE_ICON); |
4823 | 3526 od->iconconnecting = TRUE; |
4804 | 3527 return FALSE; |
3528 } | |
3529 | |
5842 | 3530 if (od->set_icon) { |
3531 const char *iconfile; | |
3532 if ((iconfile = gaim_account_get_buddy_icon(gaim_connection_get_account(gc)))) { | |
3533 FILE *file; | |
3534 struct stat st; | |
3535 gaim_debug(GAIM_DEBUG_INFO, "Uploading icon: %s\n", iconfile); | |
3536 if (!stat(iconfile, &st)) { | |
3537 char *buf = g_malloc(st.st_size); | |
3538 file = fopen(iconfile, "rb"); | |
3539 if (file) { | |
5844 | 3540 fread(buf, 1, st.st_size, file); |
5842 | 3541 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
3542 "Uploading icon to icon server\n"); | |
5844 | 3543 aim_icon_upload(od->sess, buf, st.st_size); |
5842 | 3544 fclose(file); |
3545 } else | |
3546 gaim_debug(GAIM_DEBUG_ERROR, "oscar", | |
3547 "Can't open buddy icon file!\n"); | |
3548 g_free(buf); | |
3549 } else | |
3550 gaim_debug(GAIM_DEBUG_ERROR, "oscar", | |
3551 "Can't stat buddy icon file!\n"); | |
3552 } | |
3553 od->set_icon = FALSE; | |
3554 } | |
3555 | |
3556 if (!od->requesticon) { | |
3557 gaim_debug(GAIM_DEBUG_MISC, "oscar", | |
3558 "no more icons to request\n"); | |
3559 return FALSE; | |
3560 } | |
3561 | |
4804 | 3562 bi = g_hash_table_lookup(od->buddyinfo, (char *)od->requesticon->data); |
4853 | 3563 if (bi && (bi->iconcsumlen > 0)) { |
4889 | 3564 aim_icon_request(od->sess, od->requesticon->data, bi->iconcsum, bi->iconcsumlen); |
4804 | 3565 return FALSE; |
3566 } else { | |
3567 char *sn = od->requesticon->data; | |
3568 od->requesticon = g_slist_remove(od->requesticon, sn); | |
3569 free(sn); | |
3570 } | |
3571 | |
3572 return TRUE; | |
3573 } | |
3574 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3575 /* |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3576 * 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
|
3577 */ |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3578 static int gaim_parse_msgack(aim_session_t *sess, aim_frame_t *fr, ...) { |
2086 | 3579 va_list ap; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3580 fu16_t type; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3581 char *sn; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3582 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3583 va_start(ap, fr); |
4199 | 3584 type = (fu16_t) va_arg(ap, unsigned int); |
2086 | 3585 sn = va_arg(ap, char *); |
3586 va_end(ap); | |
3587 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3588 gaim_debug(GAIM_DEBUG_INFO, "oscar", "Sent message to %s.\n", sn); |
2086 | 3589 |
3590 return 1; | |
3591 } | |
3592 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3593 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
|
3594 static const char *codes[5] = { |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3595 "invalid", |
4194 | 3596 "change", |
3597 "warning", | |
3598 "limit", | |
3599 "limit cleared", | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3600 }; |
2086 | 3601 va_list ap; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3602 fu16_t code, rateclass; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3603 fu32_t windowsize, clear, alert, limit, disconnect, currentavg, maxavg; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3604 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3605 va_start(ap, fr); |
4200 | 3606 code = (fu16_t)va_arg(ap, unsigned int); |
3607 rateclass= (fu16_t)va_arg(ap, unsigned int); | |
3608 windowsize = va_arg(ap, fu32_t); | |
3609 clear = va_arg(ap, fu32_t); | |
3610 alert = va_arg(ap, fu32_t); | |
3611 limit = va_arg(ap, fu32_t); | |
3612 disconnect = va_arg(ap, fu32_t); | |
3613 currentavg = va_arg(ap, fu32_t); | |
3614 maxavg = va_arg(ap, fu32_t); | |
2086 | 3615 va_end(ap); |
3616 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3617 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
5556 | 3618 "rate %s (param ID 0x%04hx): curavg = %u, maxavg = %u, alert at %u, " |
3619 "clear warning at %u, limit at %u, disconnect at %u (window size = %u)\n", | |
2086 | 3620 (code < 5) ? codes[code] : codes[0], |
3621 rateclass, | |
3622 currentavg, maxavg, | |
3623 alert, clear, | |
3624 limit, disconnect, | |
3625 windowsize); | |
3626 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3627 /* XXX fix these values */ |
2086 | 3628 if (code == AIM_RATE_CODE_CHANGE) { |
3629 if (currentavg >= clear) | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3630 aim_conn_setlatency(fr->conn, 0); |
2086 | 3631 } else if (code == AIM_RATE_CODE_WARNING) { |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3632 aim_conn_setlatency(fr->conn, windowsize/4); |
2909
48ec70928d7f
[gaim-migrate @ 2922]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2906
diff
changeset
|
3633 } else if (code == AIM_RATE_CODE_LIMIT) { |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
3634 gaim_notify_error(sess->aux_data, NULL, _("Rate limiting error."), |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
3635 _("The last message was not sent because you " |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
3636 "are over the rate limit. Please wait 10 " |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
3637 "seconds and try again.")); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3638 aim_conn_setlatency(fr->conn, windowsize/2); |
2086 | 3639 } else if (code == AIM_RATE_CODE_CLEARLIMIT) { |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3640 aim_conn_setlatency(fr->conn, 0); |
2086 | 3641 } |
3642 | |
3643 return 1; | |
3644 } | |
3645 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3646 static int gaim_parse_evilnotify(aim_session_t *sess, aim_frame_t *fr, ...) { |
2086 | 3647 va_list ap; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3648 fu16_t newevil; |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
3649 aim_userinfo_t *userinfo; |
5575 | 3650 GaimConnection *gc = sess->aux_data; |
2086 | 3651 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3652 va_start(ap, fr); |
4199 | 3653 newevil = (fu16_t) va_arg(ap, unsigned int); |
2421
95b4ec08abec
[gaim-migrate @ 2434]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2411
diff
changeset
|
3654 userinfo = va_arg(ap, aim_userinfo_t *); |
2086 | 3655 va_end(ap); |
3656 | |
5628 | 3657 serv_got_eviled(gc, (userinfo && userinfo->sn[0]) ? userinfo->sn : NULL, (newevil/10.0) + 0.5); |
2086 | 3658 |
3659 return 1; | |
3660 } | |
3661 | |
2507
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
3662 static int gaim_selfinfo(aim_session_t *sess, aim_frame_t *fr, ...) { |
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
3663 va_list ap; |
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
3664 aim_userinfo_t *info; |
5575 | 3665 GaimConnection *gc = sess->aux_data; |
2507
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
3666 |
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
3667 va_start(ap, fr); |
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
3668 info = va_arg(ap, aim_userinfo_t *); |
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
3669 va_end(ap); |
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
3670 |
5628 | 3671 gc->evil = (info->warnlevel/10.0) + 0.5; |
4841 | 3672 |
3673 if (info->onlinesince) | |
3674 gc->login_time_official = info->onlinesince; | |
2507
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
3675 |
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
3676 return 1; |
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
3677 } |
1069b0940237
[gaim-migrate @ 2520]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2501
diff
changeset
|
3678 |
4649 | 3679 static int gaim_connerr(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 3680 GaimConnection *gc = sess->aux_data; |
4666 | 3681 struct oscar_data *od = gc->proto_data; |
4649 | 3682 va_list ap; |
3683 fu16_t code; | |
3684 char *msg; | |
3685 | |
3686 va_start(ap, fr); | |
3687 code = (fu16_t)va_arg(ap, int); | |
3688 msg = va_arg(ap, char *); | |
3689 va_end(ap); | |
3690 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3691 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3692 "Disconnected. Code is 0x%04x and msg is %s\n", code, msg); |
4649 | 3693 if ((fr) && (fr->conn) && (fr->conn->type == AIM_CONN_TYPE_BOS)) { |
4651 | 3694 if (code == 0x0001) { |
5579 | 3695 gaim_connection_error(gc, _("You have been disconnected because you have signed on with this screen name at another location.")); |
4651 | 3696 } else { |
5579 | 3697 gaim_connection_error(gc, _("You have been signed off for an unknown reason.")); |
4651 | 3698 } |
4666 | 3699 od->killme = TRUE; |
4649 | 3700 } |
3701 | |
3702 return 1; | |
3703 } | |
3704 | |
2675 | 3705 static int conninitdone_bos(aim_session_t *sess, aim_frame_t *fr, ...) { |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3706 |
2703
441b84ab7f4e
[gaim-migrate @ 2716]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2698
diff
changeset
|
3707 aim_reqpersonalinfo(sess, fr->conn); |
4230 | 3708 |
3709 #ifndef NOSSI | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3710 gaim_debug(GAIM_DEBUG_INFO, "oscar", "ssi: requesting ssi list\n"); |
4889 | 3711 aim_ssi_reqrights(sess); |
3712 aim_ssi_reqdata(sess, sess->ssi.timestamp, sess->ssi.numitems); | |
4230 | 3713 #endif |
3714 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3715 aim_bos_reqlocaterights(sess, fr->conn); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3716 aim_bos_reqbuddyrights(sess, fr->conn); |
4617 | 3717 aim_im_reqparams(sess); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3718 aim_bos_reqrights(sess, fr->conn); |
4230 | 3719 |
3720 #ifdef NOSSI | |
3721 aim_bos_setgroupperm(sess, fr->conn, AIM_FLAG_ALLUSERS); | |
3722 aim_bos_setprivacyflags(sess, fr->conn, AIM_PRIVFLAGS_ALLOWIDLE | AIM_PRIVFLAGS_ALLOWMEMBERSINCE); | |
3723 #endif | |
2086 | 3724 |
3725 return 1; | |
3726 } | |
3727 | |
2675 | 3728 static int conninitdone_admin(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 3729 GaimConnection *gc = sess->aux_data; |
2647 | 3730 struct oscar_data *od = gc->proto_data; |
3731 | |
2672 | 3732 aim_clientready(sess, fr->conn); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3733 gaim_debug(GAIM_DEBUG_INFO, "oscar", "connected to admin\n"); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3734 |
2647 | 3735 if (od->chpass) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3736 gaim_debug(GAIM_DEBUG_INFO, "oscar", "changing password\n"); |
2703
441b84ab7f4e
[gaim-migrate @ 2716]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2698
diff
changeset
|
3737 aim_admin_changepasswd(sess, fr->conn, od->newp, od->oldp); |
2647 | 3738 g_free(od->oldp); |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
3739 od->oldp = NULL; |
2647 | 3740 g_free(od->newp); |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
3741 od->newp = NULL; |
2647 | 3742 od->chpass = FALSE; |
3743 } | |
2979 | 3744 if (od->setnick) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3745 gaim_debug(GAIM_DEBUG_INFO, "oscar", "formatting screenname\n"); |
2979 | 3746 aim_admin_setnick(sess, fr->conn, od->newsn); |
3747 g_free(od->newsn); | |
3748 od->newsn = NULL; | |
3749 od->setnick = FALSE; | |
3750 } | |
2647 | 3751 if (od->conf) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3752 gaim_debug(GAIM_DEBUG_INFO, "oscar", "confirming account\n"); |
2703
441b84ab7f4e
[gaim-migrate @ 2716]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2698
diff
changeset
|
3753 aim_admin_reqconfirm(sess, fr->conn); |
2647 | 3754 od->conf = FALSE; |
3755 } | |
3756 if (od->reqemail) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3757 gaim_debug(GAIM_DEBUG_INFO, "oscar", "requesting email\n"); |
2703
441b84ab7f4e
[gaim-migrate @ 2716]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2698
diff
changeset
|
3758 aim_admin_getinfo(sess, fr->conn, 0x0011); |
2647 | 3759 od->reqemail = FALSE; |
3760 } | |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
3761 if (od->setemail) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3762 gaim_debug(GAIM_DEBUG_INFO, "oscar", "setting email\n"); |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
3763 aim_admin_setemail(sess, fr->conn, od->email); |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
3764 g_free(od->email); |
5497 | 3765 od->email = NULL; |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
3766 od->setemail = FALSE; |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
3767 } |
2647 | 3768 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3769 return 1; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3770 } |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3771 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3772 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
|
3773 struct aim_icbmparameters *params; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3774 va_list ap; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3775 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3776 va_start(ap, fr); |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3777 params = va_arg(ap, struct aim_icbmparameters *); |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3778 va_end(ap); |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3779 |
4194 | 3780 /* XXX - evidently this crashes on solaris. i have no clue why |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3781 gaim_debug(GAIM_DEBUG_MISC, "oscar", "ICBM Parameters: maxchannel = %hu, default flags = 0x%08lx, max msg len = %hu, " |
5556 | 3782 "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
|
3783 params->maxchan, params->flags, params->maxmsglen, |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3784 ((float)params->maxsenderwarn)/10.0, ((float)params->maxrecverwarn)/10.0, |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3785 params->minmsginterval); |
2427
5bc3b39fc0a5
[gaim-migrate @ 2440]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2421
diff
changeset
|
3786 */ |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3787 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3788 /* Maybe senderwarn and recverwarn should be user preferences... */ |
3595 | 3789 params->flags = 0x0000000b; |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3790 params->maxmsglen = 8000; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3791 params->minmsginterval = 0; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3792 |
4617 | 3793 aim_im_setparams(sess, params); |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3794 |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3795 return 1; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3796 } |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
3797 |
2993 | 3798 static int gaim_parse_locaterights(aim_session_t *sess, aim_frame_t *fr, ...) |
3799 { | |
5575 | 3800 GaimConnection *gc = sess->aux_data; |
4617 | 3801 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
5306 | 3802 va_list ap; |
3803 fu16_t maxsiglen; | |
2993 | 3804 |
3805 va_start(ap, fr); | |
4199 | 3806 maxsiglen = (fu16_t) va_arg(ap, int); |
2993 | 3807 va_end(ap); |
3808 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3809 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3810 "locate rights: max sig len = %d\n", maxsiglen); |
2993 | 3811 |
4617 | 3812 od->rights.maxsiglen = od->rights.maxawaymsglen = (guint)maxsiglen; |
3813 | |
3814 if (od->icq) | |
4151 | 3815 aim_bos_setprofile(sess, fr->conn, NULL, NULL, 0, NULL, NULL, 0, caps_icq); |
5301 | 3816 else |
3817 oscar_set_info(gc, gc->account->user_info); | |
2993 | 3818 |
3819 return 1; | |
3820 } | |
3821 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3822 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
|
3823 va_list ap; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3824 fu16_t maxbuddies, maxwatchers; |
5575 | 3825 GaimConnection *gc = sess->aux_data; |
4617 | 3826 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3827 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3828 va_start(ap, fr); |
4199 | 3829 maxbuddies = (fu16_t) va_arg(ap, unsigned int); |
3830 maxwatchers = (fu16_t) va_arg(ap, unsigned int); | |
2086 | 3831 va_end(ap); |
3832 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3833 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3834 "buddy list rights: Max buddies = %hu / Max watchers = %hu\n", maxbuddies, maxwatchers); |
2086 | 3835 |
4617 | 3836 od->rights.maxbuddies = (guint)maxbuddies; |
3837 od->rights.maxwatchers = (guint)maxwatchers; | |
2993 | 3838 |
2086 | 3839 return 1; |
3840 } | |
3841 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3842 static int gaim_bosrights(aim_session_t *sess, aim_frame_t *fr, ...) { |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3843 fu16_t maxpermits, maxdenies; |
2086 | 3844 va_list ap; |
5575 | 3845 GaimConnection *gc = sess->aux_data; |
4617 | 3846 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
2086 | 3847 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3848 va_start(ap, fr); |
4199 | 3849 maxpermits = (fu16_t) va_arg(ap, unsigned int); |
3850 maxdenies = (fu16_t) va_arg(ap, unsigned int); | |
2086 | 3851 va_end(ap); |
3852 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3853 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3854 "BOS rights: Max permit = %hu / Max deny = %hu\n", maxpermits, maxdenies); |
2086 | 3855 |
4617 | 3856 od->rights.maxpermits = (guint)maxpermits; |
3857 od->rights.maxdenies = (guint)maxdenies; | |
2993 | 3858 |
5576
8c398efc88f2
[gaim-migrate @ 5980]
Christian Hammond <chipx86@chipx86.com>
parents:
5575
diff
changeset
|
3859 gaim_connection_set_state(gc, GAIM_CONNECTED); |
2993 | 3860 serv_finish_login(gc); |
3861 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3862 gaim_debug(GAIM_DEBUG_INFO, "oscar", "buddy list loaded\n"); |
2993 | 3863 |
2672 | 3864 aim_clientready(sess, fr->conn); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
3865 |
4617 | 3866 /* XXX - Should call aim_bos_setidle with 0x0000 */ |
3867 | |
4664 | 3868 if (od->icq) { |
3869 aim_icq_reqofflinemsgs(sess); | |
3870 aim_icq_hideip(sess); | |
3871 } | |
2706
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3872 |
2703
441b84ab7f4e
[gaim-migrate @ 2716]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2698
diff
changeset
|
3873 aim_reqservice(sess, fr->conn, AIM_CONN_TYPE_CHATNAV); |
4102 | 3874 if (sess->authinfo->email) |
3875 aim_reqservice(sess, fr->conn, AIM_CONN_TYPE_EMAIL); | |
2086 | 3876 |
3877 return 1; | |
3878 } | |
3879 | |
2706
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3880 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
|
3881 va_list ap; |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3882 struct aim_icq_offlinemsg *msg; |
4075 | 3883 struct aim_incomingim_ch4_args args; |
3884 time_t t; | |
2706
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3885 |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3886 va_start(ap, fr); |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3887 msg = va_arg(ap, struct aim_icq_offlinemsg *); |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3888 va_end(ap); |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3889 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3890 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
3891 "Received offline message. Converting to channel 4 ICBM...\n"); |
4075 | 3892 args.uin = msg->sender; |
3893 args.type = msg->type; | |
4173 | 3894 args.flags = msg->flags; |
4076 | 3895 args.msglen = msg->msglen; |
4075 | 3896 args.msg = msg->msg; |
3897 t = get_time(msg->year, msg->month, msg->day, msg->hour, msg->minute, 0); | |
3898 incomingim_chan4(sess, fr->conn, NULL, &args, t); | |
2706
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3899 |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3900 return 1; |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3901 } |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3902 |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3903 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
|
3904 { |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3905 aim_icq_ackofflinemsgs(sess); |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3906 return 1; |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3907 } |
e841b14b5b89
[gaim-migrate @ 2719]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2704
diff
changeset
|
3908 |
4624 | 3909 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
|
3910 { |
5575 | 3911 GaimConnection *gc = sess->aux_data; |
4819 | 3912 gchar *buf, *tmp, *utf8; |
4624 | 3913 gchar who[16]; |
2742
6f527cbd899d
[gaim-migrate @ 2755]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2734
diff
changeset
|
3914 va_list ap; |
4151 | 3915 struct aim_icq_info *info; |
2742
6f527cbd899d
[gaim-migrate @ 2755]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2734
diff
changeset
|
3916 |
6f527cbd899d
[gaim-migrate @ 2755]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2734
diff
changeset
|
3917 va_start(ap, fr); |
4151 | 3918 info = va_arg(ap, struct aim_icq_info *); |
2742
6f527cbd899d
[gaim-migrate @ 2755]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2734
diff
changeset
|
3919 va_end(ap); |
6f527cbd899d
[gaim-migrate @ 2755]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2734
diff
changeset
|
3920 |
4664 | 3921 if (!info->uin) |
3922 return 0; | |
3923 | |
5556 | 3924 g_snprintf(who, sizeof(who), "%u", info->uin); |
4820 | 3925 buf = g_strdup_printf("<b>%s</b> %s", _("UIN:"), who); |
4819 | 3926 if (info->nick && info->nick[0] && (utf8 = gaim_try_conv_to_utf8(info->nick))) { |
3927 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("Nick:"), "</b> ", utf8, NULL); g_free(tmp); g_free(utf8); | |
3928 } | |
3929 if (info->first && info->first[0] && (utf8 = gaim_try_conv_to_utf8(info->first))) { | |
3930 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("First Name:"), "</b> ", utf8, NULL); g_free(tmp); g_free(utf8); | |
3931 } | |
3932 if (info->last && info->last[0] && (utf8 = gaim_try_conv_to_utf8(info->last))) { | |
3933 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("Last Name:"), "</b> ", utf8, NULL); g_free(tmp); g_free(utf8); | |
3934 } | |
3935 if (info->email && info->email[0] && (utf8 = gaim_try_conv_to_utf8(info->email))) { | |
3936 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("Email Address:"), "</b> <a href=\"mailto:", utf8, "\">", utf8, "</a>", NULL); g_free(tmp); g_free(utf8); | |
4625 | 3937 } |
3938 if (info->numaddresses && info->email2) { | |
3939 int i; | |
3940 for (i = 0; i < info->numaddresses; i++) { | |
4819 | 3941 if (info->email2[i] && info->email2[i][0] && (utf8 = gaim_try_conv_to_utf8(info->email2[i]))) { |
3942 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("Email Address:"), "</b> <a href=\"mailto:", utf8, "\">", utf8, "</a>", NULL); g_free(tmp); g_free(utf8); | |
4643 | 3943 } |
4625 | 3944 } |
4624 | 3945 } |
4819 | 3946 if (info->mobile && info->mobile[0] && (utf8 = gaim_try_conv_to_utf8(info->mobile))) { |
3947 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("Mobile Phone:"), "</b> ", utf8, NULL); g_free(tmp); g_free(utf8); | |
4625 | 3948 } |
3949 if (info->gender) { | |
4819 | 3950 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("Gender:"), "</b> ", info->gender==1 ? _("Female") : _("Male"), NULL); g_free(tmp); |
4151 | 3951 } |
4624 | 3952 if (info->birthyear || info->birthmonth || info->birthday) { |
4627 | 3953 char date[30]; |
3954 struct tm tm; | |
3955 tm.tm_mday = (int)info->birthday; | |
3956 tm.tm_mon = (int)info->birthmonth-1; | |
3957 tm.tm_year = (int)info->birthyear-1900; | |
4628 | 3958 strftime(date, sizeof(date), "%x", &tm); |
4819 | 3959 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("Birthday:"), "</b> ", date, NULL); g_free(tmp); |
4151 | 3960 } |
4624 | 3961 if (info->age) { |
3962 char age[5]; | |
3963 snprintf(age, sizeof(age), "%hhd", info->age); | |
4819 | 3964 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("Age:"), "</b> ", age, NULL); g_free(tmp); |
3965 } | |
3966 if (info->personalwebpage && info->personalwebpage[0] && (utf8 = gaim_try_conv_to_utf8(info->personalwebpage))) { | |
3967 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("Personal Web Page:"), "</b> <a href=\"", utf8, "\">", utf8, "</a>", NULL); g_free(tmp); g_free(utf8); | |
3968 } | |
3969 if (info->info && info->info[0] && (utf8 = gaim_try_conv_to_utf8(info->info))) { | |
3970 tmp = buf; buf = g_strconcat(tmp, "<hr><b>", _("Additional Information:"), "</b><br>", utf8, NULL); g_free(tmp); g_free(utf8); | |
4624 | 3971 } |
3972 tmp = buf; buf = g_strconcat(tmp, "<hr>\n", NULL); g_free(tmp); | |
4641 | 3973 if ((info->homeaddr && (info->homeaddr[0])) || (info->homecity && info->homecity[0]) || (info->homestate && info->homestate[0]) || (info->homezip && info->homezip[0])) { |
4819 | 3974 tmp = buf; buf = g_strconcat(tmp, "<b>", _("Home Address:"), "</b>", NULL); g_free(tmp); |
3975 if (info->homeaddr && info->homeaddr[0] && (utf8 = gaim_try_conv_to_utf8(info->homeaddr))) { | |
3976 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("Address:"), "</b> ", utf8, NULL); g_free(tmp); g_free(utf8); | |
4624 | 3977 } |
4819 | 3978 if (info->homecity && info->homecity[0] && (utf8 = gaim_try_conv_to_utf8(info->homecity))) { |
3979 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("City:"), "</b> ", utf8, NULL); g_free(tmp); g_free(utf8); | |
4624 | 3980 } |
4819 | 3981 if (info->homestate && info->homestate[0] && (utf8 = gaim_try_conv_to_utf8(info->homestate))) { |
3982 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("State:"), "</b> ", utf8, NULL); g_free(tmp); g_free(utf8); | |
4624 | 3983 } |
4819 | 3984 if (info->homezip && info->homezip[0] && (utf8 = gaim_try_conv_to_utf8(info->homezip))) { |
3985 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("Zip Code:"), "</b> ", utf8, NULL); g_free(tmp); g_free(utf8); | |
4624 | 3986 } |
3987 tmp = buf; buf = g_strconcat(tmp, "\n<hr>\n", NULL); g_free(tmp); | |
4151 | 3988 } |
4641 | 3989 if ((info->workaddr && info->workaddr[0]) || (info->workcity && info->workcity[0]) || (info->workstate && info->workstate[0]) || (info->workzip && info->workzip[0])) { |
4819 | 3990 tmp = buf; buf = g_strconcat(tmp, "<b>", _("Work Address:"), "</b>", NULL); g_free(tmp); |
3991 if (info->workaddr && info->workaddr[0] && (utf8 = gaim_try_conv_to_utf8(info->workaddr))) { | |
3992 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("Address:"), "</b> ", utf8, NULL); g_free(tmp); g_free(utf8); | |
4624 | 3993 } |
4819 | 3994 if (info->workcity && info->workcity[0] && (utf8 = gaim_try_conv_to_utf8(info->workcity))) { |
3995 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("City:"), "</b> ", utf8, NULL); g_free(tmp); g_free(utf8); | |
4624 | 3996 } |
4819 | 3997 if (info->workstate && info->workstate[0] && (utf8 = gaim_try_conv_to_utf8(info->workstate))) { |
3998 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("State:"), "</b> ", utf8, NULL); g_free(tmp); g_free(utf8); | |
4624 | 3999 } |
4819 | 4000 if (info->workzip && info->workzip[0] && (utf8 = gaim_try_conv_to_utf8(info->workzip))) { |
4001 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("Zip Code:"), "</b> ", utf8, NULL); g_free(tmp); g_free(utf8); | |
4624 | 4002 } |
4003 tmp = buf; buf = g_strconcat(tmp, "\n<hr>\n", NULL); g_free(tmp); | |
4004 } | |
4641 | 4005 if ((info->workcompany && info->workcompany[0]) || (info->workdivision && info->workdivision[0]) || (info->workposition && info->workposition[0]) || (info->workwebpage && info->workwebpage[0])) { |
4819 | 4006 tmp = buf; buf = g_strconcat(tmp, "<b>", _("Work Information:"), "</b>", NULL); g_free(tmp); |
4007 if (info->workcompany && info->workcompany[0] && (utf8 = gaim_try_conv_to_utf8(info->workcompany))) { | |
4008 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("Company:"), "</b> ", utf8, NULL); g_free(tmp); g_free(utf8); | |
4624 | 4009 } |
4819 | 4010 if (info->workdivision && info->workdivision[0] && (utf8 = gaim_try_conv_to_utf8(info->workdivision))) { |
4011 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("Division:"), "</b> ", utf8, NULL); g_free(tmp); g_free(utf8); | |
4624 | 4012 } |
4819 | 4013 if (info->workposition && info->workposition[0] && (utf8 = gaim_try_conv_to_utf8(info->workposition))) { |
4014 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("Position:"), "</b> ", utf8, NULL); g_free(tmp); g_free(utf8); | |
4624 | 4015 } |
4819 | 4016 if (info->workwebpage && info->workwebpage[0] && (utf8 = gaim_try_conv_to_utf8(info->workwebpage))) { |
4017 tmp = buf; buf = g_strconcat(tmp, "\n<br><b>", _("Web Page:"), "</b> <a href=\"", utf8, "\">", utf8, "</a>", NULL); g_free(tmp); g_free(utf8); | |
4624 | 4018 } |
4019 tmp = buf; buf = g_strconcat(tmp, "\n<hr>\n", NULL); g_free(tmp); | |
4151 | 4020 } |
4021 | |
4022 g_show_info_text(gc, who, 2, buf, NULL); | |
4023 g_free(buf); | |
4024 | |
2742
6f527cbd899d
[gaim-migrate @ 2755]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2734
diff
changeset
|
4025 return 1; |
6f527cbd899d
[gaim-migrate @ 2755]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2734
diff
changeset
|
4026 } |
6f527cbd899d
[gaim-migrate @ 2755]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2734
diff
changeset
|
4027 |
4759 | 4028 static int gaim_icqalias(aim_session_t *sess, aim_frame_t *fr, ...) |
4029 { | |
5575 | 4030 GaimConnection *gc = sess->aux_data; |
4820 | 4031 gchar who[16], *utf8; |
4759 | 4032 struct buddy *b; |
4033 va_list ap; | |
4034 struct aim_icq_info *info; | |
4035 | |
4036 va_start(ap, fr); | |
4037 info = va_arg(ap, struct aim_icq_info *); | |
4038 va_end(ap); | |
4039 | |
4822 | 4040 if (info->uin && info->nick && info->nick[0] && (utf8 = gaim_try_conv_to_utf8(info->nick))) { |
5556 | 4041 g_snprintf(who, sizeof(who), "%u", info->uin); |
4820 | 4042 serv_got_alias(gc, who, utf8); |
4759 | 4043 if ((b = gaim_find_buddy(gc->account, who))) { |
4820 | 4044 gaim_buddy_set_setting(b, "servernick", utf8); |
4759 | 4045 gaim_blist_save(); |
4046 } | |
4820 | 4047 g_free(utf8); |
4759 | 4048 } |
4049 | |
4050 return 1; | |
4051 } | |
4052 | |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4053 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
|
4054 { |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4055 char *msg, *url; |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4056 fu16_t wid, hei, delay; |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4057 va_list ap; |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4058 |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4059 va_start(ap, fr); |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4060 msg = va_arg(ap, char *); |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4061 url = va_arg(ap, char *); |
4199 | 4062 wid = (fu16_t) va_arg(ap, int); |
4063 hei = (fu16_t) va_arg(ap, int); | |
4064 delay = (fu16_t) va_arg(ap, int); | |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4065 va_end(ap); |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4066 |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4067 serv_got_popup(msg, url, wid, hei); |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4068 |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4069 return 1; |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4070 } |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
4071 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4072 static int gaim_parse_searchreply(aim_session_t *sess, aim_frame_t *fr, ...) { |
5420 | 4073 GString *buf; |
2086 | 4074 va_list ap; |
4075 char *address, *SNs; | |
4076 int i, num; | |
4077 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4078 va_start(ap, fr); |
2086 | 4079 address = va_arg(ap, char *); |
4080 num = va_arg(ap, int); | |
4081 SNs = va_arg(ap, char *); | |
4082 va_end(ap); | |
4083 | |
5420 | 4084 buf = g_string_new(""); |
4085 g_string_printf(buf, _("<B>%s has the following screen names:</B><BR>"), address); | |
2086 | 4086 for (i = 0; i < num; i++) |
5420 | 4087 g_string_append_printf(buf, "%s<br>", &SNs[i * (MAXSNLEN + 1)]); |
4088 g_show_info_text(NULL, NULL, 2, buf->str, NULL); | |
4089 g_string_free(buf, TRUE); | |
2086 | 4090 |
4091 return 1; | |
4092 } | |
4093 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4094 static int gaim_parse_searcherror(aim_session_t *sess, aim_frame_t *fr, ...) { |
2086 | 4095 va_list ap; |
4096 char *address; | |
5420 | 4097 char *buf; |
2086 | 4098 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4099 va_start(ap, fr); |
2086 | 4100 address = va_arg(ap, char *); |
4101 va_end(ap); | |
4102 | |
5420 | 4103 buf = g_strdup_printf(_("No results found for email address %s"), address); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4104 gaim_notify_error(sess->aux_data, NULL, buf, NULL); |
5420 | 4105 g_free(buf); |
2086 | 4106 |
4107 return 1; | |
4108 } | |
4109 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4110 static int gaim_account_confirm(aim_session_t *sess, aim_frame_t *fr, ...) { |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4111 fu16_t status; |
2086 | 4112 va_list ap; |
4113 char msg[256]; | |
5575 | 4114 GaimConnection *gc = sess->aux_data; |
2086 | 4115 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4116 va_start(ap, fr); |
4199 | 4117 status = (fu16_t) va_arg(ap, unsigned int); /* status code of confirmation request */ |
2086 | 4118 va_end(ap); |
4119 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4120 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4121 "account confirmation returned status 0x%04x (%s)\n", status, |
3912 | 4122 status ? "unknown" : "email sent"); |
4123 if (!status) { | |
5302 | 4124 g_snprintf(msg, sizeof(msg), _("You should receive an email asking to confirm %s."), |
5575 | 4125 gaim_account_get_username(gaim_connection_get_account(gc))); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4126 gaim_notify_info(gc, NULL, _("Account Confirmation Requested"), msg); |
2086 | 4127 } |
4128 | |
4129 return 1; | |
4130 } | |
4131 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4132 static int gaim_info_change(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 4133 GaimConnection *gc = sess->aux_data; |
2086 | 4134 va_list ap; |
3912 | 4135 fu16_t perms, err; |
4136 char *url, *sn, *email; | |
4137 int change; | |
2086 | 4138 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4139 va_start(ap, fr); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
4140 change = va_arg(ap, int); |
4199 | 4141 perms = (fu16_t) va_arg(ap, unsigned int); |
4142 err = (fu16_t) va_arg(ap, unsigned int); | |
3912 | 4143 url = va_arg(ap, char *); |
4144 sn = va_arg(ap, char *); | |
4145 email = va_arg(ap, char *); | |
2086 | 4146 va_end(ap); |
4147 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4148 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4149 "account info: because of %s, perms=0x%04x, err=0x%04x, url=%s, sn=%s, email=%s\n", |
3912 | 4150 change ? "change" : "request", perms, err, url, sn, email); |
4151 | |
4152 if (err && url) { | |
4153 char *dialog_msg; | |
4154 char *dialog_top = g_strdup_printf(_("Error Changing Account Info")); | |
4155 switch (err) { | |
4156 case 0x0001: { | |
4157 dialog_msg = g_strdup_printf(_("Error 0x%04x: Unable to format screen name because the requested screen name differs from the original."), err); | |
4158 } break; | |
4159 case 0x0006: { | |
4160 dialog_msg = g_strdup_printf(_("Error 0x%04x: Unable to format screen name because the requested screen name ends in a space."), err); | |
4161 } break; | |
4162 case 0x000b: { | |
4163 dialog_msg = g_strdup_printf(_("Error 0x%04x: Unable to format screen name because the requested screen name is too long."), err); | |
4164 } break; | |
4165 case 0x001d: { | |
4166 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); | |
4167 } break; | |
4168 case 0x0021: { | |
4169 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); | |
4170 } break; | |
4171 case 0x0023: { | |
4172 dialog_msg = g_strdup_printf(_("Error 0x%04x: Unable to change email address because the given address is invalid."), err); | |
4173 } break; | |
4174 default: { | |
4175 dialog_msg = g_strdup_printf(_("Error 0x%04x: Unknown error."), err); | |
4176 } break; | |
4177 } | |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4178 gaim_notify_error(gc, NULL, dialog_top, dialog_msg); |
3912 | 4179 g_free(dialog_top); |
4180 g_free(dialog_msg); | |
4181 return 1; | |
4182 } | |
4183 | |
4184 if (sn) { | |
4585 | 4185 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
|
4186 gaim_notify_info(gc, NULL, _("Account Info"), dialog_msg); |
3912 | 4187 g_free(dialog_msg); |
4188 } | |
4189 | |
4190 if (email) { | |
5575 | 4191 char *dialog_msg = g_strdup_printf(_("The email address for %s is %s"), |
4192 gaim_account_get_username(gaim_connection_get_account(gc)), email); | |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4193 gaim_notify_info(gc, NULL, _("Account Info"), dialog_msg); |
3912 | 4194 g_free(dialog_msg); |
2086 | 4195 } |
4196 | |
4197 return 1; | |
4198 } | |
4199 | |
5575 | 4200 static void oscar_keepalive(GaimConnection *gc) { |
4617 | 4201 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
4202 aim_flap_nop(od->sess, od->conn); | |
2086 | 4203 } |
4204 | |
5575 | 4205 static int oscar_send_typing(GaimConnection *gc, char *name, int typing) { |
4617 | 4206 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
4207 struct direct_im *dim = find_direct_im(od, name); | |
3595 | 4208 if (dim) |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
4209 if (typing == GAIM_TYPING) |
4870 | 4210 aim_odc_send_typing(od->sess, dim->conn, 0x0002); |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
4211 else if (typing == GAIM_TYPED) |
4870 | 4212 aim_odc_send_typing(od->sess, dim->conn, 0x0001); |
4213 else | |
4214 aim_odc_send_typing(od->sess, dim->conn, 0x0000); | |
3595 | 4215 else { |
5300 | 4216 /* Don't send if this turkey is in our deny list */ |
4217 GSList *list; | |
4218 for (list=gc->account->deny; (list && aim_sncmp(name, list->data)); list=list->next); | |
4219 if (!list) { | |
4220 struct buddyinfo *bi = g_hash_table_lookup(od->buddyinfo, normalize(name)); | |
4221 if (bi && bi->typingnot) { | |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
4222 if (typing == GAIM_TYPING) |
5300 | 4223 aim_im_sendmtn(od->sess, 0x0001, name, 0x0002); |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
4224 else if (typing == GAIM_TYPED) |
5300 | 4225 aim_im_sendmtn(od->sess, 0x0001, name, 0x0001); |
4226 else | |
4227 aim_im_sendmtn(od->sess, 0x0001, name, 0x0000); | |
4228 } | |
3595 | 4229 } |
4230 } | |
2993 | 4231 return 0; |
4232 } | |
5575 | 4233 static void oscar_ask_direct_im(GaimConnection *gc, const char *name); |
4234 | |
4235 static int oscar_send_im(GaimConnection *gc, const char *name, const char *message, int len, int imflags) { | |
4617 | 4236 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
4237 struct direct_im *dim = find_direct_im(od, name); | |
2303
f5bf315e6104
[gaim-migrate @ 2313]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2297
diff
changeset
|
4238 int ret = 0; |
3659 | 4239 GError *err = NULL; |
5575 | 4240 const char *iconfile = gaim_account_get_buddy_icon(gaim_connection_get_account(gc)); |
3458 | 4241 |
4838 | 4242 if (dim && dim->connected) { |
4243 /* If we're directly connected, send a direct IM */ | |
4244 /* XXX - The last parameter below is the encoding. Let Paco-Paco do something with it. */ | |
4870 | 4245 if (imflags & IM_FLAG_AWAY) |
4246 ret = aim_odc_send_im(od->sess, dim->conn, message, len == -1 ? strlen(message) : len, 0, 1); | |
4247 else | |
4248 ret = aim_odc_send_im(od->sess, dim->conn, message, len == -1 ? strlen(message) : len, 0, 0); | |
3044 | 4249 } else if (len != -1) { |
4250 /* Trying to send an IM image outside of a direct connection. */ | |
4251 oscar_ask_direct_im(gc, name); | |
4838 | 4252 ret = -ENOTCONN; |
2086 | 4253 } else { |
4738 | 4254 struct buddyinfo *bi; |
3008 | 4255 struct aim_sendimext_args args; |
4256 struct stat st; | |
4151 | 4257 int len; |
4269 | 4258 |
4738 | 4259 bi = g_hash_table_lookup(od->buddyinfo, normalize(name)); |
4260 if (!bi) { | |
4261 bi = g_new0(struct buddyinfo, 1); | |
4262 g_hash_table_insert(od->buddyinfo, g_strdup(normalize(name)), bi); | |
4263 } | |
4264 | |
3008 | 4265 args.flags = AIM_IMFLAGS_ACK | AIM_IMFLAGS_CUSTOMFEATURES; |
4665 | 4266 if (od->icq) { |
4267 args.features = features_icq; | |
4268 args.featureslen = sizeof(features_icq); | |
3008 | 4269 args.flags |= AIM_IMFLAGS_OFFLINE; |
4665 | 4270 } else { |
4271 args.features = features_aim; | |
4272 args.featureslen = sizeof(features_aim); | |
4972 | 4273 |
4274 if (imflags & IM_FLAG_AWAY) | |
4275 args.flags |= AIM_IMFLAGS_AWAY; | |
4665 | 4276 } |
4269 | 4277 |
4738 | 4278 if (bi->ico_need) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4279 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4280 "Sending buddy icon request with message\n"); |
3008 | 4281 args.flags |= AIM_IMFLAGS_BUDDYREQ; |
4738 | 4282 bi->ico_need = FALSE; |
3008 | 4283 } |
4269 | 4284 |
5575 | 4285 if (iconfile && !stat(iconfile, &st)) { |
4286 FILE *file = fopen(iconfile, "r"); | |
3008 | 4287 if (file) { |
4288 char *buf = g_malloc(st.st_size); | |
4289 fread(buf, 1, st.st_size, file); | |
4269 | 4290 |
3008 | 4291 args.iconlen = st.st_size; |
4617 | 4292 args.iconsum = aimutil_iconsum(buf, st.st_size); |
3008 | 4293 args.iconstamp = st.st_mtime; |
4294 | |
4738 | 4295 if ((args.iconlen != bi->ico_me_len) || (args.iconsum != bi->ico_me_csum) || (args.iconstamp != bi->ico_me_time)) |
4296 bi->ico_informed = FALSE; | |
4297 | |
4298 if (!bi->ico_informed) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4299 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4300 "Claiming to have a buddy icon\n"); |
4738 | 4301 args.flags |= AIM_IMFLAGS_HASICON; |
4302 bi->ico_me_len = args.iconlen; | |
4303 bi->ico_me_csum = args.iconsum; | |
4304 bi->ico_me_time = args.iconstamp; | |
4305 bi->ico_informed = TRUE; | |
4306 } | |
4307 | |
3008 | 4308 fclose(file); |
4309 g_free(buf); | |
2086 | 4310 } |
4311 } | |
4269 | 4312 |
3008 | 4313 args.destsn = name; |
4269 | 4314 |
3642 | 4315 len = strlen(message); |
5129 | 4316 args.flags |= oscar_encoding_check(message); |
3642 | 4317 if (args.flags & AIM_IMFLAGS_UNICODE) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4318 gaim_debug(GAIM_DEBUG_INFO, "oscar", "Sending Unicode IM\n"); |
4662 | 4319 args.charset = 0x0002; |
4665 | 4320 args.charsubset = 0x0000; |
3659 | 4321 args.msg = g_convert(message, len, "UCS-2BE", "UTF-8", NULL, &len, &err); |
4322 if (err) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4323 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4324 "Error converting a unicode message: %s\n", err->message); |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4325 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4326 "This really shouldn't happen!\n"); |
3659 | 4327 /* We really shouldn't try to send the |
4328 * IM now, but I'm not sure what to do */ | |
4800 | 4329 g_error_free(err); |
3659 | 4330 } |
3850 | 4331 } else if (args.flags & AIM_IMFLAGS_ISO_8859_1) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4332 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4333 "Sending ISO-8859-1 IM\n"); |
4662 | 4334 args.charset = 0x0003; |
4665 | 4335 args.charsubset = 0x0000; |
3659 | 4336 args.msg = g_convert(message, len, "ISO-8859-1", "UTF-8", NULL, &len, &err); |
4337 if (err) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4338 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4339 "conversion error: %s\n", err->message); |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4340 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4341 "Someone tell Ethan his 8859-1 detection is wrong\n"); |
3642 | 4342 args.flags ^= AIM_IMFLAGS_ISO_8859_1 | AIM_IMFLAGS_UNICODE; |
4343 len = strlen(message); | |
4800 | 4344 g_error_free(err); |
3659 | 4345 args.msg = g_convert(message, len, "UCS-2BE", "UTF8", NULL, &len, &err); |
4346 if (err) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4347 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4348 "Error in unicode fallback: %s\n", err->message); |
4800 | 4349 g_error_free(err); |
3659 | 4350 } |
3642 | 4351 } |
4352 } else { | |
4662 | 4353 args.charset = 0x0000; |
4354 args.charsubset = 0x0000; | |
3642 | 4355 args.msg = message; |
4356 } | |
4357 args.msglen = len; | |
4269 | 4358 |
4617 | 4359 ret = aim_im_sendch1_ext(od->sess, &args); |
2086 | 4360 } |
4838 | 4361 |
2303
f5bf315e6104
[gaim-migrate @ 2313]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2297
diff
changeset
|
4362 if (ret >= 0) |
f5bf315e6104
[gaim-migrate @ 2313]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2297
diff
changeset
|
4363 return 1; |
f5bf315e6104
[gaim-migrate @ 2313]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2297
diff
changeset
|
4364 return ret; |
2086 | 4365 } |
4366 | |
5575 | 4367 static void oscar_get_info(GaimConnection *g, const char *name) { |
4617 | 4368 struct oscar_data *od = (struct oscar_data *)g->proto_data; |
4369 if (od->icq) | |
4624 | 4370 aim_icq_getallinfo(od->sess, name); |
2742
6f527cbd899d
[gaim-migrate @ 2755]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2734
diff
changeset
|
4371 else |
2791
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
4372 /* people want the away message on the top, so we get the away message |
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
4373 * first and then get the regular info, since it's too difficult to |
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
4374 * insert in the middle. i hate people. */ |
4617 | 4375 aim_getinfo(od->sess, od->conn, name, AIM_GETINFO_AWAYMESSAGE); |
2791
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
4376 } |
8f6365332a05
[gaim-migrate @ 2804]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2789
diff
changeset
|
4377 |
5575 | 4378 static void oscar_get_away(GaimConnection *g, const char *who) { |
4617 | 4379 struct oscar_data *od = (struct oscar_data *)g->proto_data; |
4380 if (od->icq) { | |
4687 | 4381 struct buddy *budlight = gaim_find_buddy(g->account, who); |
3212 | 4382 if (budlight) |
3595 | 4383 if ((budlight->uc & 0xffff0000) >> 16) |
4687 | 4384 aim_im_sendch2_geticqaway(od->sess, who, (budlight->uc & 0xffff0000) >> 16); |
3212 | 4385 else |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4386 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4387 "Error: The user %s has no status message, therefore not requesting.\n", who); |
3212 | 4388 else |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4389 gaim_debug(GAIM_DEBUG_ERROR, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4390 "Error: Could not find %s in local contact list, therefore unable to request status message.\n", who); |
3212 | 4391 } else |
4617 | 4392 aim_getinfo(od->sess, od->conn, who, AIM_GETINFO_GENERALINFO); |
2086 | 4393 } |
4394 | |
5575 | 4395 static void oscar_set_dir(GaimConnection *g, const char *first, const char *middle, const char *last, |
3466 | 4396 const char *maiden, const char *city, const char *state, const char *country, int web) { |
4617 | 4397 /* XXX - some of these things are wrong, but i'm lazy */ |
4398 struct oscar_data *od = (struct oscar_data *)g->proto_data; | |
4399 aim_setdirectoryinfo(od->sess, od->conn, first, middle, last, | |
2086 | 4400 maiden, NULL, NULL, city, state, NULL, 0, web); |
4401 } | |
4402 | |
5575 | 4403 static void oscar_set_idle(GaimConnection *gc, int time) { |
5129 | 4404 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
4617 | 4405 aim_bos_setidle(od->sess, od->conn, time); |
2086 | 4406 } |
4407 | |
5575 | 4408 static void oscar_set_info(GaimConnection *gc, char *text) { |
5129 | 4409 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
4410 fu32_t flags = 0; | |
4411 char *msg = NULL; | |
4412 int msglen = 0; | |
2993 | 4413 |
4617 | 4414 if (od->rights.maxsiglen == 0) |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4415 gaim_notify_warning(gc, NULL, _("Unable to set AIM profile."), |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4416 _("You have probably requested to set your " |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4417 "profile before the login procedure completed. " |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4418 "Your profile remains unset; try setting it " |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4419 "again when you are fully connected.")); |
4617 | 4420 |
4421 if (od->icq) | |
4422 aim_bos_setprofile(od->sess, od->conn, NULL, NULL, 0, NULL, NULL, 0, caps_icq); | |
4151 | 4423 else { |
5129 | 4424 if (!text) { |
4425 aim_bos_setprofile(od->sess, od->conn, NULL, NULL, 0, NULL, NULL, 0, caps_aim); | |
4426 return; | |
4427 } | |
4428 | |
4429 flags = oscar_encoding_check(text); | |
4430 if (flags & AIM_IMFLAGS_UNICODE) { | |
4431 msg = g_convert(text, strlen(text), "UCS-2BE", "UTF-8", NULL, &msglen, NULL); | |
4432 aim_bos_setprofile(od->sess, od->conn, "unicode-2-0", msg, (msglen > od->rights.maxsiglen ? od->rights.maxsiglen : msglen), NULL, NULL, 0, caps_aim); | |
4433 g_free(msg); | |
4434 } else if (flags & AIM_IMFLAGS_ISO_8859_1) { | |
4435 msg = g_convert(text, strlen(text), "ISO-8859-1", "UTF-8", NULL, &msglen, NULL); | |
4436 aim_bos_setprofile(od->sess, od->conn, "iso-8859-1", msg, (msglen > od->rights.maxsiglen ? od->rights.maxsiglen : msglen), NULL, NULL, 0, caps_aim); | |
4437 g_free(msg); | |
4151 | 4438 } else { |
5129 | 4439 msglen = strlen(text); |
4440 aim_bos_setprofile(od->sess, od->conn, "us-ascii", text, (msglen > od->rights.maxsiglen ? od->rights.maxsiglen : msglen), NULL, NULL, 0, caps_aim); | |
4151 | 4441 } |
5129 | 4442 |
4443 if (msglen > od->rights.maxsiglen) { | |
4444 gchar *errstr; | |
4445 errstr = g_strdup_printf(_("The maximum profile length of %d bytes has been exceeded. " | |
4446 "Gaim has truncated it for you."), od->rights.maxsiglen); | |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4447 gaim_notify_warning(gc, NULL, _("Profile too long."), errstr); |
5129 | 4448 g_free(errstr); |
4449 } | |
4450 | |
4451 } | |
2993 | 4452 |
4453 return; | |
2086 | 4454 } |
4455 | |
5575 | 4456 static void oscar_set_away_aim(GaimConnection *gc, struct oscar_data *od, const char *text) |
2993 | 4457 { |
5129 | 4458 fu32_t flags = 0; |
4459 char *msg = NULL; | |
4460 int msglen = 0; | |
2993 | 4461 |
4462 if (od->rights.maxawaymsglen == 0) | |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4463 gaim_notify_warning(gc, NULL, _("Unable to set AIM away message."), |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4464 _("You have probably requested to set your " |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4465 "away message before the login procedure " |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4466 "completed. You remain in a \"present\" " |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4467 "state; try setting it again when you are " |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4468 "fully connected.")); |
5129 | 4469 |
4111
ee884f1d7ae3
[gaim-migrate @ 4326]
Christian Hammond <chipx86@chipx86.com>
parents:
4102
diff
changeset
|
4470 if (gc->away) { |
2993 | 4471 g_free(gc->away); |
4111
ee884f1d7ae3
[gaim-migrate @ 4326]
Christian Hammond <chipx86@chipx86.com>
parents:
4102
diff
changeset
|
4472 gc->away = NULL; |
ee884f1d7ae3
[gaim-migrate @ 4326]
Christian Hammond <chipx86@chipx86.com>
parents:
4102
diff
changeset
|
4473 } |
2993 | 4474 |
5129 | 4475 if (!text) { |
4151 | 4476 aim_bos_setprofile(od->sess, od->conn, NULL, NULL, 0, NULL, "", 0, caps_aim); |
2501
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
4477 return; |
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
4478 } |
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
4479 |
5129 | 4480 flags = oscar_encoding_check(text); |
4481 if (flags & AIM_IMFLAGS_UNICODE) { | |
4482 msg = g_convert(text, strlen(text), "UCS-2BE", "UTF-8", NULL, &msglen, NULL); | |
4483 aim_bos_setprofile(od->sess, od->conn, NULL, NULL, 0, "unicode-2-0", msg, | |
4484 (msglen > od->rights.maxawaymsglen ? od->rights.maxawaymsglen : msglen), caps_aim); | |
4485 g_free(msg); | |
4486 gc->away = g_strndup(text, od->rights.maxawaymsglen/2); | |
4487 } else if (flags & AIM_IMFLAGS_ISO_8859_1) { | |
4488 msg = g_convert(text, strlen(text), "ISO-8859-1", "UTF-8", NULL, &msglen, NULL); | |
4489 aim_bos_setprofile(od->sess, od->conn, NULL, NULL, 0, "iso-8859-1", msg, | |
4490 (msglen > od->rights.maxawaymsglen ? od->rights.maxawaymsglen : msglen), caps_aim); | |
4491 g_free(msg); | |
4492 gc->away = g_strndup(text, od->rights.maxawaymsglen); | |
4493 } else { | |
4494 msglen = strlen(text); | |
4495 aim_bos_setprofile(od->sess, od->conn, NULL, NULL, 0, "us-ascii", text, | |
4496 (msglen > od->rights.maxawaymsglen ? od->rights.maxawaymsglen : msglen), caps_aim); | |
4497 gc->away = g_strndup(text, od->rights.maxawaymsglen); | |
4498 } | |
4499 | |
4500 if (msglen > od->rights.maxawaymsglen) { | |
2993 | 4501 gchar *errstr; |
4502 | |
5129 | 4503 errstr = g_strdup_printf(_("The maximum away message length of %d bytes has been exceeded. " |
3427 | 4504 "Gaim has truncated it and set you away."), od->rights.maxawaymsglen); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4505 gaim_notify_warning(gc, NULL, _("Away message too long."), errstr); |
2993 | 4506 g_free(errstr); |
4507 } | |
4508 | |
4509 return; | |
4510 } | |
4511 | |
5575 | 4512 static void oscar_set_away_icq(GaimConnection *gc, struct oscar_data *od, const char *state, const char *message) |
2993 | 4513 { |
5575 | 4514 GaimAccount *account = gaim_connection_get_account(gc); |
4111
ee884f1d7ae3
[gaim-migrate @ 4326]
Christian Hammond <chipx86@chipx86.com>
parents:
4102
diff
changeset
|
4515 if (gc->away) { |
ee884f1d7ae3
[gaim-migrate @ 4326]
Christian Hammond <chipx86@chipx86.com>
parents:
4102
diff
changeset
|
4516 g_free(gc->away); |
2501
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
4517 gc->away = NULL; |
4111
ee884f1d7ae3
[gaim-migrate @ 4326]
Christian Hammond <chipx86@chipx86.com>
parents:
4102
diff
changeset
|
4518 } |
2501
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
4519 |
4342 | 4520 if (strcmp(state, _("Invisible"))) { |
5575 | 4521 if ((od->sess->ssi.received_data) && (aim_ssi_getpermdeny(od->sess->ssi.local) != account->perm_deny)) |
4522 aim_ssi_setpermdeny(od->sess, account->perm_deny, 0xffffffff); | |
4523 account->perm_deny = 4; | |
4342 | 4524 } else { |
5542 | 4525 if ((od->sess->ssi.received_data) && (aim_ssi_getpermdeny(od->sess->ssi.local) != 0x03)) |
4889 | 4526 aim_ssi_setpermdeny(od->sess, 0x03, 0xffffffff); |
5575 | 4527 account->perm_deny = 3; |
4342 | 4528 } |
4529 | |
4530 if (!strcmp(state, _("Online"))) | |
4901 | 4531 aim_setextstatus(od->sess, AIM_ICQ_STATE_NORMAL); |
4342 | 4532 else if (!strcmp(state, _("Away"))) { |
4901 | 4533 aim_setextstatus(od->sess, AIM_ICQ_STATE_AWAY); |
4111
ee884f1d7ae3
[gaim-migrate @ 4326]
Christian Hammond <chipx86@chipx86.com>
parents:
4102
diff
changeset
|
4534 gc->away = g_strdup(""); |
4342 | 4535 } else if (!strcmp(state, _("Do Not Disturb"))) { |
4901 | 4536 aim_setextstatus(od->sess, AIM_ICQ_STATE_AWAY | AIM_ICQ_STATE_DND | AIM_ICQ_STATE_BUSY); |
4111
ee884f1d7ae3
[gaim-migrate @ 4326]
Christian Hammond <chipx86@chipx86.com>
parents:
4102
diff
changeset
|
4537 gc->away = g_strdup(""); |
4342 | 4538 } else if (!strcmp(state, _("Not Available"))) { |
4901 | 4539 aim_setextstatus(od->sess, AIM_ICQ_STATE_OUT | AIM_ICQ_STATE_AWAY); |
4111
ee884f1d7ae3
[gaim-migrate @ 4326]
Christian Hammond <chipx86@chipx86.com>
parents:
4102
diff
changeset
|
4540 gc->away = g_strdup(""); |
4342 | 4541 } else if (!strcmp(state, _("Occupied"))) { |
4901 | 4542 aim_setextstatus(od->sess, AIM_ICQ_STATE_AWAY | AIM_ICQ_STATE_BUSY); |
4111
ee884f1d7ae3
[gaim-migrate @ 4326]
Christian Hammond <chipx86@chipx86.com>
parents:
4102
diff
changeset
|
4543 gc->away = g_strdup(""); |
4342 | 4544 } else if (!strcmp(state, _("Free For Chat"))) { |
4901 | 4545 aim_setextstatus(od->sess, AIM_ICQ_STATE_CHAT); |
4111
ee884f1d7ae3
[gaim-migrate @ 4326]
Christian Hammond <chipx86@chipx86.com>
parents:
4102
diff
changeset
|
4546 gc->away = g_strdup(""); |
4342 | 4547 } else if (!strcmp(state, _("Invisible"))) { |
4901 | 4548 aim_setextstatus(od->sess, AIM_ICQ_STATE_INVISIBLE); |
4111
ee884f1d7ae3
[gaim-migrate @ 4326]
Christian Hammond <chipx86@chipx86.com>
parents:
4102
diff
changeset
|
4549 gc->away = g_strdup(""); |
2501
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
4550 } else if (!strcmp(state, GAIM_AWAY_CUSTOM)) { |
2998 | 4551 if (message) { |
4901 | 4552 aim_setextstatus(od->sess, AIM_ICQ_STATE_OUT | AIM_ICQ_STATE_AWAY); |
4111
ee884f1d7ae3
[gaim-migrate @ 4326]
Christian Hammond <chipx86@chipx86.com>
parents:
4102
diff
changeset
|
4553 gc->away = g_strdup(""); |
2501
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
4554 } else { |
4901 | 4555 aim_setextstatus(od->sess, AIM_ICQ_STATE_NORMAL); |
2501
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
4556 } |
2086 | 4557 } |
2993 | 4558 |
4559 return; | |
4560 } | |
4561 | |
5575 | 4562 static void oscar_set_away(GaimConnection *gc, char *state, char *message) |
2993 | 4563 { |
4564 struct oscar_data *od = (struct oscar_data *)gc->proto_data; | |
4565 | |
4566 if (od->icq) | |
4567 oscar_set_away_icq(gc, od, state, message); | |
4568 else | |
4569 oscar_set_away_aim(gc, od, message); | |
4570 | |
4571 return; | |
2086 | 4572 } |
4573 | |
5575 | 4574 static void oscar_warn(GaimConnection *gc, char *name, int anon) { |
4617 | 4575 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
4576 aim_im_warn(od->sess, od->conn, name, anon ? AIM_WARN_ANON : 0); | |
2086 | 4577 } |
4578 | |
5575 | 4579 static void oscar_dir_search(GaimConnection *gc, const char *first, const char *middle, const char *last, |
3466 | 4580 const char *maiden, const char *city, const char *state, const char *country, const char *email) { |
4617 | 4581 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
2086 | 4582 if (strlen(email)) |
4617 | 4583 aim_usersearch_address(od->sess, od->conn, email); |
2086 | 4584 } |
4585 | |
5575 | 4586 static void oscar_add_buddy(GaimConnection *gc, const char *name) { |
4230 | 4587 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
4588 #ifdef NOSSI | |
4589 aim_add_buddy(od->sess, od->conn, name); | |
4590 #else | |
4591 if ((od->sess->ssi.received_data) && !(aim_ssi_itemlist_exists(od->sess->ssi.local, name))) { | |
4687 | 4592 struct buddy *buddy = gaim_find_buddy(gc->account, name); |
4593 struct group *group = gaim_find_buddys_group(buddy); | |
4230 | 4594 if (buddy && group) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4595 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4596 "ssi: adding buddy %s to group %s\n", name, group->name); |
4889 | 4597 aim_ssi_addbuddy(od->sess, buddy->name, group->name, gaim_get_buddy_alias_only(buddy), NULL, NULL, 0); |
4230 | 4598 } |
4599 } | |
4600 #endif | |
4759 | 4601 if (od->icq) |
4602 aim_icq_getalias(od->sess, name); | |
4230 | 4603 } |
4604 | |
5575 | 4605 static void oscar_add_buddies(GaimConnection *gc, GList *buddies) { |
4230 | 4606 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
4607 #ifdef NOSSI | |
4608 char buf[MSG_LEN]; | |
4609 int n=0; | |
4610 while (buddies) { | |
4611 if (n > MSG_LEN - 18) { | |
4612 aim_bos_setbuddylist(od->sess, od->conn, buf); | |
4613 n = 0; | |
3092 | 4614 } |
4230 | 4615 n += g_snprintf(buf + n, sizeof(buf) - n, "%s&", (char *)buddies->data); |
4616 buddies = buddies->next; | |
4617 } | |
4618 aim_bos_setbuddylist(od->sess, od->conn, buf); | |
4619 #else | |
4620 if (od->sess->ssi.received_data) { | |
4621 while (buddies) { | |
4687 | 4622 struct buddy *buddy = gaim_find_buddy(gc->account, (const char *)buddies->data); |
4623 struct group *group = gaim_find_buddys_group(buddy); | |
4230 | 4624 if (buddy && group) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4625 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4626 "ssi: adding buddy %s to group %s\n", (const char *)buddies->data, group->name); |
4889 | 4627 aim_ssi_addbuddy(od->sess, buddy->name, group->name, gaim_get_buddy_alias_only(buddy), NULL, NULL, 0); |
4230 | 4628 } |
4629 buddies = buddies->next; | |
4630 } | |
4631 } | |
4632 #endif | |
4633 } | |
4634 | |
5575 | 4635 static void oscar_remove_buddy(GaimConnection *gc, char *name, char *group) { |
4230 | 4636 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
4637 #ifdef NOSSI | |
4638 aim_remove_buddy(od->sess, od->conn, name); | |
4639 #else | |
4640 if (od->sess->ssi.received_data) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4641 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4642 "ssi: deleting buddy %s from group %s\n", name, group); |
4889 | 4643 aim_ssi_delbuddy(od->sess, name, group); |
4230 | 4644 } |
4645 #endif | |
4646 } | |
4647 | |
5575 | 4648 static void oscar_remove_buddies(GaimConnection *gc, GList *buddies, const char *group) { |
4230 | 4649 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
4650 #ifdef NOSSI | |
4651 GList *cur; | |
4652 for (cur=buddies; cur; cur=cur->next) | |
4653 aim_remove_buddy(od->sess, od->conn, cur->data); | |
4654 #else | |
4655 if (od->sess->ssi.received_data) { | |
3092 | 4656 while (buddies) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4657 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4658 "ssi: deleting buddy %s from group %s\n", (char *)buddies->data, group); |
4889 | 4659 aim_ssi_delbuddy(od->sess, buddies->data, group); |
3092 | 4660 buddies = buddies->next; |
4661 } | |
4230 | 4662 } |
4663 #endif | |
4664 } | |
4665 | |
4666 #ifndef NOSSI | |
5575 | 4667 static void oscar_move_buddy(GaimConnection *gc, const char *name, const char *old_group, const char *new_group) { |
4269 | 4668 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
4303 | 4669 if (od->sess->ssi.received_data && strcmp(old_group, new_group)) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4670 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4671 "ssi: moving buddy %s from group %s to group %s\n", name, old_group, new_group); |
4889 | 4672 aim_ssi_movebuddy(od->sess, old_group, new_group, name); |
4269 | 4673 } |
4674 } | |
4675 | |
5575 | 4676 static void oscar_alias_buddy(GaimConnection *gc, const char *name, const char *alias) { |
4269 | 4677 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
4678 if (od->sess->ssi.received_data) { | |
4679 char *gname = aim_ssi_itemlist_findparentname(od->sess->ssi.local, name); | |
4680 if (gname) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4681 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4682 "ssi: changing the alias for buddy %s to %s\n", name, alias); |
4889 | 4683 aim_ssi_aliasbuddy(od->sess, gname, name, alias); |
4269 | 4684 } |
4685 } | |
4686 } | |
4687 | |
5575 | 4688 static void oscar_rename_group(GaimConnection *g, const char *old_group, const char *new_group, GList *members) { |
4230 | 4689 struct oscar_data *od = (struct oscar_data *)g->proto_data; |
4690 | |
4691 if (od->sess->ssi.received_data) { | |
4692 if (aim_ssi_itemlist_finditem(od->sess->ssi.local, new_group, NULL, AIM_SSI_TYPE_GROUP)) { | |
4693 oscar_remove_buddies(g, members, old_group); | |
4694 oscar_add_buddies(g, members); | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4695 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4696 "ssi: moved all buddies from group %s to %s\n", old_group, new_group); |
4230 | 4697 } else { |
4889 | 4698 aim_ssi_rename_group(od->sess, old_group, new_group); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4699 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4700 "ssi: renamed group %s to %s\n", old_group, new_group); |
2995 | 4701 } |
4702 } | |
4703 } | |
4704 | |
4642 | 4705 static int gaim_ssi_parseerr(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 4706 GaimConnection *gc = sess->aux_data; |
4642 | 4707 struct oscar_data *od = gc->proto_data; |
4708 va_list ap; | |
4709 fu16_t reason; | |
4710 | |
4711 va_start(ap, fr); | |
4712 reason = (fu16_t)va_arg(ap, unsigned int); | |
4713 va_end(ap); | |
4714 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4715 gaim_debug(GAIM_DEBUG_ERROR, "oscar", "ssi: SNAC error %hu\n", reason); |
4642 | 4716 |
4717 if (reason == 0x0005) { | |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4718 gaim_notify_error(gc, NULL, _("Unable To Retrive Buddy List"), |
5828 | 4719 _("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.")); |
4642 | 4720 } |
4721 | |
4722 /* Activate SSI */ | |
4723 /* Sending the enable causes other people to be able to see you, and you to see them */ | |
4724 /* Make sure your privacy setting/invisibility is set how you want it before this! */ | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4725 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4726 "ssi: activating server-stored buddy list\n"); |
4642 | 4727 aim_ssi_enable(od->sess); |
4728 | |
4729 return 1; | |
4730 } | |
4731 | |
2991 | 4732 static int gaim_ssi_parserights(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 4733 GaimConnection *gc = sess->aux_data; |
4230 | 4734 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
4735 int numtypes, i; | |
4736 fu16_t *maxitems; | |
2991 | 4737 va_list ap; |
4738 | |
4739 va_start(ap, fr); | |
4230 | 4740 numtypes = va_arg(ap, int); |
4741 maxitems = va_arg(ap, fu16_t *); | |
2991 | 4742 va_end(ap); |
4743 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4744 gaim_debug(GAIM_DEBUG_MISC, "oscar", "ssi rights:"); |
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5208
diff
changeset
|
4745 |
4230 | 4746 for (i=0; i<numtypes; i++) |
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5208
diff
changeset
|
4747 gaim_debug(GAIM_DEBUG_MISC, NULL, " max type 0x%04x=%hd,", |
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5208
diff
changeset
|
4748 i, maxitems[i]); |
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5208
diff
changeset
|
4749 |
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5208
diff
changeset
|
4750 gaim_debug(GAIM_DEBUG_MISC, NULL, "\n"); |
4230 | 4751 |
4752 if (numtypes >= 0) | |
4753 od->rights.maxbuddies = maxitems[0]; | |
4754 if (numtypes >= 1) | |
4755 od->rights.maxgroups = maxitems[1]; | |
4756 if (numtypes >= 2) | |
4757 od->rights.maxpermits = maxitems[2]; | |
4758 if (numtypes >= 3) | |
4759 od->rights.maxdenies = maxitems[3]; | |
2991 | 4760 |
4761 return 1; | |
4762 } | |
4763 | |
4764 static int gaim_ssi_parselist(aim_session_t *sess, aim_frame_t *fr, ...) { | |
5575 | 4765 GaimConnection *gc = sess->aux_data; |
4766 GaimAccount *account = gaim_connection_get_account(gc); | |
4230 | 4767 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
2995 | 4768 struct aim_ssi_item *curitem; |
2991 | 4769 int tmp; |
4778 | 4770 gboolean export = FALSE; |
4617 | 4771 /* XXX - use these? |
4230 | 4772 va_list ap; |
4773 | |
4774 va_start(ap, fr); | |
4775 fmtver = (fu16_t)va_arg(ap, int); | |
4776 numitems = (fu16_t)va_arg(ap, int); | |
4777 items = va_arg(ap, struct aim_ssi_item); | |
4778 timestamp = va_arg(ap, fu32_t); | |
4779 va_end(ap); */ | |
2991 | 4780 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4781 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4782 "ssi: syncing local list and server list\n"); |
2991 | 4783 |
4784 /* Clean the buddy list */ | |
4889 | 4785 aim_ssi_cleanlist(sess); |
2991 | 4786 |
4787 /* Add from server list to local list */ | |
4230 | 4788 for (curitem=sess->ssi.local; curitem; curitem=curitem->next) { |
2991 | 4789 switch (curitem->type) { |
4230 | 4790 case 0x0000: { /* Buddy */ |
4251 | 4791 if (curitem->name) { |
4292 | 4792 char *gname = aim_ssi_itemlist_findparentname(sess->ssi.local, curitem->name); |
4458 | 4793 char *gname_utf8 = gaim_try_conv_to_utf8(gname); |
4282 | 4794 char *alias = aim_ssi_getalias(sess->ssi.local, gname, curitem->name); |
4458 | 4795 char *alias_utf8 = gaim_try_conv_to_utf8(alias); |
4687 | 4796 struct buddy *buddy = gaim_find_buddy(gc->account, curitem->name); |
4458 | 4797 /* Should gname be freed here? -- elb */ |
4754 | 4798 /* Not with the current code, but that might be cleaner -- med */ |
4458 | 4799 free(alias); |
4282 | 4800 if (buddy) { |
4292 | 4801 /* Get server stored alias */ |
4705 | 4802 if (alias_utf8) { |
4803 g_free(buddy->alias); | |
4804 buddy->alias = g_strdup(alias_utf8); | |
4805 } | |
4282 | 4806 } else { |
4687 | 4807 struct group *g; |
4808 buddy = gaim_buddy_new(gc->account, curitem->name, alias_utf8); | |
5146 | 4809 |
4754 | 4810 if (!(g = gaim_find_group(gname_utf8 ? gname_utf8 : _("Orphans")))) { |
4687 | 4811 g = gaim_group_new(gname_utf8 ? gname_utf8 : _("Orphans")); |
4754 | 4812 gaim_blist_add_group(g, NULL); |
4813 } | |
5146 | 4814 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4815 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4816 "ssi: adding buddy %s to group %s to local list\n", curitem->name, gname_utf8 ? gname_utf8 : _("Orphans")); |
4687 | 4817 gaim_blist_add_buddy(buddy, g, NULL); |
4778 | 4818 export = TRUE; |
4251 | 4819 } |
4458 | 4820 free(gname_utf8); |
4821 free(alias_utf8); | |
2991 | 4822 } |
4230 | 4823 } break; |
4824 | |
4825 case 0x0001: { /* Group */ | |
4282 | 4826 /* Shouldn't add empty groups */ |
4230 | 4827 } break; |
4828 | |
4829 case 0x0002: { /* Permit buddy */ | |
2991 | 4830 if (curitem->name) { |
4230 | 4831 /* if (!find_permdeny_by_name(gc->permit, curitem->name)) { AAA */ |
2991 | 4832 GSList *list; |
5575 | 4833 for (list=account->permit; (list && aim_sncmp(curitem->name, list->data)); list=list->next); |
2991 | 4834 if (!list) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4835 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4836 "ssi: adding permit buddy %s to local list\n", curitem->name); |
5575 | 4837 gaim_privacy_permit_add(account, curitem->name); |
2991 | 4838 build_allow_list(); |
4778 | 4839 export = TRUE; |
2991 | 4840 } |
4841 } | |
4230 | 4842 } break; |
4843 | |
4844 case 0x0003: { /* Deny buddy */ | |
2991 | 4845 if (curitem->name) { |
4846 GSList *list; | |
5575 | 4847 for (list=account->deny; (list && aim_sncmp(curitem->name, list->data)); list=list->next); |
2991 | 4848 if (!list) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4849 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4850 "ssi: adding deny buddy %s to local list\n", curitem->name); |
5575 | 4851 gaim_privacy_deny_add(account, curitem->name); |
2991 | 4852 build_block_list(); |
4778 | 4853 export = TRUE; |
2991 | 4854 } |
4855 } | |
4230 | 4856 } break; |
4857 | |
4858 case 0x0004: { /* Permit/deny setting */ | |
2991 | 4859 if (curitem->data) { |
4860 fu8_t permdeny; | |
5575 | 4861 if ((permdeny = aim_ssi_getpermdeny(sess->ssi.local)) && (permdeny != account->perm_deny)) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4862 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
5575 | 4863 "ssi: changing permdeny from %d to %hhu\n", account->perm_deny, permdeny); |
4864 account->perm_deny = permdeny; | |
4865 if (od->icq && account->perm_deny == 0x03) { | |
4342 | 4866 serv_set_away(gc, "Invisible", ""); |
4867 } | |
4778 | 4868 export = TRUE; |
2991 | 4869 } |
4870 } | |
4230 | 4871 } break; |
4872 | |
4873 case 0x0005: { /* Presence setting */ | |
3109 | 4874 /* We don't want to change Gaim's setting because it applies to all accounts */ |
4230 | 4875 } break; |
2991 | 4876 } /* End of switch on curitem->type */ |
4877 } /* End of for loop */ | |
4230 | 4878 |
4879 /* If changes were made, then flush buddy list to file */ | |
4778 | 4880 if (export) |
4349 | 4881 gaim_blist_save(); |
2991 | 4882 |
4759 | 4883 { /* Add from local list to server list */ |
4884 GaimBlistNode *gnode, *bnode; | |
4885 struct group *group; | |
4886 struct buddy *buddy; | |
4887 struct gaim_buddy_list *blist; | |
3017 | 4888 GSList *cur; |
4889 | |
2991 | 4890 /* Buddies */ |
4759 | 4891 if ((blist = gaim_get_blist())) |
4892 for (gnode = blist->root; gnode; gnode = gnode->next) { | |
5234 | 4893 if(!GAIM_BLIST_NODE_IS_GROUP(gnode)) |
4894 continue; | |
4759 | 4895 group = (struct group *)gnode; |
4896 for (bnode = gnode->child; bnode; bnode = bnode->next) { | |
5234 | 4897 if(!GAIM_BLIST_NODE_IS_BUDDY(bnode)) |
4898 continue; | |
4759 | 4899 buddy = (struct buddy *)bnode; |
4900 if (buddy->account == gc->account) { | |
4901 gchar *servernick = gaim_buddy_get_setting(buddy, "servernick"); | |
4902 if (servernick) { | |
4903 serv_got_alias(gc, buddy->name, servernick); | |
4904 g_free(servernick); | |
4905 } | |
4906 if (aim_ssi_itemlist_exists(sess->ssi.local, buddy->name)) { | |
4907 /* Store local alias on server */ | |
4908 char *alias = aim_ssi_getalias(sess->ssi.local, group->name, buddy->name); | |
4783 | 4909 if (!alias && buddy->alias && strlen(buddy->alias)) |
4889 | 4910 aim_ssi_aliasbuddy(sess, group->name, buddy->name, buddy->alias); |
4759 | 4911 free(alias); |
4912 } else { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4913 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4914 "ssi: adding buddy %s from local list to server list\n", buddy->name); |
4889 | 4915 aim_ssi_addbuddy(sess, buddy->name, group->name, gaim_get_buddy_alias_only(buddy), NULL, NULL, 0); |
4759 | 4916 } |
4349 | 4917 } |
4230 | 4918 } |
4292 | 4919 } |
2991 | 4920 /* Permit list */ |
4491 | 4921 if (gc->account->permit) { |
4922 for (cur=gc->account->permit; cur; cur=cur->next) | |
4230 | 4923 if (!aim_ssi_itemlist_finditem(sess->ssi.local, NULL, cur->data, AIM_SSI_TYPE_PERMIT)) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4924 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4925 "ssi: adding permit %s from local list to server list\n", (char *)cur->data); |
4889 | 4926 aim_ssi_addpermit(sess, cur->data); |
4230 | 4927 } |
2991 | 4928 } |
4929 | |
4930 /* Deny list */ | |
4491 | 4931 if (gc->account->deny) { |
4932 for (cur=gc->account->deny; cur; cur=cur->next) | |
4230 | 4933 if (!aim_ssi_itemlist_finditem(sess->ssi.local, NULL, cur->data, AIM_SSI_TYPE_DENY)) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4934 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4935 "ssi: adding deny %s from local list to server list\n", (char *)cur->data); |
4889 | 4936 aim_ssi_adddeny(sess, cur->data); |
4230 | 4937 } |
2991 | 4938 } |
3109 | 4939 /* Presence settings (idle time visibility) */ |
4230 | 4940 if ((tmp = aim_ssi_getpresence(sess->ssi.local)) != 0xFFFFFFFF) |
5631 | 4941 if (!(tmp & 0x400)) |
4889 | 4942 aim_ssi_setpresence(sess, tmp | 0x400); |
4778 | 4943 } /* end adding buddies from local list to server list */ |
4944 | |
4901 | 4945 /* Set our ICQ status */ |
4946 if (od->icq && !gc->away) { | |
4947 aim_setextstatus(sess, AIM_ICQ_STATE_NORMAL); | |
4948 } | |
4949 | |
4342 | 4950 /* Activate SSI */ |
4951 /* Sending the enable causes other people to be able to see you, and you to see them */ | |
4952 /* Make sure your privacy setting/invisibility is set how you want it before this! */ | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4953 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4954 "ssi: activating server-stored buddy list\n"); |
4642 | 4955 aim_ssi_enable(sess); |
4342 | 4956 |
2991 | 4957 return 1; |
2086 | 4958 } |
4230 | 4959 |
4960 static int gaim_ssi_parseack(aim_session_t *sess, aim_frame_t *fr, ...) { | |
5575 | 4961 GaimConnection *gc = sess->aux_data; |
4230 | 4962 va_list ap; |
4963 struct aim_ssi_tmp *retval; | |
4964 | |
4965 va_start(ap, fr); | |
4966 retval = va_arg(ap, struct aim_ssi_tmp *); | |
4967 va_end(ap); | |
4968 | |
4969 while (retval) { | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4970 gaim_debug(GAIM_DEBUG_MISC, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
4971 "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 | 4972 |
4973 if (retval->ack != 0xffff) | |
4974 switch (retval->ack) { | |
4975 case 0x0000: { /* added successfully */ | |
4976 } break; | |
4977 | |
4829 | 4978 case 0x000c: { /* you are over the limit, the cheat is to the limit, come on fhqwhgads */ |
4979 gchar *buf; | |
4980 buf = g_strdup_printf(_("Could not add the buddy %s because you have too many buddies in your buddy list. Please remove one and try again."), (retval->name ? retval->name : _("(no name)"))); | |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4981 gaim_notify_error(gc, NULL, _("Unable To Add"), buf); |
4829 | 4982 g_free(buf); |
4983 } | |
4984 | |
4230 | 4985 case 0x000e: { /* contact requires authorization */ |
4828 | 4986 if ((retval->action == AIM_CB_SSI_ADD) && (retval->name)) |
4269 | 4987 gaim_auth_sendrequest(gc, retval->name); |
4230 | 4988 } break; |
4989 | |
4990 default: { /* La la la */ | |
5197 | 4991 gchar *buf; |
5402 | 4992 gaim_debug(GAIM_DEBUG_ERROR, "oscar", "ssi: Action 0x%04hx was unsuccessful with error 0x%04hx\n", retval->action, retval->ack); |
4993 buf = g_strdup_printf(_("Could not add the buddy %s for an unknown reason. The most common reason for this is that you have the maximum number of allowed buddies in your buddy list."), (retval->name ? retval->name : _("(no name)"))); | |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
4994 gaim_notify_error(gc, NULL, _("Unable To Add"), buf); |
5197 | 4995 g_free(buf); |
5402 | 4996 /* XXX - Should remove buddy from local list */ |
4230 | 4997 } break; |
4998 } | |
4999 | |
5000 retval = retval->next; | |
5001 } | |
5002 | |
5003 return 1; | |
5004 } | |
5005 | |
5006 static int gaim_ssi_authgiven(aim_session_t *sess, aim_frame_t *fr, ...) { | |
5575 | 5007 GaimConnection *gc = sess->aux_data; |
4230 | 5008 va_list ap; |
5009 char *sn, *msg; | |
4236 | 5010 gchar *dialog_msg, *nombre; |
4230 | 5011 struct name_data *data; |
4236 | 5012 struct buddy *buddy; |
4230 | 5013 |
5014 va_start(ap, fr); | |
5015 sn = va_arg(ap, char *); | |
5016 msg = va_arg(ap, char *); | |
5017 va_end(ap); | |
5018 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5019 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5020 "ssi: %s has given you permission to add him to your buddy list\n", sn); |
4230 | 5021 |
4687 | 5022 buddy = gaim_find_buddy(gc->account, sn); |
5023 if (buddy && (gaim_get_buddy_alias_only(buddy))) | |
5024 nombre = g_strdup_printf("%s (%s)", sn, gaim_get_buddy_alias_only(buddy)); | |
4236 | 5025 else |
5026 nombre = g_strdup(sn); | |
5027 | |
5028 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 | 5029 data = g_new(struct name_data, 1); |
5030 data->gc = gc; | |
5031 data->name = g_strdup(sn); | |
5032 data->nick = NULL; | |
5498
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5033 |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5034 gaim_request_yes_no(gc, NULL, _("Authorization Given"), dialog_msg, |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5035 0, data, |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5036 G_CALLBACK(gaim_icq_contactadd), |
5836 | 5037 G_CALLBACK(oscar_free_name_data)); |
4236 | 5038 |
4230 | 5039 g_free(dialog_msg); |
4236 | 5040 g_free(nombre); |
4230 | 5041 |
5042 return 1; | |
5043 } | |
5044 | |
5045 static int gaim_ssi_authrequest(aim_session_t *sess, aim_frame_t *fr, ...) { | |
5575 | 5046 GaimConnection *gc = sess->aux_data; |
4230 | 5047 va_list ap; |
5048 char *sn, *msg; | |
4236 | 5049 gchar *dialog_msg, *nombre; |
4230 | 5050 struct name_data *data; |
4236 | 5051 struct buddy *buddy; |
4230 | 5052 |
5053 va_start(ap, fr); | |
5054 sn = va_arg(ap, char *); | |
5055 msg = va_arg(ap, char *); | |
5056 va_end(ap); | |
5057 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5058 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5059 "ssi: received authorization request from %s\n", sn); |
4230 | 5060 |
4687 | 5061 buddy = gaim_find_buddy(gc->account, sn); |
5062 if (buddy && (gaim_get_buddy_alias_only(buddy))) | |
5063 nombre = g_strdup_printf("%s (%s)", sn, gaim_get_buddy_alias_only(buddy)); | |
4236 | 5064 else |
5065 nombre = g_strdup(sn); | |
5066 | |
4337 | 5067 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 | 5068 data = g_new(struct name_data, 1); |
5069 data->gc = gc; | |
5070 data->name = g_strdup(sn); | |
5071 data->nick = NULL; | |
5498
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5072 |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5073 gaim_request_action(gc, NULL, _("Authorization Request"), dialog_msg, |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5074 0, data, 2, |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5075 _("Authorize"), G_CALLBACK(gaim_auth_grant), |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5076 _("Deny"), G_CALLBACK(gaim_auth_dontgrant_msgprompt)); |
4236 | 5077 |
4230 | 5078 g_free(dialog_msg); |
4236 | 5079 g_free(nombre); |
4230 | 5080 |
5081 return 1; | |
5082 } | |
5083 | |
5084 static int gaim_ssi_authreply(aim_session_t *sess, aim_frame_t *fr, ...) { | |
5575 | 5085 GaimConnection *gc = sess->aux_data; |
4230 | 5086 va_list ap; |
5087 char *sn, *msg; | |
4236 | 5088 gchar *dialog_msg, *nombre; |
4230 | 5089 fu8_t reply; |
4236 | 5090 struct buddy *buddy; |
4230 | 5091 |
5092 va_start(ap, fr); | |
5093 sn = va_arg(ap, char *); | |
5094 reply = (fu8_t)va_arg(ap, int); | |
5095 msg = va_arg(ap, char *); | |
5096 va_end(ap); | |
5097 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5098 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5099 "ssi: received authorization reply from %s. Reply is 0x%04hhx\n", sn, reply); |
4236 | 5100 |
4687 | 5101 buddy = gaim_find_buddy(gc->account, sn); |
5102 if (buddy && (gaim_get_buddy_alias_only(buddy))) | |
5103 nombre = g_strdup_printf("%s (%s)", sn, gaim_get_buddy_alias_only(buddy)); | |
4236 | 5104 else |
5105 nombre = g_strdup(sn); | |
5106 | |
4230 | 5107 if (reply) { |
5108 /* Granted */ | |
4236 | 5109 dialog_msg = g_strdup_printf(_("The user %s has granted your request to add them to your contact list."), nombre); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
5110 gaim_notify_info(gc, NULL, _("Authorization Granted"), dialog_msg); |
4230 | 5111 } else { |
5112 /* Denied */ | |
4236 | 5113 dialog_msg = g_strdup_printf(_("The user %s has denied your request to add them to your contact list for the following reason:\n%s"), nombre, msg ? msg : _("No reason given.")); |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
5114 gaim_notify_info(gc, NULL, _("Authorization Denied"), dialog_msg); |
4230 | 5115 } |
5116 g_free(dialog_msg); | |
4236 | 5117 g_free(nombre); |
4230 | 5118 |
5119 return 1; | |
5120 } | |
5121 | |
5122 static int gaim_ssi_gotadded(aim_session_t *sess, aim_frame_t *fr, ...) { | |
5575 | 5123 GaimConnection *gc = sess->aux_data; |
4230 | 5124 va_list ap; |
5125 char *sn; | |
4236 | 5126 struct buddy *buddy; |
4230 | 5127 |
5128 va_start(ap, fr); | |
5129 sn = va_arg(ap, char *); | |
5130 va_end(ap); | |
5131 | |
4687 | 5132 buddy = gaim_find_buddy(gc->account, sn); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5133 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5134 "ssi: %s added you to their buddy list\n", sn); |
4687 | 5135 show_got_added(gc, NULL, sn, (buddy ? gaim_get_buddy_alias_only(buddy) : NULL), NULL); |
4230 | 5136 |
5137 return 1; | |
5138 } | |
4269 | 5139 #endif |
2086 | 5140 |
5575 | 5141 static GList *oscar_chat_info(GaimConnection *gc) { |
2205
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5142 GList *m = NULL; |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5143 struct proto_chat_entry *pce; |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5144 |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5145 pce = g_new0(struct proto_chat_entry, 1); |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5146 pce->label = _("Join what group:"); |
5234 | 5147 pce->identifier = "room"; |
2205
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5148 m = g_list_append(m, pce); |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5149 |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5150 pce = g_new0(struct proto_chat_entry, 1); |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5151 pce->label = _("Exchange:"); |
5234 | 5152 pce->identifier = "exchange"; |
2205
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5153 pce->is_int = TRUE; |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5154 pce->min = 4; |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5155 pce->max = 20; |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5156 m = g_list_append(m, pce); |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5157 |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5158 return m; |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5159 } |
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5160 |
5575 | 5161 static void oscar_join_chat(GaimConnection *g, GHashTable *data) { |
4617 | 5162 struct oscar_data *od = (struct oscar_data *)g->proto_data; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5163 aim_conn_t *cur; |
5234 | 5164 char *name, *exchange; |
5165 | |
5166 name = g_hash_table_lookup(data, "room"); | |
5167 exchange = g_hash_table_lookup(data, "exchange"); | |
2205
cff4fbe01c7b
[gaim-migrate @ 2215]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2197
diff
changeset
|
5168 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5169 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5170 "Attempting to join chat room %s.\n", name); |
4617 | 5171 if ((cur = aim_getconn_type(od->sess, AIM_CONN_TYPE_CHATNAV))) { |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5172 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5173 "chatnav exists, creating room\n"); |
5234 | 5174 aim_chatnav_createroom(od->sess, cur, name, atoi(exchange)); |
2086 | 5175 } else { |
5176 /* this gets tricky */ | |
2822
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
5177 struct create_room *cr = g_new0(struct create_room, 1); |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5178 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5179 "chatnav does not exist, opening chatnav\n"); |
5234 | 5180 cr->exchange = atoi(exchange); |
2822
744df95bf123
[gaim-migrate @ 2835]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2821
diff
changeset
|
5181 cr->name = g_strdup(name); |
4617 | 5182 od->create_rooms = g_slist_append(od->create_rooms, cr); |
5183 aim_reqservice(od->sess, od->conn, AIM_CONN_TYPE_CHATNAV); | |
2086 | 5184 } |
5185 } | |
5186 | |
5575 | 5187 static void oscar_chat_invite(GaimConnection *g, int id, const char *message, const char *name) { |
4617 | 5188 struct oscar_data *od = (struct oscar_data *)g->proto_data; |
2086 | 5189 struct chat_connection *ccon = find_oscar_chat(g, id); |
5190 | |
5191 if (!ccon) | |
5192 return; | |
5193 | |
4617 | 5194 aim_chat_invite(od->sess, od->conn, name, message ? message : "", |
2086 | 5195 ccon->exchange, ccon->name, 0x0); |
5196 } | |
5197 | |
5575 | 5198 static void oscar_chat_leave(GaimConnection *g, int id) { |
4617 | 5199 struct oscar_data *od = g ? (struct oscar_data *)g->proto_data : NULL; |
2086 | 5200 GSList *bcs = g->buddy_chats; |
5679 | 5201 GaimConversation *b = NULL; |
2086 | 5202 struct chat_connection *c = NULL; |
5203 int count = 0; | |
5204 | |
5205 while (bcs) { | |
5206 count++; | |
5679 | 5207 b = (GaimConversation *)bcs->data; |
4359
5fb47ec9bfe4
[gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents:
4358
diff
changeset
|
5208 if (id == gaim_chat_get_id(GAIM_CHAT(b))) |
2086 | 5209 break; |
5210 bcs = bcs->next; | |
5211 b = NULL; | |
5212 } | |
5213 | |
5214 if (!b) | |
5215 return; | |
5216 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5217 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5218 "Attempting to leave room %s (currently in %d rooms)\n", b->name, count); |
2086 | 5219 |
4359
5fb47ec9bfe4
[gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents:
4358
diff
changeset
|
5220 c = find_oscar_chat(g, gaim_chat_get_id(GAIM_CHAT(b))); |
2086 | 5221 if (c != NULL) { |
4617 | 5222 if (od) |
5223 od->oscar_chats = g_slist_remove(od->oscar_chats, c); | |
2086 | 5224 if (c->inpa > 0) |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
5225 gaim_input_remove(c->inpa); |
4617 | 5226 if (g && od->sess) |
5227 aim_conn_kill(od->sess, &c->conn); | |
2086 | 5228 g_free(c->name); |
5229 g_free(c->show); | |
5230 g_free(c); | |
5231 } | |
5232 /* we do this because with Oscar it doesn't tell us we left */ | |
4359
5fb47ec9bfe4
[gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents:
4358
diff
changeset
|
5233 serv_got_chat_left(g, gaim_chat_get_id(GAIM_CHAT(b))); |
2086 | 5234 } |
5235 | |
5575 | 5236 static int oscar_chat_send(GaimConnection *g, int id, char *message) { |
4617 | 5237 struct oscar_data *od = (struct oscar_data *)g->proto_data; |
2086 | 5238 GSList *bcs = g->buddy_chats; |
5679 | 5239 GaimConversation *b = NULL; |
2086 | 5240 struct chat_connection *c = NULL; |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5241 char *buf, *buf2; |
2086 | 5242 int i, j; |
5243 | |
5244 while (bcs) { | |
5679 | 5245 b = (GaimConversation *)bcs->data; |
4359
5fb47ec9bfe4
[gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents:
4358
diff
changeset
|
5246 if (id == gaim_chat_get_id(GAIM_CHAT(b))) |
2086 | 5247 break; |
5248 bcs = bcs->next; | |
5249 b = NULL; | |
5250 } | |
5251 if (!b) | |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5252 return -EINVAL; |
2086 | 5253 |
4617 | 5254 bcs = od->oscar_chats; |
2086 | 5255 while (bcs) { |
5256 c = (struct chat_connection *)bcs->data; | |
5257 if (b == c->cnv) | |
5258 break; | |
5259 bcs = bcs->next; | |
5260 c = NULL; | |
5261 } | |
5262 if (!c) | |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5263 return -EINVAL; |
2086 | 5264 |
5265 buf = g_malloc(strlen(message) * 4 + 1); | |
5266 for (i = 0, j = 0; i < strlen(message); i++) { | |
5267 if (message[i] == '\n') { | |
5268 buf[j++] = '<'; | |
5269 buf[j++] = 'B'; | |
5270 buf[j++] = 'R'; | |
5271 buf[j++] = '>'; | |
5272 } else { | |
5273 buf[j++] = message[i]; | |
5274 } | |
5275 } | |
5276 buf[j] = '\0'; | |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5277 |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5278 if (strlen(buf) > c->maxlen) |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5279 return -E2BIG; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5280 |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5281 buf2 = strip_html(buf); |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5282 if (strlen(buf2) > c->maxvis) { |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5283 g_free(buf2); |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5284 return -E2BIG; |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5285 } |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5286 g_free(buf2); |
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5287 |
4617 | 5288 aim_chat_send_im(od->sess, c->conn, 0, buf, strlen(buf)); |
2086 | 5289 g_free(buf); |
2167
edf8c5a70e5b
[gaim-migrate @ 2177]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2162
diff
changeset
|
5290 return 0; |
2086 | 5291 } |
5292 | |
5575 | 5293 static const char *oscar_list_icon(GaimAccount *a, struct buddy *b) { |
4766 | 5294 if (!b || (b && b->name && b->name[0] == '+')) { |
5646
48c63ee49961
[gaim-migrate @ 6060]
Christian Hammond <chipx86@chipx86.com>
parents:
5638
diff
changeset
|
5295 if (a != NULL && isdigit(*gaim_account_get_username(a))) |
4687 | 5296 return "icq"; |
5297 else | |
5298 return "aim"; | |
5299 } | |
5646
48c63ee49961
[gaim-migrate @ 6060]
Christian Hammond <chipx86@chipx86.com>
parents:
5638
diff
changeset
|
5300 |
48c63ee49961
[gaim-migrate @ 6060]
Christian Hammond <chipx86@chipx86.com>
parents:
5638
diff
changeset
|
5301 if (b != NULL && isdigit(b->name[0])) |
4687 | 5302 return "icq"; |
5303 return "aim"; | |
5304 } | |
5305 | |
4690 | 5306 static void oscar_list_emblems(struct buddy *b, char **se, char **sw, char **nw, char **ne) |
4687 | 5307 { |
5308 char *emblems[4] = {NULL,NULL,NULL,NULL}; | |
5309 int i = 0; | |
5310 | |
5131 | 5311 if (!GAIM_BUDDY_IS_ONLINE(b)) { |
5575 | 5312 GaimAccount *account; |
5313 GaimConnection *gc; | |
5131 | 5314 struct oscar_data *od; |
5315 char *gname; | |
5316 if ((b->name) && (account = b->account) && (gc = account->gc) && | |
5317 (od = gc->proto_data) && (od->sess->ssi.received_data) && | |
5318 (gname = aim_ssi_itemlist_findparentname(od->sess->ssi.local, b->name)) && | |
5319 (aim_ssi_waitingforauth(od->sess->ssi.local, gname, b->name))) { | |
5320 emblems[i++] = "notauthorized"; | |
5321 } else { | |
5322 emblems[i++] = "offline"; | |
5323 } | |
5324 } | |
4916 | 5325 |
4766 | 5326 if (b->name && (b->uc & 0xffff0000) && isdigit(b->name[0])) { |
4960 | 5327 int uc = b->uc >> 16; |
4766 | 5328 if (uc & AIM_ICQ_STATE_INVISIBLE) |
4960 | 5329 emblems[i++] = "invisible"; |
4766 | 5330 else if (uc & AIM_ICQ_STATE_CHAT) |
4960 | 5331 emblems[i++] = "freeforchat"; |
4766 | 5332 else if (uc & AIM_ICQ_STATE_DND) |
4960 | 5333 emblems[i++] = "dnd"; |
4766 | 5334 else if (uc & AIM_ICQ_STATE_OUT) |
4960 | 5335 emblems[i++] = "na"; |
4766 | 5336 else if (uc & AIM_ICQ_STATE_BUSY) |
4960 | 5337 emblems[i++] = "occupied"; |
4766 | 5338 else if (uc & AIM_ICQ_STATE_AWAY) |
5339 emblems[i++] = "away"; | |
5340 } else { | |
5341 if (b->uc & UC_UNAVAILABLE) | |
5342 emblems[i++] = "away"; | |
5343 } | |
4687 | 5344 if (b->uc & UC_WIRELESS) |
5345 emblems[i++] = "wireless"; | |
5346 if (b->uc & UC_AOL) | |
5347 emblems[i++] = "aol"; | |
5348 if (b->uc & UC_ADMIN) | |
5349 emblems[i++] = "admin"; | |
5350 if (b->uc & UC_AB && i < 4) | |
5351 emblems[i++] = "activebuddy"; | |
4766 | 5352 /* if (b->uc & UC_UNCONFIRMED && i < 4) |
5353 emblems[i++] = "unconfirmed"; */ | |
4687 | 5354 *se = emblems[0]; |
5355 *sw = emblems[1]; | |
5356 *nw = emblems[2]; | |
5357 *ne = emblems[3]; | |
5358 } | |
5359 | |
5131 | 5360 static char *oscar_tooltip_text(struct buddy *b) { |
5575 | 5361 GaimConnection *gc = b->account->gc; |
5131 | 5362 struct oscar_data *od = gc->proto_data; |
5363 struct buddyinfo *bi = g_hash_table_lookup(od->buddyinfo, normalize(b->name)); | |
5364 gchar *tmp, *yay = g_strdup(""); | |
5365 | |
5366 if (GAIM_BUDDY_IS_ONLINE(b)) { | |
5367 if (isdigit(b->name[0])) { | |
5368 char *tmp, *status; | |
5369 status = gaim_icq_status((b->uc & 0xffff0000) >> 16); | |
5370 tmp = yay; | |
5371 yay = g_strconcat(tmp, _("<b>Status:</b> "), status, "\n", NULL); | |
5372 g_free(tmp); | |
5373 g_free(status); | |
5374 } | |
5375 | |
5376 if (bi) { | |
5377 char *tstr = sec_to_text(time(NULL) - bi->signon + | |
5378 (gc->login_time_official ? gc->login_time_official - gc->login_time : 0)); | |
5379 tmp = yay; | |
5380 yay = g_strconcat(tmp, _("<b>Logged In:</b> "), tstr, "\n", NULL); | |
5381 free(tmp); | |
5382 free(tstr); | |
5383 | |
5384 if (bi->caps) { | |
5385 char *caps = caps_string(bi->caps); | |
5386 tmp = yay; | |
5387 yay = g_strconcat(tmp, _("<b>Capabilities:</b> "), caps, "\n", NULL); | |
5388 free(tmp); | |
5389 } | |
5836 | 5390 |
5391 if (bi->availablemsg) { | |
5392 tmp = yay; | |
5393 yay = g_strconcat(tmp, _("<b>Available:</b> "), bi->availablemsg, "\n", NULL); | |
5394 free(tmp); | |
5395 } | |
5131 | 5396 } |
5397 } else { | |
5398 char *gname = aim_ssi_itemlist_findparentname(od->sess->ssi.local, b->name); | |
5399 if (aim_ssi_waitingforauth(od->sess->ssi.local, gname, b->name)) { | |
5400 tmp = yay; | |
5401 yay = g_strconcat(tmp, _("<b>Status:</b> Not Authorized"), "\n", NULL); | |
5402 g_free(tmp); | |
5403 } else { | |
5404 tmp = yay; | |
5405 yay = g_strconcat(tmp, _("<b>Status:</b> Offline"), "\n", NULL); | |
5406 g_free(tmp); | |
5407 } | |
5408 } | |
5409 | |
5410 /* remove the trailing newline character */ | |
5411 if (yay) | |
5412 yay[strlen(yay)-1] = '\0'; | |
5413 return yay; | |
5414 } | |
5415 | |
5167 | 5416 static char *oscar_status_text(struct buddy *b) { |
5575 | 5417 GaimConnection *gc = b->account->gc; |
5167 | 5418 struct oscar_data *od = gc->proto_data; |
5419 gchar *ret = NULL; | |
5420 | |
5421 if ((b->uc & UC_UNAVAILABLE) || (((b->uc & 0xffff0000) >> 16) & AIM_ICQ_STATE_CHAT)) { | |
5422 if (isdigit(b->name[0])) | |
5423 ret = gaim_icq_status((b->uc & 0xffff0000) >> 16); | |
5424 else | |
5425 ret = g_strdup(_("Away")); | |
5836 | 5426 } else if (GAIM_BUDDY_IS_ONLINE(b)) { |
5427 struct buddyinfo *bi = g_hash_table_lookup(od->buddyinfo, normalize(b->name)); | |
5428 if (bi->availablemsg) | |
5429 ret = g_strdup(bi->availablemsg); | |
5430 } else { | |
5167 | 5431 char *gname = aim_ssi_itemlist_findparentname(od->sess->ssi.local, b->name); |
5432 if (aim_ssi_waitingforauth(od->sess->ssi.local, gname, b->name)) | |
5433 ret = g_strdup(_("Not Authorized")); | |
5434 else | |
5435 ret = g_strdup(_("Offline")); | |
5436 } | |
5437 | |
5438 return ret; | |
5439 } | |
5440 | |
5842 | 5441 |
5844 | 5442 static int oscar_icon_req(aim_session_t *sess, aim_frame_t *fr, ...) { |
5842 | 5443 GaimConnection *gc = sess->aux_data; |
5444 struct oscar_data *od = gc->proto_data; | |
5445 | |
5446 char *md5 = NULL; | |
5447 fu16_t type; | |
5868 | 5448 fu8_t length = 0, cached = 0; |
5842 | 5449 va_list ap; |
5450 va_start(ap, fr); | |
5451 type = va_arg(ap, int); | |
5452 switch (type) { | |
5453 case 0x0001: | |
5454 case 0x0000: | |
5455 cached = va_arg(ap, int); | |
5456 length = va_arg(ap, int); | |
5457 md5 = va_arg(ap, char*); | |
5458 break; | |
5459 } | |
5460 va_end(ap); | |
5461 if (cached == 0x41) { | |
5462 if (!aim_getconn_type(od->sess, AIM_CONN_TYPE_ICON) && !od->iconconnecting) { | |
5463 od->iconconnecting = TRUE; | |
5464 od->set_icon = TRUE; | |
5465 aim_reqservice(od->sess, od->conn, AIM_CONN_TYPE_ICON); | |
5466 } else { | |
5467 const char *iconfile; | |
5468 if ((iconfile = gaim_account_get_buddy_icon(gaim_connection_get_account(gc)))) { | |
5469 FILE *file; | |
5470 struct stat st; | |
5471 | |
5472 if (!stat(iconfile, &st)) { | |
5473 char *buf = g_malloc(st.st_size); | |
5474 file = fopen(iconfile, "rb"); | |
5475 if (file) { | |
5844 | 5476 fread(buf, 1, st.st_size, file); |
5842 | 5477 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
5478 "Uploading icon to icon server\n"); | |
5844 | 5479 aim_icon_upload(od->sess, buf, st.st_size); |
5842 | 5480 fclose(file); |
5481 } else | |
5482 gaim_debug(GAIM_DEBUG_ERROR, "oscar", | |
5483 "Can't open buddy icon file!\n"); | |
5484 g_free(buf); | |
5485 } else | |
5486 gaim_debug(GAIM_DEBUG_ERROR, "oscar", | |
5487 "Can't stat buddy icon file!\n"); | |
5488 } | |
5489 } | |
5490 } else if (cached == 0x81) | |
5491 aim_ssi_seticon(od->sess, md5, length); | |
5844 | 5492 |
5493 return 0; | |
5842 | 5494 } |
5495 | |
5496 | |
3952 | 5497 /* |
4617 | 5498 * We have just established a socket with the other dude, so set up some handlers. |
3952 | 5499 */ |
4617 | 5500 static int gaim_odc_initiate(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 5501 GaimConnection *gc = sess->aux_data; |
2086 | 5502 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
5679 | 5503 GaimConversation *cnv; |
2086 | 5504 struct direct_im *dim; |
5505 char buf[256]; | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5506 char *sn; |
4617 | 5507 va_list ap; |
5508 aim_conn_t *newconn, *listenerconn; | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5509 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5510 va_start(ap, fr); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5511 newconn = va_arg(ap, aim_conn_t *); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5512 listenerconn = va_arg(ap, aim_conn_t *); |
2086 | 5513 va_end(ap); |
5514 | |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5515 aim_conn_close(listenerconn); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5516 aim_conn_kill(sess, &listenerconn); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5517 |
4617 | 5518 sn = g_strdup(aim_odc_getsn(newconn)); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5519 |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5520 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5521 "DirectIM: initiate success to %s\n", sn); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5522 dim = find_direct_im(od, sn); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5523 |
4359
5fb47ec9bfe4
[gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents:
4358
diff
changeset
|
5524 if (!(cnv = gaim_find_conversation(sn))) |
4491 | 5525 cnv = gaim_conversation_new(GAIM_CONV_IM, dim->gc->account, sn); |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
5526 gaim_input_remove(dim->watcher); |
2086 | 5527 dim->conn = newconn; |
4617 | 5528 dim->watcher = gaim_input_add(dim->conn->fd, GAIM_INPUT_READ, oscar_callback, dim->conn); |
3008 | 5529 dim->connected = TRUE; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5530 g_snprintf(buf, sizeof buf, _("Direct IM with %s established"), sn); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5531 g_free(sn); |
4359
5fb47ec9bfe4
[gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents:
4358
diff
changeset
|
5532 gaim_conversation_write(cnv, NULL, buf, -1, WFLAG_SYSTEM, time(NULL)); |
2086 | 5533 |
4617 | 5534 aim_conn_addhandler(sess, newconn, AIM_CB_FAM_OFT, AIM_CB_OFT_DIRECTIMINCOMING, gaim_odc_incoming, 0); |
5535 aim_conn_addhandler(sess, newconn, AIM_CB_FAM_OFT, AIM_CB_OFT_DIRECTIMTYPING, gaim_odc_typing, 0); | |
5536 aim_conn_addhandler(sess, newconn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_IMAGETRANSFER, gaim_update_ui, 0); | |
5537 | |
2993 | 5538 return 1; |
5539 } | |
5540 | |
5541 static int gaim_update_ui(aim_session_t *sess, aim_frame_t *fr, ...) { | |
5542 va_list ap; | |
5543 char *sn; | |
5544 double percent; | |
5575 | 5545 GaimConnection *gc = sess->aux_data; |
2993 | 5546 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
5679 | 5547 GaimConversation *c; |
2993 | 5548 struct direct_im *dim; |
5549 | |
5550 va_start(ap, fr); | |
5551 sn = va_arg(ap, char *); | |
5552 percent = va_arg(ap, double); | |
5553 va_end(ap); | |
5554 | |
2994 | 5555 if (!(dim = find_direct_im(od, sn))) |
5556 return 1; | |
3059 | 5557 if (dim->watcher) { |
5558 gaim_input_remove(dim->watcher); /* Otherwise, the callback will callback */ | |
5559 dim->watcher = 0; | |
5560 } | |
3044 | 5561 while (gtk_events_pending()) |
5562 gtk_main_iteration(); | |
5563 | |
4359
5fb47ec9bfe4
[gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents:
4358
diff
changeset
|
5564 if ((c = gaim_find_conversation(sn))) |
5fb47ec9bfe4
[gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents:
4358
diff
changeset
|
5565 gaim_conversation_update_progress(c, percent); |
2993 | 5566 dim->watcher = gaim_input_add(dim->conn->fd, GAIM_INPUT_READ, |
5567 oscar_callback, dim->conn); | |
2086 | 5568 |
5569 return 1; | |
5570 } | |
5571 | |
4617 | 5572 static int gaim_odc_incoming(aim_session_t *sess, aim_frame_t *fr, ...) { |
5575 | 5573 GaimConnection *gc = sess->aux_data; |
4870 | 5574 int imflags = 0; |
2086 | 5575 va_list ap; |
4870 | 5576 char *sn, *msg; |
5577 int len, encoding, isawaymsg; | |
2086 | 5578 |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5579 va_start(ap, fr); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5580 sn = va_arg(ap, char *); |
2086 | 5581 msg = va_arg(ap, char *); |
2993 | 5582 len = va_arg(ap, int); |
3952 | 5583 encoding = va_arg(ap, int); |
4870 | 5584 isawaymsg = va_arg(ap, int); |
2086 | 5585 va_end(ap); |
5586 | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5587 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5588 "Got DirectIM message from %s\n", sn); |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5589 |
4870 | 5590 if (isawaymsg) |
5591 imflags |= IM_FLAG_AWAY; | |
5592 | |
4617 | 5593 /* XXX - I imagine Paco-Paco will want to do some voodoo with the encoding here */ |
4870 | 5594 serv_got_im(gc, sn, msg, imflags, time(NULL), len); |
2086 | 5595 |
5596 return 1; | |
5597 } | |
5598 | |
4617 | 5599 static int gaim_odc_typing(aim_session_t *sess, aim_frame_t *fr, ...) { |
2086 | 5600 va_list ap; |
5601 char *sn; | |
2993 | 5602 int typing; |
5575 | 5603 GaimConnection *gc = sess->aux_data; |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5604 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
5605 va_start(ap, fr); |
2086 | 5606 sn = va_arg(ap, char *); |
2993 | 5607 typing = va_arg(ap, int); |
2086 | 5608 va_end(ap); |
5609 | |
4870 | 5610 if (typing == 0x0002) { |
2993 | 5611 /* I had to leave this. It's just too funny. It reminds me of my sister. */ |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5612 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5613 "ohmigod! %s has started typing (DirectIM). He's going to send you a message! *squeal*\n", sn); |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
5614 serv_got_typing(gc, sn, 0, GAIM_TYPING); |
4870 | 5615 } else if (typing == 0x0001) |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5868
diff
changeset
|
5616 serv_got_typing(gc, sn, 0, GAIM_TYPED); |
4870 | 5617 else |
4342 | 5618 serv_got_typing_stopped(gc, sn); |
2086 | 5619 return 1; |
5620 } | |
5621 | |
5622 struct ask_do_dir_im { | |
5623 char *who; | |
5575 | 5624 GaimConnection *gc; |
2086 | 5625 }; |
5626 | |
3730 | 5627 static void oscar_cancel_direct_im(struct ask_do_dir_im *data) { |
5136 | 5628 g_free(data->who); |
2086 | 5629 g_free(data); |
5630 } | |
5631 | |
3730 | 5632 static void oscar_direct_im(struct ask_do_dir_im *data) { |
5575 | 5633 GaimConnection *gc = data->gc; |
4244 | 5634 struct oscar_data *od; |
2086 | 5635 struct direct_im *dim; |
5636 | |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5579
diff
changeset
|
5637 if (!g_list_find(gaim_connections_get_all(), gc)) { |
5136 | 5638 g_free(data->who); |
4244 | 5639 g_free(data); |
5640 return; | |
5641 } | |
5642 | |
5643 od = (struct oscar_data *)gc->proto_data; | |
5644 | |
2086 | 5645 dim = find_direct_im(od, data->who); |
5646 if (dim) { | |
3008 | 5647 if (!(dim->connected)) { /* We'll free the old, unconnected dim, and start over */ |
5648 od->direct_ims = g_slist_remove(od->direct_ims, dim); | |
5649 gaim_input_remove(dim->watcher); | |
5650 g_free(dim); | |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5651 gaim_debug(GAIM_DEBUG_INFO, "oscar", |
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5652 "Gave up on old direct IM, trying again\n"); |
3008 | 5653 } else { |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
5654 gaim_notify_error(gc, NULL, "DirectIM already open.", NULL); |
5136 | 5655 g_free(data->who); |
4244 | 5656 g_free(data); |
3008 | 5657 return; |
5658 } | |
2086 | 5659 } |
5660 dim = g_new0(struct direct_im, 1); | |
5661 dim->gc = gc; | |
5662 g_snprintf(dim->name, sizeof dim->name, "%s", data->who); | |
5663 | |
4617 | 5664 dim->conn = aim_odc_initiate(od->sess, data->who); |
2086 | 5665 if (dim->conn != NULL) { |
5666 od->direct_ims = g_slist_append(od->direct_ims, dim); | |
2090
b66aca8e8dce
[gaim-migrate @ 2100]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
5667 dim->watcher = gaim_input_add(dim->conn->fd, GAIM_INPUT_READ, |
2086 | 5668 oscar_callback, dim->conn); |
4617 | 5669 aim_conn_addhandler(od->sess, dim->conn, AIM_CB_FAM_OFT, AIM_CB_OFT_DIRECTIM_ESTABLISHED, |
5670 gaim_odc_initiate, 0); | |
2086 | 5671 } else { |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
5672 gaim_notify_error(gc, NULL, _("Unable to open Direct IM"), NULL); |
2086 | 5673 g_free(dim); |
5674 } | |
4244 | 5675 |
5136 | 5676 g_free(data->who); |
4244 | 5677 g_free(data); |
2086 | 5678 } |
5679 | |
5575 | 5680 static void oscar_ask_direct_im(GaimConnection *gc, const char *who) { |
5420 | 5681 gchar *buf; |
2086 | 5682 struct ask_do_dir_im *data = g_new0(struct ask_do_dir_im, 1); |
5136 | 5683 data->who = g_strdup(who); |
2170
c24595d3c364
[gaim-migrate @ 2180]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2167
diff
changeset
|
5684 data->gc = gc; |
5420 | 5685 buf = g_strdup_printf(_("You have selected to open a Direct IM connection with %s."), who); |
5498
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5686 |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5687 gaim_request_action(gc, NULL, buf, |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5688 _("Because this reveals your IP address, it " |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5689 "may be considered a privacy risk. Do you " |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5690 "wish to continue?"), |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5691 0, data, 2, |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5692 _("Connect"), G_CALLBACK(oscar_direct_im), |
cce2d7868c78
[gaim-migrate @ 5894]
Christian Hammond <chipx86@chipx86.com>
parents:
5497
diff
changeset
|
5693 _("Cancel"), G_CALLBACK(oscar_cancel_direct_im)); |
5420 | 5694 g_free(buf); |
2086 | 5695 } |
5696 | |
5575 | 5697 static void oscar_set_permit_deny(GaimConnection *gc) { |
5698 GaimAccount *account = gaim_connection_get_account(gc); | |
2086 | 5699 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
4230 | 5700 #ifdef NOSSI |
4770 | 5701 GSList *list, *g = gaim_blist_groups(), *g1; |
4230 | 5702 char buf[MAXMSGLEN]; |
5703 int at; | |
5704 | |
5575 | 5705 switch(account->perm_deny) { |
4687 | 5706 case 1: |
5575 | 5707 aim_bos_changevisibility(od->sess, od->conn, AIM_VISIBILITYCHANGE_DENYADD, gaim_account_get_username(account)); |
4230 | 5708 break; |
5709 case 2: | |
5575 | 5710 aim_bos_changevisibility(od->sess, od->conn, AIM_VISIBILITYCHANGE_PERMITADD, gaim_account_get_username(account)); |
4230 | 5711 break; |
5712 case 3: | |
5575 | 5713 list = account->permit; |
4230 | 5714 at = 0; |
5715 while (list) { | |
5716 at += g_snprintf(buf + at, sizeof(buf) - at, "%s&", (char *)list->data); | |
5717 list = list->next; | |
5718 } | |
5719 aim_bos_changevisibility(od->sess, od->conn, AIM_VISIBILITYCHANGE_PERMITADD, buf); | |
5720 break; | |
5721 case 4: | |
5575 | 5722 list = account->deny; |
4230 | 5723 at = 0; |
5724 while (list) { | |
5725 at += g_snprintf(buf + at, sizeof(buf) - at, "%s&", (char *)list->data); | |
5726 list = list->next; | |
5727 } | |
5728 aim_bos_changevisibility(od->sess, od->conn, AIM_VISIBILITYCHANGE_DENYADD, buf); | |
5729 break; | |
5730 case 5: | |
4770 | 5731 g1 = g; |
4230 | 5732 at = 0; |
4770 | 5733 while (g1) { |
5734 list = gaim_blist_members((struct group *)g->data); | |
5735 GSList list1 = list; | |
5736 while (list1) { | |
5737 struct buddy *b = list1->data; | |
5575 | 5738 if(b->account == account) |
4349 | 5739 at += g_snprintf(buf + at, sizeof(buf) - at, "%s&", b->name); |
4770 | 5740 list1 = list1->next; |
2995 | 5741 } |
4770 | 5742 g_slist_free(list); |
5743 g1 = g1->next; | |
4349 | 5744 } |
4770 | 5745 g_slist_free(g); |
4230 | 5746 aim_bos_changevisibility(od->sess, od->conn, AIM_VISIBILITYCHANGE_PERMITADD, buf); |
5747 break; | |
5748 default: | |
5749 break; | |
2086 | 5750 } |
4230 | 5751 signoff_blocked(gc); |
5752 #else | |
5753 if (od->sess->ssi.received_data) | |
5575 | 5754 aim_ssi_setpermdeny(od->sess, account->perm_deny, 0xffffffff); |
4230 | 5755 #endif |
2086 | 5756 } |
5757 | |
5575 | 5758 static void oscar_add_permit(GaimConnection *gc, const char *who) { |
4269 | 5759 #ifdef NOSSI |
4491 | 5760 if (gc->account->permdeny == 3) |
4269 | 5761 oscar_set_permit_deny(gc); |
5762 #else | |
2991 | 5763 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5764 gaim_debug(GAIM_DEBUG_INFO, "oscar", "ssi: About to add a permit\n"); |
4230 | 5765 if (od->sess->ssi.received_data) |
4889 | 5766 aim_ssi_addpermit(od->sess, who); |
4230 | 5767 #endif |
2086 | 5768 } |
5769 | |
5575 | 5770 static void oscar_add_deny(GaimConnection *gc, const char *who) { |
4269 | 5771 #ifdef NOSSI |
4491 | 5772 if (gc->account->permdeny == 4) |
4269 | 5773 oscar_set_permit_deny(gc); |
5774 #else | |
2991 | 5775 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5776 gaim_debug(GAIM_DEBUG_INFO, "oscar", "ssi: About to add a deny\n"); |
4230 | 5777 if (od->sess->ssi.received_data) |
4889 | 5778 aim_ssi_adddeny(od->sess, who); |
4230 | 5779 #endif |
2086 | 5780 } |
5781 | |
5575 | 5782 static void oscar_rem_permit(GaimConnection *gc, const char *who) { |
4269 | 5783 #ifdef NOSSI |
4491 | 5784 if (gc->account->permdeny == 3) |
4269 | 5785 oscar_set_permit_deny(gc); |
5786 #else | |
2991 | 5787 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5788 gaim_debug(GAIM_DEBUG_INFO, "oscar", "ssi: About to delete a permit\n"); |
4230 | 5789 if (od->sess->ssi.received_data) |
4889 | 5790 aim_ssi_delpermit(od->sess, who); |
4230 | 5791 #endif |
2086 | 5792 } |
5793 | |
5575 | 5794 static void oscar_rem_deny(GaimConnection *gc, const char *who) { |
4269 | 5795 #ifdef NOSSI |
4491 | 5796 if (gc->account->permdeny == 4) |
4269 | 5797 oscar_set_permit_deny(gc); |
5798 #else | |
2991 | 5799 struct oscar_data *od = (struct oscar_data *)gc->proto_data; |
5219
e807abdcee83
[gaim-migrate @ 5589]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
5800 gaim_debug(GAIM_DEBUG_INFO, "oscar", "ssi: About to delete a deny\n"); |
4230 | 5801 if (od->sess->ssi.received_data) |
4889 | 5802 aim_ssi_deldeny(od->sess, who); |
4230 | 5803 #endif |
2086 | 5804 } |
5805 | |
5575 | 5806 static GList *oscar_away_states(GaimConnection *gc) |
2086 | 5807 { |
2501
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
5808 struct oscar_data *od = gc->proto_data; |
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
5809 GList *m = NULL; |
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
5810 |
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
5811 if (!od->icq) |
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
5812 return g_list_append(m, GAIM_AWAY_CUSTOM); |
227cc42ffa6e
[gaim-migrate @ 2514]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2432
diff
changeset
|
5813 |
4333 | 5814 m = g_list_append(m, _("Online")); |
5815 m = g_list_append(m, _("Away")); | |
5816 m = g_list_append(m, _("Do Not Disturb")); | |
5817 m = g_list_append(m, _("Not Available")); | |
5818 m = g_list_append(m, _("Occupied")); | |
5819 m = g_list_append(m, _("Free For Chat")); | |
5820 m = g_list_append(m, _("Invisible")); | |
5821 | |
5822 return m; | |
5823 } | |
5824 | |
5575 | 5825 static GList *oscar_buddy_menu(GaimConnection *gc, const char *who) { |
4333 | 5826 struct oscar_data *od = gc->proto_data; |
5827 GList *m = NULL; | |
5828 struct proto_buddy_menu *pbm; | |
5829 | |
5830 if (od->icq) { | |
4624 | 5831 #if 0 |
4333 | 5832 pbm = g_new0(struct proto_buddy_menu, 1); |
5833 pbm->label = _("Get Status Msg"); | |
4969 | 5834 pbm->callback = oscar_get_icqstatusmsg; |
4333 | 5835 pbm->gc = gc; |
5836 m = g_list_append(m, pbm); | |
4624 | 5837 #endif |
4333 | 5838 } else { |
4687 | 5839 struct buddy *b = gaim_find_buddy(gc->account, who); |
4356 | 5840 |
5575 | 5841 if ((aim_sncmp(gaim_account_get_username(gaim_connection_get_account(gc)), who)) && GAIM_BUDDY_IS_ONLINE(b)) { |
4333 | 5842 pbm = g_new0(struct proto_buddy_menu, 1); |
5843 pbm->label = _("Direct IM"); | |
5844 pbm->callback = oscar_ask_direct_im; | |
5845 pbm->gc = gc; | |
5846 m = g_list_append(m, pbm); | |
4650 | 5847 |
4333 | 5848 pbm = g_new0(struct proto_buddy_menu, 1); |
5849 pbm->label = _("Send File"); | |
4617 | 5850 pbm->callback = oscar_ask_sendfile; |
4333 | 5851 pbm->gc = gc; |
5852 m = g_list_append(m, pbm); | |
4826 | 5853 #if 0 |
5854 pbm = g_new0(struct proto_buddy_menu, 1); | |
5855 pbm->label = _("Get File"); | |
5856 pbm->callback = oscar_ask_getfile; | |
5857 pbm->gc = gc; | |
5858 m = g_list_append(m, pbm); | |
5859 #endif | |
4333 | 5860 } |
5131 | 5861 } |
5197 | 5862 |
5131 | 5863 if (od->sess->ssi.received_data) { |
5864 char *gname = aim_ssi_itemlist_findparentname(od->sess->ssi.local, who); | |
5865 if (gname && aim_ssi_waitingforauth(od->sess->ssi.local, gname, who)) { | |
5866 pbm = g_new0(struct proto_buddy_menu, 1); | |
5867 pbm->label = _("Re-request Authorization"); | |
5868 pbm->callback = gaim_auth_sendrequest; | |
5869 pbm->gc = gc; | |
5870 m = g_list_append(m, pbm); | |
4333 | 5871 } |
4916 | 5872 } |
5873 | |
4333 | 5874 return m; |
5875 } | |
5876 | |
5575 | 5877 static void oscar_format_screenname(GaimConnection *gc, const char *nick) { |
4333 | 5878 struct oscar_data *od = gc->proto_data; |
5575 | 5879 if (!aim_sncmp(gaim_account_get_username(gaim_connection_get_account(gc)), nick)) { |
4333 | 5880 if (!aim_getconn_type(od->sess, AIM_CONN_TYPE_AUTH)) { |
5881 od->setnick = TRUE; | |
5882 od->newsn = g_strdup(nick); | |
5883 aim_reqservice(od->sess, od->conn, AIM_CONN_TYPE_AUTH); | |
5884 } else { | |
5885 aim_admin_setnick(od->sess, aim_getconn_type(od->sess, AIM_CONN_TYPE_AUTH), nick); | |
5886 } | |
5887 } else { | |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
5888 gaim_notify_error(gc, NULL, _("The new formatting is invalid."), |
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
5889 _("Screenname formatting can change only capitalization and whitespace.")); |
4333 | 5890 } |
5891 } | |
5892 | |
5575 | 5893 static void oscar_show_format_screenname(GaimConnection *gc) |
4333 | 5894 { |
5493
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
5895 gaim_request_input(gc, NULL, _("New screenname formatting:"), NULL, |
5575 | 5896 gaim_connection_get_display_name(gc), FALSE, |
5493
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
5897 _("OK"), G_CALLBACK(oscar_format_screenname), |
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
5898 _("Cancel"), NULL, |
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
5899 gc); |
4333 | 5900 } |
5901 | |
5575 | 5902 static void oscar_confirm_account(GaimConnection *gc) |
4333 | 5903 { |
5904 struct oscar_data *od = gc->proto_data; | |
5905 aim_conn_t *conn = aim_getconn_type(od->sess, AIM_CONN_TYPE_AUTH); | |
5906 | |
5907 if (conn) { | |
5908 aim_admin_reqconfirm(od->sess, conn); | |
5909 } else { | |
5910 od->conf = TRUE; | |
5911 aim_reqservice(od->sess, od->conn, AIM_CONN_TYPE_AUTH); | |
5912 } | |
5913 } | |
5914 | |
5575 | 5915 static void oscar_show_email(GaimConnection *gc) |
4333 | 5916 { |
5917 struct oscar_data *od = gc->proto_data; | |
5918 aim_conn_t *conn = aim_getconn_type(od->sess, AIM_CONN_TYPE_AUTH); | |
5919 | |
5920 if (conn) { | |
5921 aim_admin_getinfo(od->sess, conn, 0x11); | |
5922 } else { | |
5923 od->reqemail = TRUE; | |
5924 aim_reqservice(od->sess, od->conn, AIM_CONN_TYPE_AUTH); | |
5925 } | |
5926 } | |
5927 | |
5575 | 5928 static void oscar_change_email(GaimConnection *gc, const char *email) |
2768
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
5929 { |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
5930 struct oscar_data *od = gc->proto_data; |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
5931 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
|
5932 |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
5933 if (conn) { |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
5934 aim_admin_setemail(od->sess, conn, email); |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
5935 } else { |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
5936 od->setemail = TRUE; |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
5937 od->email = g_strdup(email); |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
5938 aim_reqservice(od->sess, od->conn, AIM_CONN_TYPE_AUTH); |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
5939 } |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
5940 } |
8a918df1a5ed
[gaim-migrate @ 2781]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2762
diff
changeset
|
5941 |
5575 | 5942 static void oscar_show_change_email(GaimConnection *gc) |
4333 | 5943 { |
5493
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
5944 gaim_request_input(gc, NULL, _("Change Address To:"), NULL, NULL, FALSE, |
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
5945 _("OK"), G_CALLBACK(oscar_change_email), |
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
5946 _("Cancel"), NULL, |
3e8487580024
[gaim-migrate @ 5889]
Christian Hammond <chipx86@chipx86.com>
parents:
5436
diff
changeset
|
5947 gc); |
4333 | 5948 } |
5949 | |
5575 | 5950 static void oscar_show_awaitingauth(GaimConnection *gc) |
4333 | 5951 { |
2979 | 5952 struct oscar_data *od = gc->proto_data; |
4333 | 5953 gchar *nombre, *text, *tmp; |
4785 | 5954 GaimBlistNode *gnode,*bnode; |
4333 | 5955 int num=0; |
5956 | |
5957 text = g_strdup(_("You are awaiting authorization from the following buddies:<BR>")); | |
5958 | |
4785 | 5959 for (gnode = gaim_get_blist()->root; gnode; gnode = gnode->next) { |
5960 struct group *group = (struct group *)gnode; | |
5961 if(!GAIM_BLIST_NODE_IS_GROUP(gnode)) | |
5962 continue; | |
5963 for (bnode = gnode->child; bnode; bnode = bnode->next) { | |
5964 struct buddy *buddy = (struct buddy *)bnode; | |
5965 if(!GAIM_BLIST_NODE_IS_BUDDY(bnode)) | |
5966 continue; | |
4491 | 5967 if (buddy->account == gc->account && aim_ssi_waitingforauth(od->sess->ssi.local, group->name, buddy->name)) { |
4687 | 5968 if (gaim_get_buddy_alias_only(buddy)) |
5969 nombre = g_strdup_printf(" %s (%s)", buddy->name, gaim_get_buddy_alias_only(buddy)); | |
4333 | 5970 else |
4337 | 5971 nombre = g_strdup_printf(" %s", buddy->name); |
4333 | 5972 tmp = g_strdup_printf("%s<BR>%s", text, nombre); |
5973 g_free(text); | |
5974 text = tmp; | |
5975 g_free(nombre); | |
5976 num++; | |
5977 } | |
2979 | 5978 } |
4333 | 5979 } |
5980 | |
5981 if (!num) { | |
5982 tmp = g_strdup_printf("%s<BR>%s", text, _("<i>you are not waiting for authorization</i>")); | |
5983 g_free(text); | |
5984 text = tmp; | |
2979 | 5985 } |
4333 | 5986 |
4959 | 5987 tmp = g_strdup_printf(_("%s<BR><BR>You can re-request authorization from these buddies by right-clicking on them and clicking \"Re-request authorization.\""), text); |
4333 | 5988 g_free(text); |
5989 text = tmp; | |
5575 | 5990 g_show_info_text(gc, gaim_account_get_username(gaim_connection_get_account(gc)), 2, text, NULL); |
4333 | 5991 g_free(text); |
2979 | 5992 } |
5993 | |
5575 | 5994 static void oscar_show_chpassurl(GaimConnection *gc) |
4333 | 5995 { |
5996 struct oscar_data *od = gc->proto_data; | |
5575 | 5997 gchar *substituted = gaim_strreplace(od->sess->authinfo->chpassurl, "%s", gaim_account_get_username(gaim_connection_get_account(gc))); |
5517 | 5998 open_url(NULL, substituted); |
5999 g_free(substituted); | |
4333 | 6000 } |
6001 | |
5842 | 6002 static void oscar_set_icon(GaimConnection *gc, const char *iconfile) |
6003 { | |
5844 | 6004 struct oscar_data *od = gc->proto_data; |
6005 aim_session_t *sess = od->sess; | |
5842 | 6006 FILE *file; |
6007 struct stat st; | |
5844 | 6008 |
5842 | 6009 if (!stat(iconfile, &st)) { |
6010 char *buf = g_malloc(st.st_size); | |
6011 file = fopen(iconfile, "rb"); | |
6012 if (file) { | |
6013 int len = fread(buf, 1, st.st_size, file); | |
6014 char md5[16]; | |
6015 md5_state_t *state = g_malloc(sizeof(md5_state_t)); | |
6016 md5_init(state); | |
6017 md5_append(state, buf, len); | |
6018 md5_finish(state, md5); | |
6019 fclose(file); | |
6020 g_free(state); | |
6021 aim_ssi_seticon(sess, md5, 16); | |
6022 } else | |
6023 gaim_debug(GAIM_DEBUG_ERROR, "oscar", | |
6024 "Can't open buddy icon file!\n"); | |
6025 g_free(buf); | |
6026 } else | |
6027 gaim_debug(GAIM_DEBUG_ERROR, "oscar", | |
6028 "Can't stat buddy icon file!\n"); | |
6029 } | |
6030 | |
6031 | |
5575 | 6032 static GList *oscar_actions(GaimConnection *gc) |
2086 | 6033 { |
6034 struct oscar_data *od = gc->proto_data; | |
4333 | 6035 struct proto_actions_menu *pam; |
6036 GList *m = NULL; | |
6037 | |
6038 pam = g_new0(struct proto_actions_menu, 1); | |
6039 pam->label = _("Set User Info"); | |
6040 pam->callback = show_set_info; | |
6041 pam->gc = gc; | |
6042 m = g_list_append(m, pam); | |
6043 | |
5238 | 6044 pam = g_new0(struct proto_actions_menu, 1); |
6045 pam->label = _("Change Password"); | |
6046 pam->callback = show_change_passwd; | |
6047 pam->gc = gc; | |
6048 m = g_list_append(m, pam); | |
4617 | 6049 |
6050 if (od->sess->authinfo->chpassurl) { | |
6051 pam = g_new0(struct proto_actions_menu, 1); | |
6052 pam->label = _("Change Password (URL)"); | |
6053 pam->callback = oscar_show_chpassurl; | |
6054 pam->gc = gc; | |
6055 m = g_list_append(m, pam); | |
6056 } | |
6057 | |
5238 | 6058 if (!od->icq) { |
4617 | 6059 /* AIM actions */ |
6060 m = g_list_append(m, NULL); | |
4333 | 6061 |
5842 | 6062 pam = g_new0(struct proto_actions_menu, 1); |
4333 | 6063 pam->label = _("Format Screenname"); |
5844 | 6064 pam->callback = oscar_show_format_screenname; |
4333 | 6065 pam->gc = gc; |
6066 m = g_list_append(m, pam); | |
6067 | |
6068 pam = g_new0(struct proto_actions_menu, 1); | |
6069 pam->label = _("Confirm Account"); | |
6070 pam->callback = oscar_confirm_account; | |
6071 pam->gc = gc; | |
6072 m = g_list_append(m, pam); | |
6073 | |
6074 pam = g_new0(struct proto_actions_menu, 1); | |
6075 pam->label = _("Display Current Registered Address"); | |
6076 pam->callback = oscar_show_email; | |
6077 pam->gc = gc; | |
6078 m = g_list_append(m, pam); | |
6079 | |
6080 pam = g_new0(struct proto_actions_menu, 1); | |
6081 pam->label = _("Change Current Registered Address"); | |
6082 pam->callback = oscar_show_change_email; | |
6083 pam->gc = gc; | |
6084 m = g_list_append(m, pam); | |
2086 | 6085 } |
4333 | 6086 |
6087 m = g_list_append(m, NULL); | |
6088 | |
6089 pam = g_new0(struct proto_actions_menu, 1); | |
6090 pam->label = _("Show Buddies Awaiting Authorization"); | |
6091 pam->callback = oscar_show_awaitingauth; | |
6092 pam->gc = gc; | |
6093 m = g_list_append(m, pam); | |
6094 | |
2086 | 6095 m = g_list_append(m, NULL); |
4333 | 6096 |
6097 pam = g_new0(struct proto_actions_menu, 1); | |
6098 pam->label = _("Search for Buddy by Email"); | |
6099 pam->callback = show_find_email; | |
6100 pam->gc = gc; | |
6101 m = g_list_append(m, pam); | |
6102 | |
4336 | 6103 /* pam = g_new0(struct proto_actions_menu, 1); |
4333 | 6104 pam->label = _("Search for Buddy by Information"); |
6105 pam->callback = show_find_info; | |
6106 pam->gc = gc; | |
4336 | 6107 m = g_list_append(m, pam); */ |
2086 | 6108 |
6109 return m; | |
6110 } | |
6111 | |
5575 | 6112 static void oscar_change_passwd(GaimConnection *gc, const char *old, const char *new) |
2086 | 6113 { |
6114 struct oscar_data *od = gc->proto_data; | |
4617 | 6115 |
6116 if (od->icq) { | |
6117 aim_icq_changepasswd(od->sess, new); | |
2086 | 6118 } else { |
4617 | 6119 aim_conn_t *conn = aim_getconn_type(od->sess, AIM_CONN_TYPE_AUTH); |
6120 if (conn) { | |
6121 aim_admin_changepasswd(od->sess, conn, new, old); | |
6122 } else { | |
6123 od->chpass = TRUE; | |
6124 od->oldp = g_strdup(old); | |
6125 od->newp = g_strdup(new); | |
6126 aim_reqservice(od->sess, od->conn, AIM_CONN_TYPE_AUTH); | |
6127 } | |
2086 | 6128 } |
6129 } | |
6130 | |
5575 | 6131 static void oscar_convo_closed(GaimConnection *gc, char *who) |
2246
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
6132 { |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
6133 struct oscar_data *od = gc->proto_data; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
6134 struct direct_im *dim = find_direct_im(od, who); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
6135 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
6136 if (!dim) |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
6137 return; |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
6138 |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
6139 od->direct_ims = g_slist_remove(od->direct_ims, dim); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
6140 gaim_input_remove(dim->watcher); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
6141 aim_conn_kill(od->sess, &dim->conn); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
6142 g_free(dim); |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
6143 } |
933346315b9b
[gaim-migrate @ 2256]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2235
diff
changeset
|
6144 |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6145 static GaimPluginProtocolInfo prpl_info = |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6146 { |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6147 GAIM_PROTO_OSCAR, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6148 OPT_PROTO_MAIL_CHECK | OPT_PROTO_BUDDY_ICON | OPT_PROTO_IM_IMAGE, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6149 NULL, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6150 NULL, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6151 oscar_list_icon, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6152 oscar_list_emblems, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6153 oscar_status_text, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6154 oscar_tooltip_text, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6155 oscar_away_states, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6156 oscar_actions, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6157 oscar_buddy_menu, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6158 oscar_chat_info, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6159 oscar_login, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6160 oscar_close, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6161 oscar_send_im, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6162 oscar_set_info, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6163 oscar_send_typing, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6164 oscar_get_info, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6165 oscar_set_away, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6166 oscar_get_away, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6167 oscar_set_dir, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6168 NULL, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6169 oscar_dir_search, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6170 oscar_set_idle, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6171 oscar_change_passwd, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6172 oscar_add_buddy, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6173 oscar_add_buddies, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6174 oscar_remove_buddy, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6175 oscar_remove_buddies, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6176 oscar_add_permit, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6177 oscar_add_deny, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6178 oscar_rem_permit, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6179 oscar_rem_deny, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6180 oscar_set_permit_deny, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6181 oscar_warn, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6182 oscar_join_chat, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6183 oscar_chat_invite, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6184 oscar_chat_leave, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6185 NULL, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6186 oscar_chat_send, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6187 oscar_keepalive, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6188 NULL, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6189 NULL, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6190 NULL, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6191 #ifndef NOSSI |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6192 oscar_alias_buddy, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6193 oscar_move_buddy, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6194 oscar_rename_group, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6195 #else |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6196 NULL, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6197 NULL, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6198 NULL, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6199 #endif |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6200 NULL, |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6201 oscar_convo_closed, |
5842 | 6202 NULL, |
6203 oscar_set_icon | |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6204 }; |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6205 |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6206 static GaimPluginInfo info = |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6207 { |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6208 2, /**< api_version */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6209 GAIM_PLUGIN_PROTOCOL, /**< type */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6210 NULL, /**< ui_requirement */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6211 0, /**< flags */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6212 NULL, /**< dependencies */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6213 GAIM_PRIORITY_DEFAULT, /**< priority */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6214 |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6215 "prpl-oscar", /**< id */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6216 "AIM/ICQ", /**< name */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6217 VERSION, /**< version */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6218 /** summary */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6219 N_("AIM/ICQ Protocol Plugin"), |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6220 /** description */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6221 N_("AIM/ICQ Protocol Plugin"), |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6222 NULL, /**< author */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6223 WEBSITE, /**< homepage */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6224 |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6225 NULL, /**< load */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6226 NULL, /**< unload */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6227 NULL, /**< destroy */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6228 |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6229 NULL, /**< ui_info */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6230 &prpl_info /**< extra_info */ |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6231 }; |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6232 |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6233 static void |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6234 __init_plugin(GaimPlugin *plugin) |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6235 { |
5638
0bdfa28c678e
[gaim-migrate @ 6047]
Christian Hammond <chipx86@chipx86.com>
parents:
5631
diff
changeset
|
6236 GaimAccountOption *option; |
0bdfa28c678e
[gaim-migrate @ 6047]
Christian Hammond <chipx86@chipx86.com>
parents:
5631
diff
changeset
|
6237 |
5685
43ea75092684
[gaim-migrate @ 6106]
Christian Hammond <chipx86@chipx86.com>
parents:
5681
diff
changeset
|
6238 option = gaim_account_option_string_new(_("Auth host"), "server", |
5638
0bdfa28c678e
[gaim-migrate @ 6047]
Christian Hammond <chipx86@chipx86.com>
parents:
5631
diff
changeset
|
6239 "login.oscar.aol.com"); |
0bdfa28c678e
[gaim-migrate @ 6047]
Christian Hammond <chipx86@chipx86.com>
parents:
5631
diff
changeset
|
6240 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, |
0bdfa28c678e
[gaim-migrate @ 6047]
Christian Hammond <chipx86@chipx86.com>
parents:
5631
diff
changeset
|
6241 option); |
0bdfa28c678e
[gaim-migrate @ 6047]
Christian Hammond <chipx86@chipx86.com>
parents:
5631
diff
changeset
|
6242 |
5685
43ea75092684
[gaim-migrate @ 6106]
Christian Hammond <chipx86@chipx86.com>
parents:
5681
diff
changeset
|
6243 option = gaim_account_option_int_new(_("Auth port"), "port", 5190); |
5638
0bdfa28c678e
[gaim-migrate @ 6047]
Christian Hammond <chipx86@chipx86.com>
parents:
5631
diff
changeset
|
6244 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, |
0bdfa28c678e
[gaim-migrate @ 6047]
Christian Hammond <chipx86@chipx86.com>
parents:
5631
diff
changeset
|
6245 option); |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6246 |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6247 my_protocol = plugin; |
2086 | 6248 } |
6249 | |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5197
diff
changeset
|
6250 GAIM_INIT_PLUGIN(oscar, __init_plugin, info); |