mirror of
https://github.com/thecatontheceiling/LyssaRDSGen.git
synced 2026-04-26 16:15:56 +03:00
[PR #3] [CLOSED] Add Confirmation data generation for server deactivation process #6
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LyssaRDSGen#6
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/thecatontheceiling/LyssaRDSGen/pull/3
Author: @CONIGUERO
Created: 10/26/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (3)
4670a35Update print statement from 'Hello' to 'Goodbye'first try with llm slop9b02746same1481e29lets see if the vibe-coded fix fixes the vibe-coded code📊 Changes
2 files changed (+149 additions, -41 deletions)
View changed files
📝
index.html(+18 -4)📝
script.js(+131 -37)📄 Description
For some reason, Microsoft demands their consent when deactivating a server. If one chooses the "happy path", a confirmation number (an actually alphanumeric sequence) is needed from the MS clearinghouse in order for the terminal server to perform deactivation. This patch adds the generation feature for these numbers, made in the laziest way possible: a simple LLM-made port from MS's own generator implementation found in the NT5 source tree.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.