Commit graph

17 commits

Author SHA1 Message Date
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
b2556f1ced Added flag queue
Calls sent to setFlag before a monkey has been spawned will be queued until the next GIVE_MANIFEST event is received.

- Replaced this.monkey with let monkey
2021-10-18 13:12:04 +02: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
f53bea079e
Update README.md
Fixed sample output (and song lyrics, very important stuff)
2021-10-11 10:40:14 +02:00
32493065fc
Fixed logo font
Replaced embedded font reference with outlines in logo
2021-10-09 17:50:54 +02:00
d1b04e406b Minor changes 2021-10-08 17:04:33 +02:00
3ab606641e Fixed task reference
And removed a console.log
2021-10-08 15:15:53 +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
c275186126
Merge pull request #1 from VictorWesterlund/0.2.x
0.2.1
2021-10-07 14:11:36 +02:00
ef09a568e0
Initial README
Added the initial documentation, more will be added later (perhaps in a wiki)
2021-10-07 13:58:38 +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
Victor Westerlund
6cf7330acc
Initial commit 2021-10-04 13:26:38 +02:00