[PR #148] [MERGED] Changed the send method's parameter type for client/server #1005

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

📋 Pull Request Information

Original PR: https://github.com/quasar/Quasar/pull/148
Author: @MaxXor
Created: 5/19/2015
Status: Merged
Merged: 5/19/2015
Merged by: @MaxXor

Base: masterHead: pr/147


📝 Commits (5)

  • d20dcc3 Merge pull request #3 from MaxXor/master
  • 6c12e0b Respect the packet's type
  • 3990494 Fixed redundant type specification
  • 983068e Fixed redundant type specification
  • bfc4333 Small RemoteShell fix

📊 Changes

93 files changed (+96 additions, -95 deletions)

View changed files

📝 Client/Core/Client.cs (+2 -2)
📝 Client/Core/Commands/MiscHandler.cs (+2 -1)
📝 Client/Core/Packets/ClientPackets/DesktopResponse.cs (+1 -1)
📝 Client/Core/Packets/ClientPackets/DirectoryResponse.cs (+1 -1)
📝 Client/Core/Packets/ClientPackets/DownloadFileResponse.cs (+1 -1)
📝 Client/Core/Packets/ClientPackets/DrivesResponse.cs (+1 -1)
📝 Client/Core/Packets/ClientPackets/GetLogsResponse.cs (+1 -1)
📝 Client/Core/Packets/ClientPackets/GetProcessesResponse.cs (+1 -1)
📝 Client/Core/Packets/ClientPackets/GetStartupItemsResponse.cs (+1 -1)
📝 Client/Core/Packets/ClientPackets/GetSystemInfoResponse.cs (+1 -1)
📝 Client/Core/Packets/ClientPackets/Initialize.cs (+1 -1)
📝 Client/Core/Packets/ClientPackets/MonitorsResponse.cs (+1 -1)
📝 Client/Core/Packets/ClientPackets/ShellCommandResponse.cs (+1 -1)
📝 Client/Core/Packets/ClientPackets/Status.cs (+1 -1)
📝 Client/Core/Packets/ClientPackets/UserStatus.cs (+1 -1)
📝 Client/Core/Packets/ServerPackets/Action.cs (+1 -1)
📝 Client/Core/Packets/ServerPackets/AddStartupItem.cs (+1 -1)
📝 Client/Core/Packets/ServerPackets/Delete.cs (+1 -1)
📝 Client/Core/Packets/ServerPackets/Desktop.cs (+1 -1)
📝 Client/Core/Packets/ServerPackets/Directory.cs (+1 -1)

...and 73 more files

📄 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/148 **Author:** [@MaxXor](https://github.com/MaxXor) **Created:** 5/19/2015 **Status:** ✅ Merged **Merged:** 5/19/2015 **Merged by:** [@MaxXor](https://github.com/MaxXor) **Base:** `master` ← **Head:** `pr/147` --- ### 📝 Commits (5) - [`d20dcc3`](https://github.com/quasar/Quasar/commit/d20dcc3fed153fdad0a69b77e004053c9ed675b4) Merge pull request #3 from MaxXor/master - [`6c12e0b`](https://github.com/quasar/Quasar/commit/6c12e0b7ec3245bf4514bd2592bab5c48bb07a6b) Respect the packet's type - [`3990494`](https://github.com/quasar/Quasar/commit/3990494d47630e97937762545ad496de3524065e) Fixed redundant type specification - [`983068e`](https://github.com/quasar/Quasar/commit/983068e0eccaa4b18dbf8bcec38501d3a90c391f) Fixed redundant type specification - [`bfc4333`](https://github.com/quasar/Quasar/commit/bfc4333dbb3fc4ea136d3ac75bb164ac2df225c1) Small RemoteShell fix ### 📊 Changes **93 files changed** (+96 additions, -95 deletions) <details> <summary>View changed files</summary> 📝 `Client/Core/Client.cs` (+2 -2) 📝 `Client/Core/Commands/MiscHandler.cs` (+2 -1) 📝 `Client/Core/Packets/ClientPackets/DesktopResponse.cs` (+1 -1) 📝 `Client/Core/Packets/ClientPackets/DirectoryResponse.cs` (+1 -1) 📝 `Client/Core/Packets/ClientPackets/DownloadFileResponse.cs` (+1 -1) 📝 `Client/Core/Packets/ClientPackets/DrivesResponse.cs` (+1 -1) 📝 `Client/Core/Packets/ClientPackets/GetLogsResponse.cs` (+1 -1) 📝 `Client/Core/Packets/ClientPackets/GetProcessesResponse.cs` (+1 -1) 📝 `Client/Core/Packets/ClientPackets/GetStartupItemsResponse.cs` (+1 -1) 📝 `Client/Core/Packets/ClientPackets/GetSystemInfoResponse.cs` (+1 -1) 📝 `Client/Core/Packets/ClientPackets/Initialize.cs` (+1 -1) 📝 `Client/Core/Packets/ClientPackets/MonitorsResponse.cs` (+1 -1) 📝 `Client/Core/Packets/ClientPackets/ShellCommandResponse.cs` (+1 -1) 📝 `Client/Core/Packets/ClientPackets/Status.cs` (+1 -1) 📝 `Client/Core/Packets/ClientPackets/UserStatus.cs` (+1 -1) 📝 `Client/Core/Packets/ServerPackets/Action.cs` (+1 -1) 📝 `Client/Core/Packets/ServerPackets/AddStartupItem.cs` (+1 -1) 📝 `Client/Core/Packets/ServerPackets/Delete.cs` (+1 -1) 📝 `Client/Core/Packets/ServerPackets/Desktop.cs` (+1 -1) 📝 `Client/Core/Packets/ServerPackets/Directory.cs` (+1 -1) _...and 73 more files_ </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:46 +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#1005
No description provided.