log libpurple/protocols/yahoo/yahoo_aliases.c @ 32767:2ec94166be43

age author description
Tue, 18 Oct 2011 18:47:48 +0000 andrew victor On the way to hiding the PurpleConnection struct.
Sat, 24 Sep 2011 22:09:40 +0000 andrew victor * purple_util_fetch_url_request_len() renamed to purple_util_fetch_url_request().
Tue, 30 Aug 2011 20:03:11 +0000 andrew victor Convert yahoo prpl to use accessor functions purple_connection_get_protocol_data() and purple_connection_set_protocol_data()
Sun, 21 Aug 2011 01:59:13 +0000 Mark Doliner Rename purple_util_fetch_url_request_len_with_account to
Tue, 04 Jan 2011 06:55:30 +0000 Richard Laager Remove trailing whitespace
Sun, 22 Aug 2010 16:42:09 +0000 eion The Yahoo prpl makes unnecessary callbacks to the Yahoo servers if the
Sun, 26 Jul 2009 17:25:18 +0000 John Bailey Move from "struct yahoo_data" to "YahooData" to be consistent with other structs
Sun, 26 Jul 2009 16:54:02 +0000 John Bailey Update these URL's to use the correct version of the Yahoo Messenger client
Wed, 15 Jul 2009 03:17:54 +0000 Sadrul Habib Chowdhury Allow changing contact details for folks in the buddylist.
Tue, 14 Jul 2009 21:08:56 +0000 Sadrul Habib Chowdhury Add support for receiving contact details from buddies.
Sat, 11 Jul 2009 06:52:07 +0000 Paul Aurich Build warning fix.
Fri, 10 Jul 2009 15:18:09 +0000 Sadrul Habib Chowdhury Allow setting some personal information for an account.
Sun, 05 Jul 2009 04:51:51 +0000 John Bailey Update for file renames.
Fri, 19 Jun 2009 20:57:03 +0000 John Bailey Manually apply revision 5c5977a6ed3591121ef82ff587586850b9dcd176 here. This
Fri, 19 Jun 2009 01:18:18 +0000 John Bailey Backport the parts of b859960a4a19f57f20db0536c1815a6d79e08e36 that apply to
Tue, 09 Dec 2008 15:45:46 +0000 Sadrul Habib Chowdhury Use g_free instead of free here too.
Wed, 27 Aug 2008 02:52:50 +0000 Daniel Atallah Do a better job of detecting if the yahoo account is connecting through a HTTP
Thu, 19 Jun 2008 02:55:44 +0000 Daniel Atallah applied changes from 7a490c356e10f7fff3432f875897aa0ca0ad1ff0
Tue, 20 May 2008 02:14:50 +0000 Daniel Atallah Fix a printf("%s", NULL) situation and plug some leakage. Fixes #5280.
Sat, 03 May 2008 21:03:13 +0000 Daniel Atallah Leak fixes. Avoid creating an unnecessary parallel data structure to YahooFriend.
Fri, 02 May 2008 22:01:01 +0000 Daniel Atallah Leak fixes.
Sun, 16 Mar 2008 20:36:52 +0000 Mark Doliner Fix a bunch of compiler warnings caused by my addition of G_GNUC_PRINTF()
Sun, 24 Feb 2008 18:21:02 +0000 John Bailey merge of '4bc84ea5ca10129cd5e46b2f0f8f8e6b6a9146b3'
Thu, 17 Jan 2008 06:17:02 +0000 John Bailey Plug a leak.
Thu, 17 Jan 2008 05:53:12 +0000 John Bailey disapproval of revision '947ccb889812585e6d53eac13fc12734d8481e33'
Wed, 16 Jan 2008 06:58:48 +0000 John Bailey Remove `yahoo_convert_to_numeric`, which I apparently did not examine closely
Wed, 16 Jan 2008 06:29:52 +0000 John Bailey Get rid of an unnecessary allocation.
Tue, 15 Jan 2008 17:42:20 +0000 John Bailey Patch from Yusuke Odate, modified by me, to support retrieving the full
Sun, 24 Feb 2008 18:20:52 +0000 John Bailey A patch from Gideon N. Guillen, with some minor modifications from me. This
Sat, 10 Nov 2007 04:52:20 +0000 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin.next.minor' (head 0c9637482b845cc65e95a26e144697391c51133f)
Fri, 26 Oct 2007 05:22:26 +0000 Ka-Hing Cheung Another patch from Andrew Gaul that plugs a leak:
Thu, 25 Oct 2007 23:28:01 +0000 Daniel Atallah Fix a crash that occurs when the HTTP call to set/get yahoo aliases fails. When purple_util_fetch_url_request() returns NULL, it has already triggered the callback. Fixes #3668.
Wed, 10 Oct 2007 01:16:06 +0000 Daniel Atallah Prevent null ptr deref (CID 336).
Wed, 10 Oct 2007 01:14:34 +0000 Daniel Atallah Clarify code to remove unnecessary check (CID 309).
Sat, 20 Oct 2007 15:57:22 +0000 Luke Schierer applied changes from 9d35dde0c779cca73548172223ba557f27d61882
Fri, 28 Sep 2007 15:47:39 +0000 Richard Laager applied changes from ae2654a1c8a8119292950ba10857627abf2915f8
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Wed, 01 Aug 2007 06:23:02 +0000 Mark Doliner Get rid of this compile warning:
Wed, 01 Aug 2007 01:32:07 +0000 Sean Egan Yahoo server-side aliases patch from John Moody. Fixes #1653 Thanks!