Commit Graph

  • e986f8a747 FIx hanging connections in sockmap Vladimir Dubrovin 2026-05-01 17:19:23 +0300
  • 314503d8df SOCKSv5 parent udp support (initial, untested) Vladimir Dubrovin 2026-05-01 15:13:53 +0300
  • 8107f03062 Move PCRE/SSL to main code Vladimir Dubrovin 2026-05-01 15:11:08 +0300
  • a3fb7aff07 Clean up UDP code Vladimir Dubrovin 2026-04-30 11:32:12 +0300
  • b1ac46da79 Remove linux futext implementation Vladimir Dubrovin 2026-04-28 18:06:54 +0300
  • d125261e8c fix: hashtables on recsize < 4 Vladimir Dubrovin 2026-04-28 16:32:30 +0300
  • a4527783d6 Correctly process half-closed connections; add grace sleep before closing sockets Vladimir Dubrovin 2026-04-28 16:15:18 +0300
  • fb70d06d3e Add linger sleep on connection close Vladimir Dubrovin 2026-04-28 14:55:37 +0300
  • 57d687fcb8 add 3proxy_crypt man Vladimir Dubrovin 2026-04-28 14:41:14 +0300
  • ada24a98ec Use semaphore/mutex insted of pipe for threads sync Vladimir Dubrovin 2026-04-28 14:00:15 +0300
  • ba2584cebf change 3proxy.cfg.3 to 3proxy.cfg.5 Vladimir Dubrovin 2026-04-28 12:34:53 +0300
  • 05096c222a Return standalone udppm; do not build standalone modules by default in cmake Vladimir Dubrovin 2026-04-28 12:21:11 +0300
  • 6c3c5f31a2 Update mans Vladimir Dubrovin 2026-04-27 21:11:25 +0300
  • 319a74de06 Update proxymain.c Vladimir Dubrovin 2026-04-27 20:12:28 +0300
  • e088a5d7f9 Remove udppm from build Vladimir Dubrovin 2026-04-27 20:05:34 +0300
  • f01c8bfee9 Code cleanup Vladimir Dubrovin 2026-04-27 19:58:34 +0300
  • a7cdfa578d split auth.c Vladimir Dubrovin 2026-04-27 15:30:35 +0300
  • d52701518d udppm switched to hashtable and supports multiple connections; no standalone udppm Vladimir Dubrovin 2026-04-27 15:12:39 +0300
  • 7ddea44ffd Fix: blake crypt Vladimir Dubrovin 2026-04-27 13:23:32 +0300
  • 760a521df8 remove pwl_mutex Vladimir Dubrovin 2026-04-26 20:43:13 +0300
  • 62ceb36157 Use hashtables for password lists Vladimir Dubrovin 2026-04-26 20:38:58 +0300
  • 62be3c7b5b cash the hash for auth cache Vladimir Dubrovin 2026-04-26 19:56:38 +0300
  • 85c431b96e Merge branch 'master' of https://github.com/3proxy/3proxy Vladimir Dubrovin 2026-04-25 11:52:57 +0300
  • 90c312f4cd Changelog added Vladimir Dubrovin 2026-04-25 11:52:54 +0300
  • 451b3d180c Allow hashtables to grow index Vladimir Dubrovin 2026-04-24 21:08:57 +0300
  • f63a83f554 Fix blake2 for watcom Vladimir Dubrovin 2026-04-24 18:13:30 +0300
  • 6b61cfde4c Fix for older Windows (7 and below) / VC Vladimir Dubrovin 2026-04-24 17:04:03 +0300
  • e6c3427cab fix hashtable init Vladimir Dubrovin 2026-04-22 12:02:20 +0300
  • 4f0f3c81e1 add 'cacheacl' auth type, dstaddr, dstport, dsthost, dstoper, srvaddr and srvport authcache types; allow to configure authcache by service Vladimir Dubrovin 2026-04-21 21:49:52 +0300
  • bfbbf1f446 Fix FilePlugin warnings Vladimir Dubrovin 2026-04-21 16:28:28 +0300
  • b79906da02 Add FilePlugin to builds Vladimir Dubrovin 2026-04-21 16:23:23 +0300
  • 68ef9dcc59 Fix Windows compilation Vladimir Dubrovin 2026-04-21 16:10:17 +0300
  • a01df2e232 Fix Windows build breakages in FilePlugin and WinSock includes Yudong An 2026-04-21 16:02:11 +0800
  • 8bf0d3f4ae Fix authcachesize Vladimir Dubrovin 2026-04-20 20:13:21 +0300
  • 3957210609 Allow different hash lengths; fix bug on hashtable grow Vladimir Dubrovin 2026-04-20 18:49:53 +0300
  • ee00956b74 hash username/password with terminators Vladimir Dubrovin 2026-04-20 11:59:58 +0300
  • 083a70393f Minor hashtable refactor Vladimir Dubrovin 2026-04-20 10:40:38 +0300
  • d9b1493260 Fix hashadd Vladimir Dubrovin 2026-04-19 19:22:22 +0300
  • 7102afe856 authcache switched to hashtables, overflow fixed Vladimir Dubrovin 2026-04-19 19:16:33 +0300
  • a3729354b8 Allow hashtable to grow Vladimir Dubrovin 2026-04-18 17:24:01 +0300
  • 45796f66c7 Cleanup 3proxy_crypt Vladimir Dubrovin 2026-04-18 15:47:07 +0300
  • 260cbf7a3d Use uint32_t for hashtable indicies Vladimir Dubrovin 2026-04-18 15:36:14 +0300
  • bba9871ed8 Use 3proxy_crypt instead of mycrypt Vladimir Dubrovin 2026-04-18 15:19:06 +0300
  • f1af44f3a9 Refactor hashtables to use indices instead of pointers, use blake2 as a hash, mycrypt renamed to 3proxy_crypt Vladimir Dubrovin 2026-04-18 15:12:43 +0300
  • 4ee7f71fb9 Использовать tablesize в хештаблице Vladimir Dubrovin 2026-04-17 21:15:21 +0300
  • 98604b5421 Add hashcompact Vladimir Dubrovin 2026-04-17 20:40:27 +0300
  • a0d580b36d move hashtable/resolve/sql functions to separate files Vladimir Dubrovin 2026-04-17 19:29:50 +0300
  • 4c0e3a1bac Check OpenSSL version for SNI/TLS 1.3/alpn Vladimir Dubrovin 2026-04-14 17:36:35 +0300
  • 454f5e1d54 -Ne / -Ni description added to man Vladimir Dubrovin 2026-04-13 21:37:46 +0300
  • c4ac696919 Update documentation for parent tcps/https/etc Vladimir Dubrovin 2026-04-13 21:32:04 +0300
  • afbdad0ac7 Fix for first in chain https/tcps parent Vladimir Dubrovin 2026-04-13 21:09:46 +0300
  • a1a65c3fd5 ssl_client_mode = 3 added, allow 'secure' parent types ending with 's': https, tcps, socks5s, connect+s, etc. Vladimir Dubrovin 2026-04-13 20:53:38 +0300
  • 2fd536781f Add unix sockets to man Vladimir Dubrovin 2026-04-13 11:54:24 +0300
  • 878a432481 Support unix socket for parent and tcppm; abstract (fileless) unix sockets for linux support Vladimir Dubrovin 2026-04-12 19:18:15 +0300
  • 3f92dc7355 Fix dockerfiles Vladimir Dubrovin 2026-04-12 15:18:20 +0300
  • bae96b0823 Support plugins in chroot in Dockerfile.busybox Vladimir Dubrovin 2026-04-12 14:55:54 +0300
  • f77f65ac4e Fix: SOCKSv5 parent reply parsing for domain name address Vladimir Dubrovin 2026-04-12 14:16:48 +0300
  • 2d6eeff5f3 FIx typos, update documentation Vladimir Dubrovin 2026-04-12 13:58:42 +0300
  • c206349ee2 Support unix sockets for internal and -i Vladimir Dubrovin 2026-04-12 00:30:35 +0300
  • 77b0dc3397 Documentation update Vladimir Dubrovin 2026-04-11 14:47:09 +0300
  • a2641cb103 Push as 0.9.6 0.9.6 Vladimir Dubrovin 2026-04-11 13:06:43 +0300
  • 98f8ec1464 Dockerfiles updates: Vladimir Dubrovin 2026-04-11 12:47:22 +0300
  • 238ed094dd Support building without standard resolvers (NOSTDRESOLVE) Vladimir Dubrovin 2026-04-11 12:22:38 +0300
  • c853ea5b9e More accurate libraries detection in Makefiles Vladimir Dubrovin 2026-04-11 12:21:07 +0300
  • 825563ad85 Detailed warnings for 'plugin' command errors Vladimir Dubrovin 2026-04-10 19:30:22 +0300
  • 0c8be907e9 -Ne / -Ni options added to specify external / internal NAT address Vladimir Dubrovin 2026-04-10 15:01:43 +0300
  • 840dd5dbdf Update Makefile.Linux Vladimir Dubrovin 2026-04-10 13:14:00 +0300
  • 71d676eb58 Update workflows and builds Vladimir Dubrovin 2026-04-09 17:53:27 +0300
  • 8cb8be1be8 Fix warnings Vladimir Dubrovin 2026-04-08 20:46:05 +0300
  • 0381461495 Use PRI/SCN modifiers where possible Vladimir Dubrovin 2026-04-07 12:51:49 +0300
  • 483542b914 Use uint32_t/uint16_t instead of unsigned long / unsigned short where required Vladimir Dubrovin 2026-04-07 11:13:04 +0300
  • 855c04d8f6 Uodate build environment Vladimir Dubrovin 2026-04-08 21:12:51 +0300
  • ab852c6860 docs: fix Docker link in README (#1193) ilya 2026-04-06 13:31:05 +0300
  • a54b773fac scripts/debian moved to debian Vladimir Dubrovin 2026-04-06 12:39:18 +0300
  • 4d7d2cab6e keep HTML mans Vladimir Dubrovin 2026-04-06 12:27:45 +0300
  • 05e5fbe274 fix debian files Vladimir Dubrovin 2026-04-06 12:23:00 +0300
  • de40d1839d Update workflows and makefiles (5 commits squashed) Vladimir Dubrovin 2026-04-06 10:59:59 +0300
  • d8161e94b5 Update year Vladimir Dubrovin 2026-04-05 13:29:33 +0300
  • 30c3764c90 change config example Vladimir Dubrovin 2026-04-05 13:12:26 +0300
  • ceb4912172 howto update Vladimir Dubrovin 2026-04-05 13:05:34 +0300
  • ce104a5b3c Update README Vladimir Dubrovin 2026-04-05 12:49:03 +0300
  • d8d3d8cc1b Use syslog for non-chroot configuration, support MacOS launchd Vladimir Dubrovin 2026-04-05 12:46:57 +0300
  • 44c86236cd add rc.d script Vladimir Dubrovin 2026-04-05 02:02:27 +0300
  • 3ee78a3195 Use non-chroot configuration in cmake; remove older script Vladimir Dubrovin 2026-04-05 01:45:57 +0300
  • 9b06edb4f6 Howto update Vladimir Dubrovin 2026-04-05 00:44:44 +0300
  • 9d314a5fba Howto update Vladimir Dubrovin 2026-04-05 00:31:45 +0300
  • be40871276 Update 3proxy.cfg.3 Vladimir Dubrovin 2026-04-05 00:06:23 +0300
  • 35993dfaaf SSLPlugin documentation updated Vladimir Dubrovin 2026-04-04 20:54:20 +0300
  • 3d9d76fcf5 Update documentation Vladimir Dubrovin 2026-04-04 20:28:20 +0300
  • c6eddc69a1 remove unsued variables Vladimir Dubrovin 2026-04-04 14:18:25 +0300
  • 758c290092 Fix CONNECT_TO usage Vladimir Dubrovin 2026-04-04 14:05:39 +0300
  • 1a753da70d Update workflows and makefiles (5 commits squashed) Vladimir Dubrovin 2026-04-04 12:59:38 +0300
  • 2e534c7794 Add cmake environment Vladimir Dubrovin 2026-04-03 18:13:31 +0300
  • 237fa15e36 Fix external libraries Vladimir Dubrovin 2026-04-03 14:51:35 +0300
  • 6f1bb65841 Update workflows and makefiles (11 commits squashed) Vladimir Dubrovin 2026-04-02 18:07:28 +0300
  • 238b314c90 switch PCREPlugin to PCRE2 Vladimir Dubrovin 2026-04-02 17:55:10 +0300
  • e12b061148 Use pcre/pam in Dockerfile.full Vladimir Dubrovin 2026-04-02 16:55:40 +0300
  • 5e92822900 fix(PamAuth): добавлен вызов pam_acct_mgmt(), исправлен pam_start() (#1203) BDBSAlive6one6 2026-04-02 15:06:21 +0300
  • 0252f4978c Update workflows and makefiles (1 commits squashed) Vladimir Dubrovin 2026-04-02 13:47:27 +0300
  • 7299bcc0e2 Move timeouts from conf Vladimir Dubrovin 2026-04-01 19:37:33 +0300