30 Commits

Author SHA1 Message Date
Amin.MasterkinG 8ef36418a0 Remove dead client SOCKS state and simplify session handling 2026-04-21 16:12:24 +03:30
Amin.MasterkinG 787bd90ffd Add multi-relay URL support with round-robin and random endpoint selection 2026-04-21 15:58:23 +03:30
Amin.MasterkinG ab7365e35d Add config-driven transport randomization for mux, ping timing, and HTTP reuse 2026-04-21 15:51:20 +03:30
Amin.MasterkinG 74ff27ac78 Add anti-buffering relay headers and optional randomized query suffixes 2026-04-21 15:28:09 +03:30
Amin.MasterkinG bf5c0ef06e Deduplicate packet reorder logic and consolidate client SOCKS session handling 2026-04-21 15:08:10 +03:30
Amin.MasterkinG 8a50614510 Remove dead initial-payload path from SOCKS connect and align client relay flow 2026-04-21 14:04:01 +03:30
Amin.MasterkinG 22f13fb234 Make server outbound sequencing and upstream connection lifecycle concurrency-safe 2026-04-21 12:29:19 +03:30
Amin.MasterkinG 720ab14a44 Refactor server locking to process batches per session instead of under a global mutex 2026-04-21 11:33:30 +03:30
Amin.MasterkinG a144703f5d Refactor session-level ping into explicit busy/aggressive/backoff state machine 2026-04-21 11:20:31 +03:30
Amin.MasterkinG 26e51fc031 Changing ping system. 2026-04-21 11:16:00 +03:30
Amin.MasterkinG 236ae711c3 Add mux-aware batching limits and burst concurrency control 2026-04-21 10:26:42 +03:30
Amin.MasterkinG 136ddef09a Add inbound packet reordering with gap timeout and buffer limits 2026-04-21 10:14:47 +03:30
Amin.MasterkinG fa9311406a Update config files. 2026-04-21 10:03:20 +03:30
Amin.MasterkinG af5639d691 Add relay header profiles and randomized request timing/batching 2026-04-21 10:00:33 +03:30
Amin.MasterkinG 44e85467f9 Add randomized relay headers and configurable user-agent rotation 2026-04-21 09:52:40 +03:30
Amin.MasterkinG 9260230a35 Add stabilization tests for queue cleanup and server batch draining 2026-04-21 09:19:20 +03:30
Amin.MasterkinG 1c4dd0138b Improve queue cleanup, batch fairness, and worker CPU efficiency 2026-04-20 20:29:23 +03:30
Amin.MasterkinG c4776c88e1 Finalize transport stabilization, cleanup, and debug tracing 2026-04-20 20:21:48 +03:30
Amin.MasterkinG 025923fe89 Improve half-close handling and queue backpressure 2026-04-20 20:18:08 +03:30
Amin.MasterkinG 2baf5e8718 Add in-flight ACK tracking and retry handling 2026-04-20 20:04:53 +03:30
Amin.MasterkinG c4f4779ec9 Add more logs. 2026-04-20 19:53:00 +03:30
Amin.MasterkinG 5a52d870e7 Implement end-to-end SOCKS relay flow with server upstream handling 2026-04-20 19:46:01 +03:30
Amin.MasterkinG 2a0baa80b0 Server side. 2026-04-20 19:24:38 +03:30
Amin.MasterkinG 1354528615 Simple PHP relay. 2026-04-20 19:05:04 +03:30
Amin.MasterkinG abb764bce8 Send workers, Batch/AES encryption 2026-04-20 19:02:14 +03:30
Amin.MasterkinG e06c766ca9 chunk policy + queue item + per-SOCKS-connection queue 2026-04-20 18:25:20 +03:30
Amin.MasterkinG e4e29201c2 Protocol Basics. 2026-04-20 17:53:50 +03:30
Amin.MasterkinG 4ddbc15737 Session based and stream data. 2026-04-20 17:29:16 +03:30
Amin.MasterkinG 95f9fb7470 Update logs. 2026-04-20 14:10:10 +03:30
Amin.MasterkinG cddd7bbd54 First commit, (Socks5 server!) 2026-04-20 13:53:51 +03:30