rdt-client/server/RdtClient.Service/Services
Claude 541489d0d3
fix: sanitize RdName in TorBox MoveHashDirContents
UnpackClient now sanitizes the torrent directory name when building
extractPath, so the post-unpack TorBox move needs to compare against
the sanitized name as well. Without this, extractPath.EndsWith(rdName)
takes the wrong branch for any torrent whose RdName contained brackets
and files end up in the hash subdirectory instead of the torrent
directory.

Reported by @omgbeez.
2026-04-23 15:43:25 +00:00
..
DebridClients fix: sanitize RdName in TorBox MoveHashDirContents 2026-04-23 15:43:25 +00:00
Downloaders Global formatting. 2026-02-11 19:44:49 -07:00
Authentication.cs Usenet support 2026-02-13 13:15:57 -05:00
DownloadableFileFilter.cs Global formatting. 2026-02-11 19:44:49 -07:00
DownloadClient.cs feat: strip problematic characters from downloaded filenames 2026-04-23 06:19:25 +00:00
Downloads.cs Global formatting. 2026-02-11 19:44:49 -07:00
Enricher.cs Global formatting. 2026-02-11 19:44:49 -07:00
IDownloads.cs Use richer GetDownloadInfos instead of GetDownloadLinks 2025-03-11 12:12:16 +00:00
ITrackerListGrabber.cs Global formatting. 2026-02-11 19:44:49 -07:00
QBittorrent.cs feat: strip problematic characters from downloaded filenames 2026-04-23 06:19:25 +00:00
RdtHub.cs Global formatting. 2026-02-11 19:44:49 -07:00
RemoteService.cs Cleanup. 2026-02-23 20:04:53 -07:00
Sabnzbd.cs feat: strip problematic characters from downloaded filenames 2026-04-23 06:19:25 +00:00
Settings.cs Global formatting. 2026-02-11 19:44:49 -07:00
TorrentRunner.cs Run formatters. 2026-03-14 13:41:30 -06:00
Torrents.cs feat: strip problematic characters from downloaded filenames 2026-04-23 06:19:25 +00:00
TrackerListGrabber.cs Global formatting. 2026-02-11 19:44:49 -07:00
UnpackClient.cs feat: strip problematic characters from downloaded filenames 2026-04-23 06:19:25 +00:00