Tue, 28 Apr 2009 18:57:16 +0000 |
Sadrul Habib Chowdhury |
Fix a crash when sending too large a message in yahoo.
|
Mon, 27 Apr 2009 17:49:36 +0000 |
Sadrul Habib Chowdhury |
Fix a couple of runtime-warnings when disconnecting a yahoo account.
|
Wed, 15 Apr 2009 15:46:31 +0000 |
Sulabh Mahajan |
Remove a bug where host_ip was accessed after freeing it.
|
Sat, 11 Apr 2009 21:54:06 +0000 |
Paul Aurich |
Fix two int/size_t format build warnings on 64-bit
|
Wed, 08 Apr 2009 16:45:16 +0000 |
Sadrul Habib Chowdhury |
Plug a possible leak. Initialize fd to -1. Avoid unnecessary strdup.
|
Wed, 08 Apr 2009 16:28:17 +0000 |
Sadrul Habib Chowdhury |
Initialize file descriptors to -1.
|
Mon, 16 Mar 2009 02:33:48 +0000 |
Mike Ruprecht |
propagate from branch 'im.pidgin.pidgin' (head 5573ab30de2e34d78f13bad8ae0b2ac5de6d1083)
|
Sun, 08 Mar 2009 06:24:15 +0000 |
Sulabh Mahajan |
propagate from branch 'im.pidgin.pidgin' (head aa9e255d8e32921a2fe4e6bd74fe36d1ffdc9ec1)
|
Sun, 08 Mar 2009 06:20:04 +0000 |
Sulabh Mahajan |
Update yahoo.c as per im.pidgin.pidgin to resolve conflicts
|
Sun, 08 Mar 2009 05:45:46 +0000 |
Sulabh Mahajan |
clear a double free bug
|
Wed, 28 Jan 2009 07:01:37 +0000 |
Sulabh Mahajan |
use "msn/" rather than "wlm/"
|
Wed, 21 Jan 2009 08:55:05 +0000 |
Sulabh Mahajan |
msn interoperability: change groups
|
Tue, 20 Jan 2009 18:08:36 +0000 |
Sulabh Mahajan |
initialize *pkt to NULL, remove a warning from the compiler
|
Tue, 20 Jan 2009 17:44:36 +0000 |
Sulabh Mahajan |
propagate from branch 'im.pidgin.pidgin' (head eeaad582dcb34b6753c78371c4aa03af92b095f5)
|
Tue, 20 Jan 2009 17:11:35 +0000 |
Sulabh Mahajan |
clearing conflicts while merging from im.pidgin.pidgin to im.pidgin.soc.2008.yahoo
|
Tue, 20 Jan 2009 16:28:40 +0000 |
Sulabh Mahajan |
implement wlm interoperability, add/message friends using wlm/<wlm id> as id, note prefix "wlm/"
|
Fri, 14 Nov 2008 09:21:26 +0000 |
Sulabh Mahajan |
identify when packet bounces back and contains our own ip instead
|
Fri, 14 Nov 2008 08:08:59 +0000 |
Sulabh Mahajan |
remove connection timeout if already connected
|
Fri, 14 Nov 2008 07:07:43 +0000 |
Sulabh Mahajan |
set fd to -1 initially, if not done, no p2p connection is initiated ever.
|
Wed, 12 Nov 2008 10:23:13 +0000 |
Sulabh Mahajan |
resolved conflict -- merged im.pidgin.pidgin to im.pidgin.soc.2008.yahoo
|
Wed, 12 Nov 2008 10:17:38 +0000 |
Sulabh Mahajan |
resolving conflict - merging im.pidgin.pidgin to im.pidgin.soc.2008.yahoo
|
Wed, 12 Nov 2008 08:19:56 +0000 |
Sulabh Mahajan |
set yahoo_p2p_server_watcher, yahoo_p2p_server_timeout_handle to 0; check for nonnegative fd instead of nonzero;
|
Sun, 28 Sep 2008 16:03:24 +0000 |
Sulabh Mahajan |
Add timeout to p2p server accepting connections
|
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.
|