mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-18 19:04:27 -04:00
[PR #118] [MERGED] Corrupted dump detection #212
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/118
Author: @13xforever
Created: 11/5/2018
Status: ✅ Merged
Merged: 11/5/2018
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (10+)
9c71237Add game version to the results (for e.g. heavy rain)a610a39Limit query length to prevent dos of ird library49a6e20IRD downloads with local caching949a8cfFix driver version extraction for OpenGLf71cd55Clean up 7z handlerf56bb99Basic IRD structure parserc3dbf8bTest project20bee5eApparently there's a 4-byte field that is missing in the documentation4cbc308ISO header parser to read all filenames on the disccea0e04Cross-reference 'sys_fs_open' failed messages with the corresponding ird📊 Changes
16 files changed (+427 additions, -75 deletions)
View changed files
📝
.gitignore(+1 -0)📝
CompatBot/Commands/CompatList.cs(+5 -5)📝
CompatBot/Config.cs(+2 -0)📝
CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs(+5 -1)📝
CompatBot/EventHandlers/LogParsing/SourceHandlers/SevenZipHandler.cs(+3 -33)📝
CompatBot/Program.cs(+11 -1)📝
CompatBot/Utils/ResultFormatters/IrdSearchResultFormattercs.cs(+1 -1)📝
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs(+78 -32)📝
IrdLibraryClient/IrdClient.cs(+102 -1)➕
IrdLibraryClient/IrdFormat/Ird.cs(+40 -0)➕
IrdLibraryClient/IrdFormat/IrdParser.cs(+99 -0)📝
IrdLibraryClient/IrdLibraryClient.csproj(+6 -0)➕
Tests/IrdTests.cs(+42 -0)➕
Tests/Test Files/Put IRD files here.txt(+1 -0)➕
Tests/Tests.csproj(+25 -0)📝
discord-bot-net.sln(+6 -1)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.