Mercurial > pidgin
graph
-
changed gboolean connection_type to enum yahoo_p2p_connection_typeSat, 12 Jul 2008 19:24:34 +0000, by Sulabh Mahajan
-
changed PKT_YAHOOSERVER and PKT_P2P, into enum yahoo_pkt_typeSat, 12 Jul 2008 19:13:31 +0000, by Sulabh Mahajan
-
Better naming convention, prefix YAHOO_P2PSTATUS_ to values in the enum YahooP2PStatusSat, 12 Jul 2008 18:55:29 +0000, by Sulabh Mahajan
-
if(p2p_data->source >= 0) in place of if(p2p_data->source)Sat, 12 Jul 2008 18:33:15 +0000, by Sulabh Mahajan
-
f->p2p_packet_sent and f->p2p_status initialization in yahoo_friend_new() redundantSat, 12 Jul 2008 18:28:22 +0000, by Sulabh Mahajan
-
Receive files when we are p2p serverFri, 11 Jul 2008 19:03:59 +0000, by Sulabh Mahajan
-
Add + in place of spaces in p2p url, fixes transfer of file with name containing spacesWed, 09 Jul 2008 18:19:37 +0000, by Sulabh Mahajan
-
Send file by p2p when we are serverWed, 09 Jul 2008 15:05:09 +0000, by Sulabh Mahajan
-
Check for session id (value for key 11) in the received IMs and Notifications against our session id. Disconnect inWed, 02 Jul 2008 11:16:35 +0000, by Sulabh Mahajan
-
Changed user_data to more apt p2p_data, change in variable name.Wed, 02 Jul 2008 07:22:58 +0000, by Sulabh Mahajan
-
Act as a YMSG server on port 5101 for IMs and NotificationsWed, 02 Jul 2008 06:58:57 +0000, by Sulabh Mahajan
-
Fall back to establishing connection as a client when unable to act as a server.Fri, 27 Jun 2008 16:02:30 +0000, by Sulabh Mahajan
-
Sending of p2p packet, providing peer with our IP address to make a connection to us.Fri, 27 Jun 2008 13:34:44 +0000, by Sulabh Mahajan
-
Support for P2P file transfer (SEND), when we are client to the peerSat, 21 Jun 2008 14:34:38 +0000, by Sulabh Mahajan
-
propagate from branch 'im.pidgin.pidgin' (head 420b71541a7786d593759ead8d775f487291fb97)Tue, 17 Jun 2008 21:30:49 +0000, by Sulabh Mahajan
-
* free xmlnodes after bosh receive callback is calledMon, 18 Aug 2008 17:08:01 +0000, by Tobias Markmann
-
* removing some comment with XML exampleMon, 18 Aug 2008 16:20:46 +0000, by Tobias Markmann
-
* fixing a bug in jabber_bosh_http_connection_receive_parse_header()Mon, 18 Aug 2008 15:44:43 +0000, by Tobias Markmann
-
* adding some missing documentationMon, 18 Aug 2008 11:11:32 +0000, by Tobias Markmann
-
* sending empty <body> requests if there are not othere requests to be answered to keep a CM -> client channel openMon, 18 Aug 2008 08:42:37 +0000, by Tobias Markmann
-
* data buffer for received data. Support for any HTTP resonse size now.Sat, 16 Aug 2008 21:28:32 +0000, by Tobias Markmann
-
* moving BOSH interfacing from jabber_send to jabber_send_rawFri, 15 Aug 2008 16:35:32 +0000, by Tobias Markmann
-
* using libpurple's internal SASL mechanisms during BOSH authentication phaseFri, 15 Aug 2008 14:02:21 +0000, by Tobias Markmann
-
* sending some User-AgentTue, 12 Aug 2008 12:48:25 +0000, by Tobias Markmann
-
* calling PurpleBOSHConnection's receive_cbTue, 12 Aug 2008 12:40:48 +0000, by Tobias Markmann
-
* parsing HTTP response and emitting HTTP request callbackMon, 11 Aug 2008 21:28:05 +0000, by Tobias Markmann
-
* preparing handling of multiple requests for pipelining supportSat, 09 Aug 2008 23:07:58 +0000, by Tobias Markmann
-
* doing HTTP requestsSat, 09 Aug 2008 22:16:11 +0000, by Tobias Markmann