Qv2ray-dev
0abf4fc9da
refactor: refactors for V2rayIntegration
2020-06-27 22:27:20 +08:00
Qv2ray-dev
37013d8c11
fix: remove empty mux object from outbounds when not enabled
2020-06-23 22:27:58 +08:00
Qv2ray-dev
87f3e6f1b0
add: DNS order, DNS validation, tProxy for doko inbound, plugin editor for complex editor, port detector with listenIp
2020-06-18 22:30:47 +08:00
Qv2ray-dev
c2ec33571d
add: automatically update the subscriptions, with notifications
2020-06-16 23:35:28 +08:00
Qv2ray-dev
521117f799
add: added async subscription update
2020-06-16 19:26:33 +08:00
Qv2ray-dev
7fd5cd9f08
refactor: refactor, and MAGIC, DO NOT TOUCH!
2020-06-16 16:40:51 +08:00
Qv2ray-dev
a381fd630e
fix: fixed (?) subscription misorder
2020-06-16 10:59:12 +08:00
Qv2ray-dev
46a86afbbf
revert: partial revert cleaning up
2020-06-15 21:59:16 +08:00
Qv2ray-dev
b2543860f8
add: add support for mKCP seed
2020-06-15 12:32:41 +08:00
DuckSoft
8702660804
fix plugin when tproxy enabled
2020-06-06 13:37:45 +08:00
DuckSoft
59dc2164bc
plugin use socks when integration is on
2020-06-06 13:36:50 +08:00
Qv2ray-dev
9c445780d0
fix: don't forget to save
2020-05-28 13:41:38 +08:00
Qv2ray-dev
0e9cbd48c5
add: added final group routing support
2020-05-28 11:16:28 +08:00
Qv2ray-dev
e802eb96d0
update: update
2020-05-28 10:46:22 +08:00
Qv2ray-dev
e7ed24df90
add: added DNS Settings and GroupRouteManager
2020-05-26 23:03:41 +08:00
Qv2ray-dev
3c18bd19e9
fix: sort groups by displayName
2020-05-24 23:07:58 +08:00
Qv2ray-dev
194c480f0d
refactor: some refactors
2020-05-24 17:47:53 +08:00
Qv2ray-dev
1bbd640968
add: added tProxy IPv6 / Subscription Filtering
2020-05-22 21:45:39 +08:00
Qv2ray-dev
bf117fc535
refactor: refactored core/connections module
2020-05-22 21:10:45 +08:00
Qv2ray-dev
5fc9bfd96c
add: added UI for DNS settings
2020-05-21 22:46:41 +08:00
Qv2ray-dev
7b81445810
Merge pull request #621 from Qv2ray/dev-refactor-latency-test
...
Refactored Latency Test, Added ICMPing
2020-05-21 17:48:19 +08:00
Qv2ray-dev
ea6faae07e
add: added ICMP as latency tester - unix
2020-05-19 19:54:16 +08:00
DuckSoft
9d52ac07ca
Stop before you go
2020-05-18 23:44:40 +08:00
Qv2ray-dev
df5e152dc9
fix: fixed the 'DefaultGroup is a subscription' issue
2020-05-18 20:57:05 +08:00
Qv2ray-dev
62625a64a0
enabled ConnectToLastUsed option, prevent copy when reading geosite
2020-05-18 17:14:54 +08:00
Qv2ray-dev
7bdc140c3d
fix: ok, so this is Apple/macOS/AppleSDK
2020-05-17 22:54:31 +08:00
Qv2ray-dev
0aad012576
add: added PortDetector
2020-05-17 22:43:52 +08:00
Qv2ray-dev
31f6e1389f
update: several refactors and Import window redesign
2020-05-17 22:04:03 +08:00
Qv2ray-dev
857f63c0cb
fix: bug fixes about group management
2020-05-17 16:07:01 +08:00
Qv2ray-dev
63e4d2c797
fix: fixed connection moving/linking issue
2020-05-17 13:32:44 +08:00
Qv2ray-dev
ce3bfc3ca4
refactor: refactored inbound settings object
2020-05-17 10:48:23 +08:00
Qv2ray-dev
70990534b2
add: adapt plugin interface V2
2020-05-17 09:26:43 +08:00
Qv2ray-dev
c55d60ab21
refactor: rearranged header include
2020-05-15 22:40:21 +08:00
Qv2ray-dev
77b9020229
fix: fixed group manager RCM
2020-05-15 20:34:57 +08:00
Qv2ray-dev
e5a3494285
fix: fixed subscription update connection item count check
2020-05-15 17:38:42 +08:00
Qv2ray-dev
4e2efe14dc
fix: prevent crash on subscription update
2020-05-15 17:03:10 +08:00
Qv2ray-dev
74f40f0775
fix: fixed connection issue 2
2020-05-15 00:46:39 +08:00
Qv2ray-dev
7963f03f55
fix: fixed connection issue
2020-05-15 00:44:57 +08:00
Qv2ray-dev
2c7bd53f08
add: added Connection Linking/Moving/Copying via group manager
2020-05-15 00:04:02 +08:00
Qv2ray-dev
21c5e9a675
update: fixed build && misc updates
2020-05-14 22:15:20 +08:00
Qv2ray-dev
51b43815bd
refactor: refactored ConnectionHandler signals
2020-05-12 20:22:49 +08:00
Qv2ray-dev
74cbf83219
add: experimental connection-group linking creation
2020-05-10 23:56:24 +08:00
Qv2ray-dev
d4d5220547
add: added connection / group saving
2020-05-08 14:11:48 +08:00
Qv2ray-dev
5f46014b23
"I haven't implement the Connections Saving Feature"
2020-05-08 00:12:23 +08:00
Qv2ray-dev
277c5065f6
Have sleep, 🤬 It just compiles, but not working, DO NOT RUN
...
A QHash's key type has additional requirements other than being an assignable data type: it must provide operator==(), and there must also be a qHash() function in the type's namespace that returns a hash value for an argument of the key's type.
2020-05-04 23:45:25 +08:00
Qv2ray-dev
e1db1873b4
Have sleep, 🤬 and don't know how to fix this shit.
2020-05-04 22:49:45 +08:00
Qv2ray-dev
38c86fddab
Have sleep
2020-05-03 23:26:44 +08:00
Qv2ray-dev
891e8e3f5c
refactor: get rid of 'using namespace std;'
2020-05-03 13:53:53 +08:00
Qv2ray-dev
6a46dedc46
add: added Connection Removing and exporting via GroupManager
2020-05-02 22:20:40 +08:00
Qv2ray-dev
a351e95df9
add: test support connection copy/movement
2020-05-02 00:50:05 +08:00