Mon, 20 Jan 2014 00:26:52 -0800 Mark Doliner Change the last param of yahoo_string_encode from gboolean* to gboolean. file | diff | annotate
Mon, 20 Jan 2014 00:02:17 -0800 Mark Doliner Merge with a fair number of conflicts. Nothing too crazy. file | diff | annotate
Sat, 18 Jan 2014 16:30:55 -0800 Mark Doliner More error logging, please. release-2.x.y file | diff | annotate
Sat, 18 Jan 2014 15:19:11 -0800 Mark Doliner Add logging. release-2.x.y file | diff | annotate
Sat, 07 Sep 2013 00:10:19 +0530 Ankit Vani Replaced xmlnode with PurpleXmlNode, and xmlnode_* API with purple_xmlnode_* API soc.2013.gobjectification file | diff | annotate
Wed, 21 Aug 2013 14:59:29 +0200 Tomasz Wasilczyk Fix most of libpurple warnings about -Wsign-compare file | diff | annotate
Thu, 04 Jul 2013 16:22:02 +0200 Tomasz Wasilczyk HTTP: migrate purple_util_fetch_url_request to new API for yahoo prpl (login process) file | diff | annotate
Sun, 02 Jun 2013 23:59:55 -0700 Mark Doliner Use https URLs for pidgin.im and developer.pidgin.im. file | diff | annotate
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() file | diff | annotate
Tue, 04 Jan 2011 06:55:30 +0000 Richard Laager Remove trailing whitespace file | diff | annotate
Fri, 03 Sep 2010 20:08:14 +0000 Stu Tomlinson Fix connecting to Yahoo when a global proxy has been specified, but is file | diff | annotate
Mon, 14 Jun 2010 00:05:55 +0000 John Bailey Make HTTP proxy detection in the yahoo prpls a bit more robust. This should file | diff | annotate
Tue, 09 Feb 2010 06:19:49 +0000 Kartik Mohta Support Yahoo !PingBox. Includes a couple warning fixes. Fixes #7347. file | diff | annotate
Fri, 29 Jan 2010 01:30:38 +0000 Fartash Faghri Don't send <span>...</span> on Yahoo. Fixes #11242, #10961. file | diff | annotate
Wed, 25 Nov 2009 16:39:29 +0000 Stu Tomlinson Make yahoo_codes_to_html not crash when given an empty string, or a string file | diff | annotate
Sun, 01 Nov 2009 02:56:44 +0000 Sadrul Habib Chowdhury Cannot send a file to a federated user on yahoo. file | diff | annotate
Tue, 06 Oct 2009 15:56:43 +0000 Sadrul Habib Chowdhury Fix sending /buzz on yahoo. file | diff | annotate
Sat, 22 Aug 2009 18:24:19 +0000 Mark Doliner Woah, this was wrong. MY BAD! We should not be setting this to true file | diff | annotate
Thu, 20 Aug 2009 20:04:50 +0000 Mark Doliner Fix a bug in our outgoing yahoo message formatting where messages file | diff | annotate
Thu, 20 Aug 2009 18:13:41 +0000 Mark Doliner This function no longer needs these two parameters file | diff | annotate
Thu, 20 Aug 2009 16:15:00 +0000 Daniel Atallah use memset instead of bzero for better portability and profit file | diff | annotate
Thu, 20 Aug 2009 06:54:44 +0000 Mark Doliner Oh, I guess we should escape this when printing to the debug window. file | diff | annotate
Thu, 20 Aug 2009 02:15:00 +0000 Mark Doliner Don't put stuff into a linked list only to iterate through the linked list file | diff | annotate
Thu, 20 Aug 2009 01:51:37 +0000 Mark Doliner Use a GSList here instead of a GQueue. Yay for simplification. file | diff | annotate
Thu, 20 Aug 2009 01:24:24 +0000 Mark Doliner Move where the ftattr queue is defined file | diff | annotate
Thu, 20 Aug 2009 01:11:26 +0000 Mark Doliner Make outgoing yahoo messages with links, font color, font face or font size file | diff | annotate
Wed, 19 Aug 2009 22:01:10 +0000 Mark Doliner * Change yahoo_html_to_codes() a little to hopefully be more straight forward file | diff | annotate
Tue, 18 Aug 2009 23:52:14 +0000 Mark Doliner Fix a possible crash when receiving URLs in yahoo. It doesn't crash for me file | diff | annotate
Wed, 05 Aug 2009 01:20:45 +0000 Mark Doliner Let's just call this after the switch statement... file | diff | annotate
Wed, 05 Aug 2009 01:13:12 +0000 Mark Doliner Take care of a special case where we would incorrectly parse incoming IMs file | diff | annotate
Tue, 04 Aug 2009 23:29:34 +0000 Mark Doliner Reuse our purple_markup_unescape_entity() function instead of file | diff | annotate
Tue, 04 Aug 2009 22:47:58 +0000 Mark Doliner Use TRUE and FALSE instead of 1 and 0. I like TRUE and FALSE. file | diff | annotate
Tue, 04 Aug 2009 21:03:34 +0000 Mark Doliner This is actually a stack, not a queue, so we can use a simpler data file | diff | annotate
Tue, 04 Aug 2009 20:53:11 +0000 Mark Doliner Make this enum follow our naming conventions a little better file | diff | annotate
Tue, 04 Aug 2009 02:14:46 +0000 Mark Doliner Changes to the way we translate raw yahoo messages to HTML. The HTML file | diff | annotate
Sat, 01 Aug 2009 07:45:23 +0000 Sulabh Mahajan Fixes #9661 file | diff | annotate
Fri, 31 Jul 2009 21:44:52 +0000 Mark Doliner Change yahoo_codes_to_html() to use the same USE_CSS_FORMATTING #define file | diff | annotate
Fri, 31 Jul 2009 09:22:37 +0000 Mark Doliner Of course I got it backwards file | diff | annotate
Fri, 31 Jul 2009 09:21:28 +0000 Mark Doliner Better variable name? file | diff | annotate
Fri, 31 Jul 2009 09:04:20 +0000 Mark Doliner Stop using a GString when a gchar* will do fine file | diff | annotate
Fri, 31 Jul 2009 08:55:10 +0000 Mark Doliner Make match a const char *, and remove two unnecessary casts file | diff | annotate
Fri, 31 Jul 2009 08:47:42 +0000 Mark Doliner Minor optimization when sending and receiving messages on Yahoo: only file | diff | annotate
Fri, 31 Jul 2009 08:39:03 +0000 Mark Doliner nomoreendtags is used as a boolean, so set the variable type appropriately file | diff | annotate
Fri, 31 Jul 2009 01:28:41 +0000 Mark Doliner Change Yahoo to send <span> tags with a color style attribute instead of <font> file | diff | annotate
Fri, 31 Jul 2009 01:06:42 +0000 Mark Doliner Whoops, I forgot to add the test! file | diff | annotate
Thu, 30 Jul 2009 23:47:16 +0000 Mark Doliner Oh shit no it wasn't. I have no one to blame but fear itself. file | diff | annotate
Thu, 30 Jul 2009 23:45:45 +0000 Mark Doliner Um, this was a memory leak, right? file | diff | annotate
Thu, 30 Jul 2009 23:43:01 +0000 Mark Doliner Simplify a wee bit file | diff | annotate
Sun, 26 Jul 2009 17:25:18 +0000 John Bailey Move from "struct yahoo_data" to "YahooData" to be consistent with other structs file | diff | annotate
Wed, 08 Jul 2009 17:20:00 +0000 Mark Doliner Don't double-free the color hash table when deinitializing both prpl-yahoo file | diff | annotate
Sun, 05 Jul 2009 04:51:51 +0000 John Bailey Update for file renames. cpw.rekkanoryo.yahoo.separate_prpls file | diff | annotate
Sun, 05 Jul 2009 02:23:43 +0000 John Bailey Convert the yahoo prpl to using the debug convenience functions instead of file | diff | annotate
Sun, 21 Jun 2009 16:40:15 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin.2.5.7' (head 550e6ec7c9fd15db9956387a5775df07322ec766) file | diff | annotate
Thu, 18 Jun 2009 19:08:24 +0000 Mark Doliner Strip trailing whitespace and comment #endif marcos that close #ifdef macros file | diff | annotate
Fri, 19 Jun 2009 20:34:02 +0000 John Bailey Ugly hack to get around needing a minor bump to make this authentication code release-2.5.7 file | diff | annotate
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 file | diff | annotate
Thu, 19 Jun 2008 03:14:03 +0000 Daniel Atallah applied changes from a5e7a62db1d43009f4ff463b7fe67ff3a7275a78 release-2.4.3 file | diff | annotate
Sat, 19 Jan 2008 04:17:44 +0000 John Bailey Fix (hopefully) the last problem in this function. Refs #3295. file | diff | annotate
Thu, 17 Jan 2008 06:11:57 +0000 John Bailey Since I needed to bring back yahoo_convert_to_numeric, I figured I could at file | diff | annotate
Thu, 17 Jan 2008 05:53:12 +0000 John Bailey disapproval of revision 'db9b3bc9d4427a6a03d1c25aac5215bf0f8e05ec' file | diff | annotate
(0) -60 tip

mercurial