Commit Graph

9 Commits

Author SHA1 Message Date
Michael Chen
9fd50ee01e
server:
Fixed cli help texts
Added administrator options for critical methods
Added result state for client and server specific errors
Redirect root to help text
Fixed fingerprint error, fingerprint must be case sensitive
Re-Added online messages
Added typing trigger for discord bot messages
client:
fixed chunkString for empty results preemtive
wrap error objects for server messages
both:
added raw lua RS Bridge command entry
2022-01-17 15:25:03 +01:00
Michael Chen
4a98d4cb50
Bump version 2022-01-16 22:31:33 +01:00
Michael Chen
cd006fb268
Generate token with random prefix
Added getitem function for specific item
- that decrypt is not invoked for previous run of the server
- and that server restart always triggers a client update
2022-01-16 21:51:37 +01:00
Michael Chen
0b9cb03bae
Implemented auto updating lua script
Downloads latest script from server if outdated (10 seconds)
Server sends encrypted token to client to keep session new and rejects
..old tokens
This allows updating the script in this repository
2022-01-16 21:31:07 +01:00
Michael Chen
ede4efa4e3
Added command routing
Added router class using attributes
Added success parameter to mc computer response
Added generic answer type class (for future choice results)

Changelog: added
2022-01-15 21:26:32 +01:00
Michael Chen
2be3a6e0c7
Added Assembly info and versioning
Changelog: added
2022-01-12 15:14:59 +01:00
Michael Chen
d8c1f81023
Initial Build
Multiarch docker build
Unified logging (replaced some crashes with error logs)
Replace all console writes with log formatted writes.

Changelog: added
2022-01-12 14:47:16 +01:00
Michael Chen
bfb060710a
Basic Operation working 2022-01-10 16:10:32 +01:00
Michael Chen
191a9d3415
Add project files. 2022-01-10 11:33:18 +01:00