[PR #2] [MERGED] Develop #1

Closed
opened 2026-09-04 00:47:57 +02:00 by Stone_Red · 0 comments
Owner

📋 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: mainHead: develop


📝 Commits (10+)

  • 21abb44 Add rule to ignore the warning: Mark members as static to .editorconfig
  • 495a09e Update naming and add auto retry if hash is wrong
  • c2b84dd Code refactoring
  • 826c6fc Fix command descriptions in README.md
  • f5dd85e Update Console.Commander.NET to the newest version
  • 4dd2b72 Fix StartTcpListener method not stopping program if fails
  • 1f770ce Add missing lines to README
  • 7d662dc Ignore broadcast messages from own PC
  • fb21a9f Code cleanup
  • 6f9626f Add response to discover command.

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Stone-Red-Code/HyperbolicDownloader/pull/2 **Author:** [@Stone-Red-Code](https://github.com/Stone-Red-Code) **Created:** 2/6/2023 **Status:** ✅ Merged **Merged:** 2/6/2023 **Merged by:** [@Stone-Red-Code](https://github.com/Stone-Red-Code) **Base:** `main` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`21abb44`](https://github.com/Stone-Red-Code/HyperbolicDownloader/commit/21abb44230598bdad1d0be6097e88e7e43dc6dca) Add rule to ignore the warning: `Mark members as static` to `.editorconfig` - [`495a09e`](https://github.com/Stone-Red-Code/HyperbolicDownloader/commit/495a09ec6024825b579bd170aa743dd13647e792) Update naming and add auto retry if hash is wrong - [`c2b84dd`](https://github.com/Stone-Red-Code/HyperbolicDownloader/commit/c2b84dd4754ee056ee47871913a5e00eb9d7aefe) Code refactoring - [`826c6fc`](https://github.com/Stone-Red-Code/HyperbolicDownloader/commit/826c6fc7eeac1df97846389737ef1a1d37dea9ff) Fix command descriptions in `README.md` - [`f5dd85e`](https://github.com/Stone-Red-Code/HyperbolicDownloader/commit/f5dd85e38c6b601ba1acbb59e57e76865aa3dca7) Update `Console.Commander.NET` to the newest version - [`4dd2b72`](https://github.com/Stone-Red-Code/HyperbolicDownloader/commit/4dd2b7274ea44869f9002f1feef31f68a3f20803) Fix `StartTcpListener` method not stopping program if fails - [`1f770ce`](https://github.com/Stone-Red-Code/HyperbolicDownloader/commit/1f770ce13134ea4fcd89d8660f639dad12020135) Add missing lines to README - [`7d662dc`](https://github.com/Stone-Red-Code/HyperbolicDownloader/commit/7d662dc1134137baec8df4d93917dc450bbab9f6) Ignore broadcast messages from own PC - [`fb21a9f`](https://github.com/Stone-Red-Code/HyperbolicDownloader/commit/fb21a9f4924b8f0d753022bd0e274a99efd9898e) Code cleanup - [`6f9626f`](https://github.com/Stone-Red-Code/HyperbolicDownloader/commit/6f9626fcfd85b6eb91efe9a74b41226fece41d4a) Add response to `discover` command. ### 📊 Changes **15 files changed** (+243 additions, -256 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Stone_Red added the pull-request label 2026-09-04 00:47:57 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Stone_Red/HyperbolicDownloader#1