diff src/protocols/oscar/conn.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 a50eea7628cb
line wrap: on
line diff
--- a/src/protocols/oscar/conn.c	Thu Oct 16 06:12:43 2003 +0000
+++ b/src/protocols/oscar/conn.c	Thu Oct 16 20:57:59 2003 +0000
@@ -1054,5 +1054,8 @@
 
 	aim_tx_enqueue(sess, fr);
 
+	/* clean out SNACs over 60sec old */
+	aim_cleansnacs(sess, 60);
+
 	return 0;
 }