Commit Graph

269 Commits

Author SHA1 Message Date
Alfi Maulana bcd51e0e4e
update build WindowsXPKg step (#38) 2023-06-30 00:58:20 -07:00
Emma 4b60737bb4
Add -V/--validate command line switch (#31)
* add -V/--validate command line switch

* Return success/failure bool on CLI::stripKey

---------

Co-authored-by: Neo <321592+Neo-Desktop@users.noreply.github.com>
2023-06-19 12:41:27 -07:00
TheTank20 bc23fc5233
Hide more things behind --verbose + error correction (#27)
---------

Co-authored-by: WitherOrNot <damemem@gmail.com>
2023-06-18 01:28:20 -07:00
TheTank20 dc64133adf
Update README.md 2023-06-16 20:32:46 -05:00
Andrew 477f5c9af2
Merge pull request #25 from UMSKT/license-update
Update license to AGPL
2023-06-17 02:52:13 +03:00
Neo 32a14cb8d9 issue number typo 2023-06-16 15:09:05 -07:00
Neo db5ff7cd74 add actions build badges 2023-06-16 15:07:00 -07:00
Neo ca9ccc43ee rebrand WindowsXPKg to UMSKT 2023-06-16 14:58:22 -07:00
Neo 57b2477e44 As per contributor quorum on 17/06/2023 - update license to AGPL
Add known history to files
2023-06-16 12:41:16 -07:00
Neo 73a9cb3b2a remove lib directory; move fully-licensed-wpa.txt to /doc 2023-06-16 11:08:11 -07:00
TheTank20 40c60e656f
Add GitHub Actions CI/CD (#23)
* Create linux.yml

* Create windows.yml

* re-enable static builds
make a better linux github workflow

* better windows action script
fix linux output zip

* fix path typos

* Update readme

---------

Co-authored-by: Neo <321592+Neo-Desktop@users.noreply.github.com>
2023-06-16 05:57:56 -07:00
Andrew 62ab8caf87 [Server] Comment Fix 2 2023-06-14 15:01:56 +03:00
Andrew 7ea57ed136 [Server] Comment Fix 2023-06-14 15:00:56 +03:00
Andrew 529543ceef [XP] Comment Fix 2023-06-14 15:00:12 +03:00
WitherOrNot b1c80d3fa9 ignore CMakeSettings.json 2023-06-13 13:47:09 -04:00
Neo 149f525a51 add activation constants to keys.json 2023-06-12 06:56:48 -07:00
WitherOrNot 3e100d79a6 Merge branch 'master' of https://github.com/Neo-Desktop/WindowsXPKg 2023-06-11 15:46:02 -04:00
WitherOrNot 4bc029e645 Add visual studio to gitignore 2023-06-11 15:45:59 -04:00
Neo fa0f832919 ensure values in CLI object are initalized before using them 2023-06-11 07:03:24 -07:00
Neo c306573fe8 add product mappings provided by pottzman 2023-06-10 15:42:14 -07:00
Andrew 88640191e8 get_rid_of_snake_case() 2023-06-10 20:52:32 +03:00
Andrew e3b4485aa2 BINK2002 Upgrade Bit 2023-06-10 20:17:18 +03:00
Andrew 34619a2202 Remove a debug oopsie 2023-06-10 19:40:18 +03:00
Andrew d4d50d9885 BINK1998 Upgrade Bit 2023-06-10 19:38:22 +03:00
Andrew f11552509a OWORD 2023-06-09 21:07:40 +03:00
WitherOrNot eed869981b fix installation ID generation 2023-06-08 14:40:11 -04:00
WitherOrNot 947fd48f38 initialize options in CLI 2023-06-07 15:43:45 -04:00
Neo 0b94791ee1
refactor project to use classes (#19) 2023-06-07 12:23:59 -07:00
Andrew f6755b0c22 [Server] Update comments to make sense at all 2023-06-07 12:27:45 +03:00
WitherOrNot 3a7a37d814 prevent fully-licensed-wpa.txt from being changed on clone 2023-06-06 21:06:32 -04:00
Neo 4973d71d64 bulk add recently contributed keys 2023-06-06 17:48:15 -07:00
Andrew aa8e5ff8e7 Slight logic tweak for better understanding 2023-06-07 02:34:01 +03:00
Andrew 4f7fb772a5 Further readability improvement 2023-06-07 02:22:36 +03:00
Andrew cc3900d4d0 Readability uplift 2023-06-07 01:37:42 +03:00
Neo 726be7da20 Revert line 144 of cli.cpp 2023-06-06 15:31:31 -07:00
WitherOrNot 98c8db7e02
merge server and confid with xpkey, add LH keys (#18)
* merge server and confid with xpkey, add LH keys

* improve error handling

* update README.md

* fix line endings

* reorder products section of keys.json

* use options as global variable

* rename genServer to isBink2002

* small refactor

* handle unknown error codepath on confirmation id
remove redundant else for BINK1998 generation

* finish conversion from std::cout -> fmt::print();

---------

Co-authored-by: Neo <321592+Neo-Desktop@users.noreply.github.com>
2023-06-06 15:04:39 -07:00
Neo 8c295cf973 add gitattributes file to enforce LF line endings 2023-06-06 13:26:27 -07:00
Neo fcaa449ead
use webchat for irc badge 2023-06-05 17:29:39 -07:00
Neo 42c24b57a1
Update README.md
add irc channel
2023-06-05 17:13:01 -07:00
CONIGUERO 0204d8486b
Added chat link 2023-06-05 17:21:23 -03:00
Neo 6d3fd0031d add 55, 58, 59, 5b, 68, 69, 6c, 6d and product information to keys.json 2023-06-05 08:47:13 -07:00
Neo cd3cc31cd6 use fmt.dev's fmt::print functions, factor out command line functions from main to cli.cpp 2023-06-05 08:45:06 -07:00
Andrew 29465ffb37 [Server] Fixed validation mechanism, QWORD update 2023-06-05 18:25:46 +03:00
Andrew 11dedcbd5f [Server] Readability improvement 2023-06-05 16:13:20 +03:00
Andrew b69dbd541c [Server] Last refactor before RPK QWORD update 2023-06-05 16:07:37 +03:00
Andrew 530e5cdc21 [Server] Successful generation refactor, more to come 2023-06-05 15:26:51 +03:00
Andrew da7e88b970 Fix BYDWORD (implementation mistake) 2023-06-05 15:07:31 +03:00
Andrew 04e6362d7e Revert DWORD for newHash (calculation mistake) 2023-06-05 14:17:26 +03:00
Andrew 1603dbd6e2 Header improvements, refactor continues 2023-06-05 12:29:54 +03:00
Andrew 150f7433dc [Server] Connect JSON library 2023-06-05 12:19:47 +03:00