summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update yahoo.c as per im.pidgin.pidgin to resolve conflictssoc.2008.yahooSulabh Mahajan2009-03-081-17/+23
* clear a double free bugSulabh Mahajan2009-03-081-1/+1
* propagate from branch 'im.pidgin.pidgin' (head 44bc908b19fb97843db781e2a5bb67...Sulabh Mahajan2009-03-018-180/+1560
|\
| * When acting as a p2p server, send HTTP OK after receiving file.Sulabh Mahajan2009-03-011-0/+24
| * fix a bug in libpurple that prevented receiving file transfers to be marked c...Sulabh Mahajan2009-01-281-1/+5
| * use "msn/" rather than "wlm/"Sulabh Mahajan2009-01-282-57/+57
| * msn interoperability : presence settingsSulabh Mahajan2009-01-211-6/+27
| * msn interoperability: change groupsSulabh Mahajan2009-01-211-2/+10
| * initialize *pkt to NULL, remove a warning from the compilerSulabh Mahajan2009-01-201-1/+1
| * propagate from branch 'im.pidgin.pidgin' (head 0ae013105e09b64fc32d287a87fd4b...Sulabh Mahajan2009-01-20397-55064/+74999
| |\
| * | clearing conflicts while merging from im.pidgin.pidgin to im.pidgin.soc.2008....Sulabh Mahajan2009-01-201-0/+18
| * | implement wlm interoperability, add/message friends using wlm/<wlm id> as id,...Sulabh Mahajan2009-01-201-75/+195
| * | identify when packet bounces back and contains our own ip insteadSulabh Mahajan2008-11-141-2/+2
| * | remove connection timeout if already connectedSulabh Mahajan2008-11-141-0/+4
| * | set fd to -1 initially, if not done, no p2p connection is initiated ever.Sulabh Mahajan2008-11-141-0/+1
| * | resolved conflict -- merged im.pidgin.pidgin to im.pidgin.soc.2008.yahooSulabh Mahajan2008-11-123-45/+901
| * | propagate from branch 'im.pidgin.pidgin' (head 9f21d921daaff1f32e52c0c6857d7f...Sulabh Mahajan2008-11-124-70/+412
| |\ \
| | * | resolving conflict - merging im.pidgin.pidgin to im.pidgin.soc.2008.yahooSulabh Mahajan2008-11-123-942/+111
| | * | set yahoo_p2p_server_watcher, yahoo_p2p_server_timeout_handle to 0; check for...Sulabh Mahajan2008-11-121-1/+5
| | * | Add timeout to p2p server accepting connectionsSulabh Mahajan2008-09-282-1/+25
| | * | correct a malloc bugSulabh Mahajan2008-09-281-2/+1
| | * | During logging out close p2p server if it is waiting for peer to connectSulabh Mahajan2008-09-271-0/+5
| | * | dont initiate p2p connection with a peer, while we are waiting for another pe...Sulabh Mahajan2008-09-271-0/+4
| | * | Dont try connecting to those on sms or offline.Sulabh Mahajan2008-08-221-0/+4
| | * | Remove bug that crashed pidgin when sending p2p pkt to a buddy not onSulabh Mahajan2008-08-221-4/+4
| | * | Fix a bug, where malloc failed to allocate memory at times, replacedSulabh Mahajan2008-08-221-2/+1
| | * | When sending a file, if there isn't a p2p connection, try establishing it.Sulabh Mahajan2008-08-223-1/+8
| | * | remove p2p keepalive timer at logoutSulabh Mahajan2008-08-201-0/+2
| | * | Dont try a p2p connection to non yahoo buddiesSulabh Mahajan2008-08-201-0/+4
| | * | MSN Interoperability, add, remove buddies, change group, send im, etcSulabh Mahajan2008-08-202-18/+71
| | * | Implement keep alives for p2p connections, remove bug causing hundredsSulabh Mahajan2008-08-202-14/+51
| | * | Fix a bug, which results in trying to setup a p2p connection to selfSulabh Mahajan2008-07-221-0/+5
| | * | Remove some bugs related to inserting some data into hash table, data for con...Sulabh Mahajan2008-07-211-25/+33
| | * | Use purple_util_chrreplace instead of g_strsplit then g_strjoinvSulabh Mahajan2008-07-201-4/+2
| | * | Remove check of version for file transfer, use only version 15 file transferSulabh Mahajan2008-07-201-19/+7
| | * | Send and receive SMS through yahooSulabh Mahajan2008-07-202-1/+244
| | * | propagate from branch 'im.pidgin.pidgin' (head 70ad66bcda1ba097d9513663fd1bd8...Sulabh Mahajan2008-07-137-95/+918
| | |\ \
| | | * | Fix file transfer to a user not in buddy list, defaulting to use v15Sulabh Mahajan2008-07-131-1/+4
| | | * | minor changes in comments style and alphabetic ordering of header files.Sulabh Mahajan2008-07-125-98/+98
| | | * | changed gboolean connection_type to enum yahoo_p2p_connection_typeSulabh Mahajan2008-07-123-5/+10
| | | * | changed PKT_YAHOOSERVER and PKT_P2P, into enum yahoo_pkt_typeSulabh Mahajan2008-07-122-14/+15
| | | * | Better naming convention, prefix YAHOO_P2PSTATUS_ to values in the enum Yahoo...Sulabh Mahajan2008-07-122-13/+13
| | | * | if(p2p_data->source >= 0) in place of if(p2p_data->source)Sulabh Mahajan2008-07-121-1/+1
| | | * | f->p2p_packet_sent and f->p2p_status initialization in yahoo_friend_new() red...Sulabh Mahajan2008-07-121-2/+0
| | | * | Receive files when we are p2p serverSulabh Mahajan2008-07-111-46/+92
| | | * | Add + in place of spaces in p2p url, fixes transfer of file with name contain...Sulabh Mahajan2008-07-091-2/+9
| | | * | Send file by p2p when we are serverSulabh Mahajan2008-07-091-11/+185
| | | * | Check for session id (value for key 11) in the received IMs and Notifications...Sulabh Mahajan2008-07-023-20/+53
| | | * | Changed user_data to more apt p2p_data, change in variable name.Sulabh Mahajan2008-07-021-71/+71
| | | * | Act as a YMSG server on port 5101 for IMs and NotificationsSulabh Mahajan2008-07-022-67/+144