Dorian Niemiec DorianNiemiecSVRJS
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-25 16:51:28 +02:00
7b4612e8b0 Move commands in index.js
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-25 16:47:31 +02:00
98c36d2b64 Add commands
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-25 16:35:24 +02:00
a241af753e Server crashes now results in exit code of 1 if errno is not specified.
DorianNiemiecSVRJS pushed to main at svrjs/svrjs 2024-08-25 16:30:13 +02:00
09ef59832f Server crashes now results in exit code of 1 if errno is not specified.
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-25 16:25:35 +02:00
984c94cd00 Lint out the codebase
44e4c15b30 Fix parsePostData function in legacy mod wrapper.
21b5f46e9e Add process exit and crash handlers.
Compare 3 commits »
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-25 15:55:46 +02:00
6958ec6c94 Remove commented out addMiddleware function.
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-25 15:53:54 +02:00
7d4dcdd2a6 Fix problems executing SVR.JS 2.x and 3.x mods, and server-side JavaScript
6302bb0044 Fix problem with hexstrbase64
8d825403b9 Add default server-side JavaScript from SVR.JS 3.15.6 to assets directory.
f05fb50625 Add support for SVR.JS 2.x and 3.x server-side JavaScript.
23508a5292 Added support for SVR.JS 2.x and 3.x mods.
Compare 5 commits »
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-25 14:27:25 +02:00
85e15e0517 Change ESLint configuration to use CommonJS modules instead of ES modules.
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-25 14:24:22 +02:00
eebada191b Lint out the codebase
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-25 14:14:25 +02:00
6461728eee Fix the description for URL parser test suite
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-25 14:13:34 +02:00
88554a05d2 Modify the description for URL parser test suite
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-25 14:12:19 +02:00
2884c33c8c Rename urlParser files to urlParserLegacy
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-25 14:05:23 +02:00
aa4e4d0c15 Add "Load SVR.JS mods as middleware" comment.
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-25 14:02:48 +02:00
9d0a156c46 Add mod loader
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-25 13:18:22 +02:00
ed71618856 Lint out SHA256 function
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-25 13:13:23 +02:00
b5de4b79c5 Make generateServerString() function replace spaces in name property of svrjs.json with dashes.
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-25 13:10:34 +02:00
7decde6b58 Lint out the codebase
fcec27fee1 Replace "SVR.JS" with references to svrjs.json file
Compare 2 commits »
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-25 12:56:38 +02:00
04ab80cc95 Lint out the codebase
b79e165bed Change proxy handler to end the socket with 500 Internal Server Error only when it is not destroyed.
Compare 2 commits »
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-25 12:54:41 +02:00
5b91c21973 Add CONNECT request (proxy request) handler.
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-25 12:38:17 +02:00
ddae2e468e Fix Cannot assign to "currentMiddleware" because it is a constant error.