[PR #222] [MERGED] Fixes and updates to the log parser #301

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/222
Author: @13xforever
Created: 2/17/2019
Status: Merged
Merged: 2/17/2019
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (8)

  • 9a2d0a0 fix !psn check updates without any input
  • 80310c2 do not look for the category channels, they're useless
  • 2ed4abc detect when logging settings were modified
  • 655f20f support for firmware version information, including notes on old and custom firmware
  • 698d35d note on old CPUs
  • 858b88c more exceptions in handling unknown commands
  • 272aae9 add log owner to parsing results
  • 22b81c3 move antipiracy management up to sudoers for now

📊 Changes

10 files changed (+119 additions, -24 deletions)

View changed files

📝 CompatBot/Commands/Antipiracy.cs (+1 -1)
📝 CompatBot/Commands/Converters/CustomDiscordChannelConverter.cs (+3 -3)
📝 CompatBot/Commands/Misc.cs (+1 -1)
📝 CompatBot/Commands/Psn.Check.cs (+13 -2)
📝 CompatBot/CompatBot.csproj (+11 -0)
📝 CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs (+9 -1)
📝 CompatBot/EventHandlers/ProductCodeLookup.cs (+3 -0)
📝 CompatBot/EventHandlers/UnknownCommandHandler.cs (+7 -2)
📝 CompatBot/Utils/DiscordClientExtensions.cs (+0 -1)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs (+71 -13)

📄 Description

This is mostly to fix #221:

  • Support for upcoming firmware version reporting
  • Notes on old weak CPUs
  • Note for the log owner
  • Antipiracy commands will require bot sudoer role now
  • Other misc fixes

🔄 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/222 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 2/17/2019 **Status:** ✅ Merged **Merged:** 2/17/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (8) - [`9a2d0a0`](https://github.com/RPCS3/discord-bot/commit/9a2d0a0c5a1aebe77c1aec245c6161e2a2e51c55) fix !psn check updates without any input - [`80310c2`](https://github.com/RPCS3/discord-bot/commit/80310c2177bda337b825738de63a74e7d436122f) do not look for the category channels, they're useless - [`2ed4abc`](https://github.com/RPCS3/discord-bot/commit/2ed4abc157a1876080b9a1899d1e4fb7add9c3db) detect when logging settings were modified - [`655f20f`](https://github.com/RPCS3/discord-bot/commit/655f20f9a7d7c855ed71a58c6ddad061e74a29ec) support for firmware version information, including notes on old and custom firmware - [`698d35d`](https://github.com/RPCS3/discord-bot/commit/698d35da2f45a818a0572c68ea6d86ebc8dbb6a8) note on old CPUs - [`858b88c`](https://github.com/RPCS3/discord-bot/commit/858b88c244189be95a8caeb8de58f6750033a7cc) more exceptions in handling unknown commands - [`272aae9`](https://github.com/RPCS3/discord-bot/commit/272aae9d91624ae34f7b96feff780256884ae4d2) add log owner to parsing results - [`22b81c3`](https://github.com/RPCS3/discord-bot/commit/22b81c33ef94f1cb824c93fedd6921989533364f) move antipiracy management up to sudoers for now ### 📊 Changes **10 files changed** (+119 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/Antipiracy.cs` (+1 -1) 📝 `CompatBot/Commands/Converters/CustomDiscordChannelConverter.cs` (+3 -3) 📝 `CompatBot/Commands/Misc.cs` (+1 -1) 📝 `CompatBot/Commands/Psn.Check.cs` (+13 -2) 📝 `CompatBot/CompatBot.csproj` (+11 -0) 📝 `CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs` (+9 -1) 📝 `CompatBot/EventHandlers/ProductCodeLookup.cs` (+3 -0) 📝 `CompatBot/EventHandlers/UnknownCommandHandler.cs` (+7 -2) 📝 `CompatBot/Utils/DiscordClientExtensions.cs` (+0 -1) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs` (+71 -13) </details> ### 📄 Description This is mostly to fix #221: * Support for upcoming firmware version reporting * Notes on old weak CPUs * Note for the log owner * Antipiracy commands will require bot sudoer role now * Other misc fixes --- <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:36 -05:00
yindo closed this issue 2026-02-15 15:55:36 -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#301