Releases: shadowsocks/shadowsocks-rust
Releases · shadowsocks/shadowsocks-rust
v1.7.0-alpha
08 May 23:54
Compare
Sorry, something went wrong.
No results found
#100 Migrated to new tokio runtime
v1.6.12
10 Feb 15:32
Compare
Sorry, something went wrong.
No results found
#96 Do not panic if peer_addr() failed after accept.
v1.6.11
20 Jan 12:52
Compare
Sorry, something went wrong.
No results found
Updated dependencies
Renamed dummy cipher to plain
v1.6.10
02 Dec 15:56
Compare
Sorry, something went wrong.
No results found
Check AEAD packet length before actually reading it.
v1.6.9
26 Nov 11:19
Compare
Sorry, something went wrong.
No results found
Fixed increase_nonce without libsodium #84
v1.6.8
29 Oct 10:22
Compare
Sorry, something went wrong.
No results found
sslocal supports passing SIP002 URL as server address
v1.6.7
15 Oct 15:18
Compare
Sorry, something went wrong.
No results found
Optimize TCP connecting logic
#75 Lower CONNECT and Connecting log level
v1.6.6
14 Oct 02:18
Compare
Sorry, something went wrong.
No results found
Remove aes-128-ctr cipher, because libsodium has removed it in release 1.0.15
Enable LTO in release build
Add necessary files for building .deb package for Debian based systems
Properly handle exit signals with exit(0), and also handle CTRL_C and CTRL_BREAK on Windows
Replace DNS local cache with default DNS resolver. Linux, OS X and Windows all have global DNS cache solution
Allow logging without time prefix. Adding --log-without-time argument for sslocal and ssserver
Optimize build release packaging script, removed ._sslocal, ._ssserver and ._ssurl
v1.6.5
31 Aug 16:22
Compare
Sorry, something went wrong.
No results found
#65 Renamed chacha20-poly1305 to chacha20-ietf-poly1305
v1.6.4
31 Aug 14:18
Compare
Sorry, something went wrong.
No results found
Add missing sodium_init call before any other sodium cipher functions
Replace nonce increment method with sodium_increment for AEAD ciphers (v1.6.3)