log libpurple/protocols/oscar/oscar.c @ 32819:2c6510167895 default tip

age author description
Thu, 03 May 2012 09:28:11 +0000 Mark Doliner Validate utf8 for a few random strings that we read, in case AOL or ICQ
Fri, 23 Dec 2011 08:21:58 +0000 Elliott Sales de Andrade A boring and large patch so I can merge heads.
Sun, 19 Feb 2012 01:27:00 +0000 Mark Doliner Call aim_ssi_cleanlist from within the feedbag code. Just want to
Sat, 18 Feb 2012 23:30:01 +0000 Mark Doliner propagate from branch 'im.pidgin.pidgin.2.x.y' (head 2cca525615a367389b1639a5246fbe6d451150c4)
Sat, 18 Feb 2012 23:28:43 +0000 Mark Doliner *** Plucked rev 950eb2e674f6da789c0132765c4f2d68ccd0d617 (markdoliner@pidgin.im):
Thu, 22 Dec 2011 08:39:45 +0000 Elliott Sales de Andrade Remove dead assignments found with clang-analyzer.
Mon, 12 Dec 2011 08:53:24 +0000 Mark Doliner If we encounter a buddy not in a group, or in a group with an invalid
Tue, 18 Oct 2011 18:47:48 +0000 andrew victor On the way to hiding the PurpleConnection struct.
Sat, 01 Oct 2011 18:21:43 +0000 andrew victor Convert libpurple and protocol prpl's to use the purple_account_* accessor functions.
Sat, 03 Sep 2011 23:13:11 +0000 Elliott Sales de Andrade Rename the _with_invite functions to their counterparts.
Mon, 29 Aug 2011 22:16:06 +0000 andrew victor Should use accessor function purple_connection_get_protocol_data() here.
Fri, 26 Aug 2011 19:11:09 +0000 andrew victor Convert the oscar prpl to use the new API.
Mon, 22 Aug 2011 02:23:28 +0000 Mark Doliner Rename purple_notify_user_info_add_pair to
Mon, 22 Aug 2011 01:53:37 +0000 Mark Doliner I went through all our calls to purple_notify_user_info_add_pair() and
Sun, 21 Aug 2011 08:00:53 +0000 Mark Doliner Rename purple_connection_error_reason to purple_connection_error
Sat, 20 Aug 2011 22:59:53 +0000 Mark Doliner propagate from branch 'im.pidgin.pidgin' (head 65f0e21660895ebae2e934a8d04088a1c57899a6)
Sun, 07 Aug 2011 05:19:54 +0000 Mark Doliner propagate from branch 'im.pidgin.pidgin' (head bb53d1e9201138b79a1eef0d4a7cda1fc852c59f)
Sun, 12 Jun 2011 17:56:24 +0000 Mark Doliner propagate from branch 'im.pidgin.pidgin' (head 64f4eb5c598356fe1b8b9bc376faa66641096eda)
Mon, 09 May 2011 04:42:52 +0000 Mark Doliner Change the heuristic we use for setting od->icq. We used to set it to
Sat, 02 Apr 2011 18:04:29 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 570b107a62822dd538074753d93b576dea0043a3)
Mon, 21 Mar 2011 05:45:22 +0000 Mark Doliner propagate from branch 'im.pidgin.pidgin' (head bfb757dfe6b2549ab37a9b19f78f5f1f2f9df0cd)
Sun, 20 Mar 2011 20:20:52 +0000 Mark Doliner Add two hash tables to the oscar code that deals with your server stored
Thu, 11 Aug 2011 16:17:29 +0000 Ethan Blanton Bounds check an OSCAR normalization. (EFF)
Tue, 26 Jul 2011 06:32:35 +0000 Mark Doliner Fix crash selecting Tools->Set Mood when you're online with an
Sat, 18 Jun 2011 04:17:27 +0000 Paul Aurich oscar: ...fix the *right* line this time.
Sat, 18 Jun 2011 02:01:30 +0000 Paul Aurich oscar: Avoid a few printf("%s", NULL)s
Thu, 19 May 2011 04:16:15 +0000 Paul Aurich oscar: Fix the leak of 'alias' in this function
Mon, 21 Mar 2011 07:38:06 +0000 Mark Doliner Fix unsetting your mood when "None" is selected. (#7431)
Sun, 20 Mar 2011 22:03:48 +0000 Elliott Sales de Andrade Add invite message support to Oscar.
Sun, 20 Mar 2011 19:29:31 +0000 Elliott Sales de Andrade Fix libpurple compile when PURPLE_HIDE_STRUCTS is enabled.