linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #00650
[Bug 548743] Re: Share is broken on >= 0.760
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 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 core on Linux. That is because of new check for hidden files (http://bazaar.launchpad.net/~dcplusplus-team/dcplusplus/trunk/revision/1903#dcpp/ShareManager.cpp and https://bugs.launchpad.net/dcplusplus/+bug/338888)
d_name memeber of dirent struct returns always "." when called on a folder so DirData::isHidden() return always true. That means no folder can be added to share and also current shared folders aren't shared if "Share hidden files" is false.
References