[PR #133] [MERGED] Fix potential issues with log checks against IRD files #226

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/133
Author: @13xforever
Created: 11/24/2018
Status: Merged
Merged: 11/24/2018
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (5)

  • d9e3160 Set up CI with Azure Pipelines
  • d584dc2 useless junk
  • 1f85e11 Merge branch 'master' into vnext
  • 061cc59 fix ird parsing for discs with mastering errors (trailing dots in filenames)
  • 5280f08 squash the last remnants of resistance

📊 Changes

6 files changed (+71 additions, -23 deletions)

View changed files

📝 CompatBot/Commands/Psn.Check.cs (+21 -1)
📝 CompatBot/EventHandlers/ProductCodeLookup.cs (+3 -2)
📝 CompatBot/EventHandlers/TableFlipMonitor.cs (+2 -1)
📝 IrdLibraryClient/IrdFormat/IrdParser.cs (+0 -19)
IrdLibraryClient/IrdFormat/IsoHeaderParser.cs (+25 -0)
azure-pipelines.yml (+20 -0)

📄 Description

Backported disc mastering issue fix from the disc dumper


🔄 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/133 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 11/24/2018 **Status:** ✅ Merged **Merged:** 11/24/2018 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (5) - [`d9e3160`](https://github.com/RPCS3/discord-bot/commit/d9e316027d4839ca3d9cd59c804b447e0a0626e7) Set up CI with Azure Pipelines - [`d584dc2`](https://github.com/RPCS3/discord-bot/commit/d584dc20d9b6450ebb57baac1c7626adb4e3b24f) useless junk - [`1f85e11`](https://github.com/RPCS3/discord-bot/commit/1f85e11385300497ff98011b687de5d859326f8b) Merge branch 'master' into vnext - [`061cc59`](https://github.com/RPCS3/discord-bot/commit/061cc59b74ffc067585e48fb1bbb0c28da4a9f2e) fix ird parsing for discs with mastering errors (trailing dots in filenames) - [`5280f08`](https://github.com/RPCS3/discord-bot/commit/5280f086929147ec1bcea3fab43033121fe38735) squash the last remnants of resistance ### 📊 Changes **6 files changed** (+71 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/Psn.Check.cs` (+21 -1) 📝 `CompatBot/EventHandlers/ProductCodeLookup.cs` (+3 -2) 📝 `CompatBot/EventHandlers/TableFlipMonitor.cs` (+2 -1) 📝 `IrdLibraryClient/IrdFormat/IrdParser.cs` (+0 -19) ➕ `IrdLibraryClient/IrdFormat/IsoHeaderParser.cs` (+25 -0) ➕ `azure-pipelines.yml` (+20 -0) </details> ### 📄 Description Backported disc mastering issue fix from the disc dumper --- <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:24 -05:00
yindo closed this issue 2026-02-15 15:55:24 -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#226