Original PR: https://github.com/Stone-Red-Code/HyperbolicDownloader/pull/2 Author: @Stone-Red-Code Created: 2/6/2023 Status: ✅ Merged Merged: 2/6/2023 Merged by: @Stone-Red-Code
Base: main ← Head: develop
main
develop
21abb44
Mark members as static
.editorconfig
495a09e
c2b84dd
826c6fc
README.md
f5dd85e
Console.Commander.NET
4dd2b72
StartTcpListener
1f770ce
7d662dc
fb21a9f
6f9626f
discover
15 files changed (+243 additions, -256 deletions)
📝 HyperbolicDownloader.sln (+2 -8) 📝 HyperbolicDownloader/HyperbolicDownloader.csproj (+1 -1) 📝 HyperbolicDownloader/InputHandler.cs (+22 -29) 📝 HyperbolicDownloader/Program.cs (+16 -8) 📝 HyperbolicDownloaderApi/Commands/DownloadCommands.cs (+1 -1) 📝 HyperbolicDownloaderApi/Commands/FileCommands.cs (+2 -2) 📝 HyperbolicDownloaderApi/Commands/HostCommands.cs (+7 -2) 📝 HyperbolicDownloaderApi/Managment/ApiConfiguration.cs (+2 -2) 📝 HyperbolicDownloaderApi/Managment/ApiManager.cs (+14 -9) 📝 HyperbolicDownloaderApi/Networking/BroadcastClient.cs (+2 -2) 📝 HyperbolicDownloaderApi/Networking/DataContainer.cs (+9 -10) 📝 HyperbolicDownloaderApi/Networking/HostsManager.cs (+5 -9) 📝 HyperbolicDownloaderApi/Networking/MessageRecivedEventArgs.cs (+20 -21) 📝 HyperbolicDownloaderApi/Networking/NetworkClient.cs (+136 -141) 📝 README.md (+4 -11)
HyperbolicDownloader.sln
HyperbolicDownloader/HyperbolicDownloader.csproj
HyperbolicDownloader/InputHandler.cs
HyperbolicDownloader/Program.cs
HyperbolicDownloaderApi/Commands/DownloadCommands.cs
HyperbolicDownloaderApi/Commands/FileCommands.cs
HyperbolicDownloaderApi/Commands/HostCommands.cs
HyperbolicDownloaderApi/Managment/ApiConfiguration.cs
HyperbolicDownloaderApi/Managment/ApiManager.cs
HyperbolicDownloaderApi/Networking/BroadcastClient.cs
HyperbolicDownloaderApi/Networking/DataContainer.cs
HyperbolicDownloaderApi/Networking/HostsManager.cs
HyperbolicDownloaderApi/Networking/MessageRecivedEventArgs.cs
HyperbolicDownloaderApi/Networking/NetworkClient.cs
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/Stone-Red-Code/HyperbolicDownloader/pull/2
Author: @Stone-Red-Code
Created: 2/6/2023
Status: ✅ Merged
Merged: 2/6/2023
Merged by: @Stone-Red-Code
Base:
main← Head:develop📝 Commits (10+)
21abb44Add rule to ignore the warning:Mark members as staticto.editorconfig495a09eUpdate naming and add auto retry if hash is wrongc2b84ddCode refactoring826c6fcFix command descriptions inREADME.mdf5dd85eUpdateConsole.Commander.NETto the newest version4dd2b72FixStartTcpListenermethod not stopping program if fails1f770ceAdd missing lines to README7d662dcIgnore broadcast messages from own PCfb21a9fCode cleanup6f9626fAdd response todiscovercommand.📊 Changes
15 files changed (+243 additions, -256 deletions)
View changed files
📝
HyperbolicDownloader.sln(+2 -8)📝
HyperbolicDownloader/HyperbolicDownloader.csproj(+1 -1)📝
HyperbolicDownloader/InputHandler.cs(+22 -29)📝
HyperbolicDownloader/Program.cs(+16 -8)📝
HyperbolicDownloaderApi/Commands/DownloadCommands.cs(+1 -1)📝
HyperbolicDownloaderApi/Commands/FileCommands.cs(+2 -2)📝
HyperbolicDownloaderApi/Commands/HostCommands.cs(+7 -2)📝
HyperbolicDownloaderApi/Managment/ApiConfiguration.cs(+2 -2)📝
HyperbolicDownloaderApi/Managment/ApiManager.cs(+14 -9)📝
HyperbolicDownloaderApi/Networking/BroadcastClient.cs(+2 -2)📝
HyperbolicDownloaderApi/Networking/DataContainer.cs(+9 -10)📝
HyperbolicDownloaderApi/Networking/HostsManager.cs(+5 -9)📝
HyperbolicDownloaderApi/Networking/MessageRecivedEventArgs.cs(+20 -21)📝
HyperbolicDownloaderApi/Networking/NetworkClient.cs(+136 -141)📝
README.md(+4 -11)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.