[PR #112] [MERGED] Support log uploads in RAR and 7z formats #208

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/112
Author: @13xforever
Created: 11/1/2018
Status: Merged
Merged: 11/1/2018
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (3)

  • a57c638 change log archive numbering to include date
  • 601e2a7 Support logs compressed with RAR
  • 603cece Support logs compressed with 7z

📊 Changes

8 files changed (+201 additions, -16 deletions)

View changed files

📝 .gitignore (+2 -4)
📝 CompatBot/Commands/Misc.cs (+2 -2)
📝 CompatBot/CompatBot.csproj (+1 -0)
📝 CompatBot/Config.cs (+1 -0)
CompatBot/EventHandlers/LogParsing/SourceHandlers/RarHandler.cs (+90 -0)
CompatBot/EventHandlers/LogParsing/SourceHandlers/SevenZipHandler.cs (+92 -0)
📝 CompatBot/EventHandlers/LogParsing/SourceHandlers/ZipHandler.cs (+11 -4)
📝 CompatBot/EventHandlers/LogParsingHandler.cs (+2 -6)

📄 Description

With this all combinations of RAR4, RAR5, LZMA, LZMA2, PPMd, and BZip2 streams in normal, block, and solid formats are supported


🔄 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/112 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 11/1/2018 **Status:** ✅ Merged **Merged:** 11/1/2018 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (3) - [`a57c638`](https://github.com/RPCS3/discord-bot/commit/a57c63864d1244b2b8f90fc51533c88fbc1cc8b5) change log archive numbering to include date - [`601e2a7`](https://github.com/RPCS3/discord-bot/commit/601e2a7c3ec43f8d75eec5fdbdc73d92c1327d6e) Support logs compressed with RAR - [`603cece`](https://github.com/RPCS3/discord-bot/commit/603cece57bce45bd360384fb05d9b4150fec6a4d) Support logs compressed with 7z ### 📊 Changes **8 files changed** (+201 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -4) 📝 `CompatBot/Commands/Misc.cs` (+2 -2) 📝 `CompatBot/CompatBot.csproj` (+1 -0) 📝 `CompatBot/Config.cs` (+1 -0) ➕ `CompatBot/EventHandlers/LogParsing/SourceHandlers/RarHandler.cs` (+90 -0) ➕ `CompatBot/EventHandlers/LogParsing/SourceHandlers/SevenZipHandler.cs` (+92 -0) 📝 `CompatBot/EventHandlers/LogParsing/SourceHandlers/ZipHandler.cs` (+11 -4) 📝 `CompatBot/EventHandlers/LogParsingHandler.cs` (+2 -6) </details> ### 📄 Description With this all combinations of RAR4, RAR5, LZMA, LZMA2, PPMd, and BZip2 streams in normal, block, and solid formats are supported --- <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:21 -05:00
yindo closed this issue 2026-02-15 15:55:21 -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#208