codinget
  • Joined on 2022-10-19
codinget pushed to t3code/http-static-file-handler at webnet/webnet 2026-07-12 22:24:55 +02:00
d35bf0141b feat(http-static): add VFS static handler
codinget created branch t3code/http-static-file-handler in webnet/webnet 2026-07-12 22:24:54 +02:00
codinget opened issue webnet/webnet#99 2026-07-12 22:20:36 +02:00
SMB2 state transfer: implement StateTransferable on @webnet/smb2
codinget pushed to smb2-package at webnet/webnet 2026-07-12 22:17:09 +02:00
bbda6e6688 docs(smb2): note response-signature verification in AI disclosure
codinget pushed to smb2-package at webnet/webnet 2026-07-12 21:30:46 +02:00
ba9579aa09 fix(smb2): verify response signatures; fix connect caching and mapping
353fd71c2e fix(smb2): don't advertise unsupported SMB3 encryption
ac7a7ab464 feat(smb2): add SMB2/3 client with async VFS interface
50db8b7707 fix(ftp): enforce protected data negotiation
3a6ed85c69 feat(ftp): support explicit TLS upgrades
Compare 45 commits »
codinget opened issue webnet/webnet#98 2026-07-12 21:30:44 +02:00
smb2: add an SMB2/3 server backed by AsyncVFS
codinget pushed to main at webnet/webnet 2026-07-12 21:17:55 +02:00
50db8b7707 fix(ftp): enforce protected data negotiation
3a6ed85c69 feat(ftp): support explicit TLS upgrades
Compare 2 commits »
codinget deleted branch t3code/553a4600 from webnet/webnet 2026-07-12 21:17:55 +02:00
codinget merged pull request webnet/webnet#96 2026-07-12 21:17:53 +02:00
feat(ftp): support explicit TLS upgrades
codinget commented on pull request webnet/webnet#96 2026-07-12 21:08:47 +02:00
feat(ftp): support explicit TLS upgrades

Autonomous review completed: no actionable findings. I reviewed the explicit FTPS control/data upgrade paths, TLS failure handling, and passive-channel cleanup; locally verified the FTP suite (141…

codinget pushed to t3code/553a4600 at webnet/webnet 2026-07-12 21:00:35 +02:00
50db8b7707 fix(ftp): enforce protected data negotiation
3a6ed85c69 feat(ftp): support explicit TLS upgrades
5bcf7fb0a7 docs: record TLS-upgrade integration in AI_CHANGES.md
f2f2293f13 feat(tsconnect-worker): integrate TLS upgrades with state transfer
33b9ff5c65 docs: record state transfer review round in AI_CHANGES.md
Compare 19 commits »
codinget deleted branch state-transfer from webnet/webnet 2026-07-12 20:58:18 +02:00
codinget pushed to main at webnet/webnet 2026-07-12 20:58:18 +02:00
5bcf7fb0a7 docs: record TLS-upgrade integration in AI_CHANGES.md
f2f2293f13 feat(tsconnect-worker): integrate TLS upgrades with state transfer
33b9ff5c65 docs: record state transfer review round in AI_CHANGES.md
3a7c711484 fix(http): prune emptied pool slots on exportIdle
b0a641a68d fix(drive): close remaining exports when transferState fails mid-loop
Compare 17 commits »
codinget merged pull request webnet/webnet#76 2026-07-12 20:58:16 +02:00
cross-tab state and ownership transfer for tsconnect-worker resources
codinget opened issue webnet/webnet#97 2026-07-12 19:16:06 +02:00
FTP state transfer: implement StateTransferable on @webnet/ftp
codinget pushed to state-transfer at webnet/webnet 2026-07-12 19:15:16 +02:00
5bcf7fb0a7 docs: record TLS-upgrade integration in AI_CHANGES.md
f2f2293f13 feat(tsconnect-worker): integrate TLS upgrades with state transfer
33b9ff5c65 docs: record state transfer review round in AI_CHANGES.md
3a7c711484 fix(http): prune emptied pool slots on exportIdle
b0a641a68d fix(drive): close remaining exports when transferState fails mid-loop
Compare 37 commits »
codinget commented on pull request webnet/webnet#96 2026-07-12 17:51:08 +02:00
feat(ftp): support explicit TLS upgrades

Autonomous code review completed. It identified two medium-severity findings: (1) eagerly accepted passive transports could be abandoned when PASV/EPSV was replaced, and (2) plaintext sessions…

codinget pushed to t3code/553a4600 at webnet/webnet 2026-07-12 17:40:47 +02:00
602f7a5748 fix(ftp): enforce protected data negotiation
codinget created pull request webnet/webnet#96 2026-07-12 17:35:56 +02:00
WIP: feat(ftp): support explicit TLS upgrades
codinget pushed to t3code/553a4600 at webnet/webnet 2026-07-12 17:35:48 +02:00
0ef8c6d011 feat(ftp): support explicit TLS upgrades