[Linuxdcpp-team] [Bug 548743] Re: Share is broken on >= 0.760

2010-03-28 Thread Steven Sheehy
netcelli, can you test this patch? If it works for you I'll go ahead and commit it. By the way, is your client an update of dc-qt or is it brand new? If the latter, do you have a project website yet? ** Patch added: "hidden.patch" http://launchpadlibrarian.net/42338714/hidden.patch -- Share

[Linuxdcpp-team] [Branch ~dcplusplus-team/adchpp/trunk] Rev 307: update the VS arch selection to work with SCons 1.3

2010-03-28 Thread noreply
revno: 307 committer: poy branch nick: repo timestamp: Sun 2010-03-28 23:49:18 +0200 message: update the VS arch selection to work with SCons 1.3 modified: SConstruct -- lp:adchpp https://code.launchpad.net/~dcplusplus-team/adchpp/

[Linuxdcpp-team] [Branch ~dcplusplus-team/adchpp/trunk] Rev 306: update the VS arch selection to work with SCons 1.3

2010-03-28 Thread noreply
revno: 306 committer: poy branch nick: repo timestamp: Sun 2010-03-28 23:47:54 +0200 message: update the VS arch selection to work with SCons 1.3 modified: SConstruct -- lp:adchpp https://code.launchpad.net/~dcplusplus-team/adchpp/

[Linuxdcpp-team] [Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2119: OpenSSL 0.9.8n

2010-03-28 Thread noreply
revno: 2119 committer: poy branch nick: repo timestamp: Sun 2010-03-28 23:41:51 +0200 message: OpenSSL 0.9.8n modified: changelog.txt openssl/include/openssl/engine.h openssl/include/openssl/obj_mac.h openssl/include/openssl/op

[Linuxdcpp-team] [Bug 548743] Re: Share is broken on >= 0.760

2010-03-28 Thread poy
it might be better to update FileFindIter itself rather than this particular occurence of it. there is another place in ShareManager where i have re-used FileFindIter, i hope it doesn't fall under these same problems... -- Share is broken on >= 0.760 https://bugs.launchpad.net/bugs/548743 You re

[Linuxdcpp-team] [Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2118: update the VS arch selection to work with SCons 1.3

2010-03-28 Thread noreply
revno: 2118 committer: poy branch nick: repo timestamp: Sun 2010-03-28 22:35:55 +0200 message: update the VS arch selection to work with SCons 1.3 modified: SConstruct -- lp:dcplusplus https://code.launchpad.net/~dcplusplus-team/dc

[Linuxdcpp-team] [Bug 550300] Re: Possible file corruption

2010-03-28 Thread eMTee
Looks like the attached patch (by Big Muscle) solves the problem so the corrupted file can't go into the finished downloads folder anymore. However, 1. the wrong source kept in the queue resulting infinite redownload of the corrupted file. 2. a successful exploitation of this vulnerability needs

[Linuxdcpp-team] [Bug 548743] Re: Share is broken on >= 0.760

2010-03-28 Thread netcelli
I'm using my own UI developed with QT. -- Share is broken on >= 0.760 https://bugs.launchpad.net/bugs/548743 You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. Status in DC++: New Bug description: Share doesn't work anymore with Last cor

[Linuxdcpp-team] [Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2117: fix compilation with VC++

2010-03-28 Thread noreply
revno: 2117 committer: poy branch nick: repo timestamp: Sun 2010-03-28 19:50:53 +0200 message: fix compilation with VC++ modified: dwt/src/widgets/TextBox.cpp win32/stdafx.h -- lp:dcplusplus https://code.launchpad.net/~dcplusplus

[Linuxdcpp-team] [Bug 550300] Re: Possible file corruption

2010-03-28 Thread eMTee
** Changed in: dcplusplus Status: New => Confirmed -- Possible file corruption https://bugs.launchpad.net/bugs/550300 You received this bug notification because you are a member of Dcplusplus-team, which is a direct subscriber. Status in DC++: Confirmed Bug description: This bug happens

[Linuxdcpp-team] [Bug 550300] Re: Possible file corruption

2010-03-28 Thread eMTee
If its true then this way any potentially dangerous file can be downloaded from a rogue client which responds so it shares eg. a file which has a TTH that is equal to some orginal harmless file. I set this report private until further investigation... ** Changed in: dcplusplus Importance: Und

[Linuxdcpp-team] [Bug 550300] Re: Possible file corruption

2010-03-28 Thread eMTee
** Visibility changed to: Private -- Possible file corruption https://bugs.launchpad.net/bugs/550300 You received this bug notification because you are a member of Dcplusplus-team, which is a direct subscriber. Status in DC++: New Bug description: This bug happens due to following source code:

[Linuxdcpp-team] [Bug 550300] [NEW] Possible file corruption

2010-03-28 Thread Big Muscle
Public bug reported: This bug happens due to following source code: FilteredFile.h, line 141: flushed = true; Flushed flag is set to true although file is not flushed at this time. It causes that flushing in DownloadManager::endData() fails, because it thinks that file has already been flushed.

[Linuxdcpp-team] [Bug 548743] Re: Share is broken on >= 0.760

2010-03-28 Thread Razzloss
Can't check the source since I'm sitting in a train, but is this same function used for checking for hidden files also? If it is it seems that those would be missed by the patch, since only the containing dir name is checked, not the filename. (getLastDir returns the last directory not the last pa

Re: [Linuxdcpp-team] [Question #105657]: Connect Failed: Connection Closed

2010-03-28 Thread Olorin
Question #105657 on LinuxDC++ changed: https://answers.launchpad.net/linuxdcpp/+question/105657 Status: Needs information => Answered Olorin proposed the following answer: There exist some king of "local" hubs where allowed IPs are only the LAN IPs or Inet IPs which are from the ISP. -- You

[Linuxdcpp-team] [Bug 548743] Re: Share is broken on >= 0.760

2010-03-28 Thread eMTee
Ok, but before commit I'd wait for an approval from the LinuxDC++ guys, too... ** Patch added: "nixhidden2.patch" http://launchpadlibrarian.net/42267051/nixhidden2.patch -- Share is broken on >= 0.760 https://bugs.launchpad.net/bugs/548743 You received this bug notification because you are a

[Linuxdcpp-team] [Bug 548743] Re: Share is broken on >= 0.760

2010-03-28 Thread netcelli
The patch doesn't work. Correct solution would be return(BOOLSETTING(SHARE_HIDDEN) || !(Util::getLastDir(aName)[0] == '.')) Dir path should end with '/' or it doesn't work. -- Share is broken on >= 0.760 https://bugs.launchpad.net/bugs/548743 You received this bug notification because you are a