rdt-client/server/RdtClient.Service
Claude f0a824d79a
docs: correct comments and changelog wording
- FilenameSanitizer class doc previously attributed the bug to "shell
  globbing, URI handling, and various download clients"; that was
  speculation about the mechanism. The confirmed cause is a failure
  inside the Bezzad Downloader NuGet package on Linux. Rewrite the
  class doc to describe what we actually know.

- SanitizeFilenameIfEnabled / SanitizePathIfEnabled said "returns it
  unchanged" when disabled, which isn't accurate for null input: we
  coerce to String.Empty so the return stays non-null. Spell that out.

- SanitizeFilename method summary rewritten to list exactly what it
  does rather than "problematic characters".

- Changelog entry said the setting is "on by default" but the default
  is OperatingSystem.IsLinux(). Fix the wording.
2026-04-24 04:43:19 +00:00
..
BackgroundServices Cleanup. 2026-02-23 20:04:53 -07:00
Helpers docs: correct comments and changelog wording 2026-04-24 04:43:19 +00:00
Middleware Cleanup. 2026-02-23 20:04:53 -07:00
Properties Added most functionality on the client and serverside 2020-04-04 15:12:04 -06:00
Services fix: sanitize RdName in TorBox MoveHashDirContents 2026-04-23 15:43:25 +00:00
Wrappers Global formatting. 2026-02-11 19:44:49 -07:00
DiConfig.cs Run formatters. 2026-03-14 13:41:30 -06:00
GlobalSuppressions.cs Global formatting. 2026-02-11 19:44:49 -07:00
RdtClient.Service.csproj Upgrade packages. 2026-03-14 13:39:51 -06:00
RdtClient.Service.csproj.user Refactored download processor. 2021-01-09 19:51:36 -07:00