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
1ヶ月前
9seconds
94e4179fb7
Add NativeDialer method to mtglib.Network
2ヶ月前
9seconds
0440ccf4ff
Rewrite to WaitGroup.Go
3ヶ月前
9seconds
a0aabf2391
Switch to rand/v2
3ヶ月前
9seconds
36dad5a2f6
Update golangci-lint
3年前
9seconds
6a19ded78e
Update docs
3年前
9seconds
e0850869ba
Linting
4年前
9seconds
ffad717829
Use CloseRead and CloseWrites
4年前
9seconds
585ebfeb50
Update golanci-lint
5年前
9seconds
372c703ad6
Add documentation for network
5年前
9seconds
87a720dd58
Do not use ristretto
Memory usage is too big
5年前
9seconds
10b78322a3
Implement caching dns resolver
5年前
9seconds
7108fe99ec
Add implementation of telegram dialer
5年前
9seconds
f21ee40baf
Remove idle timeout from network
5年前
9seconds
adf4ab1a35
Revert "Add new TCPBufferSize parameter to network"
This reverts commit 57cb1b5aa0 .
5年前
9seconds
57cb1b5aa0
Add new TCPBufferSize parameter to network
5年前
9seconds
f52b3391d1
Add firehol blocklist
5年前
9seconds
f8ad90c845
Refactor network to a top-level module
5年前
9seconds
546a5849f3
Add test for generate-secret command
5年前
9seconds
2cc81219b1
Use HTTP timeout from config
5年前
9seconds
c0ab254acf
Minor formatting issues
5年前
9seconds
6b9b437a5a
Correct usage of ifconfig.co
5年前
9seconds
d6566e5dfb
Change network to accept DialFunc
5年前
9seconds
757ea5b63c
Add PatchHTTPClient method
This method is mostly required for testing
5年前
9seconds
24add0dce4
Make network as a separae interface
5年前
9seconds
7002e4cd09
Add load balancing network dialer
5年前
9seconds
21ee1e2c6c
Liniting for network
5年前
9seconds
09f8233bc6
Modify config
5年前
9seconds
d5147f1935
Rename dialers into network
5年前
9seconds
4689479745
Add base dialers module
5年前