[PR #1008] [MERGED] Maintenance & the new default warning message #1010

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/1008
Author: @13xforever
Created: 10/24/2025
Status: Merged
Merged: 10/24/2025
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (5)

📊 Changes

19 files changed (+94 additions, -81 deletions)

View changed files

📝 Clients/CirrusCiClient/CirrusCiClient.csproj (+4 -4)
📝 Clients/CompatApiClient/CompatApiClient.csproj (+2 -2)
📝 Clients/GithubClient/GithubClient.csproj (+2 -2)
📝 Clients/IrdLibraryClient/IrdLibraryClient.csproj (+2 -2)
📝 Clients/PsnClient/PsnClient.csproj (+1 -1)
📝 CompatBot/Commands/Fortune.cs (+2 -2)
📝 CompatBot/Commands/Warnings.ContextMenus.cs (+1 -4)
📝 CompatBot/Commands/Warnings.cs (+22 -4)
📝 CompatBot/CompatBot.csproj (+13 -13)
📝 CompatBot/Database/Providers/ContentFilter.cs (+4 -7)
📝 CompatBot/EventHandlers/DiscordInviteFilter.cs (+4 -6)
📝 CompatBot/EventHandlers/LogParsing/ArchiveHandlers/GzipHandler.cs (+2 -2)
📝 CompatBot/EventHandlers/LogParsing/ArchiveHandlers/PlainText.cs (+2 -1)
📝 CompatBot/EventHandlers/LogParsing/ArchiveHandlers/RarHandler.cs (+2 -3)
📝 CompatBot/EventHandlers/LogParsing/ArchiveHandlers/SevenZipHandler.cs (+2 -3)
📝 CompatBot/EventHandlers/LogParsing/ArchiveHandlers/ZipHandler.cs (+12 -6)
📝 CompatBot/EventHandlers/LogParsing/LogParser.PipeReader.cs (+5 -0)
📝 CompatBot/EventHandlers/LogParsingHandler.cs (+10 -17)
📝 Tests/Tests.csproj (+2 -2)

📄 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/RPCS3/discord-bot/pull/1008 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 10/24/2025 **Status:** ✅ Merged **Merged:** 10/24/2025 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (5) - [`baebc9b`](https://github.com/RPCS3/discord-bot/commit/baebc9b74630797678bc511f2edde5c7765e7fda) fix typo - [`56fca8f`](https://github.com/RPCS3/discord-bot/commit/56fca8fab43df0125934524f55c30ef92a8e2bec) upgrade packages - [`4b165f2`](https://github.com/RPCS3/discord-bot/commit/4b165f2f2bbf5a45a9dd2729408518dd7ec02144) upgrade d#+ - [`67481d3`](https://github.com/RPCS3/discord-bot/commit/67481d34c55bffca238b491a4e14f1fa3e1a3349) update the default warning message - [`fdc1ee9`](https://github.com/RPCS3/discord-bot/commit/fdc1ee91ae68a7926912f931520950bdd865c9a4) minor log parsing fixes and debug logging ### 📊 Changes **19 files changed** (+94 additions, -81 deletions) <details> <summary>View changed files</summary> 📝 `Clients/CirrusCiClient/CirrusCiClient.csproj` (+4 -4) 📝 `Clients/CompatApiClient/CompatApiClient.csproj` (+2 -2) 📝 `Clients/GithubClient/GithubClient.csproj` (+2 -2) 📝 `Clients/IrdLibraryClient/IrdLibraryClient.csproj` (+2 -2) 📝 `Clients/PsnClient/PsnClient.csproj` (+1 -1) 📝 `CompatBot/Commands/Fortune.cs` (+2 -2) 📝 `CompatBot/Commands/Warnings.ContextMenus.cs` (+1 -4) 📝 `CompatBot/Commands/Warnings.cs` (+22 -4) 📝 `CompatBot/CompatBot.csproj` (+13 -13) 📝 `CompatBot/Database/Providers/ContentFilter.cs` (+4 -7) 📝 `CompatBot/EventHandlers/DiscordInviteFilter.cs` (+4 -6) 📝 `CompatBot/EventHandlers/LogParsing/ArchiveHandlers/GzipHandler.cs` (+2 -2) 📝 `CompatBot/EventHandlers/LogParsing/ArchiveHandlers/PlainText.cs` (+2 -1) 📝 `CompatBot/EventHandlers/LogParsing/ArchiveHandlers/RarHandler.cs` (+2 -3) 📝 `CompatBot/EventHandlers/LogParsing/ArchiveHandlers/SevenZipHandler.cs` (+2 -3) 📝 `CompatBot/EventHandlers/LogParsing/ArchiveHandlers/ZipHandler.cs` (+12 -6) 📝 `CompatBot/EventHandlers/LogParsing/LogParser.PipeReader.cs` (+5 -0) 📝 `CompatBot/EventHandlers/LogParsingHandler.cs` (+10 -17) 📝 `Tests/Tests.csproj` (+2 -2) </details> ### 📄 Description _No description provided_ --- <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#1010