[PR #997] [MERGED] Maintenance and fixes #1002

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/997
Author: @13xforever
Created: 6/15/2025
Status: Merged
Merged: 6/15/2025
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (5)

  • 7f5b665 tweak more zalgo variables to pass all tests on detection and stripping
  • bb88968 upgrade packages
  • 393418b upgrade d#+ packages
  • f40daa2 update region to language mapping list
  • fc92ddd make db context debugging logs debug-only again

📊 Changes

16 files changed (+85 additions, -63 deletions)

View changed files

📝 Clients/CirrusCiClient/CirrusCiClient.csproj (+3 -3)
📝 Clients/CompatApiClient/CompatApiClient.csproj (+1 -1)
📝 Clients/GithubClient/GithubClient.csproj (+1 -1)
📝 Clients/IrdLibraryClient/IrdLibraryClient.csproj (+2 -2)
📝 Clients/PsnClient/PsnClient.csproj (+1 -1)
📝 CompatBot/CompatBot.csproj (+9 -9)
📝 CompatBot/Database/BotDb.cs (+6 -6)
📝 CompatBot/Database/DbImporter.cs (+29 -21)
📝 CompatBot/Database/HardwareDb.cs (+6 -6)
📝 CompatBot/Database/Providers/DiscLanguageProvider.cs (+2 -0)
📝 CompatBot/Database/ThumbnailDb.cs (+6 -6)
📝 CompatBot/EventHandlers/UsernameZalgoMonitor.cs (+12 -3)
📝 SourceGenerators/SourceGenerators.csproj (+1 -1)
📝 Tests/StringUtilTests.cs (+3 -0)
📝 Tests/Tests.csproj (+2 -2)
📝 Tests/ZalgoTests.cs (+1 -1)

📄 Description

  • Fixes for zalgo handling
  • Upgraded packages
  • Less debug spam in release configuration

🔄 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/997 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 6/15/2025 **Status:** ✅ Merged **Merged:** 6/15/2025 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (5) - [`7f5b665`](https://github.com/RPCS3/discord-bot/commit/7f5b665070cbd8d2c8aa4551dd977634301a6ba8) tweak more zalgo variables to pass all tests on detection and stripping - [`bb88968`](https://github.com/RPCS3/discord-bot/commit/bb88968a8e727ad50cbfb65abe16806bb9da361f) upgrade packages - [`393418b`](https://github.com/RPCS3/discord-bot/commit/393418bfd6e44915f1e05e4d2e59384f228a2e27) upgrade d#+ packages - [`f40daa2`](https://github.com/RPCS3/discord-bot/commit/f40daa28c59d39aecfe095f9b0dd58c22b6f75c2) update region to language mapping list - [`fc92ddd`](https://github.com/RPCS3/discord-bot/commit/fc92ddd78ec4399a7de6829aac4765d105540895) make db context debugging logs debug-only again ### 📊 Changes **16 files changed** (+85 additions, -63 deletions) <details> <summary>View changed files</summary> 📝 `Clients/CirrusCiClient/CirrusCiClient.csproj` (+3 -3) 📝 `Clients/CompatApiClient/CompatApiClient.csproj` (+1 -1) 📝 `Clients/GithubClient/GithubClient.csproj` (+1 -1) 📝 `Clients/IrdLibraryClient/IrdLibraryClient.csproj` (+2 -2) 📝 `Clients/PsnClient/PsnClient.csproj` (+1 -1) 📝 `CompatBot/CompatBot.csproj` (+9 -9) 📝 `CompatBot/Database/BotDb.cs` (+6 -6) 📝 `CompatBot/Database/DbImporter.cs` (+29 -21) 📝 `CompatBot/Database/HardwareDb.cs` (+6 -6) 📝 `CompatBot/Database/Providers/DiscLanguageProvider.cs` (+2 -0) 📝 `CompatBot/Database/ThumbnailDb.cs` (+6 -6) 📝 `CompatBot/EventHandlers/UsernameZalgoMonitor.cs` (+12 -3) 📝 `SourceGenerators/SourceGenerators.csproj` (+1 -1) 📝 `Tests/StringUtilTests.cs` (+3 -0) 📝 `Tests/Tests.csproj` (+2 -2) 📝 `Tests/ZalgoTests.cs` (+1 -1) </details> ### 📄 Description * Fixes for zalgo handling * Upgraded packages * Less debug spam in release configuration --- <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:27 -05:00
yindo closed this issue 2026-02-15 15:57:27 -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#1002