[PR #531] [MERGED] Add support for OneDrive log links #601

Closed
opened 2026-02-15 15:56:24 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/531
Author: @13xforever
Created: 3/9/2020
Status: Merged
Merged: 3/9/2020
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (6)

  • 62fe5d2 add OCR stats
  • cf44d2c update wording
  • 4f2ffdd fix potential issues
  • 4bdcb45 change zcull values in log parsing result to help people feel smarter
  • d7b018a support for OneDrive log links
  • af42b5b give feedback on failed image description operation

📊 Changes

19 files changed (+314 additions, -40 deletions)

View changed files

📝 Clients/AppveyorClient/Client.cs (+4 -5)
📝 Clients/CompatApiClient/ApiConfig.cs (+2 -0)
📝 Clients/CompatApiClient/Utils/UriExtensions.cs (+8 -0)
📝 Clients/GithubClient/Client.cs (+4 -5)
Clients/OneDriveClient/Client.cs (+109 -0)
Clients/OneDriveClient/OneDriveClient.csproj (+15 -0)
Clients/OneDriveClient/POCOs/DriveItemMeta.cs (+15 -0)
📝 CompatBot/Commands/BotStats.cs (+21 -20)
📝 CompatBot/Commands/Vision.cs (+2 -1)
📝 CompatBot/CompatBot.csproj (+4 -3)
📝 CompatBot/Database/Providers/ContentFilter.cs (+1 -1)
📝 CompatBot/EventHandlers/LogParsing/SourceHandlers/GenericLinkHandler.cs (+0 -1)
📝 CompatBot/EventHandlers/LogParsing/SourceHandlers/GoogleDriveHandler.cs (+0 -1)
CompatBot/EventHandlers/LogParsing/SourceHandlers/OneDriveSourceHandler.cs (+110 -0)
📝 CompatBot/EventHandlers/LogParsingHandler.cs (+1 -0)
📝 CompatBot/EventHandlers/MediaScreenshotMonitor.cs (+2 -0)
📝 CompatBot/Utils/Extensions/DiscordClientExtensions.cs (+7 -1)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs (+2 -2)
📝 discord-bot-net.sln (+7 -0)

📄 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/531 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 3/9/2020 **Status:** ✅ Merged **Merged:** 3/9/2020 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (6) - [`62fe5d2`](https://github.com/RPCS3/discord-bot/commit/62fe5d26cb8bc15925fbc3cfd1f32290cdce29a4) add OCR stats - [`cf44d2c`](https://github.com/RPCS3/discord-bot/commit/cf44d2c2136e0750804909f205f2cc3ef1fd1dcd) update wording - [`4f2ffdd`](https://github.com/RPCS3/discord-bot/commit/4f2ffdd84110d99607558b760e4a758f8ca30568) fix potential issues - [`4bdcb45`](https://github.com/RPCS3/discord-bot/commit/4bdcb45ab91959e3396028ed0604ce85cc125882) change zcull values in log parsing result to help people feel smarter - [`d7b018a`](https://github.com/RPCS3/discord-bot/commit/d7b018a3dd6a02813e46f1d2e1ba9fd226e2f908) support for OneDrive log links - [`af42b5b`](https://github.com/RPCS3/discord-bot/commit/af42b5b4fa4c9849c7266541f1ce3e25d6aaf113) give feedback on failed image description operation ### 📊 Changes **19 files changed** (+314 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `Clients/AppveyorClient/Client.cs` (+4 -5) 📝 `Clients/CompatApiClient/ApiConfig.cs` (+2 -0) 📝 `Clients/CompatApiClient/Utils/UriExtensions.cs` (+8 -0) 📝 `Clients/GithubClient/Client.cs` (+4 -5) ➕ `Clients/OneDriveClient/Client.cs` (+109 -0) ➕ `Clients/OneDriveClient/OneDriveClient.csproj` (+15 -0) ➕ `Clients/OneDriveClient/POCOs/DriveItemMeta.cs` (+15 -0) 📝 `CompatBot/Commands/BotStats.cs` (+21 -20) 📝 `CompatBot/Commands/Vision.cs` (+2 -1) 📝 `CompatBot/CompatBot.csproj` (+4 -3) 📝 `CompatBot/Database/Providers/ContentFilter.cs` (+1 -1) 📝 `CompatBot/EventHandlers/LogParsing/SourceHandlers/GenericLinkHandler.cs` (+0 -1) 📝 `CompatBot/EventHandlers/LogParsing/SourceHandlers/GoogleDriveHandler.cs` (+0 -1) ➕ `CompatBot/EventHandlers/LogParsing/SourceHandlers/OneDriveSourceHandler.cs` (+110 -0) 📝 `CompatBot/EventHandlers/LogParsingHandler.cs` (+1 -0) 📝 `CompatBot/EventHandlers/MediaScreenshotMonitor.cs` (+2 -0) 📝 `CompatBot/Utils/Extensions/DiscordClientExtensions.cs` (+7 -1) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs` (+2 -2) 📝 `discord-bot-net.sln` (+7 -0) </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:56:24 -05:00
yindo closed this issue 2026-02-15 15:56:24 -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#601