mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-18 19:04:27 -04:00
[PR #112] [MERGED] Support log uploads in RAR and 7z formats #208
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/112
Author: @13xforever
Created: 11/1/2018
Status: ✅ Merged
Merged: 11/1/2018
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (3)
a57c638change log archive numbering to include date601e2a7Support logs compressed with RAR603ceceSupport 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.