[PR #8] [CLOSED] Additional ProfileManager for Stub Builder #936

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

📋 Pull Request Information

Original PR: https://github.com/quasar/Quasar/pull/8
Author: @PotatoOfDoom
Created: 10/12/2014
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • 991070d Added Profile Chooser for Builder + Readded RC4 Encryption for fast decryption of Stubs
  • b893277 Just 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.

## 📋 Pull Request Information **Original PR:** https://github.com/quasar/Quasar/pull/8 **Author:** [@PotatoOfDoom](https://github.com/PotatoOfDoom) **Created:** 10/12/2014 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`991070d`](https://github.com/quasar/Quasar/commit/991070df7e5ee287bb2405f4e08c10c44ae5a8d6) Added Profile Chooser for Builder + Readded RC4 Encryption for fast decryption of Stubs - [`b893277`](https://github.com/quasar/Quasar/commit/b893277c6761523792dbdc12ccaf0623d50d0d87) Just changing name^^ ### 📊 Changes **12 files changed** (+746 additions, -124 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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... --- <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:32 +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#936
No description provided.