notsure2
f0ec1e6562
Merge with v2.12.0
2025-07-24 14:05:48 +03:00
Andy Wang
5146ea8503
Increase server first packet buffer size to 3000
2025-06-08 18:19:48 +01:00
Andy Wang
d06c208ace
Fix IP resolution in test
2025-04-30 20:57:23 +01:00
notsure2
ca6144ab7f
Fix breakage with utls 1.7.0 due to increase in record size.
2025-04-26 23:45:43 +03:00
notsure2
02d9a4655a
Merge branch 'master' into notsure2
2024-10-12 01:39:42 +03:00
Ian Brown
3687087c67
Fix spelling mistake
...
Signed-off-by: Ian Brown <ian@zestysoft.com>
2024-09-20 19:45:46 -07:00
notsure2
fa941acbd6
Merge branch 'master' into notsure2
2024-06-30 17:11:18 +03:00
Andy Wang
dc2e83f75f
Move to common.RandInt
2024-04-14 16:27:00 +01:00
notsure2
bbeb3e3db4
Apply dialer control on tcp and udp alike.
2024-02-17 17:32:13 +02:00
notsure2
3b42b3f9c8
Use the buffer controls also for the redir dialer.
2024-02-17 17:11:01 +02:00
notsure2
b6cbc0c0f0
Merge remote-tracking branch 'upstream/master' into notsure2
2024-02-10 21:00:38 +02:00
Andy Wang
b3ec1ab3bc
Make server respond with a TLS 1.3 cipher suite
2024-02-09 15:49:42 +00:00
notsure2
455a7cdea0
Implement TCP_NODELAY in client and server tcp connections.
2023-06-10 15:46:51 +03:00
notsure2
93bf613a28
Buffer control for client using options TcpSendBuffer and TcpReceiveBuffer.
2023-05-29 17:05:51 +03:00
notsure2
72b6a3ad0b
Merge
2023-04-21 15:39:42 +02:00
name
e696b18187
format using goimports
2023-03-07 17:09:18 +08:00
notsure2
4a989ccd14
Make the loopback buffers configurable
2023-01-05 18:49:27 +02:00
notsure2
786607d31e
When dialing a localhost connection, set a small send and receive buffer on the socket to 32 KB to avoid bufferbloat in TCP relays.
2023-01-05 06:29:05 +02:00
Andy Wang
e157e73ade
Check proxy method after checking admin uid to allow admin to have an invalid but unused proxy method
2022-01-26 00:58:52 +00:00
Andy Wang
67dba8c8fa
Return empty slices instead of nil for ListAllUsers
2022-01-26 00:57:18 +00:00
Andy Wang
f27889af11
Allow partial json to be POSTed to admin/user/{UID} for only updating select fields
2021-01-05 21:48:02 +00:00
Andy Wang
439b7f0eb3
Improve encapsulation
2020-12-28 12:15:01 +00:00
Andy Wang
d1b05ee9e5
Add new encryption method option aes-128-gcm
2020-12-27 13:26:45 +00:00
Andy Wang
de0daac123
Update deprecated curve25519 functions and defend against low-order point attacks
2020-12-21 16:37:33 +00:00
Andy Wang
0d3f8dd27f
Allow DatabasePath to be empty if user info database is never used
2020-12-21 15:06:46 +00:00
Andy Wang
2e36627a12
Make AdminUID optional and implement better validation on empty config fields
2020-12-19 15:34:17 +00:00
Andy Wang
d5a003d6d6
Remove StreamTimeout from server completely
2020-12-12 17:51:54 +00:00
不确定
e77fd4c446
Fix regression: termination of long downloads after StreamTimeout seconds ( #141 )
...
* Fix termination of long downloads after StreamTimeout seconds.
- Even if not broadcasting in a loop, we still need to update the read deadline.
- Don't enforce the timeout after the first data is written.
* When timeout no longer needs to be enforced, no need to schedule a broadcast.
* Fix Cloak client. Don't enforce read deadline after first read.
* Enforce StreamTimeout on the initial bytes sent by localConn only.
* Revert changes to multiplex module. Remove timeout from caller.
2020-12-12 17:00:46 +00:00
Andy Wang
095471103a
Fix timestamp tests
2020-11-24 19:00:02 +00:00
不确定
b7e7bfb314
Make sure times are UTC and correctly subtract the timestamp window from the server time. ( #134 )
2020-11-24 18:58:02 +00:00
Andy Wang
0f6e0d37b5
Rename constants to camel case
2020-10-21 16:42:24 +01:00
Andy Wang
54bca721e8
Add tests for API handlers
2020-10-18 22:50:29 +01:00
Andy Wang
1ec11c175a
POST to /admin/users/{UID} will POST json string directly, rather than being encoded in FormData
2020-10-18 21:21:51 +01:00
Andy Wang
c7c3f7706d
Refactor for clarity and add comments
2020-10-18 14:42:47 +01:00
Andy Wang
86e2935607
Use a pre-made buffer for TLSConn.Write
2020-10-17 13:46:22 +01:00
Andy Wang
a86899f007
Improve comments
2020-10-17 12:24:23 +01:00
Andy Wang
e092e280c1
Refactor dispatcher.go
2020-10-17 11:15:21 +01:00
Andy Wang
d93ac48b85
Add build directives to fuzzing functions
2020-10-16 11:55:50 +01:00
Andy Wang
b2dbe4c654
Add fuzzer
2020-10-16 11:51:53 +01:00
Andy Wang
c17cb034e3
Wrap decryption error
2020-10-16 01:12:23 +01:00
Andy Wang
0b217ddb07
Linting
2020-08-17 17:56:05 +01:00
Andy Wang
de5c51d3e4
Better redir piping behaviour
2020-08-12 12:07:32 +01:00
Andy Wang
253ea94d2a
Better and more explicit handling of first packet, reduces exposure of active probing
2020-08-12 11:32:39 +01:00
Andy Wang
2bb102a5b6
Use byte literals instead of decoding hex
2020-08-10 14:29:51 +01:00
Andy Wang
98a7b731f3
Do not fatal when accept fails after 10 times
2020-06-08 00:29:56 +01:00
Andy Wang
95ae83d54d
Accept retry delay. Prevent #120
2020-06-07 20:06:52 +01:00
Andy Wang
2c995962ed
Fix spelling mistake
2020-06-07 12:20:48 +01:00
Andy Wang
5984fde09f
Better logging for user activation and termination
2020-05-27 13:41:34 +01:00
Andy Wang
13c1c3705b
Fix a race in test
2020-04-24 01:10:45 +01:00
Andy Wang
b9c3e64750
Add tests
2020-04-24 01:06:35 +01:00