[PR #306] [MERGED] Support Dropbox as a log source #383

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

📋 Pull Request Information

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

Base: masterHead: vnext


📝 Commits (2)

  • 23ee1fd add dropbox source handler for logs
  • ddcac4d don't reconstruct build info for unsupported log formats

📊 Changes

5 files changed (+272 additions, -165 deletions)

View changed files

📝 CompatBot/EventHandlers/LogParsing/SourceHandlers/DiscordAttachmentHandler.cs (+20 -20)
CompatBot/EventHandlers/LogParsing/SourceHandlers/DropboxHandler.cs (+105 -0)
📝 CompatBot/EventHandlers/LogParsing/SourceHandlers/PastebinHandler.cs (+25 -25)
📝 CompatBot/EventHandlers/LogParsingHandler.cs (+101 -100)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.CurrentSettingsSections.cs (+21 -20)

📄 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/306 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 5/5/2019 **Status:** ✅ Merged **Merged:** 5/5/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (2) - [`23ee1fd`](https://github.com/RPCS3/discord-bot/commit/23ee1fdd1bf771423e25b04ad61c7c37660b6d15) add dropbox source handler for logs - [`ddcac4d`](https://github.com/RPCS3/discord-bot/commit/ddcac4d479b71f2fbcc461b2520c58ac6ff92abb) don't reconstruct build info for unsupported log formats ### 📊 Changes **5 files changed** (+272 additions, -165 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/EventHandlers/LogParsing/SourceHandlers/DiscordAttachmentHandler.cs` (+20 -20) ➕ `CompatBot/EventHandlers/LogParsing/SourceHandlers/DropboxHandler.cs` (+105 -0) 📝 `CompatBot/EventHandlers/LogParsing/SourceHandlers/PastebinHandler.cs` (+25 -25) 📝 `CompatBot/EventHandlers/LogParsingHandler.cs` (+101 -100) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.CurrentSettingsSections.cs` (+21 -20) </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:49 -05:00
yindo closed this issue 2026-02-15 15:55:49 -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#383