mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[PR #8] [CLOSED] Additional ProfileManager for Stub Builder #936
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#936
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/8
Author: @PotatoOfDoom
Created: 10/12/2014
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
991070dAdded Profile Chooser for Builder + Readded RC4 Encryption for fast decryption of Stubsb893277Just changing name^^📊 Changes
12 files changed (+746 additions, -124 deletions)
View changed files
📝
Server/Core/Build/ClientBuilder.cs(+17 -3)➕
Server/Core/Encryption/RC4.cs(+49 -0)📝
Server/Forms/frmBuilder.Designer.cs(+251 -110)📝
Server/Forms/frmBuilder.cs(+77 -4)📝
Server/Forms/frmBuilder.resx(+8 -5)📝
Server/Forms/frmMain.cs(+1 -1)➕
Server/Forms/frmProfileChooser.cs(+84 -0)➕
Server/Forms/frmProfileChooser.designer.cs(+120 -0)➕
Server/Forms/frmProfileChooser.resx(+120 -0)📝
Server/Server.csproj(+10 -0)📝
Server/Settings/ProfileManager.cs(+6 -0)📝
Server/Settings/Settings.cs(+3 -1)📄 Description
Just added a simple ProfileChooser for the Stub Builder (incl. saving of selection of last Profile...). Also added the optional RC4 Stub encryption, cause it can protect from accidentally scanning the unfinished Stub/ leaking/ whatever...
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.