[PR #489] [MERGED] Log parser updates & new command to decode Sony product codes #561

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/489
Author: @13xforever
Created: 1/14/2020
Status: Merged
Merged: 1/14/2020
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (6)

  • 01d6794 don't use InvariantCulture to replace special symbols, it is bugged on linux
  • dcb0a05 hate amd driver versioning
  • 58ee22b update filter update reporting
  • 45c149f remove duplicate spu block size message for gow3
  • 90c7ae8 filter bot messages
  • 9be3dfe add simple product code decoder command

📊 Changes

8 files changed (+602 additions, -6 deletions)

View changed files

📝 CompatBot/Commands/ContentFilters.cs (+1 -1)
📝 CompatBot/Commands/Misc.cs (+24 -0)
📝 CompatBot/Database/Providers/ContentFilter.cs (+5 -1)
📝 CompatBot/EventHandlers/IsTheGamePlayableHandler.cs (+0 -2)
📝 CompatBot/Utils/Extensions/StringUtils.cs (+2 -2)
CompatBot/Utils/ProductCodeDecoder.cs (+563 -0)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs (+5 -0)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs (+2 -0)

📄 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/489 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 1/14/2020 **Status:** ✅ Merged **Merged:** 1/14/2020 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (6) - [`01d6794`](https://github.com/RPCS3/discord-bot/commit/01d67941decefe135fe7afa6f1441f906eb165b7) don't use InvariantCulture to replace special symbols, it is bugged on linux - [`dcb0a05`](https://github.com/RPCS3/discord-bot/commit/dcb0a059ae665b642be25325afec1c5d37df3ab4) hate amd driver versioning - [`58ee22b`](https://github.com/RPCS3/discord-bot/commit/58ee22b080d5b26b3822303e4c6f7d5af919161f) update filter update reporting - [`45c149f`](https://github.com/RPCS3/discord-bot/commit/45c149f122f85d6f1046359f7eaa74778ea254bc) remove duplicate spu block size message for gow3 - [`90c7ae8`](https://github.com/RPCS3/discord-bot/commit/90c7ae810446f6fe29637b46fa429670d2ba766f) filter bot messages - [`9be3dfe`](https://github.com/RPCS3/discord-bot/commit/9be3dfe0c227d2faca1004d222b022491cf2cf6b) add simple product code decoder command ### 📊 Changes **8 files changed** (+602 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/ContentFilters.cs` (+1 -1) 📝 `CompatBot/Commands/Misc.cs` (+24 -0) 📝 `CompatBot/Database/Providers/ContentFilter.cs` (+5 -1) 📝 `CompatBot/EventHandlers/IsTheGamePlayableHandler.cs` (+0 -2) 📝 `CompatBot/Utils/Extensions/StringUtils.cs` (+2 -2) ➕ `CompatBot/Utils/ProductCodeDecoder.cs` (+563 -0) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs` (+5 -0) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs` (+2 -0) </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:56:18 -05:00
yindo closed this issue 2026-02-15 15:56: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#561