[PR #281] [MERGED] Miscellaneous updates #358

Closed
opened 2026-02-15 15:55:45 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/281
Author: @13xforever
Created: 4/14/2019
Status: Merged
Merged: 4/14/2019
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (6)

  • 3d52f6d show game information in embeds when compat api is down
  • 72c8e2b include in the link for ird files
  • d91cbd7 add specific messages on corrupted cache files
  • 3fff9e2 remove note about booting through the game data
  • a9d8418 log the patch numbers
  • 74d52c1 detect multiline log filters

📊 Changes

5 files changed (+49 additions, -35 deletions)

View changed files

📝 CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs (+2 -2)
📝 CompatBot/Utils/ResultFormatters/IrdSearchResultFormattercs.cs (+1 -1)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs (+22 -8)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs (+1 -1)
📝 CompatBot/Utils/ResultFormatters/TitleInfoFormatter.cs (+23 -23)

📄 Description

  • show product code and game title in log when compat api is down
  • detect multiline format of log filters
  • notes for specific cache corruptions

🔄 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/281 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 4/14/2019 **Status:** ✅ Merged **Merged:** 4/14/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (6) - [`3d52f6d`](https://github.com/RPCS3/discord-bot/commit/3d52f6d1fbc80cbfecf9ab72e3c8a74f023dd847) show game information in embeds when compat api is down - [`72c8e2b`](https://github.com/RPCS3/discord-bot/commit/72c8e2b48a78bcd8a725a09dde186ae469fd6e89) include ⏬ in the link for ird files - [`d91cbd7`](https://github.com/RPCS3/discord-bot/commit/d91cbd7864cc47abc1ae50a6106efd36c86fd330) add specific messages on corrupted cache files - [`3fff9e2`](https://github.com/RPCS3/discord-bot/commit/3fff9e29d78b6665f8c8fceea77c8d6e57f86c0d) remove note about booting through the game data - [`a9d8418`](https://github.com/RPCS3/discord-bot/commit/a9d84188d6822058fc2079eac2ef7aa9f5cac9ea) log the patch numbers - [`74d52c1`](https://github.com/RPCS3/discord-bot/commit/74d52c16a920e9b953549acdbbbc41ec6b269c5d) detect multiline log filters ### 📊 Changes **5 files changed** (+49 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs` (+2 -2) 📝 `CompatBot/Utils/ResultFormatters/IrdSearchResultFormattercs.cs` (+1 -1) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs` (+22 -8) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs` (+1 -1) 📝 `CompatBot/Utils/ResultFormatters/TitleInfoFormatter.cs` (+23 -23) </details> ### 📄 Description * show product code and game title in log when compat api is down * detect multiline format of log filters * notes for specific cache corruptions --- <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:55:45 -05:00
yindo closed this issue 2026-02-15 15:55:45 -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#358