[PR #469] [MERGED] Miscellaneous updates #541

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/469
Author: @13xforever
Created: 11/25/2019
Status: Merged
Merged: 11/25/2019
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (3)

  • 8bfad89 add note for out-of-region dlcs
  • e5a1395 increase github caching from 1 to 3 minutes
  • eac6be7 refactor to use using statement whenever it makes sense

📊 Changes

58 files changed (+1795 additions, -1959 deletions)

View changed files

📝 Clients/AppveyorClient/Client.cs (+38 -50)
📝 Clients/CompatApiClient/Client.cs (+24 -24)
📝 Clients/CompatApiClient/Compression/Compressor.cs (+12 -16)
📝 Clients/GithubClient/Client.cs (+45 -61)
📝 Clients/IrdLibraryClient/IrdClient.cs (+17 -17)
📝 Clients/IrdLibraryClient/IrdFormat/IrdParser.cs (+47 -50)
📝 Clients/IrdLibraryClient/IrdFormat/IsoHeaderParser.cs (+8 -8)
📝 Clients/PsnClient/CustomTlsCertificatesHandler.cs (+24 -28)
📝 Clients/PsnClient/PsnClient.cs (+126 -128)
📝 Clients/PsnClient/Utils/TmdbHasher.cs (+2 -2)
📝 CompatBot/Commands/Attributes/RequiresDm.cs (+2 -2)
📝 CompatBot/Commands/BotStats.cs (+75 -81)
📝 CompatBot/Commands/CompatList.cs (+2 -2)
📝 CompatBot/Commands/ContentFilters.cs (+45 -51)
📝 CompatBot/Commands/EventsBaseCommand.cs (+113 -117)
📝 CompatBot/Commands/Explain.cs (+112 -125)
📝 CompatBot/Commands/Invites.cs (+40 -42)
📝 CompatBot/Commands/Moderation.Audit.cs (+47 -55)
📝 CompatBot/Commands/Psn.cs (+6 -8)
📝 CompatBot/Commands/Sudo.Bot.cs (+27 -31)

...and 38 more files

📄 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/469 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 11/25/2019 **Status:** ✅ Merged **Merged:** 11/25/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (3) - [`8bfad89`](https://github.com/RPCS3/discord-bot/commit/8bfad894e42d064f225c72fa2da650a2d9397af2) add note for out-of-region dlcs - [`e5a1395`](https://github.com/RPCS3/discord-bot/commit/e5a1395c128b3b14d74a351b85474a1b79748ecb) increase github caching from 1 to 3 minutes - [`eac6be7`](https://github.com/RPCS3/discord-bot/commit/eac6be7e23b73e106f88ad348552bdff1da44d5e) refactor to use using statement whenever it makes sense ### 📊 Changes **58 files changed** (+1795 additions, -1959 deletions) <details> <summary>View changed files</summary> 📝 `Clients/AppveyorClient/Client.cs` (+38 -50) 📝 `Clients/CompatApiClient/Client.cs` (+24 -24) 📝 `Clients/CompatApiClient/Compression/Compressor.cs` (+12 -16) 📝 `Clients/GithubClient/Client.cs` (+45 -61) 📝 `Clients/IrdLibraryClient/IrdClient.cs` (+17 -17) 📝 `Clients/IrdLibraryClient/IrdFormat/IrdParser.cs` (+47 -50) 📝 `Clients/IrdLibraryClient/IrdFormat/IsoHeaderParser.cs` (+8 -8) 📝 `Clients/PsnClient/CustomTlsCertificatesHandler.cs` (+24 -28) 📝 `Clients/PsnClient/PsnClient.cs` (+126 -128) 📝 `Clients/PsnClient/Utils/TmdbHasher.cs` (+2 -2) 📝 `CompatBot/Commands/Attributes/RequiresDm.cs` (+2 -2) 📝 `CompatBot/Commands/BotStats.cs` (+75 -81) 📝 `CompatBot/Commands/CompatList.cs` (+2 -2) 📝 `CompatBot/Commands/ContentFilters.cs` (+45 -51) 📝 `CompatBot/Commands/EventsBaseCommand.cs` (+113 -117) 📝 `CompatBot/Commands/Explain.cs` (+112 -125) 📝 `CompatBot/Commands/Invites.cs` (+40 -42) 📝 `CompatBot/Commands/Moderation.Audit.cs` (+47 -55) 📝 `CompatBot/Commands/Psn.cs` (+6 -8) 📝 `CompatBot/Commands/Sudo.Bot.cs` (+27 -31) _...and 38 more files_ </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:15 -05:00
yindo closed this issue 2026-02-15 15:56:15 -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#541