Dorian Niemiec DorianNiemiecSVRJS
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-27 17:43:30 +02:00
f247e7a035 Use template strings for user agent information log messages
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-27 16:20:41 +02:00
fc14cfcc1b Remove some empty lines
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-27 16:05:50 +02:00
de08646bba Add unknown licenses, but display "Unknown" as a license type
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-27 16:02:49 +02:00
2783516c86 Don't add unknown licenses to the license page.
DorianNiemiecSVRJS pushed to main at svrjs/svrjs-mod-starter 2024-08-27 14:00:08 +02:00
756d66c654 Update cluster shim for Bun
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-27 13:57:59 +02:00
f739f5dbbe Fix cluster shim for Bun
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-27 12:16:24 +02:00
9b01d46907 Fix the code for "${name} is running without mods and server-side JavaScript enabled. Web applications may not work as expected" message
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-27 12:06:24 +02:00
ff66e26af0 Change regular expression for createRegex() function
fae1b661ed Fix or ignore all ESLint errors
2872be5b5b Lint out the codebase
Compare 3 commits »
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-27 10:56:50 +02:00
7a14e4508c Remove unused "name" constant in noproxyHandler.js
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-27 10:55:24 +02:00
fd5e8ba70e Lint out the codebase
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-27 10:54:11 +02:00
5a3e6765f1 Replace ES5-style functions with ES6-style ones
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-27 10:49:40 +02:00
79f8f2ddf9 Make change log for specific SVR.JS version generated by the build script
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-27 10:42:23 +02:00
1001d6ca41 Change the documentation URL to a tentative one
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-27 10:38:27 +02:00
8de05d87b5 Make the build script not pack two "svr.js" files in the zip file.
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-27 09:43:43 +02:00
6f6fb1f89f Fix 500 Internal Server Error related to URL rewriting
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-27 09:31:38 +02:00
1c94a990fa Use spread operator and change ES5-style functions to ES6-style ones in cluster shim for Bun
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-27 09:27:35 +02:00
4eb2987f01 Fix HTML MIME type in cached requests, regardless of the extension
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-27 09:15:15 +02:00
33fde81ba1 Fix problems with loading .tar.gz mods
DorianNiemiecSVRJS pushed to main at svrjs/svrjs-website 2024-08-27 09:01:10 +02:00
65b5995826 Add tentative documentation for the future version of SVR.JS
DorianNiemiecSVRJS pushed to main at svrjs/svrjs-website 2024-08-27 08:10:26 +02:00
923e7eebcb Fix the example code for correct and incorrect error handling in the documentation.