Commit Graph

6 Commits

Author SHA1 Message Date
Michael Chen
e7b056342f
Added player detector implementation
Added computer event listeners
2022-01-17 19:10:14 +01:00
Michael Chen
92aafcde70
Smarter message parsing
Future: make return params dynamic, not string
now requires type in message objects
2022-01-17 16:23:34 +01:00
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
fd3e6fdcc8
Cleanup, ordering and added host variable to client script 2022-01-16 22:29:50 +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