log libpurple/protocols/yahoo/yahoo.c @ 26151:68f14660843e

age author description
Sun, 28 Sep 2008 15:52:08 +0000 Sulabh Mahajan correct a malloc bug
Sat, 27 Sep 2008 15:36:16 +0000 Sulabh Mahajan During logging out close p2p server if it is waiting for peer to connect
Sat, 27 Sep 2008 15:30:10 +0000 Sulabh Mahajan dont initiate p2p connection with a peer, while we are waiting for another peer to conenct to us
Fri, 22 Aug 2008 20:25:56 +0000 Sulabh Mahajan Dont try connecting to those on sms or offline.
Fri, 22 Aug 2008 19:27:31 +0000 Sulabh Mahajan Remove bug that crashed pidgin when sending p2p pkt to a buddy not on
Fri, 22 Aug 2008 18:48:03 +0000 Sulabh Mahajan Fix a bug, where malloc failed to allocate memory at times, replaced
Fri, 22 Aug 2008 15:00:16 +0000 Sulabh Mahajan When sending a file, if there isn't a p2p connection, try establishing it.
Wed, 20 Aug 2008 21:37:09 +0000 Sulabh Mahajan remove p2p keepalive timer at logout
Wed, 20 Aug 2008 21:17:04 +0000 Sulabh Mahajan Dont try a p2p connection to non yahoo buddies
Wed, 20 Aug 2008 21:11:56 +0000 Sulabh Mahajan MSN Interoperability, add, remove buddies, change group, send im, etc
Wed, 20 Aug 2008 20:32:57 +0000 Sulabh Mahajan Implement keep alives for p2p connections, remove bug causing hundreds
Tue, 22 Jul 2008 18:57:02 +0000 Sulabh Mahajan Fix a bug, which results in trying to setup a p2p connection to self
Mon, 21 Jul 2008 09:07:42 +0000 Sulabh Mahajan Remove some bugs related to inserting some data into hash table, data for connected peers
Sun, 20 Jul 2008 15:27:22 +0000 Sulabh Mahajan Send and receive SMS through yahoo
Sun, 13 Jul 2008 14:19:59 +0000 Sulabh Mahajan propagate from branch 'im.pidgin.pidgin' (head d2e4560619da68f5b4346dcf1247908d88f39eb3)
Mon, 02 Mar 2009 18:47:27 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 431618de0f30a6938f7e14d2d61ee5d7738acd59)
Mon, 26 Jan 2009 09:12:04 +0000 Mark Doliner Change "screen name" to "username" or "buddy name" in a whole bunch of
Fri, 02 Jan 2009 22:35:12 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head f018e11a7ea08e07f22667e6daca2ec7e64f9710)
Mon, 08 Dec 2008 17:57:09 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 81aa401ac9855c99eb55a7cf91fa221860dee220)
Thu, 04 Dec 2008 04:42:27 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 97d295a04f3a9852a3b29cf0df43d56d1ddcc672)
Sat, 13 Dec 2008 05:45:27 +0000 Gary Kramlich propagate from branch 'im.pidgin.pidgin' (head d5bb29138cbe033bbfd8ec689203d73818765327)
Fri, 14 Nov 2008 06:45:16 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 5be7104ff151004112ce3f9c34446335024d06d8)
Fri, 19 Jun 2009 21:13:44 +0000 John Bailey Backport and apply Mark's changes in c586c7c63e038d187f56cc31c55b1e09dec584d2.
Fri, 19 Jun 2009 21:10:02 +0000 John Bailey *** Plucked rev cdbf018a5ef98397e81d541269550d9c6fded457 (sulabh@soc.pidgin.im):
Fri, 19 Jun 2009 20:58:44 +0000 John Bailey *** Plucked rev 3f699c081b38f9d19632fcee1c23cbc96fce3092 (sulabh@soc.pidgin.im):
Fri, 19 Jun 2009 20:57:03 +0000 John Bailey Manually apply revision 5c5977a6ed3591121ef82ff587586850b9dcd176 here. This
Fri, 19 Jun 2009 01:18:18 +0000 John Bailey Backport the parts of b859960a4a19f57f20db0536c1815a6d79e08e36 that apply to
Fri, 19 Jun 2009 01:07:51 +0000 John Bailey Backport a conjunction of the portions of revisions
Fri, 19 Jun 2009 00:56:37 +0000 John Bailey *** Plucked rev d0e53002eb30c6dbf9735ca50784d42141dfc96a (sulabh@soc.pidgin.im):
Wed, 13 May 2009 16:06:23 +0000 Sadrul Habib Chowdhury *** Plucked rev ecd9624a (sadrul@pidgin.im):
Sun, 10 May 2009 23:25:26 +0000 Paul Aurich *** Plucked rev f9080d0b (khc@pidgin.im):
Tue, 28 Apr 2009 20:46:53 +0000 Ethan Blanton applied changes from 6b5084da4501a491dab88006847c4e99fd4ce044
Sat, 27 Sep 2008 06:33:42 +0000 Sadrul Habib Chowdhury Start hiding blist.h internals in prpls.
Sat, 12 Jul 2008 19:44:24 +0000 Sulabh Mahajan minor changes in comments style and alphabetic ordering of header files.
Sat, 12 Jul 2008 19:24:34 +0000 Sulabh Mahajan changed gboolean connection_type to enum yahoo_p2p_connection_type
Sat, 12 Jul 2008 19:13:31 +0000 Sulabh Mahajan changed PKT_YAHOOSERVER and PKT_P2P, into enum yahoo_pkt_type
Sat, 12 Jul 2008 18:55:29 +0000 Sulabh Mahajan Better naming convention, prefix YAHOO_P2PSTATUS_ to values in the enum YahooP2PStatus
Sat, 12 Jul 2008 18:33:15 +0000 Sulabh Mahajan if(p2p_data->source >= 0) in place of if(p2p_data->source)
Wed, 02 Jul 2008 11:16:35 +0000 Sulabh Mahajan Check for session id (value for key 11) in the received IMs and Notifications against our session id. Disconnect in
Wed, 02 Jul 2008 07:22:58 +0000 Sulabh Mahajan Changed user_data to more apt p2p_data, change in variable name.
Wed, 02 Jul 2008 06:58:57 +0000 Sulabh Mahajan Act as a YMSG server on port 5101 for IMs and Notifications
Fri, 27 Jun 2008 16:02:30 +0000 Sulabh Mahajan Fall back to establishing connection as a client when unable to act as a server.
Fri, 27 Jun 2008 13:34:44 +0000 Sulabh Mahajan Sending of p2p packet, providing peer with our IP address to make a connection to us.
Tue, 17 Jun 2008 21:30:49 +0000 Sulabh Mahajan propagate from branch 'im.pidgin.pidgin' (head 420b71541a7786d593759ead8d775f487291fb97)
Tue, 17 Jun 2008 21:17:29 +0000 Sulabh Mahajan Send IMs and Typing notifications through p2p, Redesign p2p
Sat, 14 Jun 2008 08:53:43 +0000 Sulabh Mahajan Proper error handling for p2p connections
Fri, 13 Jun 2008 11:04:13 +0000 Sulabh Mahajan Close p2p connection when read() does not return anything.
Sun, 08 Jun 2008 21:08:48 +0000 Sulabh Mahajan Start idle at 1 min not 0 min and Probable description of service 0x07d1.
Sun, 08 Jun 2008 17:40:04 +0000 Sulabh Mahajan Support for YAHOO_PROCESS_MESSAGE and YAHOO_PROCESS_NOTIFY over p2p links.
Fri, 06 Jun 2008 17:28:37 +0000 Sulabh Mahajan Implementation of initial exchange of p2pxfer packets that initiates p2p file transfer. Some connection
Sun, 25 May 2008 20:08:12 +0000 Sulabh Mahajan Use HTTP/1.1 to get token to open inbox
Fri, 02 Jan 2009 23:14:27 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head b478b184a46116ac87ac85b8cd352ea564224019)
Sat, 06 Dec 2008 02:23:20 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head dd7a36be12180dba9663c2b740553e89711d7644)
Mon, 24 Nov 2008 10:59:08 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head df86c6f1de324e87828356aa8d5c369abd533b58)
Sat, 27 Sep 2008 04:44:17 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head 25e27ca0f73c4714d17fcdf83d0e4ce7e63bc55d)
Fri, 05 Sep 2008 03:24:01 +0000 Mike Ruprecht Missed this when propagating.
Fri, 05 Sep 2008 02:57:48 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head 25e6cb3cd762fe0e3dbb5ce67dd017555c8a26a8)
Wed, 27 Aug 2008 07:49:52 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head 9860b693346097316a1c47ef0fb094355c3e49ae)
Fri, 02 Jan 2009 07:43:30 +0000 Daniel Atallah Plug a small leak
Sat, 06 Dec 2008 01:38:48 +0000 Mark Doliner Add a debug line and remove a duplicate "login=" get parameter which
Thu, 04 Dec 2008 04:15:28 +0000 Mark Doliner Two functional changes here:
Thu, 13 Nov 2008 08:39:44 +0000 John Bailey This was originally a patch from Brian Geppert that corrected the 'silently
Tue, 23 Sep 2008 02:50:36 +0000 Daniel Atallah Only send a yahoo ping once an hour. The server doesn't like it when send it
Mon, 01 Sep 2008 14:11:51 +0000 Sadrul Habib Chowdhury Show 'ICQ UIN...' and 'Yahoo ID...' in the screenname field
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
Mon, 18 Aug 2008 06:31:08 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head 9db6cf3ac465ef3a7aca0eee0f47e02d3ea7b162)
Wed, 16 Jul 2008 21:55:08 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head e3ceb09b71185a9074ce73733f2a65b437c9a545)
Thu, 26 Jun 2008 20:25:38 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head 868098fbe53290a8abcc3307c6fec2c6054a5e00)
Tue, 27 May 2008 06:27:46 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 75f0460d3679231b61d572e76fe02534a597c6b5)
Sat, 22 Mar 2008 04:45:46 +0000 Sadrul Habib Chowdhury Patch from Marcus Lundblad ('mlundblad') to improve audio support in xmpp.
Sat, 15 Mar 2008 07:39:15 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 8ca6a80e2cd7fbbc59983f8ba370f7276e062db9)
Wed, 06 Feb 2008 19:44:41 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 16d99d9757384d801e4f13d991cb769a71f9c190)
Sat, 29 Dec 2007 16:54:15 +0000 Sadrul Habib Chowdhury Fix the prplinfo structs and get rid of some compile warnings.
Sat, 29 Dec 2007 06:34:59 +0000 Evan Schoenberg propagate from branch 'im.pidgin.pidgin' (head 7f8e027e1591ade622baf58a9dac216e7122c1ac)
Wed, 05 Sep 2007 00:47:58 +0000 Sean Egan Basic Google Talk voice call support. No UI; receiving a call auto-accepts it.
Sun, 10 Aug 2008 05:11:59 +0000 Elliott Sales de Andrade Change the other prpls to use new purple_prpl_{send,got}_attention API.
Thu, 17 Jul 2008 04:49:35 +0000 Daniel Atallah disapproval of revision '3d39da6c8014095cac3a0741bf6fc26219e7aff8'
Thu, 17 Jul 2008 04:38:07 +0000 Daniel Atallah Fix a double free when connecting to the sender of a bonjour file fails. Also plug a small leak. Fixes #5971.
Tue, 01 Jul 2008 23:40:13 +0000 Evan Schoenberg Added "website" and "dev_website" items to the ui_info GHashTable,
Tue, 01 Jul 2008 21:58:23 +0000 Evan Schoenberg disapproval of revision 'f15338f57c0920b685e5164d2f53e50a6d0f64b7'
Tue, 01 Jul 2008 18:06:32 +0000 Evan Schoenberg Use CLIENT_WEBSITE rather than PURPLE_WEBSITE in libpurple. If the build
Thu, 26 Jun 2008 09:07:56 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin.2.4.3' (head 709ec9c29e9d76eebbded25061107ef0a2a2b148)
Wed, 04 Jun 2008 03:22:36 +0000 Daniel Atallah Yahoo seems to always send messages encoded in utf-8 now. Hopefully this
Wed, 07 May 2008 12:14:28 +0000 Evan Schoenberg propagate from branch 'im.pidgin.pidgin' (head d7144f5dbbde09137aff1ceadfd419e25303bf7d)
Mon, 05 May 2008 06:55:00 +0000 Sadrul Habib Chowdhury Patch from Jaywalker to let prpls add some helpful text for some account
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
Mon, 10 Dec 2007 02:07:01 +0000 Daniel Atallah Patch from Alex Badea to support receiving files from Yahoo users using the newer yahoo protocol. Committing this is very long overdue, it somehow slipped through the cracks for a long time. References #708.
Sun, 09 Dec 2007 10:08:40 +0000 Sadrul Habib Chowdhury We need to use the actual username for attentions, instead of alias. This should fix the 'new im for buzz' bug on yahoo.
Sat, 17 Nov 2007 00:12:30 +0000 Richard Laager This merge has the effect of reverting the hinting code from trunk.
Fri, 16 Nov 2007 01:59:59 +0000 Daniel Atallah Fix #3421 by checking for an existing conversation in which to display a yahoo buzz.
Sun, 11 Nov 2007 21:41:59 +0000 Will Thompson Use PURPLE_CONNECTION_ERROR_INVALID_USERNAME in oscar and yahoo, which were