codinget
  • Joined on 2022-10-19
codinget created branch feat/sftp in webnet/webnet 2026-07-07 01:26:52 +02:00
codinget commented on pull request webnet/webnet#63 2026-07-06 15:25:23 +02:00
feat(transport): add explicit TLS upgrade (STARTTLS / AUTH TLS) to RawTransport

Addressed the review finding in da43620: all three implementations now track an upgrading flag — read(), write(), and a second upgradeTls() reject while an upgrade handshake is in flight…

codinget pushed to feat/transport-upgrade-tls at webnet/webnet 2026-07-06 15:25:15 +02:00
da436206a6 fix(transport): guard read/write during an in-flight TLS upgrade
codinget commented on pull request webnet/tailscale#14 2026-07-06 15:17:07 +02:00
feat(tsconnect/wasm): add upgradeTLS to wrapped conns

Reviewed alongside webnet/webnet#63 (the consumer of upgradeTLS). The Go side here looks correct in isolation, but flagging for context: the new wrapConn(tlsConn) returned by upgradeTLS

codinget commented on pull request webnet/webnet#63 2026-07-06 15:16:57 +02:00
feat(transport): add explicit TLS upgrade (STARTTLS / AUTH TLS) to RawTransport

Autonomous review

Read through both diffs (origin/main...HEAD here, and origin/webnet...HEAD in the tailscale submodule). The design is sound and the happy path (verified against…

codinget created pull request webnet/webnet#63 2026-07-06 15:04:12 +02:00
WIP: feat(transport): add explicit TLS upgrade (STARTTLS / AUTH TLS) to RawTransport
codinget pushed to feat/transport-upgrade-tls at webnet/webnet 2026-07-06 15:03:52 +02:00
1b9c5fef40 feat(transport): add explicit TLS upgrade (STARTTLS / AUTH TLS) to RawTransport
codinget created branch feat/transport-upgrade-tls in webnet/webnet 2026-07-06 15:03:52 +02:00
codinget created pull request webnet/tailscale#14 2026-07-06 14:40:56 +02:00
WIP: feat(tsconnect/wasm): add upgradeTLS to wrapped conns
codinget pushed to feat/conn-upgrade-tls at webnet/tailscale 2026-07-06 11:00:29 +02:00
81e37f8812 feat(tsconnect/wasm): add upgradeTLS to wrapped conns
codinget created branch feat/conn-upgrade-tls in webnet/tailscale 2026-07-06 11:00:29 +02:00
codinget merged pull request webnet/webnet#62 2026-07-06 10:57:13 +02:00
docs(agents): clarify CLAUDE.md symlink and tea mergeability output
codinget deleted branch docs/agents-md-clarifications from webnet/webnet 2026-07-06 10:57:13 +02:00
codinget pushed to main at webnet/webnet 2026-07-06 10:57:13 +02:00
1313152b66 docs(agents): clarify CLAUDE.md symlink and tea mergeability output
codinget commented on pull request webnet/webnet#62 2026-07-06 10:44:22 +02:00
docs(agents): clarify CLAUDE.md symlink and tea mergeability output

Reviewed the diff (git diff origin/main...HEAD). All three clarifications are accurate and match what I have observed in practice:

codinget created pull request webnet/webnet#62 2026-07-06 10:36:16 +02:00
WIP: docs(agents): clarify CLAUDE.md symlink and tea mergeability output
codinget created branch docs/agents-md-clarifications in webnet/webnet 2026-07-06 10:35:54 +02:00
codinget pushed to docs/agents-md-clarifications at webnet/webnet 2026-07-06 10:35:54 +02:00
1313152b66 docs(agents): clarify CLAUDE.md symlink and tea mergeability output
codinget deleted branch ci/not-main from webnet/webnet 2026-07-06 10:02:46 +02:00
codinget pushed to main at webnet/webnet 2026-07-06 10:02:46 +02:00
6471558e18 ci: don't run CI on main branch, it's guaranteed to have run earlier via PRs