mirror of
https://github.com/bol-van/zapret2.git
synced 2026-03-14 06:13:09 +00:00
69 lines
1.9 KiB
Plaintext
69 lines
1.9 KiB
Plaintext
v0.1.0
|
|
|
|
first public release
|
|
|
|
v0.1.1
|
|
|
|
* nfqws2: fixed crash on 32-bit platforms if debug is enabled
|
|
|
|
v0.1.2
|
|
|
|
* nfqws2: 'mtproto' protocol, 'mtproto_initial' payload
|
|
* nfqws2: 'known' protocol and payload filter
|
|
* nfqws2: 'aes_ctr' luacall
|
|
* zapret-antidpi: rst
|
|
* github actions: remove FFI from luajit
|
|
|
|
v0.1.4
|
|
|
|
* winws2: set low mandatory level in process token if possible : no --wlan-filter or --nlm-filter (no windivert reinit required)
|
|
* nfqws2: optimize debug logging to file
|
|
|
|
v0.1.5
|
|
|
|
* nfqws2: # and % arg substitution
|
|
* zapret-antidpi: luaexec
|
|
* zapret-pcap: simple packet capture to .cap file
|
|
|
|
v0.2
|
|
|
|
* blockcheck2
|
|
* nfqws2: several crash fixes
|
|
* nfqws2: bu8,bu16,bu24,bu32,swap16,swap32 functions now work with negative int
|
|
* nfqws2: getpid,gettid,uname,get_clock luacalls
|
|
* zapret-lib: bugfixes
|
|
* zapret-lib: remove ip6_hopbyhop_x2 fooling, separately add second hopbyhop header using ip6_hopbyhop2
|
|
* zapret-pcap
|
|
|
|
v0.3
|
|
|
|
* init.d launch scripts
|
|
* init.d: 40-webserver custom script
|
|
* install_easy
|
|
|
|
v0.4
|
|
|
|
* nfqws2: profile names and cookies
|
|
* nfqws2: profile templates
|
|
* nfqws2: remove stun_binding_req, replace to stun. no more message type details
|
|
* nfqws2: proper conntack position for replayed packets
|
|
* nfqws2: execution_plan, execution_plan_cancel
|
|
* blockcheck2: fix broken dns cache
|
|
* nfqws2: LUA_COMPAT_VER tracking
|
|
|
|
v0.5
|
|
|
|
* nfqws2: u8add,u16add,u24add,u32add luacalls
|
|
* nfqws2: abandon any arithmetics beyond 32bit (because lua 5.1 does not support 64 bit integers, store everything as double)
|
|
* nfqws2: fix issues with 32-bit lua_Integer in lua<5.3 on 32-bit platforms
|
|
* nfqws2: instance_cutoff luacall just warns and do nothing if ctx is nil
|
|
* actions: build nfqws2 x86 binary with LUA 5.4, not with luajit
|
|
* zapret-lib: http_reply, url and nld dissectors
|
|
* zapret-lib: instance_cutoff_shim
|
|
* zapret-auto: circular orchestrator
|
|
|
|
v0.5.1
|
|
|
|
* zapret-auto: separate failure detection logic
|
|
* blockcheck2: fix broken http3 test
|