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
Andy Wang
72d67beea3
Make usageQueue update interval a constant
2020-04-24 01:06:22 +01:00
Andy Wang
2e945cc416
Fix a deadlock on terminating user
2020-04-24 01:05:37 +01:00
Andy Wang
e508ade14b
Fix test
2020-04-24 01:04:51 +01:00
Andy Wang
acc0a1a2dd
Fix credit not updating on termination
2020-04-24 00:56:54 +01:00
Andy Wang
6ae3c27320
Add tests and make SessionCap explicitly int32
2020-04-23 23:45:12 +01:00
Andy Wang
5baac79e56
Avoid null ProxyBook map. Fixes #111
2020-04-18 16:03:18 +01:00
Andy Wang
69a73ecfc0
Refactor usermanager
2020-04-17 14:21:17 +01:00
Andy Wang
d2b17fc9a2
Fix a deadlock
2020-04-15 21:55:07 +01:00
Andy Wang
e202d8d03b
Implement WriteTo and ReadFrom timeouts
2020-04-14 14:14:51 +01:00
Andy Wang
4a81683e44
Code cleanup and move stuff around
2020-04-14 14:14:51 +01:00
Andy Wang
c8368bcc7e
Implement stream ReadFrom (flimsy)
2020-04-12 23:01:30 +01:00
Andy Wang
f90a008271
Skip uploading nil update
2020-04-12 01:56:33 +01:00
Andy Wang
8a76afabf7
Reduce the amount of goroutines in tests
2020-04-11 23:09:51 +01:00
Andy Wang
17fd78b6c2
Use bbolt instead of bolt to fix go version compatibility issues
2020-04-11 23:09:29 +01:00
Andy Wang
2bf7df0eb0
Integration tests
2020-04-10 15:05:15 +01:00
Andy Wang
0f66fec28e
Remove impossible error
2020-04-10 14:11:01 +01:00
Andy Wang
93cf6dec6e
Export fields for testing
2020-04-10 14:09:48 +01:00
Andy Wang
d53b80208f
Refactor for easier testing
2020-04-10 11:07:38 +01:00
Andy Wang
e5bda61587
Close connections properly
2020-04-09 23:52:08 +01:00
Andy Wang
254b7152b6
Fix tests
2020-04-09 22:21:02 +01:00