Summary: | Kopete can receive but not send files in Yahoo | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | aries k <outatime0001> |
Component: | Yahoo Plugin | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.0.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.7.0 | |
Sentry Crash Report: |
Description
aries k
2010-06-23 07:20:01 UTC
SVN commit 1216829 by rkcosta: libkyahoo: Apply some fixes related to sending and receiving files. From the ReviewBoard request: Receive part: a) protocol (as reading from various places) suggests that first a HEAD and then GET should be done. Current code was asking them in parallel. b) fixed the way sending the header was done. Sending: a) changed to an async method of doing the send b) send buffer size is dynamic to try to send as much as possible c) ... various - made it work. Maybe fixes also #194833 although I'm not very sure what is that one about. Original patch by Cristi Posoiu <cristi.posoiu AT gmail>, thanks! Cannot backport due to the string additions. BUG: 242557 FIXED-IN: 4.7.0 M +73 -11 receivefiletask.cpp M +2 -0 receivefiletask.h M +140 -35 sendfiletask.cpp M +14 -0 sendfiletask.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1216829 Glad to hear this has been worked on. Can't wait to try the 4.7.0 version to see how well sending a file in Yahoo works now. Thanks again. |