Commit Graph

824 Commits

Author SHA1 Message Date
Qv2ray-dev
38c86fddab Have sleep 2020-05-03 23:26:44 +08:00
Qv2ray-dev
6f358d7cb9 refactor: some refactors 2020-05-03 15:47:41 +08:00
Qv2ray-dev
891e8e3f5c refactor: get rid of 'using namespace std;' 2020-05-03 13:53:53 +08:00
Qv2ray-dev
6e26488e93 refactor: refactored Qv2rayBase.hpp, preparation for config file increament. 2020-05-03 11:20:49 +08:00
Qv2ray-dev
cbf4be37d9
fix: try preventing port conflict 2020-05-03 07:52:03 +08:00
Qv2ray-dev
6a46dedc46 add: added Connection Removing and exporting via GroupManager 2020-05-02 22:20:40 +08:00
Qv2ray-dev
f219edeb91 fix: fixed MainWindow button size issue 2020-05-02 14:00:46 +08:00
Qv2ray-dev
9528cd6b28 fix: fixed crash on moving/copying connections 2020-05-02 12:46:05 +08:00
Qv2ray-dev
917d053cbc add: added gRPC version string log output 2020-05-02 10:27:05 +08:00
Qv2ray-dev
a351e95df9 add: test support connection copy/movement 2020-05-02 00:50:05 +08:00
Qv2ray-dev
2bd9cc1a87 add: basic group manager without subscription feature 2020-05-01 22:39:15 +08:00
Qv2ray-dev
a5d9c3d253 add: added Group Manager UI 2020-05-01 20:22:37 +08:00
ymshenyu
f237e623cf fix: remove scheme for windows
since it will break some application that get proxy information from system
2020-04-30 13:31:42 +08:00
DuckVador
8be0eb14d5 Allow plugin to know if udp is enabled 2020-04-29 19:00:38 +08:00
Qv2ray-dev
4e73e6ece0 format: formatted headers 2020-04-28 22:37:13 +08:00
Qv2ray-dev
db63389a2f refactor: Migrate JSON backend from X2struct to QJsonStruct 2020-04-28 22:37:13 +08:00
Qv2ray-dev
c424301924 format: code format 2020-04-28 15:01:14 +08:00
Qv2ray-dev
1f5e934f5a change: Subscription Editor --> Group Editor 2020-04-28 13:37:36 +08:00
Qv2ray-dev
5db7961f31 add: added BitTorrent detection 2020-04-28 13:27:19 +08:00
DuckSoft
cdb920e9f7
[cleanup] slow catchs 2020-04-28 08:03:00 +08:00
Qv2ray-dev
664a181b8f revert: this reverts a46a466d24 2020-04-27 21:48:28 +08:00
Qv2ray-dev
16b2238625 update: update LICENCES 2020-04-27 14:38:03 +08:00
Qv2ray-dev
88964be67d
Merge pull request #546 from Qv2ray/version-v2
Qv2ray v2.5.0
2020-04-27 13:52:15 +08:00
Qv2ray-dev
8411ea9f68 add: use v2ray DNS for freedom outbound 2020-04-26 22:30:13 +08:00
Qv2ray-dev
d05bd20f34 add: added Latency Test on the connection list RCM, fixed #539 2020-04-26 17:51:16 +08:00
DuckSoft
991547bc4a rejecting trash v2rayN vmess schema v1 2020-04-26 14:33:54 +08:00
Qv2ray-dev
0d767a9306 add: use UseIP when tProxy and DNSIntercept have been enabled 2020-04-25 22:28:56 +08:00
Qv2ray-dev
8c1aaab334 fix: fixed a missing IPv6 CIDR address 2020-04-25 17:56:21 +08:00
Qv2ray-dev
fca5ef4bae fix: fixed a missing IP rule when proxy is disabled 2020-04-25 17:49:22 +08:00
Qv2ray-dev
b1e6ddbb68 ui: ui updates 2020-04-25 13:57:33 +08:00
Qv2ray-dev
1f48a7fac4 version: bumped version 2020-04-25 10:42:49 +08:00
Qv2ray-dev
4d782dc815
fix: use absolute path of setcap, fixed #531 2020-04-25 10:25:24 +08:00
Qv2ray-dev
0480c63b3a fix: refactored Qv2ray Proxy settings 2020-04-24 15:29:29 +08:00
fancy
f924a444a6 fix: allow dns outbound have mark too 2020-04-24 11:50:16 +08:00
fancy
c3d93e3c2d clang format changed file 2020-04-24 08:27:43 +08:00
fancy
518f672bbe add dns intercept and route for tproxy 2020-04-24 08:27:43 +08:00
Qv2ray-dev
6d7acb35bc fix: some UI fixes 2020-04-23 20:20:11 +08:00
Qv2ray-dev
6b65088ea7 add: added sizepolicy=MinimumExpanding on ConnectionInfoWidget 2020-04-23 20:17:26 +08:00
Qv2ray-dev
f6f7042951 fix: fixed somark settings 2020-04-23 20:15:59 +08:00
Qv2ray-dev
f1653a73af change: enable new plugins by default 2020-04-23 19:57:47 +08:00
Qv2ray-dev
dbf12b30b4 add: added sizepolicy=MinimumExpanding 2020-04-23 19:51:49 +08:00
Qv2ray-dev
96dd7e294d add: more arguments 2020-04-23 17:54:24 +08:00
Qv2ray-dev
4a2924ec7e fix: fixed a plugin signal emission issue 2020-04-23 16:24:51 +08:00
Fancy Zhang
376987d979
add outbound mark to tproxy. (#535)
* add outbound mark to tproxy

* only allow set outbound mark in tproxy

* enable sniffing for tproxy, and only change outbound mark in non-complex config

* small code refinemnet

* ok so

* fix merge conflict

Co-authored-by: Qv2ray-dev <59914293+Qv2ray-dev@users.noreply.github.com>
2020-04-23 14:58:10 +08:00
Qv2ray-dev
91eb8ee1cb fix: some UI fixes 2020-04-23 14:09:19 +08:00
Qv2ray-dev
3e832f70fd fix: fixed "Show/Hide" QAction text 2020-04-23 13:32:47 +08:00
Qv2ray-dev
d24efb2e20 version: bumping version v2.5.0-pre2 2020-04-23 13:24:23 +08:00
Qv2ray-dev
b73fb2fa94 fix: fixed routing processor when no QV2RAY_RULE_ENABLED found 2020-04-23 13:21:53 +08:00
Qv2ray-dev
472d31a5a0 fix: fixed system proxy settings 2020-04-23 13:08:41 +08:00
Qv2ray-dev
d114541f1b fix: fixed build 2020-04-22 21:57:27 +08:00