comparison src/protocols/oscar/im.c @ 7283:b8fcbff88438

[gaim-migrate @ 7863] I renamed struct oscar_data to typdef OscarData, which makes this a freaking huge change to oscar.c I think I added another progress meter step, giving oscar a total of 8. And a patch from Siberion (siberion): Moving the mouse cursor over an ICQ buddy whose IP is visible will show negative numbers in the IP for any parts that exceed 127. Example: 12.-37.-16.X With the path applied, this shows as: 12.219.240.X committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 16 Oct 2003 20:57:59 +0000
parents ad243bc63184
children 83e8faa7f6d5
comparison
equal deleted inserted replaced
7282:ad243bc63184 7283:b8fcbff88438
387 aimbs_put16(&fr->data, 0x0000); 387 aimbs_put16(&fr->data, 0x0000);
388 } 388 }
389 389
390 aim_tx_enqueue(sess, fr); 390 aim_tx_enqueue(sess, fr);
391 391
392 /* Move this to receive aim_flap_nop and send aim_flap_nop */ 392 /* clean out SNACs over 60sec old */
393 if (!(sess->flags & AIM_SESS_FLAGS_DONTTIMEOUTONICBM)) 393 aim_cleansnacs(sess, 60);
394 aim_cleansnacs(sess, 60); /* clean out SNACs over 60sec old */
395 394
396 return 0; 395 return 0;
397 } 396 }
398 397
399 /* 398 /*