mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-06-24 00:51:06 -05:00
[PR #232] [MERGED] Add handling type of malware when containing thepirateheaven.org file #211
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Cleanuparr/Cleanuparr/pull/232
Author: @Flaminel
Created: 7/6/2025
Status: ✅ Merged
Merged: 7/7/2025
Merged by: @Flaminel
Base:
main← Head:add_alien_romulus_malware_handling📝 Commits (2)
e00d899added handling Alien Romulus type of malwarefff2cd1fixed qbit handling📊 Changes
8 files changed (+65 additions, -3 deletions)
View changed files
📝
code/backend/Cleanuparr.Application/Features/ContentBlocker/ContentBlocker.cs(+2 -2)📝
code/backend/Cleanuparr.Domain/Enums/DeleteReason.cs(+1 -0)📝
code/backend/Cleanuparr.Infrastructure/Features/ContentBlocker/BlocklistProvider.cs(+11 -0)📝
code/backend/Cleanuparr.Infrastructure/Features/DownloadClient/BlockFilesResult.cs(+5 -1)📝
code/backend/Cleanuparr.Infrastructure/Features/DownloadClient/Deluge/DelugeServiceCB.cs(+18 -0)📝
code/backend/Cleanuparr.Infrastructure/Features/DownloadClient/DownloadService.cs(+10 -0)📝
code/backend/Cleanuparr.Infrastructure/Features/DownloadClient/QBittorrent/QBitServiceCB.cs(+9 -0)📝
code/backend/Cleanuparr.Infrastructure/Features/DownloadClient/Transmission/TransmissionServiceCB.cs(+9 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.