log libpurple/protocols/yahoo/util.c @ 31720:f60a5bec2a0d

age author description
Tue, 04 Jan 2011 06:55:30 +0000 Richard Laager Remove trailing whitespace
Wed, 22 Sep 2010 14:17:09 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin:
Fri, 03 Sep 2010 20:08:14 +0000 Stu Tomlinson Fix connecting to Yahoo when a global proxy has been specified, but is
Mon, 21 Jun 2010 17:35:10 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Mon, 14 Jun 2010 00:05:55 +0000 John Bailey Make HTTP proxy detection in the yahoo prpls a bit more robust. This should
Mon, 15 Feb 2010 18:44:44 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Tue, 09 Feb 2010 06:19:49 +0000 kartikmohta Support Yahoo !PingBox. Includes a couple warning fixes. Fixes #7347.
Fri, 29 Jan 2010 13:00:26 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Fri, 29 Jan 2010 01:30:38 +0000 Fartash Faghri Don't send <span>...</span> on Yahoo. Fixes #11242, #10961.
Mon, 30 Nov 2009 16:07:54 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
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
Wed, 04 Nov 2009 16:58:41 +0900 Yoshiki Yazawa commit differences as a revision for now.
Sun, 01 Nov 2009 02:56:44 +0000 Sadrul Habib Chowdhury Cannot send a file to a federated user on yahoo.
Sun, 11 Oct 2009 00:51:47 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Tue, 06 Oct 2009 15:56:43 +0000 Sadrul Habib Chowdhury Fix sending /buzz on yahoo.
Wed, 09 Sep 2009 03:01:04 +0900 Konosuke Watanabe Fix Yahoo Japan's buddy list problem: buddies don't become online if 2.6.2_jp1
Mon, 24 Aug 2009 17:20:46 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Sat, 22 Aug 2009 18:24:19 +0000 Mark Doliner Woah, this was wrong. MY BAD! We should not be setting this to true
Thu, 20 Aug 2009 20:04:50 +0000 Mark Doliner Fix a bug in our outgoing yahoo message formatting where messages
Thu, 20 Aug 2009 18:13:41 +0000 Mark Doliner This function no longer needs these two parameters
Thu, 20 Aug 2009 16:15:00 +0000 Daniel Atallah use memset instead of bzero for better portability and profit
Thu, 20 Aug 2009 06:54:44 +0000 Mark Doliner Oh, I guess we should escape this when printing to the debug window.
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
Thu, 20 Aug 2009 01:51:37 +0000 Mark Doliner Use a GSList here instead of a GQueue. Yay for simplification.
Thu, 20 Aug 2009 01:24:24 +0000 Mark Doliner Move where the ftattr queue is defined
Thu, 20 Aug 2009 01:11:26 +0000 Mark Doliner Make outgoing yahoo messages with links, font color, font face or font size
Wed, 19 Aug 2009 22:01:10 +0000 Mark Doliner * Change yahoo_html_to_codes() a little to hopefully be more straight forward
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
Wed, 05 Aug 2009 19:01:03 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Wed, 05 Aug 2009 01:20:45 +0000 Mark Doliner Let's just call this after the switch statement...
Wed, 05 Aug 2009 01:13:12 +0000 Mark Doliner Take care of a special case where we would incorrectly parse incoming IMs
Tue, 04 Aug 2009 23:29:34 +0000 Mark Doliner Reuse our purple_markup_unescape_entity() function instead of
Tue, 04 Aug 2009 22:47:58 +0000 Mark Doliner Use TRUE and FALSE instead of 1 and 0. I like TRUE and FALSE.
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
Tue, 04 Aug 2009 20:53:11 +0000 Mark Doliner Make this enum follow our naming conventions a little better
Wed, 05 Aug 2009 04:44:01 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Tue, 04 Aug 2009 02:14:46 +0000 Mark Doliner Changes to the way we translate raw yahoo messages to HTML. The HTML
Sun, 02 Aug 2009 16:43:49 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Sat, 01 Aug 2009 07:45:23 +0000 Sulabh Mahajan Fixes #9661
Sat, 01 Aug 2009 14:55:12 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Fri, 31 Jul 2009 21:44:52 +0000 Mark Doliner Change yahoo_codes_to_html() to use the same USE_CSS_FORMATTING #define
Fri, 31 Jul 2009 09:22:37 +0000 Mark Doliner Of course I got it backwards
Fri, 31 Jul 2009 09:21:28 +0000 Mark Doliner Better variable name?
Fri, 31 Jul 2009 09:04:20 +0000 Mark Doliner Stop using a GString when a gchar* will do fine
Fri, 31 Jul 2009 08:55:10 +0000 Mark Doliner Make match a const char *, and remove two unnecessary casts
Fri, 31 Jul 2009 08:47:42 +0000 Mark Doliner Minor optimization when sending and receiving messages on Yahoo: only
Fri, 31 Jul 2009 08:39:03 +0000 Mark Doliner nomoreendtags is used as a boolean, so set the variable type appropriately
Fri, 31 Jul 2009 01:28:41 +0000 Mark Doliner Change Yahoo to send <span> tags with a color style attribute instead of <font>
Fri, 31 Jul 2009 01:06:42 +0000 Mark Doliner Whoops, I forgot to add the test!
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.
Thu, 30 Jul 2009 23:45:45 +0000 Mark Doliner Um, this was a memory leak, right?
Thu, 30 Jul 2009 23:43:01 +0000 Mark Doliner Simplify a wee bit
Mon, 27 Jul 2009 15:22:00 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Sun, 26 Jul 2009 17:25:18 +0000 John Bailey Move from "struct yahoo_data" to "YahooData" to be consistent with other structs
Sat, 25 Jul 2009 04:54:36 +0000 Yoshiki Yazawa explicit merge of 'd957c051e839d63bfc0ef71320934890e7ae63c4'
Tue, 07 Jul 2009 06:09:35 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 921a6693312cc38dd6dbc93e91d6bf5c60938634)
Thu, 25 Jun 2009 12:49:23 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 6b28d34173486d3e4f658f62a61c93b56a489cb0)
Fri, 19 Jun 2009 04:18:11 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 30f1540c6158d08c3c58172fff717ac182596cff)
Fri, 05 Sep 2008 10:01:57 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 4e2880e0b1b33a1395280db14803f92cc93843de)
Wed, 11 Jun 2008 11:30:53 +0000 Yoshiki Yazawa revert one thing
Wed, 11 Jun 2008 11:05:22 +0000 Yoshiki Yazawa clean yahoo/util.c up.
Wed, 11 Jun 2008 10:23:29 +0000 Yoshiki Yazawa yahoo status fix second try.
Wed, 11 Jun 2008 08:39:27 +0000 Yoshiki Yazawa try to fix that the status message appears in wrong encoding when it comes back from auto-away status.
Sun, 25 May 2008 04:30:41 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 217103c3e954ff2d295a6590ad3477d357894f9c)
Fri, 29 Feb 2008 17:56:13 +0000 Yoshiki Yazawa - import nosuke's hash 244 patch and others to yahoo plugin
Fri, 29 Feb 2008 08:32:34 +0000 Yoshiki Yazawa no reason to exclude yd->jp
Wed, 27 Feb 2008 14:54:42 +0000 Yoshiki Yazawa adapted to the transition to utf-8 of yahoo-jp.
Wed, 30 Jan 2008 10:53:22 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head ae7f8e3acb446776f833c3b44514295ae56184b3)
Mon, 07 Jan 2008 03:40:27 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head d50f362e369f486aaf9a95a0d79ec0632743f07d)
Mon, 17 Dec 2007 08:20:42 +0000 Yoshiki Yazawa half baked fixes for file transfer.
Wed, 19 Sep 2007 08:27:28 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 1cb036aecbbe359226e69874379d39ce74c8daf6)
Wed, 08 Jul 2009 17:20:00 +0000 Mark Doliner Don't double-free the color hash table when deinitializing both prpl-yahoo
Sun, 05 Jul 2009 04:51:51 +0000 John Bailey Update for file renames.
Sun, 05 Jul 2009 02:23:43 +0000 John Bailey Convert the yahoo prpl to using the debug convenience functions instead of
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
Fri, 19 Jun 2009 20:34:02 +0000 John Bailey Ugly hack to get around needing a minor bump to make this authentication code
Tue, 14 Aug 2007 07:13:22 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head cb5420b4b28888af9a419d6ca29f524e552c9cf0)
Wed, 25 Apr 2007 07:57:26 +0000 Yoshiki Yazawa yaz patch has been applied.
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 03:14:03 +0000 Daniel Atallah applied changes from a5e7a62db1d43009f4ff463b7fe67ff3a7275a78
Sat, 19 Jan 2008 04:17:44 +0000 John Bailey Fix (hopefully) the last problem in this function. Refs #3295.
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
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
Tue, 15 Jan 2008 17:42:20 +0000 John Bailey Patch from Yusuke Odate, modified by me, to support retrieving the full
Sun, 06 Jan 2008 19:45:03 +0000 Thanumalayan This patch from Thanumalayan S. implements Yahoo protocol version 15 file
Sun, 16 Dec 2007 16:36:53 +0000 Will Thompson Make yahoo_html_to_codes deal with &apos; in messages being sent. Also correct
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, 12 Aug 2007 02:11:05 +0000 Daniel Atallah Use -1 as length with g_convert() functions instead of strlen()
Sat, 14 Apr 2007 17:07:52 +0000 Stu Tomlinson Stop Yahoo sending SPAN tags, fixes Yahoo part of ticket 78
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/