Commit graph

12 commits

Author SHA1 Message Date
ff0ed25a3b dev21w44b 2021-11-07 13:36:26 +01:00
dd071ea8bb dev21w44a 2021-11-05 17:34:20 +01:00
4073785f93 Fix Content-Type test false negative
Some servers will append extra stuff (like encoding) to the `Content-Type` response header. This fixes that
2021-10-31 13:23:58 +01:00
c713bb8755 Added ack function to class scope
Moved ack function from giveManifest to the MonkeyManager class so other functions can use it in the future.
2021-10-11 16:02:06 +02:00
d1b04e406b Minor changes 2021-10-08 17:04:33 +02:00
f6e86a5892 Corrected manifest data references 2021-10-08 14:45:46 +02:00
17224b0a86 Renamed "worker" to "do"
Renaming the "worker" folder to "do" so we can add more workers without having to cram them all in one folder.
2021-10-08 13:56:10 +02:00
4765f9dc17 0.2.1
- Replaced `eval()` with namespaced method calls.
- Created a class-scoped listener for incoming messages from worker
- Renamed TaskManager to MonkeyManager
2021-10-07 12:47:20 +02:00
6991138f85 0.2.0 2021-10-06 17:12:40 +02:00
19fa7ed3af 0.1.0
This commit contains the first working concept of Monkeydo.
2021-10-06 12:38:36 +02:00
b6ab338e07 dev21w40b 2021-10-05 17:24:37 +02:00
c3d584dc8f dev21w40a 2021-10-04 17:12:02 +02:00