Commit Graph

1159 Commits

Author SHA1 Message Date
2d3af8a108 Merge pull request #3651 from fatedier/dev
bump version to v0.52.0
v0.52.0
2023-10-10 17:24:07 +08:00
3ae1a4f45a update confugration examples and README (#3650) 2023-10-10 16:48:13 +08:00
21d8e674f0 mentioned antivirus detection in installation instructions, added recommendation to whitelist client binaries in antivirus (#3647) 2023-10-09 15:05:03 +08:00
5e70d5bee0 code optimization (#3625) 2023-09-20 15:18:50 +08:00
5c8ea51eb5 return ssl alert unrecognized_name when https domain not registered (#3620) 2023-09-18 14:28:05 +08:00
bae0b4d7c0 optimize the code of the command line (#3614) 2023-09-15 10:33:32 +08:00
74255f711e config: add some validations (#3610) 2023-09-13 18:59:51 +08:00
7cd02f5bd8 add e2e tests for v1 config (#3608) 2023-09-13 16:32:39 +08:00
c95311d1a0 support yaml/json/toml configuration format, make ini deprecated (#3599) 2023-09-06 10:18:02 +08:00
885b029fcf remove arch 386 (#3593) 2023-08-31 11:16:20 +08:00
466d69eae0 Merge pull request #3574 from fatedier/dev
release v0.51.3
v0.51.3
2023-08-14 11:59:09 +08:00
f1454e91f5 support go1.21 (#3573) 2023-08-14 11:10:38 +08:00
7c8cbeb250 Merge pull request #3550 from fatedier/dev
release v0.51.2
v0.51.2
2023-07-25 21:35:08 +08:00
e9e12cf888 fix incorrect use of snappy pool (#3549) 2023-07-25 21:31:26 +08:00
6430afcfa5 fix a goroutine leak issue caused by Login plugin timeout (#3547) 2023-07-25 15:12:40 +08:00
3235addaaa update dependencies (#3539) 2023-07-21 14:34:44 +08:00
46ff40543a update github actions (#3538) 2023-07-21 10:30:46 +08:00
4fd6301577 Merge pull request #3537 from fatedier/dev
release v0.51.1
v0.51.1
2023-07-20 22:38:48 +08:00
efcc028a3d fix a race condition issue (#3536) 2023-07-20 22:32:32 +08:00
90861b6821 update golib (#3532) 2023-07-17 17:27:43 +08:00
8f105adbca update FUNDING.yml (#3520) 2023-07-06 19:58:50 +08:00
53626b370c Merge pull request #3517 from fatedier/dev
bump version to v0.51.0
v0.51.0
2023-07-05 20:39:25 +08:00
b1789afbab update version (#3516) 2023-07-05 20:35:08 +08:00
88c7e8bf7c update doc (#3512) 2023-07-02 00:35:33 +08:00
fc4e787fe2 frpc: support stop command (#3511) 2023-06-30 17:35:37 +08:00
4c4d5f0d0d service.Run supports passing in context (#3504) 2023-06-29 18:04:20 +08:00
801e8c6742 support wss between frpc and frps (#3503) 2023-06-29 11:20:45 +08:00
4fd800bc48 Merge pull request #3499 from fatedier/dev
release v0.50.0
v0.50.0
2023-06-26 17:03:56 +08:00
b146989703 add release notes for v0.50.0 (#3498) 2023-06-26 16:48:14 +08:00
685d7618f3 change default value of tls_enable and disable_custom_tls_first_byte (#3494) 2023-06-26 00:10:27 +08:00
15a245766e fix the issue of duplicate xtcp proxies will cause the previous proxy to become ineffective (#3489) 2023-06-16 00:41:06 +08:00
e1cef053be server/proxy: simplify the code (#3488) 2023-06-16 00:14:19 +08:00
9ba6a06470 e2e: update 2023-06-04 20:11:07 +08:00
ea08de668e yamux: change default MaxStreamWindowSize to 6MB (#3474) 2023-06-04 19:58:55 +08:00
de85c9455a stcp, xtcp, sudp: support allow_users and specified server user (#3472) 2023-06-02 16:06:29 +08:00
cceab7e1b1 client/proxy: simplify the code (#3465) 2023-05-30 22:18:56 +08:00
9aef3b9944 adjust code style about config (#3464) 2023-05-30 20:25:22 +08:00
341a5e3e3a frps dashboard: remove bind_udp_port (#3463) 2023-05-30 15:14:05 +08:00
c7a0cfc66d xtcp: when connection timeout occurs, support fallback to STCP (#3460) 2023-05-30 10:55:00 +08:00
555db9d272 format import package name (#3455) 2023-05-29 14:10:34 +08:00
0d6d968fe8 Merge pull request #3454 from fatedier/dev
release v0.49.0
v0.49.0
2023-05-29 01:12:26 +08:00
98068402c8 add release notes (#3453) 2023-05-29 01:09:53 +08:00
4915852b9c use constant time comparison (#3452) 2023-05-29 00:27:27 +08:00
756dd1ad5e add e2e case for xtcp (#3451) 2023-05-28 23:06:35 +08:00
c71efde303 refactor the code related to xtcp (#3449) 2023-05-28 16:50:43 +08:00
9f029e3248 update Build Status 2023-05-17 15:24:42 +08:00
8095075719 update sponsors 2023-05-17 15:22:18 +08:00
2225a1781f fix: typo tot => to (#3434)
Co-authored-by: Haruka ABE <abe_haruka@grenge.co.jp>
2023-05-08 21:28:44 +08:00
0214b974dd Fix typo: dasboard -> dashboard (#3416) 2023-04-18 21:25:32 +08:00
738c53ce47 web: fix el-popover bug (#3413)
* web: update

* web: fix el-popover bug
2023-04-16 16:43:44 +08:00