[PR #876] [MERGED] Miscellaneous fixes and optimizations #901

Closed
opened 2026-02-15 15:57:10 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/876
Author: @13xforever
Created: 7/3/2022
Status: Merged
Merged: 7/3/2022
Merged by: @clienthax

Base: masterHead: vnext


📝 Commits (6)

  • 95d2d84 update windows version check to require win10 21h1 or newer
  • 26ed377 add an option to only backup specific database
  • 8eba7ab flush log before sending the copy
  • 619f355 try to fix unexpected end of deflate stream
  • b01450c only perform db compaction once a month
  • d06f4ce use newer pattern matching for version check

📊 Changes

4 files changed (+42 additions, -24 deletions)

View changed files

📝 CompatBot/Commands/Sudo.Bot.Configuration.cs (+1 -1)
📝 CompatBot/Commands/Sudo.cs (+38 -15)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs (+2 -2)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs (+1 -6)

📄 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/876 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 7/3/2022 **Status:** ✅ Merged **Merged:** 7/3/2022 **Merged by:** [@clienthax](https://github.com/clienthax) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (6) - [`95d2d84`](https://github.com/RPCS3/discord-bot/commit/95d2d842b20f76c4f66e8ef1e6ee74ba971a4745) update windows version check to require win10 21h1 or newer - [`26ed377`](https://github.com/RPCS3/discord-bot/commit/26ed377040266e9a6d16ed927eaed96db4c24d05) add an option to only backup specific database - [`8eba7ab`](https://github.com/RPCS3/discord-bot/commit/8eba7aba7f344379e8bb58fe86fd51d3958cfa64) flush log before sending the copy - [`619f355`](https://github.com/RPCS3/discord-bot/commit/619f3550d38444debd48455c9bfe3c643f56431c) try to fix unexpected end of deflate stream - [`b01450c`](https://github.com/RPCS3/discord-bot/commit/b01450c23f227fc2e70698a9794ea9f2b095dd4c) only perform db compaction once a month - [`d06f4ce`](https://github.com/RPCS3/discord-bot/commit/d06f4cecf6d20349641f6dc907bdddb6b6104ca4) use newer pattern matching for version check ### 📊 Changes **4 files changed** (+42 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/Sudo.Bot.Configuration.cs` (+1 -1) 📝 `CompatBot/Commands/Sudo.cs` (+38 -15) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs` (+2 -2) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs` (+1 -6) </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:57:10 -05:00
yindo closed this issue 2026-02-15 15:57:10 -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#901