[PR #431] [MERGED] Added Remote TCP Connections #1139

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

📋 Pull Request Information

Original PR: https://github.com/quasar/Quasar/pull/431
Author: @DragonzMaster
Created: 3/19/2016
Status: Merged
Merged: 3/30/2016
Merged by: @MaxXor

Base: masterHead: TCP-Connections


📝 Commits (1)

  • 254ef8a Added Remote TCP Connections

📊 Changes

21 files changed (+973 additions, -113 deletions)

View changed files

📝 Client/Client.csproj (+4 -0)
Client/Core/Commands/TCPConnectionsHandler.cs (+173 -0)
📝 Client/Core/Networking/QuasarClient.cs (+5 -1)
Client/Core/Packets/ClientPackets/GetConnectionsResponse.cs (+43 -0)
📝 Client/Core/Packets/PacketHandler.cs (+8 -0)
Client/Core/Packets/ServerPackets/DoCloseConnection.cs (+28 -0)
Client/Core/Packets/ServerPackets/GetConnections.cs (+19 -0)
Server/Core/Commands/TCPConnectionsHandler.cs (+64 -0)
📝 Server/Core/Networking/QuasarServer.cs (+5 -1)
📝 Server/Core/Networking/UserState.cs (+4 -0)
Server/Core/Packets/ClientPackets/GetConnectionsResponse.cs (+42 -0)
📝 Server/Core/Packets/PacketHandler.cs (+4 -0)
Server/Core/Packets/ServerPackets/DoCloseConnection.cs (+28 -0)
Server/Core/Packets/ServerPackets/GetConnections.cs (+19 -0)
Server/Forms/FrmConnections.Designer.cs (+147 -0)
Server/Forms/FrmConnections.cs (+115 -0)
Server/Forms/FrmConnections.resx (+123 -0)
📝 Server/Forms/FrmMain.Designer.cs (+10 -1)
📝 Server/Forms/FrmMain.cs (+11 -2)
📝 Server/Forms/FrmMain.resx (+108 -108)

...and 1 more files

📄 Description

  • Added the ability to get TCP connections
  • Close any connection ( If client is elevated )

[*] Icons needed


🔄 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/431 **Author:** [@DragonzMaster](https://github.com/DragonzMaster) **Created:** 3/19/2016 **Status:** ✅ Merged **Merged:** 3/30/2016 **Merged by:** [@MaxXor](https://github.com/MaxXor) **Base:** `master` ← **Head:** `TCP-Connections` --- ### 📝 Commits (1) - [`254ef8a`](https://github.com/quasar/Quasar/commit/254ef8aedaa26a0a0c28b4f910e3a406bce4bbc9) Added Remote TCP Connections ### 📊 Changes **21 files changed** (+973 additions, -113 deletions) <details> <summary>View changed files</summary> 📝 `Client/Client.csproj` (+4 -0) ➕ `Client/Core/Commands/TCPConnectionsHandler.cs` (+173 -0) 📝 `Client/Core/Networking/QuasarClient.cs` (+5 -1) ➕ `Client/Core/Packets/ClientPackets/GetConnectionsResponse.cs` (+43 -0) 📝 `Client/Core/Packets/PacketHandler.cs` (+8 -0) ➕ `Client/Core/Packets/ServerPackets/DoCloseConnection.cs` (+28 -0) ➕ `Client/Core/Packets/ServerPackets/GetConnections.cs` (+19 -0) ➕ `Server/Core/Commands/TCPConnectionsHandler.cs` (+64 -0) 📝 `Server/Core/Networking/QuasarServer.cs` (+5 -1) 📝 `Server/Core/Networking/UserState.cs` (+4 -0) ➕ `Server/Core/Packets/ClientPackets/GetConnectionsResponse.cs` (+42 -0) 📝 `Server/Core/Packets/PacketHandler.cs` (+4 -0) ➕ `Server/Core/Packets/ServerPackets/DoCloseConnection.cs` (+28 -0) ➕ `Server/Core/Packets/ServerPackets/GetConnections.cs` (+19 -0) ➕ `Server/Forms/FrmConnections.Designer.cs` (+147 -0) ➕ `Server/Forms/FrmConnections.cs` (+115 -0) ➕ `Server/Forms/FrmConnections.resx` (+123 -0) 📝 `Server/Forms/FrmMain.Designer.cs` (+10 -1) 📝 `Server/Forms/FrmMain.cs` (+11 -2) 📝 `Server/Forms/FrmMain.resx` (+108 -108) _...and 1 more files_ </details> ### 📄 Description - Added the ability to get TCP connections - Close any connection ( If client is elevated ) [*] Icons needed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:53:15 +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#1139
No description provided.