- Poland
- https://dorianniemiec.h4ck.me
-
A ZSOiE student passionate about Information Technology. The creator of SVR.JS — a web server running on Node.JS. An #ActuallyAutistic person.
- Joined on
2024-06-21
eb0d30f307
Lint out the codebase.
8be7735e71
Refactor code for --reset parameter again.
2e8a4fb042
Refactor command line argument parsing code, and split deleteFolderRecursive function into one JavaScript file.
918c0d3646
Added missing "testdir" directory to assets folder.
07c7199adb
Add log, mods, and temp directory creation in output directory
b9bb16b0ed
Add command line options
11e7247869
Replace __dirname with process.dirname (declared as __dirname in index.js)
24b161b0ed
Replace var's with const's in the middleware that checks for forbidden paths.
67fec5fe98
Add middleware that checks for forbidden paths. Also add some more placeholder config.json variables.
f552b34878
Lint out the codebase.
f48125f4f2
Move matchHostname function to separate source file, and add unit tests for the function.
519e68465a
Add SVR.JS name and documentation URL to svrjs.json file.
1161256ab9
Create config.generateServerString() function and src/utils/generateServerString.js file.
1a7e602198
Change version from Nightly-GitMain to Nightly-GitNext.
e1b6ca8803
Change serverconsole.js, so it no longer exports the constructor, just serverconsole object.
3a8cdccc0d
Replace configJSON with process.serverConfig.
53024dfdab
Added redirects middleware.
0c9013feac
Added res.head, res.foot, res.responseWrite, and rejection of expectations.
881502d897
Disable console.log for non-TTY stdout
00d01e7cf5
Replace "var" with "let" in core middleware, and add req.authUser set to null.
0e8b8392a4
Replace the placeholder fromMain with estimated one.