[PR #40] [CLOSED] Configurable Keep Alive Extension Added #952

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

📋 Pull Request Information

Original PR: https://github.com/quasar/Quasar/pull/40
Author: @abdullah2993
Created: 4/4/2015
Status: Closed

Base: masterHead: master


📝 Commits (2)

📊 Changes

318 files changed (+15751 additions, -11080 deletions)

View changed files

📝 Client/Client.csproj (+1 -0)
📝 Client/Config/Settings.cs (+5 -2)
📝 Client/Core/Client.cs (+69 -72)
📝 Client/Core/Commands/CommandHandler.cs (+846 -765)
📝 Client/Core/Compression/SafeQuickLZ.cs (+97 -83)
📝 Client/Core/Elevation/CommandButton.cs (+3 -3)
📝 Client/Core/Elevation/FrmElevation.cs (+61 -39)
📝 Client/Core/Encryption/AES.cs (+5 -5)
📝 Client/Core/Encryption/SHA256.cs (+6 -10)
📝 Client/Core/Helper/FileSplit.cs (+33 -33)
📝 Client/Core/Helper/Helper.cs (+43 -35)
📝 Client/Core/Helper/UnsafeStreamCodec.cs (+92 -83)
📝 Client/Core/Information/GeoIP.cs (+26 -17)
📝 Client/Core/Information/OSInfo.cs (+15 -14)
📝 Client/Core/Misc/JpgCompression.cs (+14 -13)
Client/Core/Misc/KeepAlive.cs (+78 -0)
📝 Client/Core/Packets/ClientPackets/DesktopResponse.cs (+10 -7)
📝 Client/Core/Packets/ClientPackets/DirectoryResponse.cs (+11 -8)
📝 Client/Core/Packets/ClientPackets/DownloadFileResponse.cs (+15 -11)
📝 Client/Core/Packets/ClientPackets/DrivesResponse.cs (+7 -4)

...and 80 more files

📄 Description

Check the latest commit first one was just resharpe and codemate


🔄 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/40 **Author:** [@abdullah2993](https://github.com/abdullah2993) **Created:** 4/4/2015 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`430bc54`](https://github.com/quasar/Quasar/commit/430bc5438ef60ba2b123c9895a913607a63eb76a) Refactor - [`76fb1d7`](https://github.com/quasar/Quasar/commit/76fb1d7f860736fe6c214a3b54e5741272852098) Configurable KeepAlive Socket Option Added ### 📊 Changes **318 files changed** (+15751 additions, -11080 deletions) <details> <summary>View changed files</summary> 📝 `Client/Client.csproj` (+1 -0) 📝 `Client/Config/Settings.cs` (+5 -2) 📝 `Client/Core/Client.cs` (+69 -72) 📝 `Client/Core/Commands/CommandHandler.cs` (+846 -765) 📝 `Client/Core/Compression/SafeQuickLZ.cs` (+97 -83) 📝 `Client/Core/Elevation/CommandButton.cs` (+3 -3) 📝 `Client/Core/Elevation/FrmElevation.cs` (+61 -39) 📝 `Client/Core/Encryption/AES.cs` (+5 -5) 📝 `Client/Core/Encryption/SHA256.cs` (+6 -10) 📝 `Client/Core/Helper/FileSplit.cs` (+33 -33) 📝 `Client/Core/Helper/Helper.cs` (+43 -35) 📝 `Client/Core/Helper/UnsafeStreamCodec.cs` (+92 -83) 📝 `Client/Core/Information/GeoIP.cs` (+26 -17) 📝 `Client/Core/Information/OSInfo.cs` (+15 -14) 📝 `Client/Core/Misc/JpgCompression.cs` (+14 -13) ➕ `Client/Core/Misc/KeepAlive.cs` (+78 -0) 📝 `Client/Core/Packets/ClientPackets/DesktopResponse.cs` (+10 -7) 📝 `Client/Core/Packets/ClientPackets/DirectoryResponse.cs` (+11 -8) 📝 `Client/Core/Packets/ClientPackets/DownloadFileResponse.cs` (+15 -11) 📝 `Client/Core/Packets/ClientPackets/DrivesResponse.cs` (+7 -4) _...and 80 more files_ </details> ### 📄 Description Check the latest commit first one was just resharpe and codemate --- <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:35 +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#952
No description provided.