[PR #640] [MERGED] Maintenance #702

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

📋 Pull Request Information

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

Base: masterHead: vnext


📝 Commits (5)

  • 1275463 add new check for unsupported vulkan devices
  • 94ab23a update dependencies
  • 7574d37 updates for the new logging facilities in the discord client library
  • 2801c1d workaround crash in MegaAesCtrStreamCrypter
  • 2f5b70e try to improve image tagging object boxes?

📊 Changes

10 files changed (+122 additions, -91 deletions)

View changed files

📝 CompatBot/Commands/Vision.cs (+18 -34)
📝 CompatBot/CompatBot.csproj (+4 -4)
📝 CompatBot/Config.cs (+20 -5)
📝 CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs (+4 -3)
📝 CompatBot/Program.cs (+1 -35)
📝 CompatBot/Utils/BufferCopyStream.cs (+42 -8)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs (+1 -1)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs (+4 -1)
📝 CompatBot/Watchdog.cs (+26 -0)
📝 discord-bot-net.sln.DotSettings (+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/640 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 9/1/2020 **Status:** ✅ Merged **Merged:** 9/1/2020 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (5) - [`1275463`](https://github.com/RPCS3/discord-bot/commit/127546385d3a91ea9d849006e9552c59d2b9930b) add new check for unsupported vulkan devices - [`94ab23a`](https://github.com/RPCS3/discord-bot/commit/94ab23a1d998a2b658981adbbbf0e1f3cf6af849) update dependencies - [`7574d37`](https://github.com/RPCS3/discord-bot/commit/7574d376398f3edf4cdf24fbd7cc8f840085bc73) updates for the new logging facilities in the discord client library - [`2801c1d`](https://github.com/RPCS3/discord-bot/commit/2801c1d637493118e0bb29d7b0cc912b0078d250) workaround crash in MegaAesCtrStreamCrypter - [`2f5b70e`](https://github.com/RPCS3/discord-bot/commit/2f5b70e4a0cb8fccb13dd044ce296ed8be54c4e9) try to improve image tagging object boxes? ### 📊 Changes **10 files changed** (+122 additions, -91 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/Vision.cs` (+18 -34) 📝 `CompatBot/CompatBot.csproj` (+4 -4) 📝 `CompatBot/Config.cs` (+20 -5) 📝 `CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs` (+4 -3) 📝 `CompatBot/Program.cs` (+1 -35) 📝 `CompatBot/Utils/BufferCopyStream.cs` (+42 -8) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs` (+1 -1) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs` (+4 -1) 📝 `CompatBot/Watchdog.cs` (+26 -0) 📝 `discord-bot-net.sln.DotSettings` (+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:40 -05:00
yindo closed this issue 2026-02-15 15:56:40 -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#702