301 Commits

Author SHA1 Message Date
Philipp Kunz
dc3d56771b fix(portproxy): Fix incorrect import path in test file 2025-02-24 09:53:39 +00:00
Philipp Kunz
38601a41bb 3.10.4 v3.10.4 2025-02-23 17:38:23 +00:00
Philipp Kunz
a53e6f1019 fix(PortProxy): Refactor connection tracking to utilize unified records in PortProxy 2025-02-23 17:38:22 +00:00
Philipp Kunz
3de35f3b2c 3.10.3 v3.10.3 2025-02-23 17:30:41 +00:00
Philipp Kunz
b9210d891e fix(PortProxy): Refactor and optimize PortProxy for improved readability and maintainability 2025-02-23 17:30:41 +00:00
Philipp Kunz
133d5a47e0 3.10.2 v3.10.2 2025-02-23 11:43:21 +00:00
Philipp Kunz
f2f4e47893 fix(PortProxy): Fix connection handling to include timeouts for SNI-enabled connections. 2025-02-23 11:43:21 +00:00
Philipp Kunz
e47436608f 3.10.1 v3.10.1 2025-02-22 13:22:26 +00:00
Philipp Kunz
128f8203ac fix(PortProxy): Improve socket cleanup logic to prevent potential resource leaks 2025-02-22 13:22:26 +00:00
Philipp Kunz
c7697eca84 3.10.0 v3.10.0 2025-02-22 05:46:30 +00:00
Philipp Kunz
71b5237cd4 feat(smartproxy.portproxy): Enhance PortProxy with detailed connection statistics and termination tracking 2025-02-22 05:46:30 +00:00
Philipp Kunz
2df2f0ceaf 3.9.4 v3.9.4 2025-02-22 05:41:29 +00:00
Philipp Kunz
2b266ca779 fix(PortProxy): Ensure proper cleanup on connection rejection in PortProxy 2025-02-22 05:41:29 +00:00
Philipp Kunz
c2547036fd 3.9.3 v3.9.3 2025-02-21 23:57:54 +00:00
Philipp Kunz
a8131ece26 fix(PortProxy): Fix handling of optional outgoing socket in PortProxy 2025-02-21 23:57:54 +00:00
Philipp Kunz
ad8c667dec 3.9.2 v3.9.2 2025-02-21 23:33:16 +00:00
Philipp Kunz
942e0649c8 fix(PortProxy): Improve timeout handling for port proxy connections 2025-02-21 23:33:15 +00:00
Philipp Kunz
59625167b4 3.9.1 v3.9.1 2025-02-21 23:30:51 +00:00
Philipp Kunz
385d984727 fix(dependencies): Ensure correct ordering of dependencies and improve logging format. 2025-02-21 23:30:51 +00:00
Philipp Kunz
a959c2ad0e 3.9.0 v3.9.0 2025-02-21 23:18:17 +00:00
Philipp Kunz
88f5436c9a feat(smartproxy.portproxy): Add logging of connection durations to PortProxy 2025-02-21 23:18:17 +00:00
Philipp Kunz
06101cd1b1 3.8.1 v3.8.1 2025-02-21 23:11:14 +00:00
Philipp Kunz
438d65107d fix(plugins): Simplified plugin import structure across codebase 2025-02-21 23:11:13 +00:00
Philipp Kunz
233b26c308 3.8.0 v3.8.0 2025-02-21 23:05:18 +00:00
Philipp Kunz
ba787729e8 feat(PortProxy): Add active connection tracking and logging in PortProxy 2025-02-21 23:05:17 +00:00
Philipp Kunz
4854d7c38d 3.7.3 v3.7.3 2025-02-21 20:17:35 +00:00
Philipp Kunz
e841bda003 fix(portproxy): Fix handling of connections in PortProxy to improve stability and performance. 2025-02-21 20:17:35 +00:00
Philipp Kunz
477b930a37 3.7.2 v3.7.2 2025-02-21 19:56:28 +00:00
Philipp Kunz
935bd95723 fix(PortProxy): Improve SNICallback and connection handling in PortProxy 2025-02-21 19:56:28 +00:00
Philipp Kunz
0e33ea4eb5 3.7.1 v3.7.1 2025-02-21 19:53:20 +00:00
Philipp Kunz
6181065963 fix(smartproxy.portproxy): Optimize SNI handling by simplifying context creation 2025-02-21 19:53:19 +00:00
Philipp Kunz
1a586dcbd7 3.7.0 v3.7.0 2025-02-21 19:44:59 +00:00
Philipp Kunz
ee03224561 feat(PortProxy): Add optional source IP preservation support in PortProxy 2025-02-21 19:44:59 +00:00
Philipp Kunz
483cbb3634 3.6.0 v3.6.0 2025-02-21 19:39:52 +00:00
Philipp Kunz
c77b31b72c feat(PortProxy): Add feature to preserve original client IP through chained proxies 2025-02-21 19:39:52 +00:00
Philipp Kunz
8cb8fa1a52 3.5.0 v3.5.0 2025-02-21 19:34:11 +00:00
Philipp Kunz
8e5bb12edb feat(PortProxy): Enhance PortProxy to support domain-specific target IPs 2025-02-21 19:34:11 +00:00
Philipp Kunz
9be9a426ad 3.4.4 v3.4.4 2025-02-21 18:54:40 +00:00
Philipp Kunz
32d875aed9 fix(PortProxy): Fixed handling of SNI domain connections and IP allowance checks 2025-02-21 18:54:40 +00:00
Philipp Kunz
4747462cff 3.4.3 v3.4.3 2025-02-21 18:48:39 +00:00
Philipp Kunz
70f69ef1ea fix(PortProxy): Fixed indentation issue and ensured proper cleanup of sockets in PortProxy 2025-02-21 18:48:39 +00:00
Philipp Kunz
2be1c57dd7 3.4.2 v3.4.2 2025-02-21 18:47:18 +00:00
Philipp Kunz
58bd6b4a85 fix(smartproxy): Enhance SSL/TLS handling with SNI and error logging 2025-02-21 18:47:18 +00:00
Philipp Kunz
63e1cd48e8 3.4.1 v3.4.1 2025-02-21 18:43:08 +00:00
Philipp Kunz
5150ddc18e fix(PortProxy): Normalize IP addresses for port proxy to handle IPv4-mapped IPv6 addresses. 2025-02-21 18:43:08 +00:00
Philipp Kunz
4bee483954 3.4.0 v3.4.0 2025-02-21 17:01:02 +00:00
Philipp Kunz
4328d4365f feat(PortProxy): Enhanced PortProxy with custom target host and improved testing 2025-02-21 17:01:02 +00:00
Philipp Kunz
21e9d0fd0d 3.3.1 v3.3.1 2025-02-21 15:17:20 +00:00
Philipp Kunz
6c0c65bb1a fix(PortProxy): fixed import usage of net and tls libraries for PortProxy 2025-02-21 15:17:19 +00:00
Philipp Kunz
23f61eb60b 3.3.0 v3.3.0 2025-02-21 15:14:03 +00:00