[PR #928] [MERGED] Upgrade D#+ client #947

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/928
Author: @13xforever
Created: 4/15/2023
Status: Merged
Merged: 4/17/2023
Merged by: @clienthax

Base: masterHead: vnext


📝 Commits (6)

📊 Changes

25 files changed (+333 additions, -208 deletions)

View changed files

📝 Clients/CompatApiClient/CompatApiClient.csproj (+1 -1)
📝 Clients/GithubClient/GithubClient.csproj (+1 -1)
📝 CompatBot/Commands/CompatList.cs (+1 -1)
📝 CompatBot/Commands/Explain.cs (+2 -2)
📝 CompatBot/Commands/Psn.Check.cs (+0 -1)
📝 CompatBot/CompatBot.csproj (+9 -9)
📝 CompatBot/EventHandlers/ContentFilterMonitor.cs (+2 -9)
📝 CompatBot/EventHandlers/DiscordInviteFilter.cs (+56 -59)
📝 CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs (+1 -0)
📝 CompatBot/EventHandlers/MediaScreenshotMonitor.cs (+3 -0)
CompatBot/EventHandlers/OrderedEventHandlerWrapper.cs (+37 -0)
📝 CompatBot/Program.cs (+33 -20)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.CurrentSettingsSections.cs (+10 -10)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs (+1 -1)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs (+36 -25)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs (+2 -0)
📝 Tests/FlagTests.cs (+7 -4)
📝 Tests/IrdTests.cs (+3 -3)
📝 Tests/MemoryCacheExtensionTests.cs (+4 -4)
📝 Tests/RangeTests.cs (+50 -44)

...and 5 more files

📄 Description

Implemented custom wrapper to preserve event handler execution order where it's needed.


🔄 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/928 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 4/15/2023 **Status:** ✅ Merged **Merged:** 4/17/2023 **Merged by:** [@clienthax](https://github.com/clienthax) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (6) - [`70fc8ba`](https://github.com/RPCS3/discord-bot/commit/70fc8bab3a6f7a02c01339a6c08c5e5cda703a5f) add another shader compilation error - [`61c4e94`](https://github.com/RPCS3/discord-bot/commit/61c4e94d6ca6d5a68fad34dde72ade8d0007dd23) update 3rd party deps - [`833cc81`](https://github.com/RPCS3/discord-bot/commit/833cc81f1c31fb015aa68d6ddcd7ccdc2a503ec4) update tests with nunit analyzers suggestions - [`d130b2f`](https://github.com/RPCS3/discord-bot/commit/d130b2f50133d597f9bfdd46e68fe4b4d23c551d) upgrade d#+ client and update event handlers to keep the ordering where necessary - [`445bad9`](https://github.com/RPCS3/discord-bot/commit/445bad95c76286b282417f27fe89bd98ab76ad92) update some code with new pattern matching expressions - [`468728c`](https://github.com/RPCS3/discord-bot/commit/468728c7f0e154b91a395f44a56edba7d5fa8d43) Fixes #924 ### 📊 Changes **25 files changed** (+333 additions, -208 deletions) <details> <summary>View changed files</summary> 📝 `Clients/CompatApiClient/CompatApiClient.csproj` (+1 -1) 📝 `Clients/GithubClient/GithubClient.csproj` (+1 -1) 📝 `CompatBot/Commands/CompatList.cs` (+1 -1) 📝 `CompatBot/Commands/Explain.cs` (+2 -2) 📝 `CompatBot/Commands/Psn.Check.cs` (+0 -1) 📝 `CompatBot/CompatBot.csproj` (+9 -9) 📝 `CompatBot/EventHandlers/ContentFilterMonitor.cs` (+2 -9) 📝 `CompatBot/EventHandlers/DiscordInviteFilter.cs` (+56 -59) 📝 `CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs` (+1 -0) 📝 `CompatBot/EventHandlers/MediaScreenshotMonitor.cs` (+3 -0) ➕ `CompatBot/EventHandlers/OrderedEventHandlerWrapper.cs` (+37 -0) 📝 `CompatBot/Program.cs` (+33 -20) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.CurrentSettingsSections.cs` (+10 -10) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs` (+1 -1) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs` (+36 -25) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs` (+2 -0) 📝 `Tests/FlagTests.cs` (+7 -4) 📝 `Tests/IrdTests.cs` (+3 -3) 📝 `Tests/MemoryCacheExtensionTests.cs` (+4 -4) 📝 `Tests/RangeTests.cs` (+50 -44) _...and 5 more files_ </details> ### 📄 Description Implemented custom wrapper to preserve event handler execution order where it's needed. --- <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:18 -05:00
yindo closed this issue 2026-02-15 15:57:18 -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#947