1
0
Fork 0
forked from svrjs/svrjs
This repository has been archived on 2024-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
svrjs/src/utils
2024-08-28 16:17:06 +02:00
..
clusterBunShim.js Replace Object.assign for arrays with spread operator. 2024-08-27 21:14:58 +02:00
createRegex.js Change regular expression for createRegex() function 2024-08-27 12:06:23 +02:00
deepClone.js Make deepClone create a null prototype object, and make process.serverConfig a null prototype object. 2024-08-28 07:20:28 +02:00
deleteFolderRecursive.js Replace ES5-style functions with ES6-style ones 2024-08-27 10:54:08 +02:00
forbiddenPaths.js Optimize function related to forbidden path checking and hostname matching 2024-08-28 11:29:54 +02:00
generateErrorStack.js Replace ES5-style functions with ES6-style ones 2024-08-27 10:54:08 +02:00
generateServerString.js Lint out the codebase 2024-08-26 19:23:52 +02:00
getOS.js Add some core functionality to SVR.JS 2024-08-23 19:58:15 +02:00
ipBlockList.js Add ipBlockList utility function, blocklist functionality, and read from config.json functionality. 2024-08-25 09:12:39 +02:00
ipMatch.js Add ipBlockList utility function, blocklist functionality, and read from config.json functionality. 2024-08-25 09:12:39 +02:00
ipSubnetUtils.js Lint out the codebase 2024-08-25 19:17:54 +02:00
legacyModWrapper.js Changed URL parser from WHATWG to custom one and adapted code accordingly 2024-08-27 18:03:47 +02:00
matchHostname.js Optimize function related to forbidden path checking and hostname matching 2024-08-28 11:29:54 +02:00
sendStatistics.js Fix or ignore all ESLint errors 2024-08-27 11:28:24 +02:00
serverconsole.js Fix or ignore all ESLint errors 2024-08-27 11:28:24 +02:00
sha256.js Fix or ignore all ESLint errors 2024-08-27 11:28:24 +02:00
sizify.js Make sizify() function more concise and readable 2024-08-28 13:24:15 +02:00
urlMojibakeFixer.js Optimize fixNodeMojibakeURL function 2024-08-28 10:52:39 +02:00
urlParser.js Change the comment above the URL parser function 2024-08-28 11:09:26 +02:00
urlSanitizer.js Optimize URL sanitizer 2024-08-28 16:17:06 +02:00