← Back to team overview

linuxdcpp-team team mailing list archive

[Bug 1115765] Re: [Feature Request] Exclude certain file extensions

 

looking perfect! please commit.

one detail: please change boost::replace_all to Util::replace which is a
hand-made version of the former; it is safer for the time being as boost
likes to play tricks with locales (could affect performance or even
produce wrong results). when the time comes and boost has been properly
evaluated, Util::replace could then redirect to it.

-- 
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to DC++.
https://bugs.launchpad.net/bugs/1115765

Title:
  [Feature Request] Exclude certain file extensions

Status in DC++:
  In Progress

Bug description:
  It would be nice if DC++ can exclude certain file extensions like it
  does for hidden folders and prevent them from being hashed.

  DC++ will often take the file lock to hash incomplete files, which
  happens often when a download from a external program is stalled, and
  causes problems when trying to continue the download.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dcplusplus/+bug/1115765/+subscriptions


References