log libpurple/protocols/oscar/oscar.c @ 32218:eec7f176e21d

age author description
Tue, 26 Jul 2011 06:32:35 +0000 Mark Doliner Fix crash selecting Tools->Set Mood when you're online with an
Sun, 26 Jun 2011 02:27:01 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
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
Tue, 07 Jun 2011 13:42:47 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Thu, 19 May 2011 04:16:15 +0000 Paul Aurich oscar: Fix the leak of 'alias' in this function
Fri, 01 Apr 2011 13:47:51 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
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.
Thu, 17 Mar 2011 20:25:26 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Wed, 09 Mar 2011 08:38:41 +0000 Mark Doliner Send keepalives for all types of network connections. Will hopefully
Mon, 21 Feb 2011 09:45:47 +0000 Mark Doliner OOH! I think I found the cause of a bug! I changed this function in revision
Mon, 21 Feb 2011 09:28:03 +0000 Mark Doliner There is code above these lines, just before the start of the switch(),
Mon, 14 Feb 2011 03:51:05 +0000 Mark Doliner Small changes to how we format oscar screen names. We now
Sat, 12 Feb 2011 04:17:09 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Tue, 04 Jan 2011 06:55:30 +0000 Richard Laager Remove trailing whitespace
Tue, 21 Dec 2010 21:05:26 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Thu, 16 Dec 2010 21:18:02 +0000 ivan komarov Restore the previous behavior (kind of) of falling back to the specified
Thu, 02 Dec 2010 20:17:37 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Thu, 02 Dec 2010 02:35:52 +0000 Mark Doliner I tested with AIM 7.2.6.1 and ICQ 7.2 build 3159 and both of them
Tue, 23 Nov 2010 20:02:24 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Tue, 23 Nov 2010 04:33:29 +0000 John Bailey Properly handle an AIM login server of login.messaging.aol.com. Fixes #12948.
Mon, 22 Nov 2010 10:50:32 +0000 Mark Doliner Move the call to flap_connection_schedule_destroy from oscar_chat_kill
Mon, 22 Nov 2010 10:49:06 +0000 Mark Doliner disapproval of revision '3ac008cdb1707c831737d497562a2751cdff861c'
Mon, 22 Nov 2010 10:45:46 +0000 Mark Doliner Move the call to flap_connection_schedule_destroy from oscar_chat_kill
Fri, 19 Nov 2010 07:13:04 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Wed, 17 Nov 2010 08:12:56 +0000 Bj«Órn Voigt Encryption keys were marked with the _N() translation macro
Wed, 10 Nov 2010 01:22:53 +0000 Mark Doliner Correct typo in comment
Wed, 10 Nov 2010 01:17:22 +0000 Mark Doliner g_hash_table_get_keys is GLIB>2.14.0 but we maintain compatibility with 2.12.0.