[PR #258] [MERGED] Report log parsing progress for GZip streams #335

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/258
Author: @13xforever
Created: 3/16/2019
Status: Merged
Merged: 3/16/2019
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (3)

  • 0abc059 more oversized characters
  • 14f317f support log size / processing report for gzip streams
  • 8794d29 sanity checks

📊 Changes

16 files changed (+155 additions, -11 deletions)

View changed files

📝 CompatBot/EventHandlers/LogParsing/ArchiveHandlers/GzipHandler.cs (+10 -2)
📝 CompatBot/EventHandlers/LogParsing/ArchiveHandlers/IArchiveHandler.cs (+1 -0)
📝 CompatBot/EventHandlers/LogParsing/ArchiveHandlers/PlainText.cs (+1 -0)
📝 CompatBot/EventHandlers/LogParsing/ArchiveHandlers/RarHandler.cs (+1 -0)
📝 CompatBot/EventHandlers/LogParsing/ArchiveHandlers/SevenZipHandler.cs (+1 -0)
📝 CompatBot/EventHandlers/LogParsing/ArchiveHandlers/ZipHandler.cs (+1 -0)
📝 CompatBot/EventHandlers/LogParsing/SourceHandlers/BaseSourceHandler.cs (+1 -1)
📝 CompatBot/EventHandlers/LogParsing/SourceHandlers/DiscordAttachmentHandler.cs (+1 -0)
📝 CompatBot/EventHandlers/LogParsing/SourceHandlers/GoogleDriveHandler.cs (+2 -1)
📝 CompatBot/EventHandlers/LogParsing/SourceHandlers/ISourceHandler.cs (+1 -0)
📝 CompatBot/EventHandlers/LogParsing/SourceHandlers/MegaHandler.cs (+2 -1)
📝 CompatBot/EventHandlers/LogParsing/SourceHandlers/PastebinHandler.cs (+1 -0)
📝 CompatBot/EventHandlers/UsernameZalgoMonitor.cs (+1 -1)
CompatBot/Utils/BufferCopyStream.cs (+122 -0)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs (+4 -2)
📝 CompatBot/Utils/StreamExtensions.cs (+5 -3)

📄 Description

No description provided


🔄 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/258 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 3/16/2019 **Status:** ✅ Merged **Merged:** 3/16/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (3) - [`0abc059`](https://github.com/RPCS3/discord-bot/commit/0abc0595afa829f0f1f1c918e62bf9600c86f0fc) more oversized characters - [`14f317f`](https://github.com/RPCS3/discord-bot/commit/14f317ffdc313ecc94deff1dcbc1dd24949899c5) support log size / processing report for gzip streams - [`8794d29`](https://github.com/RPCS3/discord-bot/commit/8794d299763cdb3c95182cc7c924deb5fec9d0d2) sanity checks ### 📊 Changes **16 files changed** (+155 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/EventHandlers/LogParsing/ArchiveHandlers/GzipHandler.cs` (+10 -2) 📝 `CompatBot/EventHandlers/LogParsing/ArchiveHandlers/IArchiveHandler.cs` (+1 -0) 📝 `CompatBot/EventHandlers/LogParsing/ArchiveHandlers/PlainText.cs` (+1 -0) 📝 `CompatBot/EventHandlers/LogParsing/ArchiveHandlers/RarHandler.cs` (+1 -0) 📝 `CompatBot/EventHandlers/LogParsing/ArchiveHandlers/SevenZipHandler.cs` (+1 -0) 📝 `CompatBot/EventHandlers/LogParsing/ArchiveHandlers/ZipHandler.cs` (+1 -0) 📝 `CompatBot/EventHandlers/LogParsing/SourceHandlers/BaseSourceHandler.cs` (+1 -1) 📝 `CompatBot/EventHandlers/LogParsing/SourceHandlers/DiscordAttachmentHandler.cs` (+1 -0) 📝 `CompatBot/EventHandlers/LogParsing/SourceHandlers/GoogleDriveHandler.cs` (+2 -1) 📝 `CompatBot/EventHandlers/LogParsing/SourceHandlers/ISourceHandler.cs` (+1 -0) 📝 `CompatBot/EventHandlers/LogParsing/SourceHandlers/MegaHandler.cs` (+2 -1) 📝 `CompatBot/EventHandlers/LogParsing/SourceHandlers/PastebinHandler.cs` (+1 -0) 📝 `CompatBot/EventHandlers/UsernameZalgoMonitor.cs` (+1 -1) ➕ `CompatBot/Utils/BufferCopyStream.cs` (+122 -0) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs` (+4 -2) 📝 `CompatBot/Utils/StreamExtensions.cs` (+5 -3) </details> ### 📄 Description _No description provided_ --- <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:41 -05:00
yindo closed this issue 2026-02-15 15:55:41 -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#335