Commit Graph

1302 Commits

Author SHA1 Message Date
Micooz
55f6f59607 proxies: fix a security bug of authorization bypass 2018-06-10 15:10:23 +08:00
Micooz
74ea2eb09f src,test: websocket now support pathname 2018-06-10 15:06:23 +08:00
Micooz
3024cccf5a package,docs: drop executable support 2018-06-10 14:28:32 +08:00
Micooz
dcb90b0393 deploy: add install-run-debian.sh 2018-06-10 10:34:36 +08:00
Micooz
92293ffd58 ci: change NEXT_VERSION to 3.3.0 2018-06-10 10:32:42 +08:00
Micooz
d82e7a5973 package: update dev deps 2018-06-10 10:32:24 +08:00
Micooz
b4abe01b20 presets: refactor index.js 2018-06-02 09:55:11 +08:00
Micooz
5d235d1427 test: add tests for speed-tester.js and presets/index.js 2018-06-02 09:54:31 +08:00
Micooz
e41f69f776 package: update deps 2018-06-02 08:46:50 +08:00
Micooz
457f041d0b package: update deps and fix security vulnerability 2018-05-24 23:08:11 +08:00
Micooz
48bc7cf6bd package: bump to v3.2.1 2018-05-12 16:45:47 +08:00
Micooz
d514c4e744 lib: regen 2018-05-12 16:40:13 +08:00
Micooz
d4815c8ab3 package: update deps 2018-05-11 21:02:50 +08:00
Micooz
be9dd7adcc core: minor refactor 2018-05-06 18:32:31 +08:00
Micooz
1929f8c1a7 docs: update 2018-05-06 18:29:58 +08:00
Micooz
84381b24bf core: add speed-tester, fix speed measurement 2018-05-06 10:07:36 +08:00
Micooz
6c5d92fcf1 lib: regen 2018-05-05 15:53:02 +08:00
Micooz
2733305df9 hub: add _udpCleanerTimer 2018-05-05 15:51:13 +08:00
Micooz
be1f6e810a test: add udp test for obfs-tls1.2-ticket 2018-05-05 15:49:42 +08:00
Micooz
410306bbfa docs: update 2018-05-04 22:09:42 +08:00
Micooz
3e875b1ced transports: refactor 2018-05-04 22:09:30 +08:00
Micooz
0642d97c35 core: refactor 2018-05-04 22:09:06 +08:00
Micooz
133bf07ffc presets: remove actions.js, move to src/constants.js 2018-05-04 22:08:36 +08:00
Micooz
1c5247db1c hub: set a timer to prune udp relays 2018-05-04 22:05:47 +08:00
Micooz
5435494ac3 src: remove preset.js, implement _write() in IPreset 2018-05-02 21:20:00 +08:00
Micooz
08bab711e0 ci: change NEXT_VERSION to 3.2.1, clear history commits 2018-05-02 15:24:28 +08:00
Micooz
dab1c515b1 benchmark: add 2018-05-01.txt 2018-05-01 21:59:59 +08:00
Micooz
6f8d77a448 benchmark: add test case for chacha20-ietf 2018-05-01 21:59:38 +08:00
Micooz
48f45187de pacakge: bump to v3.2.0 2018-04-28 11:13:40 +08:00
Micooz
3421e92205 changelog: update 2018-04-28 11:13:09 +08:00
Micooz
db73f0dc57 lib: regen 2018-04-28 11:12:50 +08:00
Micooz
f20d85f9bf docs: update 2018-04-28 11:12:10 +08:00
Micooz
6aa445000f package: update deps 2018-04-28 10:16:45 +08:00
Micooz
b8184a2d81 ci: change NEXT_VERSION to 3.2.0, test also on the latest stable Node.js release 2018-04-26 16:37:26 +08:00
Micooz
b54914a6b7 presets: use uint64ToBuffer() instead of numberToBuffer() 2018-04-26 13:48:55 +08:00
Micooz
cf83eeebb4 utils,test: add uint64ToBuffer() 2018-04-26 13:48:13 +08:00
Micooz
b4225749ad docs: update 2018-04-25 22:49:29 +08:00
Micooz
748ebe9aaa presets: use increment* helpers to increase nonce 2018-04-25 22:49:13 +08:00
Micooz
26041f5659 utils,test: add incrementLE() and increamentBE() 2018-04-25 22:47:03 +08:00
Micooz
d126b3c4db presets: add chacha20-ietf support for ss-stream-cipher 2018-04-25 22:46:20 +08:00
Micooz
b7db7374c2 core/hub: patch server.getConnections for ws 2018-04-22 18:49:50 +08:00
Micooz
8157a19ca0 proxies/http: bug fix 2018-04-22 18:37:29 +08:00
Micooz
7ad910464c package: remove yarn.lock, remove unused packages, add package-lock.json 2018-04-21 21:34:36 +08:00
Micooz
ee61845b48 core/preset: inline createPreset() 2018-04-21 21:14:44 +08:00
Micooz
7ed3e59bec test: add tests for http proxy 2018-04-21 21:14:13 +08:00
Micooz
1e8bcbe8a7 core,proxies: use WHATWG URL api instead of legacy URL api 2018-04-21 14:11:00 +08:00
Micooz
a0d9050bdd package: remove qs 2018-04-21 14:09:26 +08:00
Micooz
463c9d9e6c docs: add instructions of Service Authentication 2018-04-21 13:24:33 +08:00
Micooz
1c2c6b9eb8 proxies,test: support http basic authorization 2018-04-21 12:20:12 +08:00
Micooz
7d2cc6a5f4 src: support socks4(a), socks5 username/password authorization 2018-04-20 23:48:49 +08:00