[PR #288] [MERGED] Maintenance release #363

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/288
Author: @13xforever
Created: 4/21/2019
Status: Merged
Merged: 4/21/2019
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (5)

  • 90f1ba2 fix invite filter handler
  • 3b32069 fix potential issues with the playable status handler
  • ae5f131 fix backlog check to skip only channels with insufficient permissions
  • 210886d implement workaround for discord client deadlock in sockets code
  • cae0c4f watch for all socket errors, just in case

📊 Changes

4 files changed (+78 additions, -14 deletions)

View changed files

📝 CompatBot/EventHandlers/DiscordInviteFilter.cs (+23 -7)
📝 CompatBot/EventHandlers/IsTheGamePlayableHandler.cs (+4 -4)
📝 CompatBot/Program.cs (+15 -3)
CompatBot/Watchdog.cs (+36 -0)

📄 Description

Fixed a bunch of unhandled exceptions and implemented a workaround for socket deadlock in discord client library


🔄 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/288 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 4/21/2019 **Status:** ✅ Merged **Merged:** 4/21/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (5) - [`90f1ba2`](https://github.com/RPCS3/discord-bot/commit/90f1ba2044aea16835fb1bd04877ba20e87ae515) fix invite filter handler - [`3b32069`](https://github.com/RPCS3/discord-bot/commit/3b3206942649d1e516dfa2ca4c4adb4935e0e69d) fix potential issues with the playable status handler - [`ae5f131`](https://github.com/RPCS3/discord-bot/commit/ae5f131b49354069f06d8e436cad565158397125) fix backlog check to skip only channels with insufficient permissions - [`210886d`](https://github.com/RPCS3/discord-bot/commit/210886deb8f6aca3eff2b76aaccb7ee623d00dbb) implement workaround for discord client deadlock in sockets code - [`cae0c4f`](https://github.com/RPCS3/discord-bot/commit/cae0c4f74399e21a54c268e4aa69eddaade53d72) watch for all socket errors, just in case ### 📊 Changes **4 files changed** (+78 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/EventHandlers/DiscordInviteFilter.cs` (+23 -7) 📝 `CompatBot/EventHandlers/IsTheGamePlayableHandler.cs` (+4 -4) 📝 `CompatBot/Program.cs` (+15 -3) ➕ `CompatBot/Watchdog.cs` (+36 -0) </details> ### 📄 Description Fixed a bunch of unhandled exceptions and implemented a workaround for socket deadlock in discord client library --- <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:46 -05:00
yindo closed this issue 2026-02-15 15:55:46 -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#363