Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Filter out empty string tags #876

Closed
wants to merge 651 commits into from
Closed

Filter out empty string tags #876

wants to merge 651 commits into from

Conversation

bendardenne
Copy link

@bendardenne bendardenne commented May 22, 2020

Description

This is a minor change. Manually tested. See issue #875 for details.

Related Issue

#875

Motivation and Context

See linked issue.

How Has This Been Tested?

Manually tested. Tags automatically set by rtorrent upon torrent insertion are no longer overwritten by flood.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

jplot
jplot previously approved these changes May 23, 2020
jesec and others added 29 commits November 1, 2020 22:11
…axUploadsDiv

No one knows what throttleMaxDownloadsDiv and throttleMaxUploadsDiv do. dhtStats
is not used. Let's remove them first to see how things go.
This simply won't work as we now support multiple clients. Each
client needs its own clientGatewayService which can only be
created by the user config.

Thus, let the form update user config directly.
It is only used to determine whether to use .tar extension when
download is requested. However, server sent Content-Disposition
header which already tells the browser the filename and it is
more accurate.

As such, remove this useless property.
jesec and others added 28 commits December 11, 2020 13:30
The space savings are less significant than expected, and
the detachment from official image layers actually makes
incremental updates longer.

Plus, arguably the image is much more extensible with
package managers.
This reverts commit 3c015c6.

Service worker does not work well with HTTP basic auth. Plus,
some caching policy problems need to be figured out first.
Example:

http://localhost:3000/?action=add-urls&url=magnet:?xt=urn:btih:a88fda5954e89178c372716a6a78b8180ed4dad3
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.