mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[PR #2] [CLOSED] Refactored Code & Extracted Types #932
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#932
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/2
Author: @iflyairplanes
Created: 7/27/2014
Status: ❌ Closed
Base:
master← Head:master📝 Commits (4)
30f12d1Refactoring and Type Extraction960468bInitial Commit880c465gitignore update9f0b84aRemoving jtconfig's📊 Changes
310 files changed (+11459 additions, -6686 deletions)
View changed files
📝
.gitignore(+4 -1)📝
Client/Client.csproj(+10 -2)📝
Client/Config/Settings.cs(+3 -2)📝
Client/Core/Client.cs(+23 -21)📝
Client/Core/Commands/CommandHandler.cs(+571 -544)📝
Client/Core/Compression/LZ4/LZ4Compressor32.cs(+256 -110)📝
Client/Core/Compression/LZ4/LZ4Decompressor32.cs(+162 -41)📝
Client/Core/Compression/LZ4/LZ4Util.cs(+16 -6)📝
Client/Core/Elevation/CommandButton.cs(+1 -1)📝
Client/Core/Elevation/frmElevation.cs(+42 -28)📝
Client/Core/Encryption/AES.cs(+2 -2)📝
Client/Core/Encryption/RC4.cs(+8 -8)📝
Client/Core/GeoIP.cs(+16 -8)📝
Client/Core/Helper/Helper.cs(+20 -14)➕
Client/Core/OSInfo.cs(+820 -0)📝
Client/Core/Packets/ClientPackets/Commands/DesktopResponse.cs(+4 -1)📝
Client/Core/Packets/ClientPackets/Commands/DirectoryResponse.cs(+4 -1)📝
Client/Core/Packets/ClientPackets/Commands/DownloadFileResponse.cs(+4 -1)📝
Client/Core/Packets/ClientPackets/Commands/DrivesResponse.cs(+4 -1)📝
Client/Core/Packets/ClientPackets/Commands/GetProcessesResponse.cs(+4 -1)...and 80 more files
📄 Description
Refactored a lot of the code
Removed a lot of redundant code
Changed a lot of explicit types to vars
Optimized and removed unused using
Began renaming some variables and classes to use the MSDN C# guidelines.
*TODO: * finish entire migration to proper naming.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.