9seconds
d8b14dc765
Add fuzzing for client hello
2022-03-18 17:24:36 +03:00
9seconds
e0850869ba
Linting
2022-03-18 14:58:08 +03:00
9seconds
9375552180
Add fuzz tests for obfuscated2
2022-03-18 14:58:03 +03:00
9seconds
5282ca26f3
Update golangci-lint to 1.44.2
2022-03-11 17:08:33 +03:00
Sergey Arkhipov and GitHub
2077db1f1e
Merge pull request #255 from 9seconds/iplistsize
...
Add iplist_size metric
2022-03-11 16:42:40 +03:00
9seconds
1a9bc80091
Unexport an error that is not required
2022-03-11 16:22:19 +03:00
9seconds
30170b9413
Add iplist_size metric
2022-03-11 16:20:11 +03:00
9seconds
b15a8ec4a5
More correct error if no addresses are found
2022-03-11 11:19:15 +03:00
9seconds
0ce0c668b9
Fix broken whitelists
2022-03-11 10:50:15 +03:00
9seconds
93bed24a0b
Remove all cleverness that broke uploads
2021-12-03 07:39:45 +03:00
Sergey Arkhipov and GitHub
3f8f96b91f
Merge pull request #230 from 9seconds/simplify-sockopts
...
Simplify sockopts
2021-12-01 16:03:52 +04:00
9seconds
e7416bc04d
Fix lint issues
2021-12-01 11:07:32 +03:00
9seconds
33e0509c5a
Optimize for a fast flush
2021-12-01 10:51:13 +03:00
9seconds
ffad717829
Use CloseRead and CloseWrites
2021-12-01 10:37:31 +03:00
9seconds
7b1f86b75d
wip
2021-11-30 15:19:37 +03:00
9seconds
a5e59d9ef7
Add syncPair
2021-11-30 14:37:25 +03:00
9seconds
0ddaabb136
Add whitelist support
2021-11-29 17:02:53 +03:00
9seconds
ce8163d1b7
Minor simplification
2021-11-28 18:45:24 +03:00
9seconds
66f4d967e7
Get rid of buffersize everywhere
2021-11-28 18:08:40 +03:00
9seconds
d19cfb1df4
Deprecate bufferSize
2021-11-28 17:58:14 +03:00
Sergey Arkhipov and GitHub
ce8f1ebb6c
Merge pull request #216 from 9seconds/configure-fallback-dc
...
Add configuration option allow-fallback-on-unknown-dc
2021-10-04 15:09:47 +03:00
9seconds
cd29f3e20b
Add configuration option allow-fallback-on-unknown-dc
2021-10-04 14:42:26 +03:00
9seconds
dbaa743e03
Add new BindJSON method to a logger
2021-10-04 10:10:14 +03:00
9seconds
fbe4d32590
Fallback to another DC if given is unknown
2021-09-24 11:47:35 +03:00
9seconds
ca5800cf60
Simplify tcp relay time randomization
2021-08-30 10:47:36 +03:00
9seconds
456ed5b051
Change algorithm of TCP relaying
2021-08-27 17:22:36 +03:00
9seconds
1050ca0b97
Fix lint issues
2021-07-30 16:34:00 +03:00
9seconds
c85c88efd6
Add simple-run command
2021-07-30 16:15:36 +03:00
9seconds
3fd5e9eb19
Rework cli
2021-07-30 15:00:48 +03:00
9seconds
e1864377c2
Update golangci-lint to 1.40.1
2021-05-17 15:26:16 +03:00
9seconds
16f9ec690b
Fix race condition in closing a relay
...
This commit fixes a situration when relay can be reset before all
waiting goroutines are finished. For example, we terminate processing
based on some event: socket error etc. So, error happens and context is
cancelled. After that a main relay goroutine starts to wait. Meanwhile a
second goroutine reaches deferred function and set wg to done. It means
that main goroutine can continue.
In this case this is really possible that we can start resetting before
transmit goroutine really exits.
A correct solution is to always do wg.Done() as a first deferred thing
on entering to a function. In that case we do not need reordering and so
on.
2021-05-06 22:08:39 +03:00
9seconds
fe3b0f3ca5
Add a real integration test
2021-04-12 10:29:19 +03:00
9seconds
115510985a
Add option to use telegram test dcs
2021-04-09 16:45:37 +03:00
9seconds
585ebfeb50
Update golanci-lint
2021-04-09 14:35:04 +03:00
9seconds
43f5d2131e
Add test for client hello validation
2021-04-08 15:26:49 +03:00
9seconds
e2073f0585
Remove timeattack module
2021-04-08 14:58:14 +03:00
9seconds
0652f322fa
Add docstrings to a logger
2021-04-08 14:39:01 +03:00
9seconds
d3aa0f2de5
Add mtglib-level documentation
2021-04-08 11:54:49 +03:00
9seconds
40c6cf294a
Add documentation for the objects of mtglib
2021-04-08 11:47:44 +03:00
9seconds
4c38ea2b11
Refactor some configuration to proxy_opts
2021-04-08 11:00:54 +03:00
9seconds
e6d444546f
Add documentation for a secret
2021-04-07 18:02:16 +03:00
9seconds
611583ba88
Add doc strings to mtglib events
2021-04-07 15:22:58 +03:00
9seconds
463af648ce
Rework events
2021-04-07 14:40:54 +03:00
9seconds
54a7c6a2a5
Small subtle optimizations of faketls
2021-04-06 11:09:37 +03:00
9seconds
a3bae795c4
Add documentation for timeattack
2021-04-06 11:03:51 +03:00
9seconds
372c703ad6
Add documentation for network
2021-04-05 18:46:15 +03:00
9seconds
0dd890a09d
Add documentation for logger
2021-04-05 16:55:26 +03:00
9seconds
0274b3436a
Add documentation for ipblocklist
2021-04-05 16:09:21 +03:00
9seconds
04b88cc864
Add documentation for event stream
2021-04-05 15:12:46 +03:00
9seconds
3661fe108d
Add documentation for antireplay package
2021-04-05 11:35:46 +03:00