[PR #198] [MERGED] Various bugfixes #278

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/198
Author: @13xforever
Created: 1/31/2019
Status: Merged
Merged: 1/31/2019
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (4)

  • 5be5ee3 sacrifice compactness for easier understanding of different grammar structures
  • f0d4892 fix piracy warning context logging when parsing the logs
  • 713edc8 detect when someone tries to workaround the discord invite filter
  • 7ebbed8 do not trust github CI statuses, always check appveyor history

📊 Changes

5 files changed (+68 additions, -39 deletions)

View changed files

📝 CompatBot/Commands/Invites.cs (+1 -1)
📝 CompatBot/Commands/Pr.cs (+6 -16)
📝 CompatBot/EventHandlers/DiscordInviteFilter.cs (+49 -18)
📝 CompatBot/EventHandlers/IsTheGamePlayableHandler.cs (+11 -3)
📝 CompatBot/EventHandlers/LogParsingHandler.cs (+1 -1)

📄 Description

  • improve game status inquiry handler again
  • fix piracy context reporting in warnings
  • detect blatant attempts to circumvent discord invite filter
  • only use github CI statuses if everything else failed, as they're unreliable

🔄 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/198 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 1/31/2019 **Status:** ✅ Merged **Merged:** 1/31/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (4) - [`5be5ee3`](https://github.com/RPCS3/discord-bot/commit/5be5ee3742c08663282272df9249aa67685f005e) sacrifice compactness for easier understanding of different grammar structures - [`f0d4892`](https://github.com/RPCS3/discord-bot/commit/f0d4892df0dcbd0d696aa8585cffc778fd3343d0) fix piracy warning context logging when parsing the logs - [`713edc8`](https://github.com/RPCS3/discord-bot/commit/713edc8a4cc94b0ce7a960b0af601933bd36fc27) detect when someone tries to workaround the discord invite filter - [`7ebbed8`](https://github.com/RPCS3/discord-bot/commit/7ebbed836becdebe99cc147dca8f8c87a0f30aab) do not trust github CI statuses, always check appveyor history ### 📊 Changes **5 files changed** (+68 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/Invites.cs` (+1 -1) 📝 `CompatBot/Commands/Pr.cs` (+6 -16) 📝 `CompatBot/EventHandlers/DiscordInviteFilter.cs` (+49 -18) 📝 `CompatBot/EventHandlers/IsTheGamePlayableHandler.cs` (+11 -3) 📝 `CompatBot/EventHandlers/LogParsingHandler.cs` (+1 -1) </details> ### 📄 Description * improve game status inquiry handler again * fix piracy context reporting in warnings * detect blatant attempts to circumvent discord invite filter * only use github CI statuses if everything else failed, as they're unreliable --- <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:32 -05:00
yindo closed this issue 2026-02-15 15:55:32 -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#278