[PR #234] [MERGED] RemoteShell fixes #1057

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

📋 Pull Request Information

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

Base: masterHead: pr/232


📝 Commits (10+)

  • 690dcc3 Merge pull request #16 from MaxXor/master
  • 2e761af Fixed Remote Shell Flickering
  • be78162 Changes to output handling of commands
  • 5c4525e Changes to Dispose(bool)
  • 007296e Changed how exiting is determined
  • 39a717c Correctly colorize errors
  • 320172a Perfected handling of exiting
  • d402d78 Fixed client breaking on shell close
  • 9bddb0f Initialize ManualResetEvents in the constructor
  • 47de4f8 Small corrections

📊 Changes

6 files changed (+170 additions, -24 deletions)

View changed files

📝 Client/Core/Packets/ClientPackets/ShellCommandResponse.cs (+5 -1)
📝 Client/Core/RemoteShell/Shell.cs (+113 -12)
📝 Server/Core/Commands/MiscHandler.cs (+12 -1)
📝 Server/Core/Packets/ClientPackets/ShellCommandResponse.cs (+5 -1)
📝 Server/Forms/FrmRemoteShell.Designer.cs (+3 -3)
📝 Server/Forms/FrmRemoteShell.cs (+32 -6)

📄 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/234 **Author:** [@MaxXor](https://github.com/MaxXor) **Created:** 5/27/2015 **Status:** ✅ Merged **Merged:** 5/27/2015 **Merged by:** [@MaxXor](https://github.com/MaxXor) **Base:** `master` ← **Head:** `pr/232` --- ### 📝 Commits (10+) - [`690dcc3`](https://github.com/quasar/Quasar/commit/690dcc33e1548329e6590adfee712684a95d8cda) Merge pull request #16 from MaxXor/master - [`2e761af`](https://github.com/quasar/Quasar/commit/2e761af6f166bf9a0bce616e7d45348c6c9e0aae) Fixed Remote Shell Flickering - [`be78162`](https://github.com/quasar/Quasar/commit/be78162f633f61e659f436f2d72b4b66d72ab5fb) Changes to output handling of commands - [`5c4525e`](https://github.com/quasar/Quasar/commit/5c4525eb692e658031373d2c35b08e5b6779d124) Changes to Dispose(bool) - [`007296e`](https://github.com/quasar/Quasar/commit/007296e24c8a493f0a3febc872f80938ac4cb162) Changed how exiting is determined - [`39a717c`](https://github.com/quasar/Quasar/commit/39a717c6268d51016ab972c1359337edd035c8d9) Correctly colorize errors - [`320172a`](https://github.com/quasar/Quasar/commit/320172a12642674a1e4095cef3f1acc0be87b123) Perfected handling of exiting - [`d402d78`](https://github.com/quasar/Quasar/commit/d402d7833fada828ee948ec4c4fd69b544191854) Fixed client breaking on shell close - [`9bddb0f`](https://github.com/quasar/Quasar/commit/9bddb0ffd5537672c2e7de68cb77155e8389109b) Initialize ManualResetEvents in the constructor - [`47de4f8`](https://github.com/quasar/Quasar/commit/47de4f8aa06f6606cde915240e184eff12707509) Small corrections ### 📊 Changes **6 files changed** (+170 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `Client/Core/Packets/ClientPackets/ShellCommandResponse.cs` (+5 -1) 📝 `Client/Core/RemoteShell/Shell.cs` (+113 -12) 📝 `Server/Core/Commands/MiscHandler.cs` (+12 -1) 📝 `Server/Core/Packets/ClientPackets/ShellCommandResponse.cs` (+5 -1) 📝 `Server/Forms/FrmRemoteShell.Designer.cs` (+3 -3) 📝 `Server/Forms/FrmRemoteShell.cs` (+32 -6) </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:57 +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#1057
No description provided.