mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 22:03:33 -04:00
[PR #258] [MERGED] Report log parsing progress for GZip streams #335
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:vnext📝 Commits (3)
0abc059more oversized characters14f317fsupport log size / processing report for gzip streams8794d29sanity 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.