14 Commits

Author SHA1 Message Date
f88ddbe53d .github/workflows/pkg.yml aktualisiert
Some checks failed
Node.js CI / build (x64, linux) (push) Has been cancelled
Node.js CI / build (x64, win) (push) Has been cancelled
2025-03-19 15:06:17 +00:00
d246dda269
fix missing prompt on debug command
Some checks failed
Node.js CI / build (x64, linux) (push) Has been cancelled
Node.js CI / build (x64, win) (push) Has been cancelled
2025-02-27 18:35:43 +01:00
dd26e0dda2
fixes and QoL improvements, debugging tools added
Some checks failed
Node.js CI / build (x64, linux) (push) Failing after 11m42s
Node.js CI / build (x64, win) (push) Failing after 12m8s
2025-02-10 17:18:21 +01:00
99f308dd3a
Implement encryption and decryption features; enable advanced features and enhance key exchange logic
All checks were successful
Node.js CI / build (x64, linux) (push) Successful in 1m59s
Node.js CI / build (x64, win) (push) Successful in 30s
Signed-off-by: Hammer1279 <hammer@ht-dev.de>
2025-01-21 00:31:31 +01:00
9f0897456e
Add autorun feature with batch command support and add client status command, actually probe terminal for size
All checks were successful
Node.js CI / build (x64, linux) (push) Successful in 31s
Node.js CI / build (x64, win) (push) Successful in 29s
Signed-off-by: Hammer1279 <hammer@ht-dev.de>
2025-01-20 00:21:22 +01:00
2fa2bbc856
Bump version to 0.0.2 in package.json and package-lock.json
All checks were successful
Node.js CI / build (x64, linux) (push) Successful in 31s
Node.js CI / build (x64, win) (push) Successful in 32s
Signed-off-by: Hammer1279 <hammer@ht-dev.de>
2025-01-19 18:17:09 +01:00
97c8149e92
Add advanced features toggle and improve initialization logic in index.js
Signed-off-by: Hammer1279 <hammer@ht-dev.de>
2025-01-19 18:16:54 +01:00
df06b39e88
Enhance Telnet client with ECDH key exchange and encryption support; refactor command sending logic and improve input handling
All checks were successful
Node.js CI / build (x64, linux) (push) Successful in 30s
Node.js CI / build (x64, win) (push) Successful in 35s
Signed-off-by: Hammer1279 <hammer@ht-dev.de>
v0.0.1
2025-01-19 17:57:20 +01:00
a67fa0eead
Update README for installation instructions and enhance index.js with command-line arguments support
All checks were successful
Node.js CI / build (x64, linux) (push) Successful in 35s
Node.js CI / build (x64, win) (push) Successful in 34s
Signed-off-by: Hammer1279 <hammer@ht-dev.de>
2025-01-19 16:54:28 +01:00
7b6baafc93
Disable ARM64 architecture in GitHub Actions workflow
All checks were successful
Node.js CI / build (x64, linux) (push) Successful in 30s
Node.js CI / build (x64, win) (push) Successful in 29s
Signed-off-by: Hammer1279 <hammer@ht-dev.de>
2025-01-19 00:48:50 +01:00
f4220cf372
Update Node.js version in GitHub Actions workflow to 20
Some checks failed
Node.js CI / build (arm64, linux) (push) Failing after 34s
Node.js CI / build (arm64, win) (push) Failing after 35s
Node.js CI / build (x64, linux) (push) Successful in 29s
Node.js CI / build (x64, win) (push) Successful in 1m2s
Signed-off-by: Hammer1279 <hammer@ht-dev.de>
2025-01-19 00:48:37 +01:00
8b31201ad5
Refactor code to use CommonJS syntax, update README and package.json for clarity and add binary packaging. Also added initial custom client init stuff.
Some checks failed
Node.js CI / build (arm64, linux) (push) Failing after 47s
Node.js CI / build (arm64, win) (push) Failing after 32s
Node.js CI / build (x64, linux) (push) Successful in 32s
Node.js CI / build (x64, win) (push) Successful in 30s
Signed-off-by: Hammer1279 <hammer@ht-dev.de>
2025-01-19 00:41:58 +01:00
4b3c6e861d
Add initial implementation of Telnet client with basic command handling
Signed-off-by: Hammer1279 <hammer@ht-dev.de>
2025-01-18 22:46:12 +01:00
c2de2bef76 Initial commit 2025-01-18 20:01:13 +00:00