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...