@openclaw/slack 2026.7.2-beta.4 → 2026.7.2-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/{action-runtime-CFU52n4W.js → action-runtime-BO3HK_50.js} +5 -5
- package/dist/action-runtime.runtime-DbEcqEXC.js +2 -0
- package/dist/{actions-D51foiwR.js → actions-BkOaiDSX.js} +4 -4
- package/dist/{actions.runtime-BMJwtf5C.js → actions.runtime-Do-iOL51.js} +1 -1
- package/dist/api.js +12 -13
- package/dist/{approval-handler.runtime-3b4-wxMl.js → approval-handler.runtime-BAnGN7w0.js} +2 -2
- package/dist/{channel-Ds8NKvfr.js → channel-Cnrlie9S.js} +20 -32
- package/dist/channel-config-api.js +1 -1
- package/dist/channel-plugin-api.js +1 -1
- package/dist/{channel-type-DXkUajFP.js → channel-type-CPDX8EV-.js} +3 -3
- package/dist/{channel.setup-DOSTEDfA.js → channel.setup-DyZdLwUB.js} +4 -24
- package/dist/{setup-core-tPxMuFez.js → config-adapter-Bb8hn2tM.js} +38 -67
- package/dist/{config-schema-B4j4tCOI.js → config-schema-BajbuJGL.js} +0 -6
- package/dist/{directory-config-B08pm5ZT.js → directory-config-CeixfVuC.js} +1 -1
- package/dist/directory-contract-api.js +1 -1
- package/dist/{directory-live-DpPKzPrn.js → directory-live-CUwGPX2d.js} +2 -2
- package/dist/doctor-contract-CsGH1Dfc.js +158 -0
- package/dist/doctor-contract-api.js +1 -1
- package/dist/{group-policy-CdnQzQBI.js → group-policy-CthIXE2T.js} +27 -13
- package/dist/{message-tool-api-ByVyIVOh.js → message-tool-api-CvKoWYYQ.js} +0 -5
- package/dist/message-tool-api.js +1 -1
- package/dist/{monitor-CnB_WKvF.js → monitor-Cb5ZsOTY.js} +4 -4
- package/dist/{outbound-adapter-DuPz2HHt.js → outbound-adapter-sGrozuRg.js} +11 -68
- package/dist/{pipeline.runtime-5rRYZuX5.js → pipeline.runtime-mFCCSllA.js} +2094 -1953
- package/dist/{policy-C31RYSuT.js → policy-DVg6FyMP.js} +1 -1
- package/dist/{probe-CVRuArHA.js → probe-BhQTDVBQ.js} +50 -57
- package/dist/{provider-htuIJGFD.js → provider-PSppCU_K.js} +83 -65
- package/dist/{relay-source-Df9EaiTF.js → relay-source-D0mb_JBk.js} +1 -1
- package/dist/{replies-Cgr2Gli4.js → replies-BkPPM2Ri.js} +50 -13
- package/dist/{resolve-channels-DodP2TFx.js → resolve-channels-B3RlJKyV.js} +2 -2
- package/dist/{resolve-users-M9eF8891.js → resolve-users-DTm7PEMa.js} +2 -2
- package/dist/{rolldown-runtime-D7D4PA-g.js → rolldown-runtime-8H4AJuhK.js} +1 -0
- package/dist/{runtime-api-D5XYMMsf.js → runtime-api-jpn3vQ7e.js} +2 -2
- package/dist/runtime-api.js +10 -10
- package/dist/{scopes-CJRpHkDC.js → scopes-B2SqZ--4.js} +1 -1
- package/dist/{security-audit-Cz6erklv.js → security-audit-DR097212.js} +1 -1
- package/dist/security-contract-api.js +1 -1
- package/dist/{send-BZ1tPv7-.js → send-2IoDXPeB.js} +7 -21
- package/dist/{send.runtime-a2pilFor.js → send.runtime-BKd_PAEw.js} +1 -1
- package/dist/setup-plugin-api.js +1 -1
- package/dist/{setup-surface-wV-S1dE_.js → setup-surface-Dyam58nO.js} +8 -16
- package/dist/{shared-BfMskaMx.js → shared-g55DV75U.js} +14 -36
- package/dist/{slash-dispatch.runtime-lfeIsXTX.js → slash-dispatch.runtime-BRQbvn2e.js} +10 -9
- package/node_modules/@slack/bolt/dist/App.d.ts +4 -19
- package/node_modules/@slack/bolt/dist/App.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/App.js +21 -40
- package/node_modules/@slack/bolt/dist/App.js.map +1 -1
- package/node_modules/@slack/bolt/dist/context/create-respond.d.ts +3 -3
- package/node_modules/@slack/bolt/dist/context/create-respond.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/context/create-respond.js +13 -2
- package/node_modules/@slack/bolt/dist/context/create-respond.js.map +1 -1
- package/node_modules/@slack/bolt/dist/errors.d.ts +6 -8
- package/node_modules/@slack/bolt/dist/errors.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/errors.js +11 -11
- package/node_modules/@slack/bolt/dist/errors.js.map +1 -1
- package/node_modules/@slack/bolt/dist/helpers.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/helpers.js +1 -2
- package/node_modules/@slack/bolt/dist/helpers.js.map +1 -1
- package/node_modules/@slack/bolt/dist/index.d.ts +0 -1
- package/node_modules/@slack/bolt/dist/index.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/index.js +1 -3
- package/node_modules/@slack/bolt/dist/index.js.map +1 -1
- package/node_modules/@slack/bolt/dist/receivers/AwsLambdaReceiver.d.ts +10 -1
- package/node_modules/@slack/bolt/dist/receivers/AwsLambdaReceiver.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/receivers/AwsLambdaReceiver.js +5 -1
- package/node_modules/@slack/bolt/dist/receivers/AwsLambdaReceiver.js.map +1 -1
- package/node_modules/@slack/bolt/dist/receivers/HTTPModuleFunctions.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/receivers/HTTPModuleFunctions.js +10 -14
- package/node_modules/@slack/bolt/dist/receivers/HTTPModuleFunctions.js.map +1 -1
- package/node_modules/@slack/bolt/dist/receivers/SocketModeFunctions.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/receivers/SocketModeFunctions.js +1 -1
- package/node_modules/@slack/bolt/dist/receivers/SocketModeFunctions.js.map +1 -1
- package/node_modules/@slack/bolt/dist/receivers/SocketModeReceiver.d.ts +3 -1
- package/node_modules/@slack/bolt/dist/receivers/SocketModeReceiver.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/receivers/SocketModeReceiver.js +2 -1
- package/node_modules/@slack/bolt/dist/receivers/SocketModeReceiver.js.map +1 -1
- package/node_modules/@slack/bolt/dist/types/actions/index.d.ts +2 -4
- package/node_modules/@slack/bolt/dist/types/actions/index.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/types/actions/index.js +0 -2
- package/node_modules/@slack/bolt/dist/types/actions/index.js.map +1 -1
- package/node_modules/@slack/bolt/dist/types/events/index.d.ts +2 -0
- package/node_modules/@slack/bolt/dist/types/events/index.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/types/utilities.d.ts +2 -2
- package/node_modules/@slack/bolt/dist/types/utilities.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/types/view/index.d.ts +1 -31
- package/node_modules/@slack/bolt/dist/types/view/index.d.ts.map +1 -1
- package/node_modules/@slack/bolt/package.json +10 -11
- package/node_modules/@slack/logger/README.md +1 -1
- package/node_modules/@slack/logger/dist/index.js +17 -13
- package/node_modules/@slack/logger/dist/index.js.map +1 -1
- package/node_modules/@slack/logger/package.json +6 -7
- package/node_modules/@slack/oauth/README.md +1 -1
- package/node_modules/@slack/oauth/dist/errors.d.ts +25 -14
- package/node_modules/@slack/oauth/dist/errors.d.ts.map +1 -1
- package/node_modules/@slack/oauth/dist/errors.js +24 -33
- package/node_modules/@slack/oauth/dist/errors.js.map +1 -1
- package/node_modules/@slack/oauth/dist/install-provider.js +58 -16
- package/node_modules/@slack/oauth/dist/install-provider.js.map +1 -1
- package/node_modules/@slack/oauth/dist/installation-stores/file-store.js +4 -2
- package/node_modules/@slack/oauth/dist/installation-stores/file-store.js.map +1 -1
- package/node_modules/@slack/oauth/dist/installation-stores/memory-store.js +3 -16
- package/node_modules/@slack/oauth/dist/installation-stores/memory-store.js.map +1 -1
- package/node_modules/@slack/oauth/dist/state-stores/clear-state-store.js +2 -0
- package/node_modules/@slack/oauth/dist/state-stores/clear-state-store.js.map +1 -1
- package/node_modules/@slack/oauth/dist/state-stores/file-state-store.js +3 -0
- package/node_modules/@slack/oauth/dist/state-stores/file-state-store.js.map +1 -1
- package/node_modules/@slack/oauth/package.json +8 -9
- package/node_modules/@slack/socket-mode/README.md +1 -1
- package/node_modules/@slack/socket-mode/dist/package.json +21 -13
- package/node_modules/@slack/socket-mode/dist/src/SlackWebSocket.d.ts +14 -8
- package/node_modules/@slack/socket-mode/dist/src/SlackWebSocket.d.ts.map +1 -1
- package/node_modules/@slack/socket-mode/dist/src/SlackWebSocket.js +136 -48
- package/node_modules/@slack/socket-mode/dist/src/SlackWebSocket.js.map +1 -1
- package/node_modules/@slack/socket-mode/dist/src/SocketModeClient.d.ts +12 -6
- package/node_modules/@slack/socket-mode/dist/src/SocketModeClient.d.ts.map +1 -1
- package/node_modules/@slack/socket-mode/dist/src/SocketModeClient.js +87 -38
- package/node_modules/@slack/socket-mode/dist/src/SocketModeClient.js.map +1 -1
- package/node_modules/@slack/socket-mode/dist/src/SocketModeOptions.d.ts +31 -1
- package/node_modules/@slack/socket-mode/dist/src/SocketModeOptions.d.ts.map +1 -1
- package/node_modules/@slack/socket-mode/dist/src/errors.d.ts +31 -37
- package/node_modules/@slack/socket-mode/dist/src/errors.d.ts.map +1 -1
- package/node_modules/@slack/socket-mode/dist/src/errors.js +43 -47
- package/node_modules/@slack/socket-mode/dist/src/errors.js.map +1 -1
- package/node_modules/@slack/socket-mode/dist/src/index.d.ts +2 -2
- package/node_modules/@slack/socket-mode/dist/src/index.d.ts.map +1 -1
- package/node_modules/@slack/socket-mode/dist/src/index.js +7 -1
- package/node_modules/@slack/socket-mode/dist/src/index.js.map +1 -1
- package/node_modules/@slack/socket-mode/package.json +21 -13
- package/node_modules/@slack/types/README.md +1 -1
- package/node_modules/@slack/types/dist/events/app.d.ts +28 -0
- package/node_modules/@slack/types/dist/events/app.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/events/index.d.ts +2 -2
- package/node_modules/@slack/types/dist/events/index.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/events/index.js.map +1 -1
- package/node_modules/@slack/types/dist/events/message.d.ts +2 -0
- package/node_modules/@slack/types/dist/events/message.d.ts.map +1 -1
- package/node_modules/@slack/types/package.json +3 -3
- package/node_modules/@slack/web-api/README.md +1 -1
- package/node_modules/@slack/web-api/dist/WebClient.d.ts +42 -71
- package/node_modules/@slack/web-api/dist/WebClient.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/WebClient.js +180 -248
- package/node_modules/@slack/web-api/dist/WebClient.js.map +1 -1
- package/node_modules/@slack/web-api/dist/chat-stream.js +37 -22
- package/node_modules/@slack/web-api/dist/chat-stream.js.map +1 -1
- package/node_modules/@slack/web-api/dist/errors.d.ts +32 -51
- package/node_modules/@slack/web-api/dist/errors.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/errors.js +64 -55
- package/node_modules/@slack/web-api/dist/errors.js.map +1 -1
- package/node_modules/@slack/web-api/dist/file-upload.d.ts +0 -9
- package/node_modules/@slack/web-api/dist/file-upload.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/file-upload.js +41 -46
- package/node_modules/@slack/web-api/dist/file-upload.js.map +1 -1
- package/node_modules/@slack/web-api/dist/index.d.ts +2 -2
- package/node_modules/@slack/web-api/dist/index.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/index.js +8 -1
- package/node_modules/@slack/web-api/dist/index.js.map +1 -1
- package/node_modules/@slack/web-api/dist/methods.d.ts +2 -38
- package/node_modules/@slack/web-api/dist/methods.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/methods.js +1347 -1384
- package/node_modules/@slack/web-api/dist/methods.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/files.d.ts +0 -1
- package/node_modules/@slack/web-api/dist/types/request/files.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/index.d.ts +3 -3
- package/node_modules/@slack/web-api/dist/types/request/index.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/manifest.d.ts +66 -1
- package/node_modules/@slack/web-api/dist/types/request/manifest.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/rtm.d.ts +1 -14
- package/node_modules/@slack/web-api/dist/types/request/rtm.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/workflows.d.ts +0 -29
- package/node_modules/@slack/web-api/dist/types/request/workflows.d.ts.map +1 -1
- package/node_modules/@slack/web-api/package.json +6 -10
- package/node_modules/@types/retry/LICENSE +21 -21
- package/node_modules/@types/retry/README.md +5 -4
- package/node_modules/@types/retry/index.d.ts +20 -13
- package/node_modules/@types/retry/package.json +9 -11
- package/node_modules/{es-set-tostringtag → undici}/LICENSE +1 -1
- package/node_modules/undici/README.md +741 -0
- package/node_modules/undici/docs/docs/api/Agent.md +84 -0
- package/node_modules/undici/docs/docs/api/BalancedPool.md +99 -0
- package/node_modules/undici/docs/docs/api/CacheStorage.md +30 -0
- package/node_modules/undici/docs/docs/api/CacheStore.md +164 -0
- package/node_modules/undici/docs/docs/api/Client.md +288 -0
- package/node_modules/undici/docs/docs/api/ClientStats.md +27 -0
- package/node_modules/undici/docs/docs/api/Connector.md +115 -0
- package/node_modules/undici/docs/docs/api/ContentType.md +57 -0
- package/node_modules/undici/docs/docs/api/Cookies.md +128 -0
- package/node_modules/undici/docs/docs/api/Debug.md +62 -0
- package/node_modules/undici/docs/docs/api/DiagnosticsChannel.md +315 -0
- package/node_modules/undici/docs/docs/api/Dispatcher.md +1392 -0
- package/node_modules/undici/docs/docs/api/EnvHttpProxyAgent.md +159 -0
- package/node_modules/undici/docs/docs/api/Errors.md +49 -0
- package/node_modules/undici/docs/docs/api/EventSource.md +45 -0
- package/node_modules/undici/docs/docs/api/Fetch.md +60 -0
- package/node_modules/undici/docs/docs/api/GlobalInstallation.md +139 -0
- package/node_modules/undici/docs/docs/api/H2CClient.md +263 -0
- package/node_modules/undici/docs/docs/api/MockAgent.md +603 -0
- package/node_modules/undici/docs/docs/api/MockCallHistory.md +197 -0
- package/node_modules/undici/docs/docs/api/MockCallHistoryLog.md +43 -0
- package/node_modules/undici/docs/docs/api/MockClient.md +81 -0
- package/node_modules/undici/docs/docs/api/MockErrors.md +12 -0
- package/node_modules/undici/docs/docs/api/MockPool.md +555 -0
- package/node_modules/undici/docs/docs/api/Pool.md +84 -0
- package/node_modules/undici/docs/docs/api/PoolStats.md +35 -0
- package/node_modules/undici/docs/docs/api/ProxyAgent.md +229 -0
- package/node_modules/undici/docs/docs/api/RedirectHandler.md +93 -0
- package/node_modules/undici/docs/docs/api/RetryAgent.md +50 -0
- package/node_modules/undici/docs/docs/api/RetryHandler.md +118 -0
- package/node_modules/undici/docs/docs/api/RoundRobinPool.md +145 -0
- package/node_modules/undici/docs/docs/api/SnapshotAgent.md +616 -0
- package/node_modules/undici/docs/docs/api/Socks5ProxyAgent.md +275 -0
- package/node_modules/undici/docs/docs/api/Util.md +25 -0
- package/node_modules/undici/docs/docs/api/WebSocket.md +141 -0
- package/node_modules/undici/docs/docs/api/api-lifecycle.md +91 -0
- package/node_modules/undici/docs/docs/best-practices/client-certificate.md +64 -0
- package/node_modules/undici/docs/docs/best-practices/crawling.md +58 -0
- package/node_modules/undici/docs/docs/best-practices/mocking-request.md +190 -0
- package/node_modules/undici/docs/docs/best-practices/proxy.md +127 -0
- package/node_modules/undici/docs/docs/best-practices/undici-vs-builtin-fetch.md +224 -0
- package/node_modules/undici/docs/docs/best-practices/writing-tests.md +63 -0
- package/node_modules/undici/index-fetch.js +65 -0
- package/node_modules/undici/index.d.ts +3 -0
- package/node_modules/undici/index.js +234 -0
- package/node_modules/undici/lib/api/abort-signal.js +59 -0
- package/node_modules/undici/lib/api/api-connect.js +110 -0
- package/node_modules/undici/lib/api/api-pipeline.js +252 -0
- package/node_modules/undici/lib/api/api-request.js +214 -0
- package/node_modules/undici/lib/api/api-stream.js +209 -0
- package/node_modules/undici/lib/api/api-upgrade.js +111 -0
- package/node_modules/undici/lib/api/index.js +7 -0
- package/node_modules/undici/lib/api/readable.js +580 -0
- package/node_modules/undici/lib/cache/memory-cache-store.js +234 -0
- package/node_modules/undici/lib/cache/sqlite-cache-store.js +461 -0
- package/node_modules/undici/lib/core/connect.js +153 -0
- package/node_modules/undici/lib/core/constants.js +143 -0
- package/node_modules/undici/lib/core/diagnostics.js +227 -0
- package/node_modules/undici/lib/core/errors.js +477 -0
- package/node_modules/undici/lib/core/request.js +453 -0
- package/node_modules/undici/lib/core/socks5-client.js +422 -0
- package/node_modules/undici/lib/core/socks5-utils.js +212 -0
- package/node_modules/undici/lib/core/symbols.js +75 -0
- package/node_modules/undici/lib/core/tree.js +160 -0
- package/node_modules/undici/lib/core/util.js +992 -0
- package/node_modules/undici/lib/dispatcher/agent.js +158 -0
- package/node_modules/undici/lib/dispatcher/balanced-pool.js +219 -0
- package/node_modules/undici/lib/dispatcher/client-h1.js +1722 -0
- package/node_modules/undici/lib/dispatcher/client-h2.js +995 -0
- package/node_modules/undici/lib/dispatcher/client.js +664 -0
- package/node_modules/undici/lib/dispatcher/dispatcher-base.js +184 -0
- package/node_modules/undici/lib/dispatcher/dispatcher.js +48 -0
- package/node_modules/undici/lib/dispatcher/env-http-proxy-agent.js +146 -0
- package/node_modules/undici/lib/dispatcher/fixed-queue.js +135 -0
- package/node_modules/undici/lib/dispatcher/h2c-client.js +51 -0
- package/node_modules/undici/lib/dispatcher/pool-base.js +214 -0
- package/node_modules/undici/lib/dispatcher/pool.js +118 -0
- package/node_modules/undici/lib/dispatcher/proxy-agent.js +319 -0
- package/node_modules/undici/lib/dispatcher/retry-agent.js +35 -0
- package/node_modules/undici/lib/dispatcher/round-robin-pool.js +137 -0
- package/node_modules/undici/lib/dispatcher/socks5-proxy-agent.js +260 -0
- package/node_modules/undici/lib/encoding/index.js +33 -0
- package/node_modules/undici/lib/global.js +59 -0
- package/node_modules/undici/lib/handler/cache-handler.js +578 -0
- package/node_modules/undici/lib/handler/cache-revalidation-handler.js +124 -0
- package/node_modules/undici/lib/handler/decorator-handler.js +67 -0
- package/node_modules/undici/lib/handler/deduplication-handler.js +460 -0
- package/node_modules/undici/lib/handler/redirect-handler.js +238 -0
- package/node_modules/undici/lib/handler/retry-handler.js +394 -0
- package/node_modules/undici/lib/handler/unwrap-handler.js +106 -0
- package/node_modules/undici/lib/handler/wrap-handler.js +105 -0
- package/node_modules/undici/lib/interceptor/cache.js +495 -0
- package/node_modules/undici/lib/interceptor/decompress.js +259 -0
- package/node_modules/undici/lib/interceptor/deduplicate.js +117 -0
- package/node_modules/undici/lib/interceptor/dns.js +571 -0
- package/node_modules/undici/lib/interceptor/dump.js +112 -0
- package/node_modules/undici/lib/interceptor/redirect.js +21 -0
- package/node_modules/undici/lib/interceptor/response-error.js +95 -0
- package/node_modules/undici/lib/interceptor/retry.js +19 -0
- package/node_modules/undici/lib/llhttp/.gitkeep +0 -0
- package/node_modules/undici/lib/llhttp/constants.d.ts +195 -0
- package/node_modules/undici/lib/llhttp/constants.js +531 -0
- package/node_modules/undici/lib/llhttp/llhttp-wasm.js +15 -0
- package/node_modules/undici/lib/llhttp/llhttp_simd-wasm.js +15 -0
- package/node_modules/undici/lib/llhttp/utils.d.ts +2 -0
- package/node_modules/undici/lib/llhttp/utils.js +12 -0
- package/node_modules/undici/lib/mock/mock-agent.js +232 -0
- package/node_modules/undici/lib/mock/mock-call-history.js +248 -0
- package/node_modules/undici/lib/mock/mock-client.js +68 -0
- package/node_modules/undici/lib/mock/mock-errors.js +29 -0
- package/node_modules/undici/lib/mock/mock-interceptor.js +209 -0
- package/node_modules/undici/lib/mock/mock-pool.js +68 -0
- package/node_modules/undici/lib/mock/mock-symbols.js +32 -0
- package/node_modules/undici/lib/mock/mock-utils.js +486 -0
- package/node_modules/undici/lib/mock/pending-interceptors-formatter.js +43 -0
- package/node_modules/undici/lib/mock/snapshot-agent.js +353 -0
- package/node_modules/undici/lib/mock/snapshot-recorder.js +588 -0
- package/node_modules/undici/lib/mock/snapshot-utils.js +158 -0
- package/node_modules/undici/lib/util/cache.js +414 -0
- package/node_modules/undici/lib/util/date.js +653 -0
- package/node_modules/undici/lib/util/promise.js +28 -0
- package/node_modules/undici/lib/util/runtime-features.js +124 -0
- package/node_modules/undici/lib/util/stats.js +32 -0
- package/node_modules/undici/lib/util/timers.js +425 -0
- package/node_modules/undici/lib/web/cache/cache.js +864 -0
- package/node_modules/undici/lib/web/cache/cachestorage.js +152 -0
- package/node_modules/undici/lib/web/cache/util.js +45 -0
- package/node_modules/undici/lib/web/cookies/constants.js +12 -0
- package/node_modules/undici/lib/web/cookies/index.js +199 -0
- package/node_modules/undici/lib/web/cookies/parse.js +314 -0
- package/node_modules/undici/lib/web/cookies/util.js +282 -0
- package/node_modules/undici/lib/web/eventsource/eventsource-stream.js +399 -0
- package/node_modules/undici/lib/web/eventsource/eventsource.js +501 -0
- package/node_modules/undici/lib/web/eventsource/util.js +29 -0
- package/node_modules/{has-tostringtag → undici/lib/web/fetch}/LICENSE +1 -1
- package/node_modules/undici/lib/web/fetch/body.js +509 -0
- package/node_modules/undici/lib/web/fetch/constants.js +131 -0
- package/node_modules/undici/lib/web/fetch/data-url.js +596 -0
- package/node_modules/undici/lib/web/fetch/formdata-parser.js +586 -0
- package/node_modules/undici/lib/web/fetch/formdata.js +259 -0
- package/node_modules/undici/lib/web/fetch/global.js +40 -0
- package/node_modules/undici/lib/web/fetch/headers.js +719 -0
- package/node_modules/undici/lib/web/fetch/index.js +2413 -0
- package/node_modules/undici/lib/web/fetch/request.js +1115 -0
- package/node_modules/undici/lib/web/fetch/response.js +641 -0
- package/node_modules/undici/lib/web/fetch/util.js +1522 -0
- package/node_modules/undici/lib/web/infra/index.js +229 -0
- package/node_modules/undici/lib/web/subresource-integrity/Readme.md +9 -0
- package/node_modules/undici/lib/web/subresource-integrity/subresource-integrity.js +307 -0
- package/node_modules/undici/lib/web/webidl/index.js +1006 -0
- package/node_modules/undici/lib/web/websocket/connection.js +329 -0
- package/node_modules/undici/lib/web/websocket/constants.js +126 -0
- package/node_modules/undici/lib/web/websocket/events.js +331 -0
- package/node_modules/undici/lib/web/websocket/frame.js +133 -0
- package/node_modules/undici/lib/web/websocket/permessage-deflate.js +100 -0
- package/node_modules/undici/lib/web/websocket/receiver.js +507 -0
- package/node_modules/undici/lib/web/websocket/sender.js +109 -0
- package/node_modules/undici/lib/web/websocket/stream/websocketerror.js +104 -0
- package/node_modules/undici/lib/web/websocket/stream/websocketstream.js +498 -0
- package/node_modules/undici/lib/web/websocket/util.js +347 -0
- package/node_modules/undici/lib/web/websocket/websocket.js +758 -0
- package/node_modules/undici/package.json +152 -0
- package/node_modules/undici/scripts/strip-comments.js +10 -0
- package/node_modules/undici/types/README.md +6 -0
- package/node_modules/undici/types/agent.d.ts +32 -0
- package/node_modules/undici/types/api.d.ts +43 -0
- package/node_modules/undici/types/balanced-pool.d.ts +30 -0
- package/node_modules/undici/types/cache-interceptor.d.ts +179 -0
- package/node_modules/undici/types/cache.d.ts +36 -0
- package/node_modules/undici/types/client-stats.d.ts +15 -0
- package/node_modules/undici/types/client.d.ts +139 -0
- package/node_modules/undici/types/connector.d.ts +36 -0
- package/node_modules/undici/types/content-type.d.ts +21 -0
- package/node_modules/undici/types/cookies.d.ts +30 -0
- package/node_modules/undici/types/diagnostics-channel.d.ts +74 -0
- package/node_modules/undici/types/dispatcher.d.ts +275 -0
- package/node_modules/undici/types/env-http-proxy-agent.d.ts +22 -0
- package/node_modules/undici/types/errors.d.ts +177 -0
- package/node_modules/undici/types/eventsource.d.ts +66 -0
- package/node_modules/undici/types/fetch.d.ts +231 -0
- package/node_modules/undici/types/formdata.d.ts +114 -0
- package/node_modules/undici/types/global-dispatcher.d.ts +9 -0
- package/node_modules/undici/types/global-origin.d.ts +7 -0
- package/node_modules/undici/types/h2c-client.d.ts +73 -0
- package/node_modules/undici/types/handlers.d.ts +14 -0
- package/node_modules/undici/types/header.d.ts +160 -0
- package/node_modules/undici/types/index.d.ts +91 -0
- package/node_modules/undici/types/interceptors.d.ts +80 -0
- package/node_modules/undici/types/mock-agent.d.ts +68 -0
- package/node_modules/undici/types/mock-call-history.d.ts +111 -0
- package/node_modules/undici/types/mock-client.d.ts +27 -0
- package/node_modules/undici/types/mock-errors.d.ts +12 -0
- package/node_modules/undici/types/mock-interceptor.d.ts +94 -0
- package/node_modules/undici/types/mock-pool.d.ts +27 -0
- package/node_modules/undici/types/patch.d.ts +29 -0
- package/node_modules/undici/types/pool-stats.d.ts +19 -0
- package/node_modules/undici/types/pool.d.ts +41 -0
- package/node_modules/undici/types/proxy-agent.d.ts +29 -0
- package/node_modules/undici/types/readable.d.ts +68 -0
- package/node_modules/undici/types/retry-agent.d.ts +8 -0
- package/node_modules/undici/types/retry-handler.d.ts +125 -0
- package/node_modules/undici/types/round-robin-pool.d.ts +41 -0
- package/node_modules/undici/types/snapshot-agent.d.ts +109 -0
- package/node_modules/undici/types/socks5-proxy-agent.d.ts +25 -0
- package/node_modules/undici/types/util.d.ts +18 -0
- package/node_modules/undici/types/utility.d.ts +7 -0
- package/node_modules/undici/types/webidl.d.ts +347 -0
- package/node_modules/undici/types/websocket.d.ts +188 -0
- package/openclaw.plugin.json +8 -38
- package/package.json +11 -8
- package/dist/action-runtime.runtime-9-17zvKH.js +0 -2
- package/dist/doctor-contract-U6oVntbM.js +0 -173
- package/dist/interactive-replies-C3ffk6oN.js +0 -197
- package/dist/interactive-replies-api.js +0 -2
- package/node_modules/@slack/bolt/dist/WorkflowStep.d.ts +0 -159
- package/node_modules/@slack/bolt/dist/WorkflowStep.d.ts.map +0 -1
- package/node_modules/@slack/bolt/dist/WorkflowStep.js +0 -217
- package/node_modules/@slack/bolt/dist/WorkflowStep.js.map +0 -1
- package/node_modules/@slack/bolt/dist/types/actions/workflow-step-edit.d.ts +0 -49
- package/node_modules/@slack/bolt/dist/types/actions/workflow-step-edit.d.ts.map +0 -1
- package/node_modules/@slack/bolt/dist/types/actions/workflow-step-edit.js +0 -3
- package/node_modules/@slack/bolt/dist/types/actions/workflow-step-edit.js.map +0 -1
- package/node_modules/@types/ws/LICENSE +0 -21
- package/node_modules/@types/ws/README.md +0 -15
- package/node_modules/@types/ws/index.d.mts +0 -451
- package/node_modules/@types/ws/index.d.ts +0 -445
- package/node_modules/@types/ws/package.json +0 -72
- package/node_modules/agent-base/README.md +0 -145
- package/node_modules/agent-base/dist/src/index.d.ts +0 -78
- package/node_modules/agent-base/dist/src/index.js +0 -203
- package/node_modules/agent-base/dist/src/index.js.map +0 -1
- package/node_modules/agent-base/dist/src/promisify.d.ts +0 -4
- package/node_modules/agent-base/dist/src/promisify.js +0 -18
- package/node_modules/agent-base/dist/src/promisify.js.map +0 -1
- package/node_modules/agent-base/package.json +0 -64
- package/node_modules/agent-base/src/index.ts +0 -345
- package/node_modules/agent-base/src/promisify.ts +0 -33
- package/node_modules/asynckit/LICENSE +0 -21
- package/node_modules/asynckit/README.md +0 -233
- package/node_modules/asynckit/bench.js +0 -76
- package/node_modules/asynckit/index.js +0 -6
- package/node_modules/asynckit/lib/abort.js +0 -29
- package/node_modules/asynckit/lib/async.js +0 -34
- package/node_modules/asynckit/lib/defer.js +0 -26
- package/node_modules/asynckit/lib/iterate.js +0 -75
- package/node_modules/asynckit/lib/readable_asynckit.js +0 -91
- package/node_modules/asynckit/lib/readable_parallel.js +0 -25
- package/node_modules/asynckit/lib/readable_serial.js +0 -25
- package/node_modules/asynckit/lib/readable_serial_ordered.js +0 -29
- package/node_modules/asynckit/lib/state.js +0 -37
- package/node_modules/asynckit/lib/streamify.js +0 -141
- package/node_modules/asynckit/lib/terminator.js +0 -29
- package/node_modules/asynckit/package.json +0 -63
- package/node_modules/asynckit/parallel.js +0 -43
- package/node_modules/asynckit/serial.js +0 -17
- package/node_modules/asynckit/serialOrdered.js +0 -75
- package/node_modules/asynckit/stream.js +0 -21
- package/node_modules/axios/CHANGELOG.md +0 -1872
- package/node_modules/axios/LICENSE +0 -7
- package/node_modules/axios/MIGRATION_GUIDE.md +0 -877
- package/node_modules/axios/README.md +0 -2559
- package/node_modules/axios/dist/axios.js +0 -5249
- package/node_modules/axios/dist/axios.min.js +0 -5
- package/node_modules/axios/dist/axios.min.js.map +0 -1
- package/node_modules/axios/dist/browser/axios.cjs +0 -5146
- package/node_modules/axios/dist/esm/axios.js +0 -5167
- package/node_modules/axios/dist/esm/axios.min.js +0 -3
- package/node_modules/axios/dist/esm/axios.min.js.map +0 -1
- package/node_modules/axios/dist/node/axios.cjs +0 -5996
- package/node_modules/axios/index.d.cts +0 -738
- package/node_modules/axios/index.d.ts +0 -755
- package/node_modules/axios/index.js +0 -45
- package/node_modules/axios/lib/adapters/README.md +0 -36
- package/node_modules/axios/lib/adapters/adapters.js +0 -132
- package/node_modules/axios/lib/adapters/fetch.js +0 -643
- package/node_modules/axios/lib/adapters/http.js +0 -1417
- package/node_modules/axios/lib/adapters/xhr.js +0 -228
- package/node_modules/axios/lib/axios.js +0 -89
- package/node_modules/axios/lib/cancel/CancelToken.js +0 -135
- package/node_modules/axios/lib/cancel/CanceledError.js +0 -22
- package/node_modules/axios/lib/cancel/isCancel.js +0 -5
- package/node_modules/axios/lib/core/Axios.js +0 -283
- package/node_modules/axios/lib/core/AxiosError.js +0 -188
- package/node_modules/axios/lib/core/AxiosHeaders.js +0 -351
- package/node_modules/axios/lib/core/InterceptorManager.js +0 -72
- package/node_modules/axios/lib/core/README.md +0 -8
- package/node_modules/axios/lib/core/buildFullPath.js +0 -50
- package/node_modules/axios/lib/core/dispatchRequest.js +0 -89
- package/node_modules/axios/lib/core/mergeConfig.js +0 -159
- package/node_modules/axios/lib/core/settle.js +0 -27
- package/node_modules/axios/lib/core/transformData.js +0 -28
- package/node_modules/axios/lib/defaults/index.js +0 -177
- package/node_modules/axios/lib/defaults/transitional.js +0 -10
- package/node_modules/axios/lib/env/README.md +0 -3
- package/node_modules/axios/lib/env/classes/FormData.js +0 -2
- package/node_modules/axios/lib/env/data.js +0 -1
- package/node_modules/axios/lib/helpers/AxiosTransformStream.js +0 -156
- package/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +0 -59
- package/node_modules/axios/lib/helpers/Http2Sessions.js +0 -119
- package/node_modules/axios/lib/helpers/HttpStatusCode.js +0 -77
- package/node_modules/axios/lib/helpers/README.md +0 -7
- package/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js +0 -29
- package/node_modules/axios/lib/helpers/bind.js +0 -14
- package/node_modules/axios/lib/helpers/buildURL.js +0 -69
- package/node_modules/axios/lib/helpers/callbackify.js +0 -18
- package/node_modules/axios/lib/helpers/combineURLs.js +0 -15
- package/node_modules/axios/lib/helpers/composeSignals.js +0 -57
- package/node_modules/axios/lib/helpers/cookies.js +0 -64
- package/node_modules/axios/lib/helpers/deprecatedMethod.js +0 -31
- package/node_modules/axios/lib/helpers/estimateDataURLDecodedBytes.js +0 -105
- package/node_modules/axios/lib/helpers/formDataToJSON.js +0 -119
- package/node_modules/axios/lib/helpers/formDataToStream.js +0 -119
- package/node_modules/axios/lib/helpers/fromDataURI.js +0 -68
- package/node_modules/axios/lib/helpers/isAbsoluteURL.js +0 -19
- package/node_modules/axios/lib/helpers/isAxiosError.js +0 -14
- package/node_modules/axios/lib/helpers/isURLSameOrigin.js +0 -16
- package/node_modules/axios/lib/helpers/null.js +0 -2
- package/node_modules/axios/lib/helpers/parseHeaders.js +0 -69
- package/node_modules/axios/lib/helpers/parseProtocol.js +0 -6
- package/node_modules/axios/lib/helpers/progressEventReducer.js +0 -54
- package/node_modules/axios/lib/helpers/readBlob.js +0 -15
- package/node_modules/axios/lib/helpers/resolveConfig.js +0 -119
- package/node_modules/axios/lib/helpers/sanitizeHeaderValue.js +0 -60
- package/node_modules/axios/lib/helpers/shouldBypassProxy.js +0 -210
- package/node_modules/axios/lib/helpers/speedometer.js +0 -55
- package/node_modules/axios/lib/helpers/spread.js +0 -28
- package/node_modules/axios/lib/helpers/throttle.js +0 -44
- package/node_modules/axios/lib/helpers/toFormData.js +0 -285
- package/node_modules/axios/lib/helpers/toURLEncodedForm.js +0 -19
- package/node_modules/axios/lib/helpers/trackStream.js +0 -89
- package/node_modules/axios/lib/helpers/validator.js +0 -112
- package/node_modules/axios/lib/platform/browser/classes/Blob.js +0 -3
- package/node_modules/axios/lib/platform/browser/classes/FormData.js +0 -3
- package/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +0 -4
- package/node_modules/axios/lib/platform/browser/index.js +0 -13
- package/node_modules/axios/lib/platform/common/utils.js +0 -52
- package/node_modules/axios/lib/platform/index.js +0 -7
- package/node_modules/axios/lib/platform/node/classes/FormData.js +0 -3
- package/node_modules/axios/lib/platform/node/classes/URLSearchParams.js +0 -4
- package/node_modules/axios/lib/platform/node/index.js +0 -37
- package/node_modules/axios/lib/utils.js +0 -1017
- package/node_modules/axios/package.json +0 -201
- package/node_modules/combined-stream/License +0 -19
- package/node_modules/combined-stream/Readme.md +0 -138
- package/node_modules/combined-stream/lib/combined_stream.js +0 -208
- package/node_modules/combined-stream/package.json +0 -25
- package/node_modules/delayed-stream/.npmignore +0 -1
- package/node_modules/delayed-stream/License +0 -19
- package/node_modules/delayed-stream/Makefile +0 -7
- package/node_modules/delayed-stream/Readme.md +0 -141
- package/node_modules/delayed-stream/lib/delayed_stream.js +0 -107
- package/node_modules/delayed-stream/package.json +0 -27
- package/node_modules/es-set-tostringtag/.eslintrc +0 -13
- package/node_modules/es-set-tostringtag/.nycrc +0 -9
- package/node_modules/es-set-tostringtag/CHANGELOG.md +0 -67
- package/node_modules/es-set-tostringtag/README.md +0 -53
- package/node_modules/es-set-tostringtag/index.d.ts +0 -10
- package/node_modules/es-set-tostringtag/index.js +0 -35
- package/node_modules/es-set-tostringtag/package.json +0 -78
- package/node_modules/es-set-tostringtag/test/index.js +0 -85
- package/node_modules/es-set-tostringtag/tsconfig.json +0 -9
- package/node_modules/follow-redirects/LICENSE +0 -18
- package/node_modules/follow-redirects/README.md +0 -157
- package/node_modules/follow-redirects/debug.js +0 -15
- package/node_modules/follow-redirects/http.js +0 -1
- package/node_modules/follow-redirects/https.js +0 -1
- package/node_modules/follow-redirects/index.js +0 -709
- package/node_modules/follow-redirects/package.json +0 -58
- package/node_modules/form-data/CHANGELOG.md +0 -669
- package/node_modules/form-data/License +0 -19
- package/node_modules/form-data/README.md +0 -350
- package/node_modules/form-data/index.d.ts +0 -51
- package/node_modules/form-data/lib/browser.js +0 -4
- package/node_modules/form-data/lib/form_data.js +0 -514
- package/node_modules/form-data/lib/populate.js +0 -10
- package/node_modules/form-data/node_modules/mime-db/HISTORY.md +0 -507
- package/node_modules/form-data/node_modules/mime-db/LICENSE +0 -23
- package/node_modules/form-data/node_modules/mime-db/README.md +0 -100
- package/node_modules/form-data/node_modules/mime-db/db.json +0 -8519
- package/node_modules/form-data/node_modules/mime-db/index.js +0 -12
- package/node_modules/form-data/node_modules/mime-db/package.json +0 -60
- package/node_modules/form-data/node_modules/mime-types/HISTORY.md +0 -397
- package/node_modules/form-data/node_modules/mime-types/LICENSE +0 -23
- package/node_modules/form-data/node_modules/mime-types/README.md +0 -113
- package/node_modules/form-data/node_modules/mime-types/index.js +0 -188
- package/node_modules/form-data/node_modules/mime-types/package.json +0 -44
- package/node_modules/form-data/package.json +0 -83
- package/node_modules/has-tostringtag/.eslintrc +0 -5
- package/node_modules/has-tostringtag/.github/FUNDING.yml +0 -12
- package/node_modules/has-tostringtag/.nycrc +0 -13
- package/node_modules/has-tostringtag/CHANGELOG.md +0 -42
- package/node_modules/has-tostringtag/README.md +0 -46
- package/node_modules/has-tostringtag/index.d.ts +0 -3
- package/node_modules/has-tostringtag/index.js +0 -8
- package/node_modules/has-tostringtag/package.json +0 -108
- package/node_modules/has-tostringtag/shams.d.ts +0 -3
- package/node_modules/has-tostringtag/shams.js +0 -8
- package/node_modules/has-tostringtag/test/index.js +0 -21
- package/node_modules/has-tostringtag/test/shams/core-js.js +0 -31
- package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +0 -30
- package/node_modules/has-tostringtag/test/tests.js +0 -15
- package/node_modules/has-tostringtag/tsconfig.json +0 -49
- package/node_modules/https-proxy-agent/README.md +0 -137
- package/node_modules/https-proxy-agent/dist/agent.d.ts +0 -30
- package/node_modules/https-proxy-agent/dist/agent.js +0 -177
- package/node_modules/https-proxy-agent/dist/agent.js.map +0 -1
- package/node_modules/https-proxy-agent/dist/index.d.ts +0 -23
- package/node_modules/https-proxy-agent/dist/index.js +0 -14
- package/node_modules/https-proxy-agent/dist/index.js.map +0 -1
- package/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts +0 -7
- package/node_modules/https-proxy-agent/dist/parse-proxy-response.js +0 -66
- package/node_modules/https-proxy-agent/dist/parse-proxy-response.js.map +0 -1
- package/node_modules/https-proxy-agent/package.json +0 -56
- package/node_modules/is-electron/LICENSE +0 -21
- package/node_modules/is-electron/README.md +0 -25
- package/node_modules/is-electron/index.d.ts +0 -2
- package/node_modules/is-electron/index.js +0 -21
- package/node_modules/is-electron/package.json +0 -34
- package/node_modules/is-stream/index.d.ts +0 -79
- package/node_modules/is-stream/index.js +0 -28
- package/node_modules/is-stream/license +0 -9
- package/node_modules/is-stream/package.json +0 -42
- package/node_modules/is-stream/readme.md +0 -60
- package/node_modules/proxy-from-env/LICENSE +0 -20
- package/node_modules/proxy-from-env/README.md +0 -163
- package/node_modules/proxy-from-env/index.cjs +0 -105
- package/node_modules/proxy-from-env/index.js +0 -103
- package/node_modules/proxy-from-env/package.json +0 -43
- package/npm-shrinkwrap.json +0 -1467
|
@@ -0,0 +1,422 @@
|
|
|
1
|
+
'use strict'
|
|
2
|
+
|
|
3
|
+
const { EventEmitter } = require('node:events')
|
|
4
|
+
const { Buffer } = require('node:buffer')
|
|
5
|
+
const { InvalidArgumentError, Socks5ProxyError } = require('./errors')
|
|
6
|
+
const { debuglog } = require('node:util')
|
|
7
|
+
const { parseAddress } = require('./socks5-utils')
|
|
8
|
+
|
|
9
|
+
const debug = debuglog('undici:socks5')
|
|
10
|
+
const EMPTY_BUFFER = Buffer.alloc(0)
|
|
11
|
+
|
|
12
|
+
// SOCKS5 constants
|
|
13
|
+
const SOCKS_VERSION = 0x05
|
|
14
|
+
|
|
15
|
+
// Authentication methods
|
|
16
|
+
const AUTH_METHODS = {
|
|
17
|
+
NO_AUTH: 0x00,
|
|
18
|
+
GSSAPI: 0x01,
|
|
19
|
+
USERNAME_PASSWORD: 0x02,
|
|
20
|
+
NO_ACCEPTABLE: 0xFF
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
// SOCKS5 commands
|
|
24
|
+
const COMMANDS = {
|
|
25
|
+
CONNECT: 0x01,
|
|
26
|
+
BIND: 0x02,
|
|
27
|
+
UDP_ASSOCIATE: 0x03
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
// Address types
|
|
31
|
+
const ADDRESS_TYPES = {
|
|
32
|
+
IPV4: 0x01,
|
|
33
|
+
DOMAIN: 0x03,
|
|
34
|
+
IPV6: 0x04
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
// Reply codes
|
|
38
|
+
const REPLY_CODES = {
|
|
39
|
+
SUCCEEDED: 0x00,
|
|
40
|
+
GENERAL_FAILURE: 0x01,
|
|
41
|
+
CONNECTION_NOT_ALLOWED: 0x02,
|
|
42
|
+
NETWORK_UNREACHABLE: 0x03,
|
|
43
|
+
HOST_UNREACHABLE: 0x04,
|
|
44
|
+
CONNECTION_REFUSED: 0x05,
|
|
45
|
+
TTL_EXPIRED: 0x06,
|
|
46
|
+
COMMAND_NOT_SUPPORTED: 0x07,
|
|
47
|
+
ADDRESS_TYPE_NOT_SUPPORTED: 0x08
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
// State machine states
|
|
51
|
+
const STATES = {
|
|
52
|
+
INITIAL: 'initial',
|
|
53
|
+
HANDSHAKING: 'handshaking',
|
|
54
|
+
AUTHENTICATING: 'authenticating',
|
|
55
|
+
AUTHENTICATED: 'authenticated',
|
|
56
|
+
CONNECTING: 'connecting',
|
|
57
|
+
CONNECTED: 'connected',
|
|
58
|
+
ERROR: 'error',
|
|
59
|
+
CLOSED: 'closed'
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* SOCKS5 client implementation
|
|
64
|
+
* Handles SOCKS5 protocol negotiation and connection establishment
|
|
65
|
+
*/
|
|
66
|
+
class Socks5Client extends EventEmitter {
|
|
67
|
+
constructor (socket, options = {}) {
|
|
68
|
+
super()
|
|
69
|
+
|
|
70
|
+
if (!socket) {
|
|
71
|
+
throw new InvalidArgumentError('socket is required')
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
this.socket = socket
|
|
75
|
+
this.options = options
|
|
76
|
+
this.state = STATES.INITIAL
|
|
77
|
+
this.buffer = EMPTY_BUFFER
|
|
78
|
+
this.onSocketData = this.onData.bind(this)
|
|
79
|
+
this.onSocketError = this.onError.bind(this)
|
|
80
|
+
this.onSocketClose = this.onClose.bind(this)
|
|
81
|
+
|
|
82
|
+
// Authentication settings
|
|
83
|
+
this.authMethods = []
|
|
84
|
+
if (options.username && options.password) {
|
|
85
|
+
this.authMethods.push(AUTH_METHODS.USERNAME_PASSWORD)
|
|
86
|
+
}
|
|
87
|
+
this.authMethods.push(AUTH_METHODS.NO_AUTH)
|
|
88
|
+
|
|
89
|
+
// Socket event handlers
|
|
90
|
+
this.socket.on('data', this.onSocketData)
|
|
91
|
+
this.socket.on('error', this.onSocketError)
|
|
92
|
+
this.socket.on('close', this.onSocketClose)
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
/**
|
|
96
|
+
* Handle incoming data from the socket
|
|
97
|
+
*/
|
|
98
|
+
onData (data) {
|
|
99
|
+
debug('received data', data.length, 'bytes in state', this.state)
|
|
100
|
+
this.buffer = Buffer.concat([this.buffer, data])
|
|
101
|
+
|
|
102
|
+
try {
|
|
103
|
+
switch (this.state) {
|
|
104
|
+
case STATES.HANDSHAKING:
|
|
105
|
+
this.handleHandshakeResponse()
|
|
106
|
+
break
|
|
107
|
+
case STATES.AUTHENTICATING:
|
|
108
|
+
this.handleAuthResponse()
|
|
109
|
+
break
|
|
110
|
+
case STATES.CONNECTING:
|
|
111
|
+
this.handleConnectResponse()
|
|
112
|
+
break
|
|
113
|
+
}
|
|
114
|
+
} catch (err) {
|
|
115
|
+
this.onError(err)
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* Handle socket errors
|
|
121
|
+
*/
|
|
122
|
+
onError (err) {
|
|
123
|
+
debug('socket error', err)
|
|
124
|
+
this.state = STATES.ERROR
|
|
125
|
+
this.emit('error', err)
|
|
126
|
+
this.destroy()
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
/**
|
|
130
|
+
* Handle socket close
|
|
131
|
+
*/
|
|
132
|
+
onClose () {
|
|
133
|
+
debug('socket closed')
|
|
134
|
+
this.state = STATES.CLOSED
|
|
135
|
+
this.emit('close')
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
/**
|
|
139
|
+
* Destroy the client and underlying socket
|
|
140
|
+
*/
|
|
141
|
+
destroy () {
|
|
142
|
+
if (this.socket && !this.socket.destroyed) {
|
|
143
|
+
this.socket.destroy()
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
markAuthenticated () {
|
|
148
|
+
this.state = STATES.AUTHENTICATED
|
|
149
|
+
this.emit('authenticated')
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
/**
|
|
153
|
+
* Start the SOCKS5 handshake
|
|
154
|
+
*/
|
|
155
|
+
handshake () {
|
|
156
|
+
if (this.state !== STATES.INITIAL) {
|
|
157
|
+
throw new InvalidArgumentError('Handshake already started')
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
debug('starting handshake with', this.authMethods.length, 'auth methods')
|
|
161
|
+
this.state = STATES.HANDSHAKING
|
|
162
|
+
|
|
163
|
+
// Build handshake request
|
|
164
|
+
// +----+----------+----------+
|
|
165
|
+
// |VER | NMETHODS | METHODS |
|
|
166
|
+
// +----+----------+----------+
|
|
167
|
+
// | 1 | 1 | 1 to 255 |
|
|
168
|
+
// +----+----------+----------+
|
|
169
|
+
const request = Buffer.alloc(2 + this.authMethods.length)
|
|
170
|
+
request[0] = SOCKS_VERSION
|
|
171
|
+
request[1] = this.authMethods.length
|
|
172
|
+
this.authMethods.forEach((method, i) => {
|
|
173
|
+
request[2 + i] = method
|
|
174
|
+
})
|
|
175
|
+
|
|
176
|
+
this.socket.write(request)
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
/**
|
|
180
|
+
* Handle handshake response from server
|
|
181
|
+
*/
|
|
182
|
+
handleHandshakeResponse () {
|
|
183
|
+
if (this.buffer.length < 2) {
|
|
184
|
+
return // Not enough data yet
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
const version = this.buffer[0]
|
|
188
|
+
const method = this.buffer[1]
|
|
189
|
+
|
|
190
|
+
if (version !== SOCKS_VERSION) {
|
|
191
|
+
throw new Socks5ProxyError(`Invalid SOCKS version: ${version}`, 'UND_ERR_SOCKS5_VERSION')
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
if (method === AUTH_METHODS.NO_ACCEPTABLE) {
|
|
195
|
+
throw new Socks5ProxyError('No acceptable authentication method', 'UND_ERR_SOCKS5_AUTH_REJECTED')
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
this.buffer = this.buffer.subarray(2)
|
|
199
|
+
debug('server selected auth method', method)
|
|
200
|
+
|
|
201
|
+
if (method === AUTH_METHODS.NO_AUTH) {
|
|
202
|
+
this.markAuthenticated()
|
|
203
|
+
} else if (method === AUTH_METHODS.USERNAME_PASSWORD) {
|
|
204
|
+
this.state = STATES.AUTHENTICATING
|
|
205
|
+
this.sendAuthRequest()
|
|
206
|
+
} else {
|
|
207
|
+
throw new Socks5ProxyError(`Unsupported authentication method: ${method}`, 'UND_ERR_SOCKS5_AUTH_METHOD')
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
/**
|
|
212
|
+
* Send username/password authentication request
|
|
213
|
+
*/
|
|
214
|
+
sendAuthRequest () {
|
|
215
|
+
const { username, password } = this.options
|
|
216
|
+
|
|
217
|
+
if (!username || !password) {
|
|
218
|
+
throw new InvalidArgumentError('Username and password required for authentication')
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
debug('sending username/password auth')
|
|
222
|
+
|
|
223
|
+
// Username/Password authentication request (RFC 1929)
|
|
224
|
+
// +----+------+----------+------+----------+
|
|
225
|
+
// |VER | ULEN | UNAME | PLEN | PASSWD |
|
|
226
|
+
// +----+------+----------+------+----------+
|
|
227
|
+
// | 1 | 1 | 1 to 255 | 1 | 1 to 255 |
|
|
228
|
+
// +----+------+----------+------+----------+
|
|
229
|
+
const usernameBuffer = Buffer.from(username)
|
|
230
|
+
const passwordBuffer = Buffer.from(password)
|
|
231
|
+
|
|
232
|
+
if (usernameBuffer.length > 255 || passwordBuffer.length > 255) {
|
|
233
|
+
throw new InvalidArgumentError('Username or password too long')
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
const request = Buffer.alloc(3 + usernameBuffer.length + passwordBuffer.length)
|
|
237
|
+
request[0] = 0x01 // Sub-negotiation version
|
|
238
|
+
request[1] = usernameBuffer.length
|
|
239
|
+
usernameBuffer.copy(request, 2)
|
|
240
|
+
request[2 + usernameBuffer.length] = passwordBuffer.length
|
|
241
|
+
passwordBuffer.copy(request, 3 + usernameBuffer.length)
|
|
242
|
+
|
|
243
|
+
this.socket.write(request)
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
/**
|
|
247
|
+
* Handle authentication response
|
|
248
|
+
*/
|
|
249
|
+
handleAuthResponse () {
|
|
250
|
+
if (this.buffer.length < 2) {
|
|
251
|
+
return // Not enough data yet
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
const version = this.buffer[0]
|
|
255
|
+
const status = this.buffer[1]
|
|
256
|
+
|
|
257
|
+
if (version !== 0x01) {
|
|
258
|
+
throw new Socks5ProxyError(`Invalid auth sub-negotiation version: ${version}`, 'UND_ERR_SOCKS5_AUTH_VERSION')
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
if (status !== 0x00) {
|
|
262
|
+
throw new Socks5ProxyError('Authentication failed', 'UND_ERR_SOCKS5_AUTH_FAILED')
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
this.buffer = this.buffer.subarray(2)
|
|
266
|
+
debug('authentication successful')
|
|
267
|
+
this.markAuthenticated()
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
/**
|
|
271
|
+
* Send CONNECT command
|
|
272
|
+
* @param {string} address - Target address (IP or domain)
|
|
273
|
+
* @param {number} port - Target port
|
|
274
|
+
*/
|
|
275
|
+
connect (address, port) {
|
|
276
|
+
if (this.state === STATES.CONNECTING || this.state === STATES.CONNECTED) {
|
|
277
|
+
throw new InvalidArgumentError('Connection already in progress')
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
if (this.state !== STATES.AUTHENTICATED) {
|
|
281
|
+
throw new InvalidArgumentError('Client must be authenticated before CONNECT')
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
debug('connecting to', address, port)
|
|
285
|
+
this.state = STATES.CONNECTING
|
|
286
|
+
|
|
287
|
+
const request = this.buildConnectRequest(COMMANDS.CONNECT, address, port)
|
|
288
|
+
this.socket.write(request)
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
/**
|
|
292
|
+
* Build a SOCKS5 request
|
|
293
|
+
*/
|
|
294
|
+
buildConnectRequest (command, address, port) {
|
|
295
|
+
// Parse address to determine type and buffer
|
|
296
|
+
const { type: addressType, buffer: addressBuffer } = parseAddress(address)
|
|
297
|
+
|
|
298
|
+
// Build request
|
|
299
|
+
// +----+-----+-------+------+----------+----------+
|
|
300
|
+
// |VER | CMD | RSV | ATYP | DST.ADDR | DST.PORT |
|
|
301
|
+
// +----+-----+-------+------+----------+----------+
|
|
302
|
+
// | 1 | 1 | X'00' | 1 | Variable | 2 |
|
|
303
|
+
// +----+-----+-------+------+----------+----------+
|
|
304
|
+
const request = Buffer.alloc(4 + addressBuffer.length + 2)
|
|
305
|
+
request[0] = SOCKS_VERSION
|
|
306
|
+
request[1] = command
|
|
307
|
+
request[2] = 0x00 // Reserved
|
|
308
|
+
request[3] = addressType
|
|
309
|
+
addressBuffer.copy(request, 4)
|
|
310
|
+
request.writeUInt16BE(port, 4 + addressBuffer.length)
|
|
311
|
+
|
|
312
|
+
return request
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
/**
|
|
316
|
+
* Handle CONNECT response
|
|
317
|
+
*/
|
|
318
|
+
handleConnectResponse () {
|
|
319
|
+
if (this.buffer.length < 4) {
|
|
320
|
+
return // Not enough data for header
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
const version = this.buffer[0]
|
|
324
|
+
const reply = this.buffer[1]
|
|
325
|
+
const addressType = this.buffer[3]
|
|
326
|
+
|
|
327
|
+
if (version !== SOCKS_VERSION) {
|
|
328
|
+
throw new Socks5ProxyError(`Invalid SOCKS version in reply: ${version}`, 'UND_ERR_SOCKS5_REPLY_VERSION')
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
// Calculate the expected response length
|
|
332
|
+
let responseLength = 4 // VER + REP + RSV + ATYP
|
|
333
|
+
if (addressType === ADDRESS_TYPES.IPV4) {
|
|
334
|
+
responseLength += 4 + 2 // IPv4 + port
|
|
335
|
+
} else if (addressType === ADDRESS_TYPES.DOMAIN) {
|
|
336
|
+
if (this.buffer.length < 5) {
|
|
337
|
+
return // Need domain length byte
|
|
338
|
+
}
|
|
339
|
+
responseLength += 1 + this.buffer[4] + 2 // length byte + domain + port
|
|
340
|
+
} else if (addressType === ADDRESS_TYPES.IPV6) {
|
|
341
|
+
responseLength += 16 + 2 // IPv6 + port
|
|
342
|
+
} else {
|
|
343
|
+
throw new Socks5ProxyError(`Invalid address type in reply: ${addressType}`, 'UND_ERR_SOCKS5_ADDR_TYPE')
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
if (this.buffer.length < responseLength) {
|
|
347
|
+
return // Not enough data for full response
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
if (reply !== REPLY_CODES.SUCCEEDED) {
|
|
351
|
+
const errorMessage = this.getReplyErrorMessage(reply)
|
|
352
|
+
throw new Socks5ProxyError(`SOCKS5 connection failed: ${errorMessage}`, `UND_ERR_SOCKS5_REPLY_${reply}`)
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
// Parse bound address and port
|
|
356
|
+
let boundAddress
|
|
357
|
+
let offset = 4
|
|
358
|
+
|
|
359
|
+
if (addressType === ADDRESS_TYPES.IPV4) {
|
|
360
|
+
boundAddress = Array.from(this.buffer.subarray(offset, offset + 4)).join('.')
|
|
361
|
+
offset += 4
|
|
362
|
+
} else if (addressType === ADDRESS_TYPES.DOMAIN) {
|
|
363
|
+
const domainLength = this.buffer[offset]
|
|
364
|
+
offset += 1
|
|
365
|
+
boundAddress = this.buffer.subarray(offset, offset + domainLength).toString()
|
|
366
|
+
offset += domainLength
|
|
367
|
+
} else if (addressType === ADDRESS_TYPES.IPV6) {
|
|
368
|
+
// Parse IPv6 address from 16-byte buffer
|
|
369
|
+
const parts = []
|
|
370
|
+
for (let i = 0; i < 8; i++) {
|
|
371
|
+
const value = this.buffer.readUInt16BE(offset + i * 2)
|
|
372
|
+
parts.push(value.toString(16))
|
|
373
|
+
}
|
|
374
|
+
boundAddress = parts.join(':')
|
|
375
|
+
offset += 16
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
const boundPort = this.buffer.readUInt16BE(offset)
|
|
379
|
+
|
|
380
|
+
this.buffer = EMPTY_BUFFER
|
|
381
|
+
this.state = STATES.CONNECTED
|
|
382
|
+
this.socket.removeListener('data', this.onSocketData)
|
|
383
|
+
|
|
384
|
+
debug('connected, bound address:', boundAddress, 'port:', boundPort)
|
|
385
|
+
this.emit('connected', { address: boundAddress, port: boundPort })
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
/**
|
|
389
|
+
* Get human-readable error message for reply code
|
|
390
|
+
*/
|
|
391
|
+
getReplyErrorMessage (reply) {
|
|
392
|
+
switch (reply) {
|
|
393
|
+
case REPLY_CODES.GENERAL_FAILURE:
|
|
394
|
+
return 'General SOCKS server failure'
|
|
395
|
+
case REPLY_CODES.CONNECTION_NOT_ALLOWED:
|
|
396
|
+
return 'Connection not allowed by ruleset'
|
|
397
|
+
case REPLY_CODES.NETWORK_UNREACHABLE:
|
|
398
|
+
return 'Network unreachable'
|
|
399
|
+
case REPLY_CODES.HOST_UNREACHABLE:
|
|
400
|
+
return 'Host unreachable'
|
|
401
|
+
case REPLY_CODES.CONNECTION_REFUSED:
|
|
402
|
+
return 'Connection refused'
|
|
403
|
+
case REPLY_CODES.TTL_EXPIRED:
|
|
404
|
+
return 'TTL expired'
|
|
405
|
+
case REPLY_CODES.COMMAND_NOT_SUPPORTED:
|
|
406
|
+
return 'Command not supported'
|
|
407
|
+
case REPLY_CODES.ADDRESS_TYPE_NOT_SUPPORTED:
|
|
408
|
+
return 'Address type not supported'
|
|
409
|
+
default:
|
|
410
|
+
return `Unknown error code: ${reply}`
|
|
411
|
+
}
|
|
412
|
+
}
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
module.exports = {
|
|
416
|
+
Socks5Client,
|
|
417
|
+
AUTH_METHODS,
|
|
418
|
+
COMMANDS,
|
|
419
|
+
ADDRESS_TYPES,
|
|
420
|
+
REPLY_CODES,
|
|
421
|
+
STATES
|
|
422
|
+
}
|
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
'use strict'
|
|
2
|
+
|
|
3
|
+
const { Buffer } = require('node:buffer')
|
|
4
|
+
const net = require('node:net')
|
|
5
|
+
const { InvalidArgumentError } = require('./errors')
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* Parse an address and determine its type
|
|
9
|
+
* @param {string} address - The address to parse
|
|
10
|
+
* @returns {{type: number, buffer: Buffer}} Address type and buffer
|
|
11
|
+
*/
|
|
12
|
+
function parseAddress (address) {
|
|
13
|
+
// Check if it's an IPv4 address
|
|
14
|
+
if (net.isIPv4(address)) {
|
|
15
|
+
const parts = address.split('.').map(Number)
|
|
16
|
+
return {
|
|
17
|
+
type: 0x01, // IPv4
|
|
18
|
+
buffer: Buffer.from(parts)
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
// Check if it's an IPv6 address
|
|
23
|
+
if (net.isIPv6(address)) {
|
|
24
|
+
return {
|
|
25
|
+
type: 0x04, // IPv6
|
|
26
|
+
buffer: parseIPv6(address)
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
// Otherwise, treat as domain name
|
|
31
|
+
const domainBuffer = Buffer.from(address, 'utf8')
|
|
32
|
+
if (domainBuffer.length > 255) {
|
|
33
|
+
throw new InvalidArgumentError('Domain name too long (max 255 bytes)')
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
return {
|
|
37
|
+
type: 0x03, // Domain
|
|
38
|
+
buffer: Buffer.concat([Buffer.from([domainBuffer.length]), domainBuffer])
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Parse IPv6 address to buffer
|
|
44
|
+
* @param {string} address - IPv6 address string
|
|
45
|
+
* @returns {Buffer} 16-byte buffer
|
|
46
|
+
*/
|
|
47
|
+
function parseIPv6 (address) {
|
|
48
|
+
const buffer = Buffer.alloc(16)
|
|
49
|
+
let normalizedAddress = address
|
|
50
|
+
|
|
51
|
+
// Expand an embedded IPv4 tail into the last two IPv6 groups.
|
|
52
|
+
if (address.includes('.')) {
|
|
53
|
+
const lastColonIndex = address.lastIndexOf(':')
|
|
54
|
+
const ipv4Part = address.slice(lastColonIndex + 1)
|
|
55
|
+
|
|
56
|
+
if (net.isIPv4(ipv4Part)) {
|
|
57
|
+
const octets = ipv4Part.split('.').map(Number)
|
|
58
|
+
const high = ((octets[0] << 8) | octets[1]).toString(16)
|
|
59
|
+
const low = ((octets[2] << 8) | octets[3]).toString(16)
|
|
60
|
+
normalizedAddress = `${address.slice(0, lastColonIndex)}:${high}:${low}`
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
// Handle compressed notation (::)
|
|
65
|
+
const doubleColonIndex = normalizedAddress.indexOf('::')
|
|
66
|
+
if (doubleColonIndex !== -1) {
|
|
67
|
+
const before = normalizedAddress.slice(0, doubleColonIndex)
|
|
68
|
+
const after = normalizedAddress.slice(doubleColonIndex + 2)
|
|
69
|
+
const beforeParts = before === '' ? [] : before.split(':')
|
|
70
|
+
const afterParts = after === '' ? [] : after.split(':')
|
|
71
|
+
|
|
72
|
+
let bufferIndex = 0
|
|
73
|
+
for (const part of beforeParts) {
|
|
74
|
+
buffer.writeUInt16BE(parseInt(part, 16), bufferIndex)
|
|
75
|
+
bufferIndex += 2
|
|
76
|
+
}
|
|
77
|
+
bufferIndex = 16 - afterParts.length * 2
|
|
78
|
+
for (const part of afterParts) {
|
|
79
|
+
buffer.writeUInt16BE(parseInt(part, 16), bufferIndex)
|
|
80
|
+
bufferIndex += 2
|
|
81
|
+
}
|
|
82
|
+
} else {
|
|
83
|
+
const parts = normalizedAddress.split(':')
|
|
84
|
+
for (let i = 0; i < parts.length; i++) {
|
|
85
|
+
buffer.writeUInt16BE(parseInt(parts[i], 16), i * 2)
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
return buffer
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
/**
|
|
93
|
+
* Build a SOCKS5 address buffer
|
|
94
|
+
* @param {number} type - Address type (1=IPv4, 3=Domain, 4=IPv6)
|
|
95
|
+
* @param {Buffer} addressBuffer - The address data
|
|
96
|
+
* @param {number} port - Port number
|
|
97
|
+
* @returns {Buffer} Complete address buffer including type, address, and port
|
|
98
|
+
*/
|
|
99
|
+
function buildAddressBuffer (type, addressBuffer, port) {
|
|
100
|
+
const portBuffer = Buffer.allocUnsafe(2)
|
|
101
|
+
portBuffer.writeUInt16BE(port, 0)
|
|
102
|
+
|
|
103
|
+
return Buffer.concat([
|
|
104
|
+
Buffer.from([type]),
|
|
105
|
+
addressBuffer,
|
|
106
|
+
portBuffer
|
|
107
|
+
])
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
/**
|
|
111
|
+
* Parse address from SOCKS5 response
|
|
112
|
+
* @param {Buffer} buffer - Buffer containing the address
|
|
113
|
+
* @param {number} offset - Starting offset in buffer
|
|
114
|
+
* @returns {{address: string, port: number, bytesRead: number}}
|
|
115
|
+
*/
|
|
116
|
+
function parseResponseAddress (buffer, offset = 0) {
|
|
117
|
+
if (buffer.length < offset + 1) {
|
|
118
|
+
throw new InvalidArgumentError('Buffer too small to contain address type')
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
const addressType = buffer[offset]
|
|
122
|
+
let address
|
|
123
|
+
let currentOffset = offset + 1
|
|
124
|
+
|
|
125
|
+
switch (addressType) {
|
|
126
|
+
case 0x01: { // IPv4
|
|
127
|
+
if (buffer.length < currentOffset + 6) {
|
|
128
|
+
throw new InvalidArgumentError('Buffer too small for IPv4 address')
|
|
129
|
+
}
|
|
130
|
+
address = Array.from(buffer.subarray(currentOffset, currentOffset + 4)).join('.')
|
|
131
|
+
currentOffset += 4
|
|
132
|
+
break
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
case 0x03: { // Domain
|
|
136
|
+
if (buffer.length < currentOffset + 1) {
|
|
137
|
+
throw new InvalidArgumentError('Buffer too small for domain length')
|
|
138
|
+
}
|
|
139
|
+
const domainLength = buffer[currentOffset]
|
|
140
|
+
currentOffset += 1
|
|
141
|
+
|
|
142
|
+
if (buffer.length < currentOffset + domainLength + 2) {
|
|
143
|
+
throw new InvalidArgumentError('Buffer too small for domain address')
|
|
144
|
+
}
|
|
145
|
+
address = buffer.subarray(currentOffset, currentOffset + domainLength).toString('utf8')
|
|
146
|
+
currentOffset += domainLength
|
|
147
|
+
break
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
case 0x04: { // IPv6
|
|
151
|
+
if (buffer.length < currentOffset + 18) {
|
|
152
|
+
throw new InvalidArgumentError('Buffer too small for IPv6 address')
|
|
153
|
+
}
|
|
154
|
+
// Convert buffer to IPv6 string
|
|
155
|
+
const parts = []
|
|
156
|
+
for (let i = 0; i < 8; i++) {
|
|
157
|
+
const value = buffer.readUInt16BE(currentOffset + i * 2)
|
|
158
|
+
parts.push(value.toString(16))
|
|
159
|
+
}
|
|
160
|
+
address = parts.join(':')
|
|
161
|
+
currentOffset += 16
|
|
162
|
+
break
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
default:
|
|
166
|
+
throw new InvalidArgumentError(`Invalid address type: ${addressType}`)
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
// Parse port
|
|
170
|
+
if (buffer.length < currentOffset + 2) {
|
|
171
|
+
throw new InvalidArgumentError('Buffer too small for port')
|
|
172
|
+
}
|
|
173
|
+
const port = buffer.readUInt16BE(currentOffset)
|
|
174
|
+
currentOffset += 2
|
|
175
|
+
|
|
176
|
+
return {
|
|
177
|
+
address,
|
|
178
|
+
port,
|
|
179
|
+
bytesRead: currentOffset - offset
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
/**
|
|
184
|
+
* Create error for SOCKS5 reply code
|
|
185
|
+
* @param {number} replyCode - SOCKS5 reply code
|
|
186
|
+
* @returns {Error} Appropriate error object
|
|
187
|
+
*/
|
|
188
|
+
function createReplyError (replyCode) {
|
|
189
|
+
const messages = {
|
|
190
|
+
0x01: 'General SOCKS server failure',
|
|
191
|
+
0x02: 'Connection not allowed by ruleset',
|
|
192
|
+
0x03: 'Network unreachable',
|
|
193
|
+
0x04: 'Host unreachable',
|
|
194
|
+
0x05: 'Connection refused',
|
|
195
|
+
0x06: 'TTL expired',
|
|
196
|
+
0x07: 'Command not supported',
|
|
197
|
+
0x08: 'Address type not supported'
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
const message = messages[replyCode] || `Unknown SOCKS5 error code: ${replyCode}`
|
|
201
|
+
const error = new Error(message)
|
|
202
|
+
error.code = `SOCKS5_${replyCode}`
|
|
203
|
+
return error
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
module.exports = {
|
|
207
|
+
parseAddress,
|
|
208
|
+
parseIPv6,
|
|
209
|
+
buildAddressBuffer,
|
|
210
|
+
parseResponseAddress,
|
|
211
|
+
createReplyError
|
|
212
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
'use strict'
|
|
2
|
+
|
|
3
|
+
module.exports = {
|
|
4
|
+
kClose: Symbol('close'),
|
|
5
|
+
kDestroy: Symbol('destroy'),
|
|
6
|
+
kDispatch: Symbol('dispatch'),
|
|
7
|
+
kUrl: Symbol('url'),
|
|
8
|
+
kWriting: Symbol('writing'),
|
|
9
|
+
kResuming: Symbol('resuming'),
|
|
10
|
+
kQueue: Symbol('queue'),
|
|
11
|
+
kConnect: Symbol('connect'),
|
|
12
|
+
kConnecting: Symbol('connecting'),
|
|
13
|
+
kKeepAliveDefaultTimeout: Symbol('default keep alive timeout'),
|
|
14
|
+
kKeepAliveMaxTimeout: Symbol('max keep alive timeout'),
|
|
15
|
+
kKeepAliveTimeoutThreshold: Symbol('keep alive timeout threshold'),
|
|
16
|
+
kKeepAliveTimeoutValue: Symbol('keep alive timeout'),
|
|
17
|
+
kKeepAlive: Symbol('keep alive'),
|
|
18
|
+
kHeadersTimeout: Symbol('headers timeout'),
|
|
19
|
+
kBodyTimeout: Symbol('body timeout'),
|
|
20
|
+
kServerName: Symbol('server name'),
|
|
21
|
+
kLocalAddress: Symbol('local address'),
|
|
22
|
+
kHost: Symbol('host'),
|
|
23
|
+
kNoRef: Symbol('no ref'),
|
|
24
|
+
kBodyUsed: Symbol('used'),
|
|
25
|
+
kBody: Symbol('abstracted request body'),
|
|
26
|
+
kRunning: Symbol('running'),
|
|
27
|
+
kBlocking: Symbol('blocking'),
|
|
28
|
+
kPending: Symbol('pending'),
|
|
29
|
+
kSize: Symbol('size'),
|
|
30
|
+
kBusy: Symbol('busy'),
|
|
31
|
+
kQueued: Symbol('queued'),
|
|
32
|
+
kFree: Symbol('free'),
|
|
33
|
+
kConnected: Symbol('connected'),
|
|
34
|
+
kClosed: Symbol('closed'),
|
|
35
|
+
kNeedDrain: Symbol('need drain'),
|
|
36
|
+
kReset: Symbol('reset'),
|
|
37
|
+
kDestroyed: Symbol.for('nodejs.stream.destroyed'),
|
|
38
|
+
kResume: Symbol('resume'),
|
|
39
|
+
kOnError: Symbol('on error'),
|
|
40
|
+
kMaxHeadersSize: Symbol('max headers size'),
|
|
41
|
+
kRunningIdx: Symbol('running index'),
|
|
42
|
+
kPendingIdx: Symbol('pending index'),
|
|
43
|
+
kError: Symbol('error'),
|
|
44
|
+
kClients: Symbol('clients'),
|
|
45
|
+
kClient: Symbol('client'),
|
|
46
|
+
kParser: Symbol('parser'),
|
|
47
|
+
kOnDestroyed: Symbol('destroy callbacks'),
|
|
48
|
+
kPipelining: Symbol('pipelining'),
|
|
49
|
+
kSocket: Symbol('socket'),
|
|
50
|
+
kHostHeader: Symbol('host header'),
|
|
51
|
+
kConnector: Symbol('connector'),
|
|
52
|
+
kStrictContentLength: Symbol('strict content length'),
|
|
53
|
+
kMaxRedirections: Symbol('maxRedirections'),
|
|
54
|
+
kMaxRequests: Symbol('maxRequestsPerClient'),
|
|
55
|
+
kProxy: Symbol('proxy agent options'),
|
|
56
|
+
kCounter: Symbol('socket request counter'),
|
|
57
|
+
kMaxResponseSize: Symbol('max response size'),
|
|
58
|
+
kHTTP2Session: Symbol('http2Session'),
|
|
59
|
+
kHTTP2SessionState: Symbol('http2Session state'),
|
|
60
|
+
kRetryHandlerDefaultRetry: Symbol('retry agent default retry'),
|
|
61
|
+
kConstruct: Symbol('constructable'),
|
|
62
|
+
kListeners: Symbol('listeners'),
|
|
63
|
+
kHTTPContext: Symbol('http context'),
|
|
64
|
+
kMaxConcurrentStreams: Symbol('max concurrent streams'),
|
|
65
|
+
kHTTP2InitialWindowSize: Symbol('http2 initial window size'),
|
|
66
|
+
kHTTP2ConnectionWindowSize: Symbol('http2 connection window size'),
|
|
67
|
+
kEnableConnectProtocol: Symbol('http2session connect protocol'),
|
|
68
|
+
kRemoteSettings: Symbol('http2session remote settings'),
|
|
69
|
+
kHTTP2Stream: Symbol('http2session client stream'),
|
|
70
|
+
kPingInterval: Symbol('ping interval'),
|
|
71
|
+
kNoProxyAgent: Symbol('no proxy agent'),
|
|
72
|
+
kHttpProxyAgent: Symbol('http proxy agent'),
|
|
73
|
+
kHttpsProxyAgent: Symbol('https proxy agent'),
|
|
74
|
+
kSocks5ProxyAgent: Symbol('socks5 proxy agent')
|
|
75
|
+
}
|