greysoh
b99d6a89dc
chore: Makes promises not async.
...
This commit makes readFromKeyboard's internal (what used to be) event loop not async anymore.
We don't use the async portions anymore, and it was bad practice anyways.
2024-05-07 12:52:34 -04:00
greysoh
c5c73ae602
feature: Adds ctrl + c support.
2024-05-07 12:01:46 -04:00
greysoh
f7a6a4356d
fix: Removes extra pulling in readFromKeyboard.
2024-05-07 11:56:53 -04:00
greysoh
32b77b12a2
feature: Adds basic command layout.
2024-05-07 11:45:05 -04:00
greysoh
56338544b5
fix: Fixes random crashing when resizing the window.
2024-05-07 11:44:33 -04:00
greysoh
3a69222ee5
chore: Fix formatting.
2024-05-07 11:44:18 -04:00
greysoh
964938e407
chore: Makes read from keyboard code more clear.
2024-05-07 07:28:16 -04:00
greysoh
cb12cab250
feature: Restructure commander patch code.
2024-05-07 07:27:14 -04:00
greysoh
ebda78fd30
fix: Fixes patch commander to work properly.
...
This patch makes the patch code also patch nested createCommand calls.
Yo dawg I heard you like patching.
2024-05-06 21:29:00 -04:00
greysoh
ea9279b16d
fix: Fixes backspacing to work fully properly.
2024-05-06 21:28:00 -04:00
greysoh
e85838d438
feature: Adds better command line argument parsing.
2024-05-06 20:21:10 -04:00
greysoh
ea2fd4bff1
chore: Switches println to use console.log like formatting.
2024-05-06 17:12:56 -04:00
greysoh
dd1c1dbb25
feature: Adds basic argument parsing for connections.
2024-05-06 16:22:51 -04:00
greysoh
7f34ddd6c5
chore: Seperates readFromKeyboard into a seperate file.
2024-05-06 16:22:22 -04:00
greysoh
0e60efceee
fix: Adds (slightly broken) fixed backspace support.
2024-05-06 15:46:35 -04:00
greysoh
e447c0f9e1
feature: Add support for disabling echo.
2024-05-06 15:07:15 -04:00
greysoh
41d37048d2
chore: Restructure keyboard reading.
2024-05-06 14:22:57 -04:00
greysoh
c25e7badcd
chore: Adds primitive support for cursor movement.
2024-05-06 14:05:36 -04:00
greysoh
3a773e5b9b
chore: Adds lom with basic commands parsing.
2024-05-06 11:31:51 -04:00
greysoh
7c1e26b150
feature: Adds username support.
...
LOM eta wen
2024-05-05 21:56:35 -04:00
greysoh
9f1de2b4ec
chore: Update changelog for tag v0.1.1.
2024-05-05 22:57:59 +00:00
greysoh
fd24cfe34c
chore: Remove some parts of sparse changelog.
...
ASdkjasdjkasd
2024-05-05 18:57:13 -04:00
greysoh
28e2e41861
chore: Bumps version.
2024-05-05 18:55:54 -04:00
greysoh
acf7055c98
chore: Gets errors to shut up.
2024-05-05 18:55:38 -04:00
greysoh
d1d3a31335
chore: Changes changelog system.
...
Co-authored-by: dess <devessa@users.noreply.github.com>
2024-05-05 18:53:33 -04:00
greysoh
3e79824015
chore: Adds base template for nextnet LOM.
2024-05-05 18:36:23 -04:00
greysoh
0f32239b54
chore: Remove changelog.
2024-05-05 18:33:30 -04:00
greysoh
f39710662e
fix: Fixes typos.
2024-05-05 18:32:51 -04:00
greysoh
180faa680b
chore: Update changelog for tag v0.1.0.
2024-05-05 22:28:53 +00:00
greysoh
0165d0b0b6
fix: Fixes release yml file.
2024-05-05 18:27:40 -04:00
greysoh
a096424eb9
chore: Update changelog for tag v0.1.0.
2024-05-05 22:24:17 +00:00
greysoh
6d0716b9c4
chore: Changes tag build image.
2024-05-05 18:23:33 -04:00
greysoh
7bb0a5543c
fix: Fixes github actions.
2024-05-05 18:17:56 -04:00
greysoh
f19f92fea1
chore: Update changelog for tag v
2024-05-05 22:14:05 +00:00
greysoh
a498ecf4a5
chore: Reformats and fixes release yml.
2024-05-05 18:13:17 -04:00
greysoh
08331c495d
chore: Updates github action.
2024-05-05 17:59:38 -04:00
greysoh
3143800c92
chore: Format code again.
2024-05-05 17:03:24 -04:00
Greyson
5f1df9ca88
Merge pull request #4 from greysoh/reimpl-passyfire
...
Reimplements PassyFire as a possible backend
2024-05-05 17:02:07 -04:00
a18a770d5b
Merge branch 'dev' into reimpl-passyfire
2024-05-05 17:01:53 -04:00
greysoh
42a6d2ea02
chore: Adds formatting.
...
Co-authored-by: dess <devessa@users.noreply.github.com>
2024-05-05 16:59:08 -04:00
greysoh
535b8cde9a
feature: Implement WebSocket backend for passyfire.
...
Co-authored-by: dess <devessa@users.noreply.github.com>
2024-05-05 16:43:57 -04:00
greysoh
59f66cbe5b
fix: Makes passyfire client not whine and complain.
2024-05-05 12:49:36 -04:00
greysoh
3955b01ede
feature: Implements base API endpoints.
...
Co-authored-by: dess <devessa@users.noreply.github.com>
2024-05-05 11:56:36 -04:00
greysoh
6cf26da4df
fix: Also build for latest.
2024-05-04 19:36:42 -04:00
greysoh
67bd87a0e5
chore: Use built package instead of building from source.
...
Source 2 when
2024-05-04 19:30:50 -04:00
greysoh
53983fc590
chore: Remove unneeded steps.
2024-05-04 19:28:30 -04:00
greysoh
ac3e6e68cf
chore: Rename generate token.
2024-05-04 19:26:31 -04:00
greysoh
ea10669374
chore: Fixes spacing to be more consistant.
2024-05-04 19:26:29 -04:00
86dd65b05b
fix: make builder also push to latest
2024-05-04 19:23:59 -04:00
3dcd3ecddc
chore: bump ghcr login to v3
2024-05-04 19:22:48 -04:00