mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 07:15:59 +03:00
[PR #431] [MERGED] Added Remote TCP Connections #1139
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#1139
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:TCP-Connections📝 Commits (1)
254ef8aAdded 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
[*] Icons needed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.