ZIm/crates/client/src
tidely 6b37646179
client: Implement Socks identification and authorization (#29591)
Closes #28792 

supersedes #28854 

- Adds support for Socks V4 Identification using a userid, and
Authorization using a username and password on Socks V5.
- Added tests for parsing various Socks proxy urls.
- Added a test for making sure a misconfigured socks proxy url doesn't
expose the user by connecting directly as a fallback.

Release Notes:

- Added support for identification and authorization when using a sock
proxy
2025-05-06 08:03:56 +00:00
..
telemetry Use Instant not chrono for telemetry (#20756) 2024-11-19 08:23:12 -07:00
client.rs client: Implement Socks identification and authorization (#29591) 2025-05-06 08:03:56 +00:00
socks.rs client: Implement Socks identification and authorization (#29591) 2025-05-06 08:03:56 +00:00
telemetry.rs Add new action to run agent eval (#29158) 2025-04-21 21:30:21 -07:00
test.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
user.rs Add Zed Pro Trial Upsell (#29938) 2025-05-05 18:46:54 -04:00
zed_urls.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00