Commit graph

57 commits

Author SHA1 Message Date
Alt
a665688011
Merge pull request #25 from LJNeon/fortify-messages
Fortify message handler
2022-10-03 17:35:09 +02:00
LJNeon
0657fac98d
Better error handling 2022-10-02 18:52:38 -07:00
LJNeon
86c6a3ad35
Fortify message handler 2022-10-02 16:28:58 -07:00
Alt
7911d8584d
Merge pull request #24 from LJNeon/create-folder
Create synchronized folder if necessary
2022-10-03 00:40:34 +02:00
LJNeon
fb0f0040a5
Improve error message 2022-10-01 17:08:34 -07:00
LJNeon
d7d953c425
Create synchronized folder if necessary 2022-10-01 16:31:49 -07:00
Alt
9fbe101203
Merge pull request #23 from LJNeon/contributing
Fix CONTRIBUTING.md
2022-10-02 00:31:52 +02:00
LJNeon
ac263cccb0
Fix bullet points & typo 2022-10-01 15:30:38 -07:00
Alt
5f3752c004
Merge pull request #22 from LJNeon/contributing
Add CONTRIBUTING.md
2022-10-02 00:15:39 +02:00
LJNeon
9519cfe4ba
Add simple PR guide 2022-10-01 15:13:27 -07:00
LJNeon
2fa5636651
Update CONTRIBUTING.md 2022-10-01 14:56:36 -07:00
Alt
09f9d9943f
Merge pull request #21 from HeinousTugboat/htugboat/update-build-process
Updates build config to output node script for npx
2022-10-01 23:34:44 +02:00
Alt
7ae2f836d7
Merge pull request #20 from HeinousTugboat/htugboat/update-configs-and-format
Updates prettier and friends
2022-10-01 23:24:36 +02:00
LJNeon
d573f1a93b
Add CONTRIBUTING.md 2022-10-01 13:58:08 -07:00
Heinous Tugboat
78ce53116e Updates build config to output node script for npx 2022-10-01 12:02:20 -04:00
Heinous Tugboat
bc39f10a8e Prettier pass 2022-10-01 10:54:26 -04:00
Heinous Tugboat
6369534169 Moves mocha config out of package.json into mocharc file 2022-10-01 10:44:07 -04:00
Heinous Tugboat
9ec96d6393 Updates prettier configuration and adds prettier workflow 2022-10-01 10:44:07 -04:00
Alt
dc8bb0eed7
Merge pull request #16 from Pustur/add-prettier
Add prettier and format script
2022-10-01 12:43:43 +02:00
Zoë Hoekstra
722fa4a184
Fix merge mistakes 2022-10-01 12:42:38 +02:00
Alt
77e641d9d3
Merge branch 'main' into add-prettier 2022-10-01 12:36:43 +02:00
Alt
9e0ec2eb20
Merge pull request #19 from HeinousTugboat/ht/add-mocha
Adds Mocha/Chai/Sinon, basic tests, and basic CI workflow
2022-10-01 12:12:32 +02:00
Alt
7e17413783
Merge pull request #18 from HeinousTugboat/ht/typescript-ho
Add TypeScript and converts entire codebase
2022-10-01 12:05:20 +02:00
Heinous Tugboat
04db3387d5 Adds basic CI GitHub workflow
Closes #10
2022-09-30 22:24:21 -04:00
Heinous Tugboat
9fabda9386 Adds Mocha, Chai and Sinon testing utilities, as well as basic specs
Closes #9
2022-09-30 22:24:21 -04:00
Heinous Tugboat
999780a612 Updates package.json and launch script to use ts-node 2022-09-30 20:17:04 -04:00
Heinous Tugboat
778b8d492a Converts JS files to TS
Closes bitburner-official/bitburner-filesync#12
2022-09-30 20:17:00 -04:00
Heinous Tugboat
bef0628e79 Adds dependencies for TS
Closes bitburner-official/bitburner-filesync#11
2022-09-30 20:15:06 -04:00
Loris Bettazza
14f1799047 Add prettier config and format script 2022-09-30 21:09:56 +02:00
Loris Bettazza
a538670c77 Add prettier devDependency 2022-09-30 21:09:56 +02:00
Zoë Hoekstra
207e4d521e
Fix filenames deleted file api calls 2022-09-29 20:49:17 +02:00
Alt
c8873968e5
Merge pull request #5 from jwcorle/patch-1
Fix `deleteFile` events
2022-09-28 22:49:13 +02:00
James
798c240e70
Fix deleteFile events
Previously when deleting a file, I received:
```json
{ jsonrpc: '2.0', error: 'Message misses parameters', id: 1 }
```

This was due to the missing `server` parameter that is required when sending a `deleteFile` event. This PR just adds in the missing parameter.
2022-09-28 16:29:08 -04:00
Alt
da4b9d2bb2
Merge pull request #3 from sugardave/main
update repo URL
2022-09-25 20:20:16 +02:00
Zoë Hoekstra
09bfd00fc4
Patch to get around Bitburner's filehandling 2022-09-19 20:02:05 +02:00
sugardave
ae728e6e83
update repo URL 2022-09-06 20:37:21 -05:00
Alt
b89909937b
Add missing import 2022-08-28 22:15:58 +02:00
Alt
8f47520a63
Add arg parameters to allow settings through CLI 2022-08-28 18:12:09 +02:00
Alt
5520fa3430
Merge pull request #2 from RyanHx/push-on-conn
Push all files on connection
2022-08-28 17:09:31 +02:00
RyanHx
e05a445544 Descriptive config name 2022-08-28 15:55:57 +01:00
RyanHx
e37990afab No need for extra event if push all 2022-08-28 15:54:42 +01:00
RyanHx
fdebd610b1 Update example 2022-08-28 15:16:00 +01:00
RyanHx
53a872a11b Emit MessageSend for every file 2022-08-28 15:12:36 +01:00
RyanHx
64761fa9d7 Add pushOnCon option 2022-08-28 15:12:17 +01:00
Alt
dce76e677f
Merge pull request #1 from RyanHx/crash-fixes
Crash & filewatch fixes
2022-08-28 11:32:28 +02:00
RyanHx
c1c9847427 Prevent watch initialization before config 2022-08-28 02:25:40 +01:00
RyanHx
82269a64b9 Reference correct variable 2022-08-28 02:25:40 +01:00
RyanHx
95563abda0 Fix undefined request crash, pass paths directly 2022-08-28 02:25:40 +01:00
Zoë Hoekstra
b7c0761822
Automatic formatting pass 2022-08-25 23:57:49 +02:00
Zoë Hoekstra
afb9ceccab
Bump version to 1.1.0 2022-08-25 23:52:33 +02:00