mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #356] [MERGED] Some quality of life updates #431
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/356
Author: @13xforever
Created: 7/28/2019
Status: ✅ Merged
Merged: 7/28/2019
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (9)
1ed3912Actually it worked, and was cleanera7a02b2add a note for spu loop detection for p59657596check for header magic numbers instead of just file extensions737a7d4remove reconnect on high ping, as it never happens in real lifefaa766eallow duplicate triggers in filtersb448986fix filter editor and migration scriptdd0f85cupdate log parser to support new filter actions29a99c5do not warn about disabled approximate xfloat for p5655f8e3note about gow ascension📊 Changes
26 files changed (+589 additions, -111 deletions)
View changed files
📝
Clients/CompatApiClient/Utils/Utils.cs(+3 -0)📝
CompatBot/Commands/Antipiracy.cs(+33 -17)📝
CompatBot/Database/BotDb.cs(+1 -1)➕
CompatBot/Database/Migrations/BotDb/20190728111050_AllowDuplicateTriggers.Designer.cs(+289 -0)➕
CompatBot/Database/Migrations/BotDb/20190728111050_AllowDuplicateTriggers.cs(+32 -0)📝
CompatBot/Database/Migrations/BotDb/BotDbModelSnapshot.cs(+0 -1)📝
CompatBot/Database/Providers/ContentFilter.cs(+32 -4)📝
CompatBot/EventHandlers/LogParsing/ArchiveHandlers/GzipHandler.cs(+12 -3)📝
CompatBot/EventHandlers/LogParsing/ArchiveHandlers/IArchiveHandler.cs(+1 -1)📝
CompatBot/EventHandlers/LogParsing/ArchiveHandlers/PlainText.cs(+6 -5)📝
CompatBot/EventHandlers/LogParsing/ArchiveHandlers/RarHandler.cs(+16 -7)📝
CompatBot/EventHandlers/LogParsing/ArchiveHandlers/SevenZipHandler.cs(+12 -6)📝
CompatBot/EventHandlers/LogParsing/ArchiveHandlers/ZipHandler.cs(+17 -7)📝
CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs(+11 -3)📝
CompatBot/EventHandlers/LogParsing/POCOs/LogParseState.cs(+6 -4)📝
CompatBot/EventHandlers/LogParsing/SourceHandlers/BaseSourceHandler.cs(+1 -1)📝
CompatBot/EventHandlers/LogParsing/SourceHandlers/DiscordAttachmentHandler.cs(+9 -4)📝
CompatBot/EventHandlers/LogParsing/SourceHandlers/DropboxHandler.cs(+11 -6)📝
CompatBot/EventHandlers/LogParsing/SourceHandlers/GoogleDriveHandler.cs(+13 -8)📝
CompatBot/EventHandlers/LogParsing/SourceHandlers/ISourceHandler.cs(+1 -1)...and 6 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.