Skip to content

neosocksd v1.3

Compare
Choose a tag to compare
@hexian000 hexian000 released this 21 Sep 02:30
· 176 commits to master since this release
3b2a2cd

Changes since v1.2.3:

  1. [socks] Support username/password authentication.
  2. [http] Support Proxy-Authorization: Basic.
  3. [dialer] Support client-side proxy authentication.
  4. [ruleset] Invoke RPC in asynchronous routine (await is now available in RPC context).
  5. [ruleset] Improvements in marshal, regex and async.
  6. [restapi] Support specifying chunkname in ruleset APIs.
  7. [forward] Support loading ruleset in forward mode (load balancer).
  8. [transfer] Fix high CPU usage and early EOF in --pipe mode.
  9. [app] Support specifying group name in -u user:group.
  10. [doc] Add agent.lua for autonomous proxy discovery and connection relay.
  11. [build] Make systemd support optional.
  12. [contrib] Update to Lua 5.4.7.
  13. [contrib] Sync upstream changes.
  14. [misc] Logging improvments.

Build variants:

  • neosocksd.noarch.tar.gz: contains manual and example scripts for neosocksd.
  • -static: does not require any shared library at runtime.
  • -android, -win32: requires only platform provided libraries.
  • other: runtime dependencies should be installed.

Full Changelog: v1.2.3...v1.3