[PR #3] [CLOSED] Add Confirmation data generation for server deactivation process #6

Closed
opened 2026-02-28 01:15:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/thecatontheceiling/LyssaRDSGen/pull/3
Author: @CONIGUERO
Created: 10/26/2025
Status: Closed

Base: mainHead: main


📝 Commits (3)

  • 4670a35 Update print statement from 'Hello' to 'Goodbye'first try with llm slop
  • 9b02746 same
  • 1481e29 lets 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.

## 📋 Pull Request Information **Original PR:** https://github.com/thecatontheceiling/LyssaRDSGen/pull/3 **Author:** [@CONIGUERO](https://github.com/CONIGUERO) **Created:** 10/26/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`4670a35`](https://github.com/thecatontheceiling/LyssaRDSGen/commit/4670a3547090f8b570236f62fd27b981e14878cc) Update print statement from 'Hello' to 'Goodbye'first try with llm slop - [`9b02746`](https://github.com/thecatontheceiling/LyssaRDSGen/commit/9b02746d0ff36b51e0c5e10f45f0c86affcddc9a) same - [`1481e29`](https://github.com/thecatontheceiling/LyssaRDSGen/commit/1481e2927e27108d341b0e3570eea197d72f5104) lets see if the vibe-coded fix fixes the vibe-coded code ### 📊 Changes **2 files changed** (+149 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `index.html` (+18 -4) 📝 `script.js` (+131 -37) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 01:15:10 +03:00
Sign in to join this conversation.
No labels
pull-request
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/LyssaRDSGen#6
No description provided.