[PR #587] [MERGED] Add attachment reupload for deleted messages #654

Closed
opened 2026-02-15 15:56:32 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/587
Author: @13xforever
Created: 5/12/2020
Status: Merged
Merged: 5/12/2020
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (5)

  • 60a7536 use the new async methods for the pipe
  • 7122bea added an option to log deleted messages for moderation purposes
  • b58908f do not link github in #media
  • f4ed001 try to reupload logs for pirated content for moderation purposes
  • 77cbc4e do not log messages deleted by the bot

📊 Changes

13 files changed (+155 additions, -17 deletions)

View changed files

📝 CompatBot/Config.cs (+2 -0)
📝 CompatBot/Database/Providers/ContentFilter.cs (+2 -0)
CompatBot/EventHandlers/DeletedMessagesMonitor.cs (+65 -0)
📝 CompatBot/EventHandlers/GithubLinksHandler.cs (+3 -0)
📝 CompatBot/EventHandlers/LogParsing/ArchiveHandlers/GzipHandler.cs (+2 -2)
📝 CompatBot/EventHandlers/LogParsing/ArchiveHandlers/PlainText.cs (+2 -2)
📝 CompatBot/EventHandlers/LogParsing/ArchiveHandlers/RarHandler.cs (+2 -2)
📝 CompatBot/EventHandlers/LogParsing/ArchiveHandlers/SevenZipHandler.cs (+2 -2)
📝 CompatBot/EventHandlers/LogParsing/ArchiveHandlers/ZipHandler.cs (+2 -3)
📝 CompatBot/EventHandlers/LogParsing/LogParser.PipeReader.cs (+2 -2)
📝 CompatBot/Program.cs (+3 -0)
📝 CompatBot/Utils/Extensions/DiscordClientExtensions.cs (+28 -4)
📝 CompatBot/Utils/Extensions/DiscordMessageExtensions.cs (+40 -0)

📄 Description

fixes #585


🔄 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/RPCS3/discord-bot/pull/587 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 5/12/2020 **Status:** ✅ Merged **Merged:** 5/12/2020 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (5) - [`60a7536`](https://github.com/RPCS3/discord-bot/commit/60a75361418a850e155a9726a2ec9f4c949db383) use the new async methods for the pipe - [`7122bea`](https://github.com/RPCS3/discord-bot/commit/7122bea26529a4698e97ec4df410355f41143f71) added an option to log deleted messages for moderation purposes - [`b58908f`](https://github.com/RPCS3/discord-bot/commit/b58908fbd39835743948eb567b57635bdf6c18c1) do not link github in #media - [`f4ed001`](https://github.com/RPCS3/discord-bot/commit/f4ed00118ae14b4fd00dbda25bb979327b058ba6) try to reupload logs for pirated content for moderation purposes - [`77cbc4e`](https://github.com/RPCS3/discord-bot/commit/77cbc4eaea1cae9b378c00ceb630cc9c0b7884fc) do not log messages deleted by the bot ### 📊 Changes **13 files changed** (+155 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Config.cs` (+2 -0) 📝 `CompatBot/Database/Providers/ContentFilter.cs` (+2 -0) ➕ `CompatBot/EventHandlers/DeletedMessagesMonitor.cs` (+65 -0) 📝 `CompatBot/EventHandlers/GithubLinksHandler.cs` (+3 -0) 📝 `CompatBot/EventHandlers/LogParsing/ArchiveHandlers/GzipHandler.cs` (+2 -2) 📝 `CompatBot/EventHandlers/LogParsing/ArchiveHandlers/PlainText.cs` (+2 -2) 📝 `CompatBot/EventHandlers/LogParsing/ArchiveHandlers/RarHandler.cs` (+2 -2) 📝 `CompatBot/EventHandlers/LogParsing/ArchiveHandlers/SevenZipHandler.cs` (+2 -2) 📝 `CompatBot/EventHandlers/LogParsing/ArchiveHandlers/ZipHandler.cs` (+2 -3) 📝 `CompatBot/EventHandlers/LogParsing/LogParser.PipeReader.cs` (+2 -2) 📝 `CompatBot/Program.cs` (+3 -0) 📝 `CompatBot/Utils/Extensions/DiscordClientExtensions.cs` (+28 -4) 📝 `CompatBot/Utils/Extensions/DiscordMessageExtensions.cs` (+40 -0) </details> ### 📄 Description fixes #585 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:56:32 -05:00
yindo closed this issue 2026-02-15 15:56:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#654