[PR #25] [MERGED] Merged branch with more fixes #943

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

📋 Pull Request Information

Original PR: https://github.com/quasar/Quasar/pull/25
Author: @MaxXor
Created: 3/18/2015
Status: Merged
Merged: 3/18/2015
Merged by: @MaxXor

Base: masterHead: pr/24


📝 Commits (9)

  • 4856568 Merge pull request #3 from MaxXor/master
  • 6243e47 CommandHandler Bitmap Disposal
  • 7fd83c8 Removed label to increase readability
  • 79f9ca0 Made sure the TcpClient will always kill itself
  • c6b57f8 Dispose of the memory stream in Helper class
  • b95f7f9 Disposed of process on the shell closing
  • 1a13442 Fixed tabs in code
  • 76ca01a Minor null reference fix
  • fa038ad Minor fix

📊 Changes

5 files changed (+80 additions, -49 deletions)

View changed files

📝 Client/Core/Commands/CommandHandler.cs (+10 -10)
📝 Client/Core/RemoteShell/Shell.cs (+7 -1)
📝 Server/Core/Commands/CommandHandler.cs (+23 -22)
📝 Server/Core/Helper/Helper.cs (+5 -3)
📝 Server/Core/Helper/UPnP.cs (+35 -13)

📄 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/25 **Author:** [@MaxXor](https://github.com/MaxXor) **Created:** 3/18/2015 **Status:** ✅ Merged **Merged:** 3/18/2015 **Merged by:** [@MaxXor](https://github.com/MaxXor) **Base:** `master` ← **Head:** `pr/24` --- ### 📝 Commits (9) - [`4856568`](https://github.com/quasar/Quasar/commit/4856568bffdf858777ca084529e7f0e7ac8f9bd3) Merge pull request #3 from MaxXor/master - [`6243e47`](https://github.com/quasar/Quasar/commit/6243e470b46701564cc029978111b2e8d2f53a06) CommandHandler Bitmap Disposal - [`7fd83c8`](https://github.com/quasar/Quasar/commit/7fd83c87bebc409c36b99cde5e22829e313bc56d) Removed label to increase readability - [`79f9ca0`](https://github.com/quasar/Quasar/commit/79f9ca0cbab2559375523b0c8ac1ce6b0e77a3cc) Made sure the TcpClient will always kill itself - [`c6b57f8`](https://github.com/quasar/Quasar/commit/c6b57f8110646909ff2bd3bea8e7276f4276df3e) Dispose of the memory stream in Helper class - [`b95f7f9`](https://github.com/quasar/Quasar/commit/b95f7f9268f93a1233c5fbd43d03c2461a470636) Disposed of process on the shell closing - [`1a13442`](https://github.com/quasar/Quasar/commit/1a13442c12027e0c643f9bf97fc760da2833dc3e) Fixed tabs in code - [`76ca01a`](https://github.com/quasar/Quasar/commit/76ca01a42076863e9909eb215ceca4a88ef09ac6) Minor null reference fix - [`fa038ad`](https://github.com/quasar/Quasar/commit/fa038ad22c3b6371cfb2e9bac613a33fbd1e9a21) Minor fix ### 📊 Changes **5 files changed** (+80 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `Client/Core/Commands/CommandHandler.cs` (+10 -10) 📝 `Client/Core/RemoteShell/Shell.cs` (+7 -1) 📝 `Server/Core/Commands/CommandHandler.cs` (+23 -22) 📝 `Server/Core/Helper/Helper.cs` (+5 -3) 📝 `Server/Core/Helper/UPnP.cs` (+35 -13) </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:33 +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#943
No description provided.