Skip to content

Tags: lovitus/slider

Tags

v0.16.5

Toggle v0.16.5's commit message
Fix Scoop bucket manifest location

v0.1.3-test

Toggle v0.1.3-test's commit message
fix: suppress retry log spam, fix backoff reset bug in rtcp

v0.1.2-test

Toggle v0.1.2-test's commit message
fix: remove probe BIND that occupied port, add retry in Accept()

v0.1.1-test

Toggle v0.1.1-test's commit message
feat: add SOCKS5 BIND remote listener for rtcp, add retry with backoff

- socks5/client.go: implement proxy.RemoteListener via SOCKS5 BIND (CMD=0x02)
  - authenticate() extracted for reuse between connect and bind
  - socks5Listener issues fresh BIND per Accept() (RFC 1928 single-connection BIND)
  - Probe BIND on Listen() to validate server support upfront
- rtcp/rtcp.go: retry with exponential backoff (1s-60s) on listener failure
- build-all.ps1: fix ErrorActionPreference Stop->Continue for cross-compile

v0.1.0-test

Toggle v0.1.0-test's commit message
feat: add build script, update deps for cross-platform support

- build-all.ps1: 17 platform targets with gz/zip packaging
- Updated golang.org/x/sys, x/net, x/crypto to latest for darwin/windows-arm64 support
- 16/17 platforms build successfully (riscv64 blocked by templexxx/cpu KCP dep)

v0.12.2

Toggle v0.12.2's commit message
chore: add comments to export functions