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