Skip to content

Commit

Permalink
chore: update plugins
Browse files Browse the repository at this point in the history
* Hysteria2 app/v2.5.1
* Naiveproxy v127.0.6533.64-2
* Mieru v3.3.2
  • Loading branch information
xchacha20-poly1305 committed Aug 17, 2024
1 parent 3937a60 commit bcd6656
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions husi.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ PACKAGE_NAME=fr.husi
VERSION_NAME=0.9.0-alpha.8
VERSION_CODE=247

HYSTERIA2_VERSION_NAME=2.5.0-0
HYSTERIA2_VERSION=8
HYSTERIA2_VERSION_NAME=2.5.1-0
HYSTERIA2_VERSION=9

JUICITY_VERSION_NAME=0.4.3-1
JUICITY_VERSION=2

NAIVE_VERSION_NAME=v127.0.6533.64-1
NAIVE_VERSION=3
NAIVE_VERSION_NAME=v127.0.6533.64-2
NAIVE_VERSION=4

MIERU_VERSION_NAME=3.2.1
MIERU_VERSION=1
MIERU_VERSION_NAME=3.3.2-0
MIERU_VERSION=2
2 changes: 1 addition & 1 deletion plugin/mieru/src/main/go/mieru
Submodule mieru updated 41 files
+1 −1 .github/workflows/integration.yaml
+5 −5 Makefile
+1 −1 README.md
+1 −1 README.zh_CN.md
+1 −1 build/package/mieru/amd64/debian/DEBIAN/control
+1 −1 build/package/mieru/amd64/rpm/mieru.spec
+1 −1 build/package/mieru/arm64/debian/DEBIAN/control
+1 −1 build/package/mieru/arm64/rpm/mieru.spec
+1 −1 build/package/mita/amd64/debian/DEBIAN/control
+1 −1 build/package/mita/amd64/rpm/mita.spec
+1 −1 build/package/mita/arm64/debian/DEBIAN/control
+1 −1 build/package/mita/arm64/rpm/mita.spec
+0 −36 docs/client-install.md
+0 −36 docs/client-install.zh_CN.md
+22 −8 docs/server-install.md
+22 −8 docs/server-install.zh_CN.md
+2 −2 go.mod
+4 −4 go.sum
+357 −0 pkg/congestion/bandwidth_sampler.go
+857 −0 pkg/congestion/bbr_sender.go
+148 −0 pkg/congestion/bbr_sender_test.go
+72 −0 pkg/congestion/pacer.go
+181 −0 pkg/congestion/packet_number_indexed_queue.go
+76 −0 pkg/congestion/packet_number_indexed_queue_test.go
+177 −0 pkg/congestion/windowed_filter.go
+69 −0 pkg/congestion/windowed_filter_test.go
+21 −0 pkg/deque/LICENSE
+420 −0 pkg/deque/deque.go
+848 −0 pkg/deque/deque_test.go
+40 −0 pkg/deque/doc.go
+6 −7 pkg/protocolv2/scheduler.go
+1 −1 pkg/protocolv2/segment.go
+101 −50 pkg/protocolv2/session.go
+21 −3 pkg/testtool/pipe.go
+1 −1 pkg/util/conn.go
+0 −28 pkg/util/time.go
+0 −30 pkg/util/time_test.go
+1 −1 pkg/version/current.go
+1 −2 test/cmd/socksudpclient/socksudpclient.go
+1 −1 test/deploy/externalconnect/server_tcp.json
+1 −1 test/deploy/externalconnect/server_udp.json

0 comments on commit bcd6656

Please sign in to comment.