[PR #498] [MERGED] Log parser updates #569

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

📋 Pull Request Information

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

Base: masterHead: vnext


📝 Commits (9)

  • efec132 better section end marker
  • 01b780c r&c:tod do not require wcb anymore
  • 1e7ba4d add support for embedded spu patches, and checks for mlaa patches
  • 8731057 update thread scheduler notice to hopefully make people less confused
  • c528dae add check for low res scale threshold
  • 4d60b96 spice up your life
  • 2bec7ca new command to fix game titles in the bot database
  • 9d3e99c update nvidia recommended driver version to accommodate ubuntu
  • 65e9353 only set log parser timeout error if there were no actual errors before

📊 Changes

10 files changed (+111 additions, -38 deletions)

View changed files

📝 CompatBot/Commands/Misc.cs (+14 -1)
📝 CompatBot/Commands/Psn.cs (+21 -7)
📝 CompatBot/Database/ThumbnailDb.cs (+2 -0)
📝 CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs (+4 -3)
📝 CompatBot/EventHandlers/LogParsing/LogParser.PipeReader.cs (+4 -1)
📝 CompatBot/EventHandlers/LogParsingHandler.cs (+0 -6)
📝 CompatBot/Utils/Extensions/EnumerableExtensions.cs (+3 -0)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs (+13 -4)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs (+18 -8)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs (+32 -8)

📄 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/498 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 2/2/2020 **Status:** ✅ Merged **Merged:** 2/2/2020 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (9) - [`efec132`](https://github.com/RPCS3/discord-bot/commit/efec13291614385ede8cac2f2597cdecd3ceefa6) better section end marker - [`01b780c`](https://github.com/RPCS3/discord-bot/commit/01b780c26982f7673f2949bb67d2bec627b23e15) r&c:tod do not require wcb anymore - [`1e7ba4d`](https://github.com/RPCS3/discord-bot/commit/1e7ba4d05074cdd28031d19ce2c96a844c63467d) add support for embedded spu patches, and checks for mlaa patches - [`8731057`](https://github.com/RPCS3/discord-bot/commit/8731057030d21f4287c15718f6e94941bc19adaa) update thread scheduler notice to hopefully make people less confused - [`c528dae`](https://github.com/RPCS3/discord-bot/commit/c528daeae277dfbbc1082f6f6082cd9dc969fe0a) add check for low res scale threshold - [`4d60b96`](https://github.com/RPCS3/discord-bot/commit/4d60b96bcf136f344919af4cf0c70631e7bac628) spice up your life - [`2bec7ca`](https://github.com/RPCS3/discord-bot/commit/2bec7cad3333fdb3bde5497ed944e692f2e50a07) new command to fix game titles in the bot database - [`9d3e99c`](https://github.com/RPCS3/discord-bot/commit/9d3e99c16b178421286c44e084cd46a6ccb8f93f) update nvidia recommended driver version to accommodate ubuntu - [`65e9353`](https://github.com/RPCS3/discord-bot/commit/65e93531470362e5149119a18653e64d5a9c5056) only set log parser timeout error if there were no actual errors before ### 📊 Changes **10 files changed** (+111 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/Misc.cs` (+14 -1) 📝 `CompatBot/Commands/Psn.cs` (+21 -7) 📝 `CompatBot/Database/ThumbnailDb.cs` (+2 -0) 📝 `CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs` (+4 -3) 📝 `CompatBot/EventHandlers/LogParsing/LogParser.PipeReader.cs` (+4 -1) 📝 `CompatBot/EventHandlers/LogParsingHandler.cs` (+0 -6) 📝 `CompatBot/Utils/Extensions/EnumerableExtensions.cs` (+3 -0) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs` (+13 -4) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs` (+18 -8) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs` (+32 -8) </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:19 -05:00
yindo closed this issue 2026-02-15 15:56:19 -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#569