Anton Monakhov
8205facdb9
ci: move .golangci.yml back to repo root
Commit c87ccd0 ("Move .golangci to workflows") relocated this file from
the repo root into .github/workflows/, but it isn't a GitHub Actions
workflow — it's the configuration file for golangci-lint. Two
consequences of leaving it under .github/workflows/:
1. GitHub Actions discovers every .yml in .github/workflows/ as a
candidate workflow file and tries to parse it. Since the contents
are linter-config (`linters: enable: ...`) rather than a valid
workflow definition, every push triggers a phantom failed Action
run with "This run likely failed because of a workflow file issue"
and 0s duration. Visible at e.g.
https://github.com/anton48/vk-turn-proxy/actions/runs/25236737441
on a recent fork's branch — same failure shape on every push to
any branch in any fork.
2. golangci-lint-action (in ci.yml) auto-discovers config from the
repo root by default. With the file in .github/workflows/ the
action falls back to default rules and silently ignores the
project-specific exclusions (errcheck excluded functions for pion
DTLS / net.PacketConn writes, govet field-alignment disable, the
curated revive rule list, etc.).
Moving it back to root restores both: the phantom workflow failure
goes away, and golangci-lint picks up the intended config.
No content change — just `git mv`.
2 months ago
cacggghp
e8a96967dc
Merge pull request #147 from Moroka8/fix/vk-captcha-checkbox
fix: handle checkbox captcha and improve manual proxy debug
3 months ago
Moroka8
ae15a400e8
fix: handle checkbox captcha and improve manual proxy debug
3 months ago
cacggghp
597311ff12
Update README.md
3 months ago
cacggghp
e1a5a3f7ac
fix: print TURN IP to stdout for routes.sh
3 months ago
cacggghp
4be1958bc5
Merge pull request #130 from antongospod/main
fix(#129 ): manual captcha solving
3 months ago
antongospod
729443fd84
fix( #129 ): vless-режим падал на Android из-за netlinkrib permission denied
3 months ago
antongospod
b16db743c0
fix(129): manual captcha solving
UNAUTHORIZED_RESTRICTION
3 months ago
cacggghp
957e3fcbe8
Update README.md
3 months ago
cacggghp
d16367b031
Merge pull request #102 from Moroka8/main
feat: поддержка TCP-режима для VLESS
3 months ago
Moroka8
58a9b1e081
Resolve golangci and gofmt issues
3 months ago
Moroka8
1d2fea2040
Merge remote-tracking branch 'upstream/main'
3 months ago
cacggghp
184778a95a
Merge pull request #124 from alxmcp/poc-captcha
feat: Add PoC to bypass slider captcha
3 months ago
alexmac6574
f4091d0aa9
build: Bump dependencies
3 months ago
alexmac6574
ef01992613
fix: Use PoC method for captcha solving after PoW method
3 months ago
alexmac6574
0b20a379fa
fix: Show short link in manual captcha
3 months ago
alexmac6574
283f5ea14e
feat: Add PoC to bypass slider captcha
3 months ago
Moroka8
4712362729
Resolve golangci issues
3 months ago
Moroka8
f278c65e6f
Resolve gofmt formatting issues
3 months ago
Moroka8
c87ccd05e3
Move .golangci to workflows
3 months ago
Moroka8
8f03b2def3
fix: Merge remote-tracking branch 'upstream/main'
3 months ago
Moroka8
79d46b2e65
fix: handle error returns and unsafe type assertions in errcheck linter
3 months ago
cacggghp
b309d52495
Update README.md
3 months ago
cacggghp
a960119031
Merge pull request #121 from antongospod/main
chore: added a link to another Android client
3 months ago
antongospod
9a1ce0caed
chore: added a link to another Android client
3 months ago
cacggghp
9bb33fc30e
Merge pull request #120 from antongospod/main
feat: manual captcha flag + delay before manual captcha has been reduce
3 months ago
antongospod
9dcaf660a9
feat: manual captcha flag + delay before manual captcha has been reduced (2sec)
3 months ago
Moroka8
9f5a2549e2
Merge remote-tracking branch 'upstream/main'
3 months ago
cacggghp
72f051ed2c
Merge pull request #105 from alexmac6574/impr-cap
feat: Improve stability and performance for automatic captcha solver, fallback to manual captcha
3 months ago
alexmac6574
ec5e5b7983
fix: Clean up the code
3 months ago
alexmac6574
78386cc1d8
feat: Another attempt to fix auto solving captcha
3 months ago
Moroka8
f66e228d96
small README change
3 months ago
Moroka8
44b91d7eee
fix: Rename tcp mode into vless
3 months ago
alexmac6574
dd59e08e31
feat: New attempt to fix auto solving captcha
3 months ago
alexmac6574
1471fafd22
chore: Revert cookies and HAR
3 months ago
alexmac6574
99851544d3
ci: Add `Close Stale Issues` and update README
3 months ago
alexmac6574
f2a414b94b
feat: Improve stability and performance for automatic captcha solver, fallback to manual captcha
3 months ago
Moroka8
20361cf07b
Merge remote-tracking branch 'upstream/main'
3 months ago
Moroka8
8a4d2e57a2
Update .golangci.yml
3 months ago
Moroka8
6949cbd275
Update .golangci.yml
3 months ago
Moroka8
03f9d424c5
fix: resolve golangci-lint warnings
Обновлен .golangci.yml
В ci.yml установлены версии Go 'stable' и golangci-lint 'latest'
3 months ago
Moroka8
7abbd4986f
fix: resolve golangci-lint warnings
Добавлена проверка ошибки listener.SetDeadline в tcputil.
Удален вызов устаревшего метода SetStreamMode в KCP.
Добавлено явное игнорирование возвращаемых значений SetDeadline и io.Copy .
3 months ago
Moroka8
4a0b038bdc
feat: optimize VK TURN credential retrieval and reuse session identity
Добавлено кэширование success_token для капчи.
Установлен размер пула 1 для использования одной учетной записи во всех потоках.
Дополнительно устранил warnings от golangcli-lint:
Удален rand.Seed
Реализована проверка ошибки в endSession
Реализована обработка Body.Close()
3 months ago
Moroka8
41e7cb1632
Merge branch 'feat/tcp-vless-mode'
3 months ago
cacggghp
37ee4e0d0f
Update README.md
3 months ago
cacggghp
05384a28ef
Merge pull request #85 from gazon673games/pr/duplicate-turn-route-scripts
don't break route scripts on duplicate TURN IPs
3 months ago
cacggghp
0c33fdb937
Update README.md
3 months ago
cacggghp
bbae69229e
Merge pull request #68 from alexmac6574/github-actions
ci: Update GitHub actions
3 months ago
cacggghp
2b1afe4496
Merge pull request #99 from alexmac6574/captcha
feat: Implement automatic Proof-of-Work (PoW) captcha solver
3 months ago
alexmac6574
6305087c7c
feat: Add randomize for name and user-agent
Co-Authored-By: zcb22 <[email protected] >
3 months ago