log libpurple/protocols/yahoo/yahoo.c @ 23111:718a9c287839

age author description
Mon, 05 May 2008 06:19:46 +0000 Sadrul Habib Chowdhury Use up the last padding for PurplePluginProtocolInfo in a way that allows
Tue, 01 Jul 2008 21:49:46 +0000 Evan Schoenberg disapproval of revision '10564049c98925d0ce0ece64a5af0fe1efd723e7'
Tue, 01 Jul 2008 21:33:14 +0000 Evan Schoenberg applied changes from e8233b3a32b1383e10d9591fee51f5ecb99a40ce
Thu, 19 Jun 2008 03:10:06 +0000 Daniel Atallah applied changes from 7c685eb0aa3fae374b80d8431c870353a2f412d0
Sat, 03 May 2008 21:03:13 +0000 Daniel Atallah Leak fixes. Avoid creating an unnecessary parallel data structure to YahooFriend.
Wed, 30 Apr 2008 08:46:51 +0000 Mark Doliner Change the string "screen name" to "username" everywhere. I think most
Thu, 17 Apr 2008 13:48:34 +0000 Daniel Atallah Add missing newline to debug message. Fixes #5546.
Mon, 14 Apr 2008 20:35:47 +0000 Mark Doliner I don't consider this an error.
Thu, 06 Mar 2008 06:59:56 +0000 Mark Doliner Fix a missing a comma
Thu, 06 Mar 2008 00:04:03 +0000 Evan Schoenberg Added some comments and debug logging to yahoo_process_ignore() gleaned from libyahoo2's implementation, from which I guess our prpl was forked (?) given how similar many functions are.
Wed, 05 Mar 2008 00:26:44 +0000 Evan Schoenberg Fixed bug in which Yahoo contacts were erroneously considered to be blocked,
Sun, 24 Feb 2008 18:21:02 +0000 John Bailey merge of '4bc84ea5ca10129cd5e46b2f0f8f8e6b6a9146b3'
Wed, 06 Feb 2008 18:06:44 +0000 John Bailey Simplified version of the newest patch on #4533 to not try Yahoo protocol
Fri, 01 Feb 2008 02:53:51 +0000 Mark Doliner Our Yahoo! protocol has this crappy implementation where it tries
Fri, 01 Feb 2008 02:09:11 +0000 Mark Doliner Clean up a function
Fri, 01 Feb 2008 02:05:32 +0000 Mark Doliner Yahoo! has no permit list, so get rid of the add_permit and rem_permit prpl
Thu, 31 Jan 2008 23:27:59 +0000 Mark Doliner Use the group passed into yahoo_add_buddy() instead of looking
Thu, 31 Jan 2008 22:58:11 +0000 Mark Doliner Get rid of yahoo_privacy_check and use purple_privacy_check directly.
Thu, 31 Jan 2008 22:11:53 +0000 Mark Doliner Some very minor cleanup
Thu, 31 Jan 2008 02:13:30 +0000 Mark Doliner Revert bfc4df11256d088d75b0512bb0c4790967b68b19 because the code is
Wed, 23 Jan 2008 23:28:38 +0000 Sean Egan Don't send keep-alives if we've received data since in the last KEEPALIVE_INTERVAL seconds
Sun, 13 Jan 2008 22:44:01 +0000 John Bailey This adds accessor and mutator API for the PurpleAttentionType struct.
Sat, 12 Jan 2008 02:24:51 +0000 John Bailey propagate from branch 'im.pidgin.pidgin' (head cc7917983d28560aebe8a2b4ba1d8135b856dce5)
Sun, 24 Feb 2008 18:20:52 +0000 John Bailey A patch from Gideon N. Guillen, with some minor modifications from me. This
Wed, 09 Jan 2008 19:10:27 +0000 Daniel Atallah Fix a crash when accepting/denying a yahoo auth. request when the account is disconnected. References #4581
Sun, 06 Jan 2008 21:56:12 +0000 John Bailey Fix a couple compile warnings.
Sun, 06 Jan 2008 21:47:02 +0000 John Bailey Fix my typo
Sun, 06 Jan 2008 21:15:17 +0000 John Bailey Some readability changes. Refs #4533.
Sun, 06 Jan 2008 19:45:03 +0000 Thanumalayan This patch from Thanumalayan S. implements Yahoo protocol version 15 file
Sun, 06 Jan 2008 19:28:49 +0000 John Bailey Revert patch that added receive-only transfer support for Yahoo protocol