[PR #4] [MERGED] Additions: UPnP + UploadAndExecute #930

Closed
opened 2026-02-27 15:52:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/quasar/Quasar/pull/4
Author: @ghost
Created: 7/30/2014
Status: Merged
Merged: 7/30/2014
Merged by: @MaxXor

Base: masterHead: master


📝 Commits (2)

📊 Changes

17 files changed (+1049 additions, -29 deletions)

View changed files

📝 Client/Client.csproj (+1 -0)
📝 Client/Core/Commands/CommandHandler.cs (+36 -0)
Client/Core/Packets/ServerPackets/Commands/UploadAndExecute.cs (+26 -0)
📝 Client/Program.cs (+5 -0)
Server/Core/Helper/UPnP.cs (+47 -0)
Server/Core/Packets/ServerPackets/Commands/UploadAndExecute.cs (+26 -0)
📝 Server/Forms/frmMain.Designer.cs (+37 -27)
📝 Server/Forms/frmMain.cs (+23 -1)
📝 Server/Forms/frmMain.resx (+1 -1)
📝 Server/Forms/frmSettings.Designer.cs (+13 -0)
📝 Server/Forms/frmSettings.cs (+9 -0)
Server/Forms/frmUploadAndExecute.Designer.cs (+64 -0)
Server/Forms/frmUploadAndExecute.cs (+46 -0)
Server/Forms/frmUploadAndExecute.resx (+659 -0)
📝 Server/Server.csproj (+54 -0)
📝 Server/Settings/Settings.cs (+2 -0)
Server/lib/Interop.NATUPNPLib.dll (+0 -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/quasar/Quasar/pull/4 **Author:** [@ghost](https://github.com/ghost) **Created:** 7/30/2014 **Status:** ✅ Merged **Merged:** 7/30/2014 **Merged by:** [@MaxXor](https://github.com/MaxXor) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`ceffc3a`](https://github.com/quasar/Quasar/commit/ceffc3a4e3e0df7e836db1deb064aa0b198eaef2) UPnP - [`0743293`](https://github.com/quasar/Quasar/commit/07432937a7b26cf0f25dcf281d3b67c4ee4c2144) Upload And Execute ### 📊 Changes **17 files changed** (+1049 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `Client/Client.csproj` (+1 -0) 📝 `Client/Core/Commands/CommandHandler.cs` (+36 -0) ➕ `Client/Core/Packets/ServerPackets/Commands/UploadAndExecute.cs` (+26 -0) 📝 `Client/Program.cs` (+5 -0) ➕ `Server/Core/Helper/UPnP.cs` (+47 -0) ➕ `Server/Core/Packets/ServerPackets/Commands/UploadAndExecute.cs` (+26 -0) 📝 `Server/Forms/frmMain.Designer.cs` (+37 -27) 📝 `Server/Forms/frmMain.cs` (+23 -1) 📝 `Server/Forms/frmMain.resx` (+1 -1) 📝 `Server/Forms/frmSettings.Designer.cs` (+13 -0) 📝 `Server/Forms/frmSettings.cs` (+9 -0) ➕ `Server/Forms/frmUploadAndExecute.Designer.cs` (+64 -0) ➕ `Server/Forms/frmUploadAndExecute.cs` (+46 -0) ➕ `Server/Forms/frmUploadAndExecute.resx` (+659 -0) 📝 `Server/Server.csproj` (+54 -0) 📝 `Server/Settings/Settings.cs` (+2 -0) ➕ `Server/lib/Interop.NATUPNPLib.dll` (+0 -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>
kerem 2026-02-27 15:52:30 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#930
No description provided.