[PR #232] [MERGED] Add handling type of malware when containing thepirateheaven.org file #211

Closed
opened 2025-10-09 17:00:16 -05:00 by giteasync · 0 comments
Owner

📋 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: mainHead: add_alien_romulus_malware_handling


📝 Commits (2)

  • e00d899 added handling Alien Romulus type of malware
  • fff2cd1 fixed 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Cleanuparr/Cleanuparr/pull/232 **Author:** [@Flaminel](https://github.com/Flaminel) **Created:** 7/6/2025 **Status:** ✅ Merged **Merged:** 7/7/2025 **Merged by:** [@Flaminel](https://github.com/Flaminel) **Base:** `main` ← **Head:** `add_alien_romulus_malware_handling` --- ### 📝 Commits (2) - [`e00d899`](https://github.com/Cleanuparr/Cleanuparr/commit/e00d899276952ee99bde0880a83f5adeeb578a73) added handling Alien Romulus type of malware - [`fff2cd1`](https://github.com/Cleanuparr/Cleanuparr/commit/fff2cd117855f4c18e7858d2bd2e652919ac3d3e) fixed qbit handling ### 📊 Changes **8 files changed** (+65 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
giteasync added the pull-request label 2025-10-09 17:00:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Cleanuparr#211