616 Commits

Author SHA1 Message Date
Toby
10282e0ffd ci: use our own build script 2022-11-02 18:00:37 -07:00
Toby
4a08e5226b feat: build scripts auto get app version & commit from git 2022-11-02 23:45:01 +00:00
Toby
904a197af9 feat: improve build scripts 2022-11-02 23:33:30 +00:00
Toby
7cc5e9e41a chore: windows build script 2022-11-02 20:08:04 +00:00
Toby
17ba89ea03 chore: linux build script 2022-11-02 19:29:50 +00:00
Toby
21b2830289 feat: dynamic client IP for server logs (connection migration) 2022-10-31 17:03:14 -07:00
Toby
72b9ddcfa4 feat: update quic-go (connection migration) 2022-10-30 23:28:14 -07:00
Toby
fbcfc7dfc2
Update README.md 2022-10-27 20:50:35 -07:00
Toby
e187be50de
Update README.md 2022-10-27 20:48:09 -07:00
Toby
ee1fd45030
Merge pull request #473 from HyNetwork/dependabot/go_modules/github.com/spf13/cobra-1.6.1
chore(deps): bump github.com/spf13/cobra from 1.6.0 to 1.6.1
2022-10-25 10:47:53 -07:00
Haruue Icymoon (usamimi-wsl)
0e55506002 chore(deps): bump go-tproxy
fix initialize failed on non-IPv6 kernel
close: #472
2022-10-26 00:41:41 +09:00
dependabot[bot]
58912ce169
chore(deps): bump github.com/spf13/cobra from 1.6.0 to 1.6.1
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.6.0...v1.6.1)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-25 06:17:34 +00:00
Toby
8b0a157e0b chore: hy client should not force UDP addr for quic Dial 2022-10-24 22:47:12 -07:00
Toby
3d54cb43af chore: update CHANGELOG for 1.2.2 2022-10-23 16:54:45 -07:00
Toby
f92c2cdda7 fix: nil TLSConfig for DoTClientOptions 2022-10-23 16:50:39 -07:00
Toby
919fbb7152 chore: rename wrappedQUICStream -> qStream 2022-10-23 16:31:30 -07:00
Toby
b247919a03 chore: renames (HyTCPConn, HyUDPConn) 2022-10-23 16:19:57 -07:00
Toby
d9d80ecbb1 chore: move auth funcs to a separate file 2022-10-23 16:00:45 -07:00
Toby
9e521a7615 chore: use just smoothed RTT in brutal CC 2022-10-23 15:32:20 -07:00
Toby
cf970f09e4 chore: various renames, server packet conn adjustment 2022-10-23 11:07:54 -07:00
Toby
83764ba9de chore: renames 2022-10-23 10:10:04 -07:00
Toby
ce86fd918a feat: update quic-go to v0.30.0 2022-10-22 23:12:51 -07:00
Toby
c98c7eca4e chore: better quic close error codes 2022-10-22 12:17:10 -07:00
Toby
b1d9ab6c6a chore: rename "cs" to "cc" (client session -> client connection) 2022-10-22 12:02:41 -07:00
Toby
223a9a4203 cleanup: drop legacy v2 protocol support 2022-10-22 11:59:15 -07:00
Toby
e3c3088596 wip: core client & server rework 2022-10-22 11:45:46 -07:00
Toby
ca3de154ba chore: remove congestion factory 2022-10-21 15:48:00 -07:00
Toby
7126425499 feat: disable keep alive on server (should be client's responsibility only) & use a default idle timeout of 60 seconds 2022-10-20 17:05:17 -07:00
Toby
c018eb11a9 feat: rework config options added in f9f6686 2022-10-19 20:49:20 -07:00
Toby
342a9be127
Merge pull request #465 from HyNetwork/dependabot/github_actions/docker/build-push-action-3.2.0
chore(deps): bump docker/build-push-action from 3.1.1 to 3.2.0
2022-10-19 10:58:02 -07:00
Toby
7754ed0371
Merge pull request #464 from HyNetwork/dependabot/github_actions/docker/login-action-2.1.0
chore(deps): bump docker/login-action from 2.0.0 to 2.1.0
2022-10-19 10:57:52 -07:00
Toby
a681283921
Merge pull request #463 from HyNetwork/dependabot/go_modules/github.com/fsnotify/fsnotify-1.6.0
chore(deps): bump github.com/fsnotify/fsnotify from 1.5.4 to 1.6.0
2022-10-19 10:57:29 -07:00
Toby
b2b47022b5
Merge pull request #461 from HyNetwork/dependabot/go_modules/github.com/spf13/cobra-1.6.0
chore(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.0
2022-10-19 10:56:54 -07:00
Toby
8b93cf5f08
Update en_newbie.yml 2022-10-19 10:50:54 -07:00
Toby
2bef487bbb
Update en_feature_request.yaml 2022-10-19 10:35:42 -07:00
Toby
9ad19fdc9f chore: retry / retry interval are optional too 2022-10-18 21:22:26 -07:00
dependabot[bot]
bda076694a
chore(deps): bump docker/build-push-action from 3.1.1 to 3.2.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v3.1.1...v3.2.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-13 06:09:53 +00:00
dependabot[bot]
eb966ec162
chore(deps): bump docker/login-action from 2.0.0 to 2.1.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v2.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-13 06:09:51 +00:00
dependabot[bot]
35c9a76230
chore(deps): bump github.com/fsnotify/fsnotify from 1.5.4 to 1.6.0
Bumps [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) from 1.5.4 to 1.6.0.
- [Release notes](https://github.com/fsnotify/fsnotify/releases)
- [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fsnotify/fsnotify/compare/v1.5.4...v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/fsnotify/fsnotify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-13 06:09:42 +00:00
dependabot[bot]
3c80671405
chore(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.0
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-12 06:09:10 +00:00
Toby
f9f668644b
Merge pull request #421 from HyNetwork/wip-disable-auto-reconnect
Allow users disable the auto reconnect behavior and related timeout
2022-10-08 23:24:04 -07:00
Toby
57590900ac chore: change all <= to < in config checks 2022-10-08 23:23:51 -07:00
Toby
4b2fd55060 chore: minor code tweaks 2022-10-08 15:47:24 -07:00
Toby
870cf6ed01 chore: update README 2022-10-07 13:54:41 -07:00
Toby
42d58c97e6
Merge pull request #452 from HyNetwork/dependabot/go_modules/github.com/caddyserver/certmagic-0.17.2
chore(deps): bump github.com/caddyserver/certmagic from 0.17.1 to 0.17.2
2022-10-04 14:12:18 -07:00
dependabot[bot]
ad2d46259e
chore(deps): bump github.com/caddyserver/certmagic from 0.17.1 to 0.17.2
Bumps [github.com/caddyserver/certmagic](https://github.com/caddyserver/certmagic) from 0.17.1 to 0.17.2.
- [Release notes](https://github.com/caddyserver/certmagic/releases)
- [Commits](https://github.com/caddyserver/certmagic/compare/v0.17.1...v0.17.2)

---
updated-dependencies:
- dependency-name: github.com/caddyserver/certmagic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-03 06:17:12 +00:00
Toby
ab845d9a8c
Merge pull request #434 from HyNetwork/dependabot/go_modules/github.com/docker/go-units-0.5.0
chore(deps): bump github.com/docker/go-units from 0.4.0 to 0.5.0
2022-09-18 22:11:28 -07:00
Haruue Icymoon
e67f2d6c7e
fix(tproxy): client crash for ipv6 udp requests
close: #435

ipv6 udp is broken in the upstream go-tproxy, switch to our own fork to
fix it.
2022-09-16 16:53:02 +08:00
dependabot[bot]
2d5ed53d8c
chore(deps): bump github.com/docker/go-units from 0.4.0 to 0.5.0
Bumps [github.com/docker/go-units](https://github.com/docker/go-units) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/docker/go-units/releases)
- [Commits](https://github.com/docker/go-units/compare/v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: github.com/docker/go-units
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-12 06:31:46 +00:00
Toby
03e397b152 chore: update CHANGELOG for 1.2.1 & minor code formatting update 2022-09-09 18:24:12 -07:00