log libpurple/protocols/yahoo/yahoo_picture.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().
Sun, 11 Sep 2011 04:19:01 +0000 John Bailey propagate from branch 'im.pidgin.pidgin.2.x.y' (head be5e66abad2af29604bc794cc4c6600ab12751f3)
Sun, 11 Sep 2011 04:18:46 +0000 John Bailey Remove a bogus short-circuit check intended to prevent downloading the same icon
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, 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 17:17:03 +0000 John Bailey And clean up two instances where Yahoo Japan needs to be correctly detected
Sat, 18 Jul 2009 16:12:12 +0000 John Bailey Change a bunch more of our yahoo packets to use the session ID. I believe this
Sun, 05 Jul 2009 04:51:51 +0000 John Bailey Update for file renames.
Wed, 01 Jul 2009 00:12:39 +0000 Sadrul Habib Chowdhury Some more fixes for when unsetting buddy picture, for both when sending and receiving updates.
Sat, 27 Jun 2009 10:30:58 +0000 Sadrul Habib Chowdhury This fixes sending updates to buddies when I change my pic.
Sat, 27 Jun 2009 09:09:42 +0000 Sadrul Habib Chowdhury This fixes buddyicon fetches for me.
Fri, 26 Jun 2009 23:59:34 +0000 John Bailey Mimic the official client's HTTP User-Agent strings.
Thu, 25 Jun 2009 08:16:19 +0000 Sulabh Mahajan This should prevent pidgin from crashing, as reported by the ticket #9426.
Sun, 21 Jun 2009 16:40:15 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin.2.5.7' (head 81e7f59e74715d44dac9e40e7b43ff377c8b474c)
Thu, 18 Jun 2009 19:08:24 +0000 Mark Doliner Strip trailing whitespace and comment #endif marcos that close #ifdef macros
Wed, 13 May 2009 18:42:05 +0000 Paul Aurich Interestingly, this one was IE 5.0, not IE 5.5.
Wed, 13 May 2009 18:40:41 +0000 Paul Aurich Various minor cleanups. The majority of this is the #define for the useragent.
Fri, 19 Jun 2009 01:18:18 +0000 John Bailey Backport the parts of b859960a4a19f57f20db0536c1815a6d79e08e36 that apply to
Mon, 26 Jan 2009 11:02:24 +0000 Mark Doliner Add a newline to this log message
Sun, 14 Dec 2008 02:58:44 +0000 Paul Aurich Fix warnings where size_t/gsize was used for printf with the wrong format
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
Tue, 05 Aug 2008 01:43:42 +0000 Daniel Atallah Patch from "Chris G." to extend the yahoo privacy to picture requests to help
Thu, 19 Jun 2008 03:40:31 +0000 Daniel Atallah applied changes from 9409309cfd4634425fdacbdb3d751afd0bc89a84
Thu, 19 Jun 2008 03:12:46 +0000 Daniel Atallah applied changes from c7504bbbe35f5bef52032c0cdf6bc7182128a469
Thu, 19 Jun 2008 02:54:25 +0000 Daniel Atallah applied changes from 980e5e2fedd41d52ed3f1640268e8964d4b02cde
Mon, 12 May 2008 02:13:40 +0000 Daniel Atallah Use gssize instead of ssize_t as the latter isn't available everywhere.
Sun, 24 Feb 2008 18:20:52 +0000 John Bailey A patch from Gideon N. Guillen, with some minor modifications from me. This
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Sun, 01 Jul 2007 01:41:57 +0000 Richard Laager Use the glib strcasecmp functions everywhere, as we've had reports of
Wed, 23 May 2007 23:13:11 +0000 Sean Egan Patch #1038. Fix receiving of Yahoo buddy icons. Thanks, vampire!
Wed, 25 Apr 2007 02:25:53 +0000 Tim Ringenbach Update the comments about yahoo buddy icons. Only send the filename and not the whole path.
Fri, 27 Apr 2007 22:44:46 +0000 Sadrul Habib Chowdhury Thanks to Bleeter, yahoo will not crash for non-existent buddyicons anymore.
Wed, 25 Apr 2007 22:23:29 +0000 Richard Laager Change the imgstore and by extension, then the buddy icon code to take over
Wed, 25 Apr 2007 21:48:56 +0000 Richard Laager Updates for the account buddy icon stuff. This doesn't yet work fully (and maybe not even partly), but it compiles.
Wed, 25 Apr 2007 00:56:13 +0000 Richard Laager Move the prpl icon checksum code into the core, so we can delete the
Sun, 08 Apr 2007 22:29:42 +0000 Mark Doliner sf patch #1694728, from Andrew Gaul
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/