- 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
4b02efdeba
Add proxySafe flag to middleware.
fb7c5ed854
Move core middleware to the request handler.
988ff7c29c
Lint out the codebase
314cf247d4
Fix server string not displaying in the bad request response.
60615cdb5a
Move handlers to JavaScript files in handler directory.
e9e3bf5377
Fix eslint script to also lint index.js file.
726d161a64
Add client error handler, and lint out index.js
0085ff740d
Change reqerrhandler placeholder to emitting clientError event on the server.
bdd3e56bb1
Make the build script also copy hidden directories in assets directory.
0ceded2256
Add static file serving and directory listing functionality.
55d5efe54f
Add default handler checks, server status page, sizify() utility function, and move counters from core.js middleware to index.js.
8a54834276
Lint out the codebase.
9bb77f9d98
Add more tests for ipBlockList function.
89e9b35829
Add ipBlockList utility function, blocklist functionality, and read from config.json functionality.
2f836231f4
Do some config.json TODO's
41bea903bb
Remove node_modules (they are ignored in .gitignore)
bafc08d965
Lint out the codebase.
5fab894caf
Move parts of middleware that checks for forbidden paths to separate utils file, and add tests for them.
e94391f197
Lint out the codebase.
2075d41ab3
Fix URL sanitiation and rewriting-related functions removing query strings and hashes.
3613aa92d2
Add trailing slash redirection middleware.