[PR #1012] [MERGED] Maintenance #1013

Closed
opened 2026-02-15 15:57:29 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/1012
Author: @13xforever
Created: 1/9/2026
Status: Merged
Merged: 1/9/2026
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (4)

  • dffaab0 add note for iso mount
  • b099d68 upgrade deps
  • 30a1c63 update antispam filter with support for attachment-only messages
  • 1871815 use jump links in bot log instead of channel link

📊 Changes

10 files changed (+67 additions, -14 deletions)

View changed files

📝 Clients/GithubClient/GithubClient.csproj (+1 -1)
📝 Clients/IrdLibraryClient/IrdLibraryClient.csproj (+1 -1)
📝 CompatBot/CompatBot.csproj (+2 -2)
📝 CompatBot/EventHandlers/AntiSpamMessageHandler.cs (+32 -7)
📝 CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs (+1 -0)
📝 CompatBot/EventHandlers/LogParsing/LogParser.RegexPatterns.cs (+2 -0)
CompatBot/Utils/DiscordAttachmentComparer.cs (+20 -0)
📝 CompatBot/Utils/Extensions/DiscordClientExtensions.cs (+1 -1)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs (+6 -1)
📝 Tests/Tests.csproj (+1 -1)

📄 Description

  • Add new log check for ISO mount
  • Update anti-spam filter logic
  • Update packages

🔄 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/1012 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 1/9/2026 **Status:** ✅ Merged **Merged:** 1/9/2026 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (4) - [`dffaab0`](https://github.com/RPCS3/discord-bot/commit/dffaab09eb5984cd1e43761de754bd922f29ab47) add note for iso mount - [`b099d68`](https://github.com/RPCS3/discord-bot/commit/b099d681cce7337bb5f21ba67e30fb36476072c9) upgrade deps - [`30a1c63`](https://github.com/RPCS3/discord-bot/commit/30a1c637b7714e3964d546852fea6562b6b536bd) update antispam filter with support for attachment-only messages - [`1871815`](https://github.com/RPCS3/discord-bot/commit/1871815f6db9d71c3cc5e90fc5ecbb26bdee2082) use jump links in bot log instead of channel link ### 📊 Changes **10 files changed** (+67 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `Clients/GithubClient/GithubClient.csproj` (+1 -1) 📝 `Clients/IrdLibraryClient/IrdLibraryClient.csproj` (+1 -1) 📝 `CompatBot/CompatBot.csproj` (+2 -2) 📝 `CompatBot/EventHandlers/AntiSpamMessageHandler.cs` (+32 -7) 📝 `CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs` (+1 -0) 📝 `CompatBot/EventHandlers/LogParsing/LogParser.RegexPatterns.cs` (+2 -0) ➕ `CompatBot/Utils/DiscordAttachmentComparer.cs` (+20 -0) 📝 `CompatBot/Utils/Extensions/DiscordClientExtensions.cs` (+1 -1) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs` (+6 -1) 📝 `Tests/Tests.csproj` (+1 -1) </details> ### 📄 Description * Add new log check for ISO mount * Update anti-spam filter logic * Update packages --- <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:57:29 -05:00
yindo closed this issue 2026-02-15 15:57:29 -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#1013