Block a user
tsconnect: ping("disco") hangs until timeout on js/wasm
disco ping disabled on the JS/webnet side in #150, go/tailscale side remains
tsconnect: drop setExitNodeEnabled in favour of setExitNode(null)
JS/webnet side removed in #150, go/tailscale side remains, and signature widened to `string
tsconnect: drop fetch() and ssh() in favour of @webnet/http and @webnet/ssh
JS/webnet side removed in #150, go/tailscale side remains
No real point blocking on #103 as there is currently no user of this API, and no real point in migrating example-app (removing the…
chore: remove deprecated APIs: setExitNodeEnabled, ping(disco), fetch, ssh
The PR advertises setExitNode(null) as the explicit way to clear an exit node and updates IpnClient plus IpnWorkerClient accordingly, but the exported IpnMainThreadHandle still declares…
chore: remove deprecated APIs: setExitNodeEnabled, ping(disco), fetch, ssh
[P2] Keep the main-thread fallback's new null API in sync — packages/tsconnect-worker/src/main-thread.ts:133\n\nThe PR advertises setExitNode(null) as the explicit way to clear an exit node and…
chore: remove deprecated APIs: setExitNodeEnabled, ping(disco), fetch, ssh
codinget
deleted branch chore/rebase-tailscale-2026-07-29 from webnet/webnet
2026-07-29 22:33:49 +02:00
chore: switch to the rebased tailscale build
chore: switch to the rebased tailscale build
codinget
created branch chore/rebase-tailscale-2026-07-29 in webnet/webnet
2026-07-29 22:15:29 +02:00
WIP: rebase fork onto upstream/main (v1.103.0)