log libpurple/protocols/yahoo/libymsg.c @ 28122:b6a9e2079d50

age author description
Sat, 01 Aug 2009 15:59:40 +0000 Stu Tomlinson Use PURPLE_CONNECTION_ERROR_NETWORK_ERROR as the connection error
Sat, 01 Aug 2009 15:32:38 +0000 John Bailey Unbreak the string freeze.
Sat, 01 Aug 2009 08:50:19 +0000 Sulabh Mahajan Fix #9660. Reconnect, in case of error 52.
Sat, 01 Aug 2009 14:55:12 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Fri, 31 Jul 2009 00:46:38 +0000 Mark Doliner This comment shouldn't be doxigenated
Fri, 31 Jul 2009 08:35:37 +0900 Yoshiki Yazawa merge with im.pidgin.pidgin
Thu, 30 Jul 2009 03:42:26 +0000 Mike Ruprecht Don't crash when opening a tooltip for yahoo contacts who aren't on
Mon, 27 Jul 2009 15:42:19 +0900 Yoshiki Yazawa build fix
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
Sun, 26 Jul 2009 22:18:59 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Wed, 22 Jul 2009 15:06:07 +0000 John Bailey Fix #9745 as the submitter suggested. This doesn't appear to hurt anything.
Tue, 21 Jul 2009 04:24:46 +0000 Ka-Hing Cheung kevin_BB on irc was reporting that doing things on connect didn't work,
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)
Sat, 18 Jul 2009 03:36:33 +0000 John Bailey Change a crapton of our Yahoo! packets to use the session ID we're assigned
Fri, 17 Jul 2009 23:45:52 +0000 John Bailey Clean up a case of unnecessarily duplicated code.
Fri, 17 Jul 2009 00:37:59 +0000 John Bailey Display an error message when we receive error code 1013 from the Yahoo! logon
Wed, 15 Jul 2009 06:00:19 +0000 John Bailey Simplify a block here and kill one of those uber-lines that annoy grim.
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.
Mon, 13 Jul 2009 05:40:12 +0000 Elliott Sales de Andrade merge of '6bf1ed8cefd6bb5b980baf7501bcf6936634bd8d'
Mon, 13 Jul 2009 02:28:34 +0000 Sadrul Habib Chowdhury Set the back-reference to the connection from the proto-data.
Sun, 12 Jul 2009 18:48:59 +0000 Paul Aurich yahoo: Add the error code to the debug log.
Mon, 13 Jul 2009 05:24:33 +0000 Elliott Sales de Andrade Don't break string freeze.
Sun, 12 Jul 2009 18:47:57 +0000 Elliott Sales de Andrade If the error number is unknown, the error message should mention it, since
Fri, 10 Jul 2009 15:18:09 +0000 Sadrul Habib Chowdhury Allow setting some personal information for an account.
Thu, 09 Jul 2009 17:57:44 +0000 Sadrul Habib Chowdhury Fix denying auth requests from MSN buddies, and fix a leak.
Wed, 08 Jul 2009 17:02:07 +0000 Paul Aurich yahoo: Don't do anything in yahoo_status_text when disconnecting.
Wed, 08 Jul 2009 16:51:14 +0000 Paul Aurich Fix two errors when my p2p server connection times out.
Mon, 06 Jul 2009 09:08:17 +0000 Mark Doliner merge of '599603c54f97d6978ff312a4ff140857302b0033'
Mon, 06 Jul 2009 00:16:00 +0000 John Bailey Correctly determine if the prpl calling a given function is the Yahoo! JAPAN
Sun, 05 Jul 2009 23:56:07 +0000 John Bailey Moved functions around and made some no longer static. All the functions
Sun, 05 Jul 2009 14:31:37 +0000 John Bailey I believe this will correctly handle setting the yd->jp value under the new
Sun, 05 Jul 2009 14:14:14 +0000 John Bailey have a separate hash table function for each prpl.
Sun, 05 Jul 2009 05:35:05 +0000 John Bailey Very rudimentary start to separate prpls. Removed URI handler from the
Sun, 05 Jul 2009 04:51:51 +0000 John Bailey Update for file renames.
Sun, 05 Jul 2009 04:37:33 +0000 John Bailey Start of splitting yahoo into two separate prpls. Not sure if this even comes