[PR #959] [MERGED] Maintenance #969

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/959
Author: @13xforever
Created: 6/26/2024
Status: Merged
Merged: 6/26/2024
Merged by: @clienthax

Base: masterHead: vnext


📝 Commits (4)

  • 10a5a02 add macos sequoia version
  • 5c892ed add a hacky way to limit math calculation time as there's no good api
  • d65f533 update deps
  • ed78dc2 try to sanitize username for warning list mention

📊 Changes

4 files changed (+28 additions, -5 deletions)

View changed files

📝 Clients/GithubClient/GithubClient.csproj (+1 -1)
📝 CompatBot/Commands/BotMath.cs (+22 -1)
📝 CompatBot/Commands/Warnings.cs (+2 -1)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs (+3 -2)

📄 Description

  • updated math command to comply with the license changes and to limit the execution time (people were ddosing in off-topic)
  • update macos version map
  • the usual

🔄 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/959 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 6/26/2024 **Status:** ✅ Merged **Merged:** 6/26/2024 **Merged by:** [@clienthax](https://github.com/clienthax) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (4) - [`10a5a02`](https://github.com/RPCS3/discord-bot/commit/10a5a02d80f89d0fac72af53f1b682d019b27ff6) add macos sequoia version - [`5c892ed`](https://github.com/RPCS3/discord-bot/commit/5c892edd985ea77f66dab01e994b60e7f589bb7f) add a hacky way to limit math calculation time as there's no good api - [`d65f533`](https://github.com/RPCS3/discord-bot/commit/d65f533d32adde8ea44654fd94bfa936d9f47585) update deps - [`ed78dc2`](https://github.com/RPCS3/discord-bot/commit/ed78dc24bd816caf3ba01e943ebae1e8d8dcc2ac) try to sanitize username for warning list mention ### 📊 Changes **4 files changed** (+28 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `Clients/GithubClient/GithubClient.csproj` (+1 -1) 📝 `CompatBot/Commands/BotMath.cs` (+22 -1) 📝 `CompatBot/Commands/Warnings.cs` (+2 -1) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs` (+3 -2) </details> ### 📄 Description * updated math command to comply with the license changes and to limit the execution time (people were ddosing in off-topic) * update macos version map * the usual --- <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:22 -05:00
yindo closed this issue 2026-02-15 15:57:22 -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#969