[PR #25] [MERGED] New fixes & log results as embed #145

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/25
Author: @13xforever
Created: 3/9/2018
Status: Merged
Merged: 3/11/2018
Merged by: @Nicba1010

Base: masterHead: new_fixes


📝 Commits (4)

  • 6cada8e only query infor for commercial product codes
  • 5af2d2e separate info parsing and result formatting
  • 75f575c log analyzer result as embed (disabled)
  • e728e5b do case insensetive piracy checks

📊 Changes

3 files changed (+114 additions, -41 deletions)

View changed files

📝 api/result.py (+13 -10)
📝 bot.py (+6 -3)
📝 log_analyzer.py (+95 -28)

📄 Description

  • only query info for commercial product codes

  • separate info parsing and result formatting

  • use vulkan gpu info if available, else d3d one, and show it after the cpu info

  • more tweaks to what settings to show

  • do code format sanitization to prevent injections through modified logs

  • case insensitive piracy checks

  • do not execute piracy subcommands in public channels

  • log parsing result as an embed (don't really like the result, so it's not used in this pr)


🔄 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/25 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 3/9/2018 **Status:** ✅ Merged **Merged:** 3/11/2018 **Merged by:** [@Nicba1010](https://github.com/Nicba1010) **Base:** `master` ← **Head:** `new_fixes` --- ### 📝 Commits (4) - [`6cada8e`](https://github.com/RPCS3/discord-bot/commit/6cada8e5c8a5731c625429afd0386c2c382157cf) only query infor for commercial product codes - [`5af2d2e`](https://github.com/RPCS3/discord-bot/commit/5af2d2eed31e182db318d370026f7ef3955aea6d) separate info parsing and result formatting - [`75f575c`](https://github.com/RPCS3/discord-bot/commit/75f575c9dd7d38a2b58cb6bb6f638eb5629347a8) log analyzer result as embed (disabled) - [`e728e5b`](https://github.com/RPCS3/discord-bot/commit/e728e5b1aa22fa49ddf0614d4759d326ea1387d1) do case insensetive piracy checks ### 📊 Changes **3 files changed** (+114 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `api/result.py` (+13 -10) 📝 `bot.py` (+6 -3) 📝 `log_analyzer.py` (+95 -28) </details> ### 📄 Description - only query info for commercial product codes - separate info parsing and result formatting - use vulkan gpu info if available, else d3d one, and show it after the cpu info - more tweaks to what settings to show - do code format sanitization to prevent injections through modified logs - case insensitive piracy checks - do not execute piracy subcommands in public channels - log parsing result as an embed (don't really like the result, so it's not used in this pr) --- <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:10 -05:00
yindo closed this issue 2026-02-15 15:55: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#145