[PR #67] [MERGED] A new round of fixes #183

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/67
Author: @13xforever
Created: 8/14/2018
Status: Merged
Merged: 8/14/2018
Merged by: @Nicba1010

Base: masterHead: fix_psn_update_check


📝 Commits (5)

  • f33e8e8 fix game updates check for games that has more than 25 patches available
  • 53c4b35 oops, don't break single-page results
  • 785cfff add a timeout to log parsing
  • 0d9b38c Detect an issue with pad initialization and native ui
  • f78d1a9 more command aliases

📊 Changes

11 files changed (+57 additions, -26 deletions)

View changed files

📝 CompatBot/Commands/Explain.cs (+1 -1)
📝 CompatBot/Commands/Psn.Check.cs (+3 -2)
📝 CompatBot/Commands/Sudo.Bot.cs (+3 -3)
📝 CompatBot/Config.cs (+1 -0)
📝 CompatBot/EventHandlers/BotShutupHandler.cs (+4 -1)
📝 CompatBot/EventHandlers/LogInfoHandler.cs (+3 -2)
📝 CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs (+1 -0)
📝 CompatBot/EventHandlers/LogParsing/LogParser.PipeReader.cs (+4 -2)
📝 CompatBot/Utils/EmbedPager.cs (+3 -3)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs (+2 -0)
📝 CompatBot/Utils/ResultFormatters/TitlePatchFormatter.cs (+32 -12)

📄 Description

  • Fix updates check for games that have more than 25 patches available, thanks, GT5.
  • Limit log parsing time to 15 seconds tops.
  • Add another detection to the log parser for pad initialization issue with native ui.

🔄 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/67 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 8/14/2018 **Status:** ✅ Merged **Merged:** 8/14/2018 **Merged by:** [@Nicba1010](https://github.com/Nicba1010) **Base:** `master` ← **Head:** `fix_psn_update_check` --- ### 📝 Commits (5) - [`f33e8e8`](https://github.com/RPCS3/discord-bot/commit/f33e8e8d8315d3746d4bf9a8a796e5d816d222f6) fix game updates check for games that has more than 25 patches available - [`53c4b35`](https://github.com/RPCS3/discord-bot/commit/53c4b3571f03db668315f58f505aefbc1298202d) oops, don't break single-page results - [`785cfff`](https://github.com/RPCS3/discord-bot/commit/785cfffd45ebfa9c409d853db497e910cbc6cc84) add a timeout to log parsing - [`0d9b38c`](https://github.com/RPCS3/discord-bot/commit/0d9b38c9df7a05daf56c7411cc919b8f6487809e) Detect an issue with pad initialization and native ui - [`f78d1a9`](https://github.com/RPCS3/discord-bot/commit/f78d1a92583d247eb377b2947e8b2240d99b4b82) more command aliases ### 📊 Changes **11 files changed** (+57 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/Explain.cs` (+1 -1) 📝 `CompatBot/Commands/Psn.Check.cs` (+3 -2) 📝 `CompatBot/Commands/Sudo.Bot.cs` (+3 -3) 📝 `CompatBot/Config.cs` (+1 -0) 📝 `CompatBot/EventHandlers/BotShutupHandler.cs` (+4 -1) 📝 `CompatBot/EventHandlers/LogInfoHandler.cs` (+3 -2) 📝 `CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs` (+1 -0) 📝 `CompatBot/EventHandlers/LogParsing/LogParser.PipeReader.cs` (+4 -2) 📝 `CompatBot/Utils/EmbedPager.cs` (+3 -3) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs` (+2 -0) 📝 `CompatBot/Utils/ResultFormatters/TitlePatchFormatter.cs` (+32 -12) </details> ### 📄 Description * Fix updates check for games that have more than 25 patches available, thanks, GT5. * Limit log parsing time to 15 seconds tops. * Add another detection to the log parser for pad initialization issue with native ui. --- <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:16 -05:00
yindo closed this issue 2026-02-15 15:55:16 -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#183