Alexey Dolotov
b230a2e768
fix: change module path to github.com/dolonet/mtg-multi
go install github.com/dolonet/mtg-multi@latest was broken because go.mod
declared module path as github.com/9seconds/mtg/v2 while the repo lives
at github.com/dolonet/mtg-multi. Users ended up installing upstream
binary without multi-secret support.
Fixes https://github.com/9seconds/mtg/issues/376#issuecomment-4162877568
il y a 1 mois
9seconds
94e4179fb7
Add NativeDialer method to mtglib.Network
il y a 2 mois
9seconds
75392941da
Propagate settings to Proxy
il y a 2 mois
9seconds
3b03c4a90a
More idioms related to go 1.26
il y a 2 mois
9seconds
8e87405d3e
Remove integration with gotd
il y a 3 mois
9seconds
308e372a5d
Propagate DcUpdateEach setting
il y a 3 mois
9seconds
36dad5a2f6
Update golangci-lint
il y a 3 ans
9seconds
6a19ded78e
Update docs
il y a 3 ans
9seconds
a27facaa16
More elegant management of ip allowlists
il y a 4 ans
9seconds
0ce0c668b9
Fix broken whitelists
il y a 4 ans
9seconds
ffad717829
Use CloseRead and CloseWrites
il y a 4 ans
9seconds
66f4d967e7
Get rid of buffersize everywhere
il y a 4 ans
9seconds
dbaa743e03
Add new BindJSON method to a logger
il y a 4 ans
9seconds
456ed5b051
Change algorithm of TCP relaying
il y a 4 ans
9seconds
e2073f0585
Remove timeattack module
il y a 5 ans
9seconds
0652f322fa
Add docstrings to a logger
il y a 5 ans
9seconds
d3aa0f2de5
Add mtglib-level documentation
il y a 5 ans
9seconds
463af648ce
Rework events
il y a 5 ans
9seconds
a3bae795c4
Add documentation for timeattack
il y a 5 ans
9seconds
372c703ad6
Add documentation for network
il y a 5 ans
9seconds
0dd890a09d
Add documentation for logger
il y a 5 ans
9seconds
0274b3436a
Add documentation for ipblocklist
il y a 5 ans
9seconds
04b88cc864
Add documentation for event stream
il y a 5 ans
9seconds
3661fe108d
Add documentation for antireplay package
il y a 5 ans
9seconds
10b78322a3
Implement caching dns resolver
il y a 5 ans
9seconds
bc2bd4510a
Rework stats
il y a 5 ans
9seconds
bddf180575
Implement domain fronting
il y a 5 ans
9seconds
40b483357f
Propagate network to proxy object
il y a 5 ans
9seconds
4a2d1df384
Can correctly accept faketls messages
il y a 5 ans
9seconds
657a74a5c2
Add defaults for proxy opts
il y a 5 ans
9seconds
f3112d4ba6
Add timeattack detector
il y a 5 ans
9seconds
b258581f47
Add Printf method to logger
il y a 5 ans
9seconds
f21ee40baf
Remove idle timeout from network
il y a 5 ans
9seconds
adf4ab1a35
Revert "Add new TCPBufferSize parameter to network"
This reverts commit 57cb1b5aa0 .
il y a 5 ans
9seconds
57cb1b5aa0
Add new TCPBufferSize parameter to network
il y a 5 ans
9seconds
23519913f2
Add skeleton of the proxy
il y a 5 ans
9seconds
e009d05a90
Add tests for noop event stream
il y a 5 ans
9seconds
b08d945d7c
Add event stream module
il y a 5 ans
9seconds
f52b3391d1
Add firehol blocklist
il y a 5 ans
9seconds
ab1b3b4863
Add antireplay cache
il y a 5 ans
9seconds
f8ad90c845
Refactor network to a top-level module
il y a 5 ans
9seconds
d1dd56550f
Add correct configuration
il y a 5 ans
9seconds
783c49db37
Correct secret parsing
il y a 5 ans