mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[PR #151] [MERGED] Merge changes #1006
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#1006
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/151
Author: @MaxXor
Created: 5/19/2015
Status: ✅ Merged
Merged: 5/19/2015
Merged by: @MaxXor
Base:
dev← Head:master📝 Commits (10+)
ee74b61Initial release of the Reverse Proxyce7c75cMore error checks & more reliable5f83df9NoIP.org Integrationb7cad28Tiny fix for class re-namer4f8bd1bNoIP.org Integration58fcbe9Target Server/Port fixed in ListView1103226Improved NoIP.org Integration6b581b7Fixed Stopping the proxy serverf727452Merge pull request #115 from MaxXor/pr/114ecb6845Edited Readme📊 Changes
148 files changed (+5205 additions, -1882 deletions)
View changed files
➕
Client.Tests/Client.Tests.csproj(+97 -0)➕
Client.Tests/Core/Compression/JpgCompression.Tests.cs(+24 -0)➕
Client.Tests/Core/Encryption/AES.Tests.cs(+44 -0)➕
Client.Tests/Core/Encryption/SHA256.Tests.cs(+20 -0)➕
Client.Tests/Core/Information/GeoIP.Tests.cs(+21 -0)➕
Client.Tests/Properties/AssemblyInfo.cs(+36 -0)📝
Client/Client.csproj(+12 -0)📝
Client/Core/Client.cs(+101 -31)📝
Client/Core/Commands/CommandHandler.cs(+3 -932)➕
Client/Core/Commands/ConnectionHandler.cs(+98 -0)➕
Client/Core/Commands/FileHandler.cs(+244 -0)➕
Client/Core/Commands/MiscHandler.cs(+221 -0)➕
Client/Core/Commands/SurveillanceHandler.cs(+135 -0)➕
Client/Core/Commands/SystemHandler.cs(+287 -0)📝
Client/Core/Elevation/FrmElevation.cs(+14 -1)📝
Client/Core/Encryption/AES.cs(+6 -3)📝
Client/Core/Helper/UnsafeStreamCodec.cs(+88 -78)📝
Client/Core/Packets/ClientPackets/DesktopResponse.cs(+1 -1)📝
Client/Core/Packets/ClientPackets/DirectoryResponse.cs(+1 -1)📝
Client/Core/Packets/ClientPackets/DownloadFileResponse.cs(+1 -1)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.