1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-27 17:55:23 +00:00
Commit Graph

5028 Commits

Author SHA1 Message Date
Kslr
b083aa2376
Merge pull request #108 from Vigilans/vigilans/routing-context
Extract session information during routing as routing context
2020-09-04 13:39:12 +08:00
Kslr
93afbc5f33
add golangci config 2020-09-04 13:38:15 +08:00
Vigilans
f9d37b724c Extract session information during routing as routing context 2020-09-04 11:32:19 +08:00
Kslr
6981711fe5
Merge pull request #158 from Loyalsoldier/fix-lint
Fix lint
2020-09-04 10:56:27 +08:00
GitHub Action
5309338606 update geoip, geosite 2020-09-04 00:10:30 +00:00
V2Fly Team
d2226cb0c8
Merge pull request #161 from felixonmars/fix-test
Fix dns tests by setting v2ray.location.asset
2020-09-03 16:51:57 +08:00
Felix Yan
11bf22b234
Fix dns tests by setting v2ray.location.asset 2020-09-03 16:47:40 +08:00
V2Fly Team
39e9916cb5
Merge pull request #160 from felixonmars/fix-test
Don't copy assets if they are already present
2020-09-03 16:33:20 +08:00
Felix Yan
7001483b62
Don't copy assets if they are already present
They can now reside in system path (like /usr/share/v2ray), so it's not
possible to copy into there.
2020-09-03 16:17:44 +08:00
Kslr
68c1e3e609
Merge pull request #159 from v2fly/dependabot/github_actions/github/super-linter-v3.9.3
Bump github/super-linter from v3.9.2 to v3.9.3
2020-09-03 14:10:50 +08:00
dependabot[bot]
a1c96a18c1
Bump github/super-linter from v3.9.2 to v3.9.3
Bumps [github/super-linter](https://github.com/github/super-linter) from v3.9.2 to v3.9.3.
- [Release notes](https://github.com/github/super-linter/releases)
- [Commits](https://github.com/github/super-linter/compare/v3.9.2...eb0d0ed02e120ab529e69d594da9993358b070ee)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-03 06:02:59 +00:00
loyalsoldier
7fe8dd2e3d
Run go mod tidy 2020-09-03 11:34:05 +08:00
loyalsoldier
44d58295bf
Fix: change lint order to avoid file changes notice 2020-09-03 11:33:23 +08:00
RPRX
d9f50f8433
Cleanup go.sum 2020-09-02 13:23:51 +00:00
RPRX
af9dbbc7d9
Upgrade all dependencies 2020-09-02 13:08:50 +00:00
RPRX
7ffac22cd4
1.14.7 -> 1.15.1 2020-09-02 12:58:17 +00:00
Kslr
829a28bd0e
remove docker action 2020-09-02 17:01:38 +08:00
Kslr
f5838d0f66
Update core.go 2020-09-02 16:43:00 +08:00
Kslr
971c5f2ee8
Merge pull request #153 from Loyalsoldier/minor-fixes
Minor fixes
2020-09-02 16:29:26 +08:00
Kslr
4da3304401
Merge pull request #155 from v2fly/dependabot/github_actions/github/super-linter-v3.9.2
Bump github/super-linter from v3.8.3 to v3.9.2
2020-09-02 16:25:40 +08:00
dependabot[bot]
2f3790928e
Bump github/super-linter from v3.8.3 to v3.9.2
Bumps [github/super-linter](https://github.com/github/super-linter) from v3.8.3 to v3.9.2.
- [Release notes](https://github.com/github/super-linter/releases)
- [Commits](https://github.com/github/super-linter/compare/v3.8.3...7d53a77c1150779566e918c919f5fc08b1f43ae9)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-02 06:16:55 +00:00
loyalsoldier
323ef03f02
Minor fixes 2020-09-01 08:46:55 +08:00
Kslr
8323564e9a
Merge pull request #145 from Loyalsoldier/refine-workflow
Refine workflow
2020-09-01 05:28:46 +08:00
loyalsoldier
8b377a08cd
Update: refine 2020-08-31 23:11:13 +08:00
loyalsoldier
c974908e19
Test: refine & cache Go modules 2020-08-31 23:11:13 +08:00
loyalsoldier
42e33ddde6
Lint: include format 2020-08-31 23:11:13 +08:00
loyalsoldier
69da2f8526
Coverage: cache Go modules 2020-08-31 17:54:49 +08:00
Kslr
f6340dd6b5
Merge pull request #149 from Vigilans/vigilans/dns-fix-localhost-ipIndexMap
Fix: Append nil to ipIndexMap when appending default local name server
2020-08-31 13:06:21 +08:00
Vigilans
c973b5a484 Fix github.com/v2fly/v2ray-core/issues/146 2020-08-31 12:40:27 +08:00
Kslr
e55fdda5b1
Merge pull request #148 from Vigilans/vigilans/dns-fix-array-panic
Fix: Bound check when accessing DNS server's ipIndexMap
2020-08-31 12:32:55 +08:00
Vigilans
47c997d75e Fix github.com/v2fly/v2ray-core/issues/146 2020-08-31 12:21:56 +08:00
RPRX
9e0859ee49
Merge pull request #144 from Loyalsoldier/refine-code
Refine code
2020-08-30 15:59:23 +00:00
loyalsoldier
f12f76582f
Fix according to staticcheck result
staticcheck repo: https://github.com/dominikh/go-tools/tree/master/cmd/staticcheck
2020-08-30 23:41:15 +08:00
loyalsoldier
1fa89b32d4
Format: run go fmt ./... 2020-08-30 21:17:22 +08:00
lucifer
4c9210cf11
Parse X-Forwarded-For in http transport (#142)
* Parse X-Forwarded-For

* Update hub.go

Co-authored-by: RPRX <63339210+rprx@users.noreply.github.com>
2020-08-30 04:30:05 +00:00
Shelikhoo
8c82fd3e6d
update version 2020-08-29 10:31:15 +08:00
Shelikhoo
0fdc818231
Update VSign Version 2020-08-29 10:27:23 +08:00
Kslr
2699732994
release 4.27.3 2020-08-29 10:23:53 +08:00
Kslr
1cfb044d7d
Update README.md 2020-08-28 22:27:45 +08:00
Kslr
c05992b841
release 4.27.2 2020-08-28 22:14:31 +08:00
Kslr
396253308e
Update README.md 2020-08-28 22:13:28 +08:00
RPRX
feea69c4c9
Merge pull request #140 from rprx/master
VLESS PREVIEW 1.5
2020-08-28 08:15:51 +00:00
RPRX
84aaf3a1e3
VLESS PREVIEW 1.5 2020-08-28 07:51:09 +00:00
Kslr
3ad73fde20
release 4.27.1 2020-08-28 10:47:14 +08:00
RPRX
c4d57c6405
Merge pull request #138 from Loyalsoldier/fix-path
Fix: module path
2020-08-28 00:22:03 +00:00
GitHub Action
2898064cd9 update geoip, geosite 2020-08-28 00:12:01 +00:00
loyalsoldier
6f52a79e2e
Fix: module path 2020-08-28 03:55:07 +08:00
RPRX
d3ebba6901
Merge pull request #137 from Loyalsoldier/protoc-dont-rely-on-GOBIN-GOPATH
Protoc & vprotogen: do NOT rely on GOBIN & GOPATH
2020-08-27 15:37:32 +00:00
Kslr
ef99033d05
stale include pr 2020-08-27 23:26:51 +08:00
loyalsoldier
cafc80d23a
vprotogen: do NOT rely on GOBIN & GOPATH 2020-08-27 23:18:06 +08:00