vladimir.kuznetsov
116fa6777b
added logic to the connect to vpn button
2023-05-14 21:11:19 +08:00
pokamest
af29637163
Merge branch 'dev'
2023-04-11 18:00:54 +01:00
Josh Soref
7351fe9633
Spelling ( #214 )
...
Spelling fixed
2023-04-11 14:50:44 +01:00
vladimir.kuznetsov
ada8912a1f
Merge branch 'dev' of github.com:amnezia-vpn/amnezia-client into feature/qt6-client-management-panel
2023-04-08 19:03:10 +03:00
vladimir.kuznetsov
9962bac50b
changed using cp to QFile to copy wireguard config
2023-03-19 17:05:48 +03:00
vladimir.kuznetsov
8f18933713
moved the function of checking the availability of wireguard config to ipc client
2023-03-02 17:46:16 +03:00
vladimir.kuznetsov
caad670dbf
added wireguard connection implementation for Linux
2023-03-02 10:19:57 +03:00
vladimir.kuznetsov
4171afe275
Merge branch 'dev' of github.com:amnezia-vpn/desktop-client into feature/qt6-client-management-panel
2023-02-27 19:59:01 +03:00
pokamest
1f048a6d04
Merge branch 'dev' into bugfix/wrong-fields-type-shadowsocks-config
2023-02-09 13:10:26 +00:00
vladimir.kuznetsov
16969bc39b
added conversion of the local_port and server_port fields from string to number when saving the shadowsocks config
2023-02-06 08:39:56 +03:00
vladimir.kuznetsov
f7ee532add
Merge branch 'dev' of github.com:amnezia-vpn/desktop-client into feature/cloak-and-ss-in-linux-bundle
2023-02-02 13:08:23 +03:00
vladimir.kuznetsov
4c1699935c
added binaries for cloak and shadowsocks to Linux bundle
2023-01-30 12:41:51 +03:00
vladimir.kuznetsov
25829451c8
Merge branch 'dev' of github.com:amnezia-vpn/desktop-client into feature/qt6-client-management-panel
2023-01-29 09:52:12 +03:00
vladimir.kuznetsov
ee609f3e8f
fixed warning with QFutureWatcher
...
- renamed readWireguardConfiguration function to match what it does
2023-01-24 09:43:45 +03:00
pokamest
18d89e9cad
Merge pull request #152 from amnezia-vpn/feature/android_qt6_moving
...
Moving to Qt 6 and cmake on Android client
2023-01-19 12:51:02 +00:00
Dmitriy Karpushin
39736e865e
Merge branch 'feature/android_qt6_moving' into feature/android_bandwidth_counter
...
# Conflicts:
# client/platforms/android/android_controller.cpp
# client/platforms/android/android_controller.h
2023-01-19 14:09:12 +03:00
vladimir.kuznetsov
8ea80a616e
Merge branch 'qt_migration' of github.com:amnezia-vpn/desktop-client into feature/qt6-client-management-panel
2023-01-18 20:06:01 +03:00
Dmitry Karpushin
21779395ef
Merge branch 'qt_migration' into feature/android_qt6_moving
2023-01-16 14:58:01 +03:00
vladimir.kuznetsov
599910daea
added openvpn certificate revocation
2023-01-15 18:09:05 +03:00
pokamest
b1b9044021
Merge branch 'qt_migration' into refactoring/logging
2023-01-08 23:17:11 +00:00
pokamest
167d3caa5d
Merge branch 'dev' into qt_migration
2023-01-08 23:00:13 +00:00
vladimir.kuznetsov
3b2948d4dd
renamed debug class to logger
2022-12-28 13:41:45 +03:00
vladimir.kuznetsov
030bb8fe76
Merge branch 'qt_migration' of github.com:amnezia-vpn/desktop-client into qmake-to-cmake-migration
2022-12-26 17:29:52 +03:00
Dmitriy Karpushin
6c614a4b3c
Moving to Qt6:
...
1) removing of deprecated classes
2) update of IPC mechanism
2022-12-23 17:32:20 +03:00
vladimir.kuznetsov
1fd1b0388b
removed unused code
2022-12-18 18:27:08 +03:00
Dmitriy Karpushin
54dc363231
iOS fix + Android connection status restoration fix
2022-12-15 18:46:15 +03:00
Dmitriy Karpushin
d417fa58ab
OpenVPN bandwidth counter for Android
2022-12-14 18:52:19 +03:00
Shahzain Ali
c8dd12eb20
Some more progress in cmake
...
Still have errors, currently not using apple-compile.sh building completely using cmake.
2022-12-02 22:26:10 +05:00
pokamest
3463a84903
Merge branch 'qt_migration' into qmake-to-cmake-migration
2022-11-30 15:02:55 +01:00
pokamest
48dc532de6
Merge branch 'dev' into qt_migration
2022-11-30 14:26:44 +01:00
Shahzain Ali
de9167cae6
Frameworks, libcrypto, libssl and some properties added for iOS.
2022-11-29 18:00:59 +05:00
vladimir.kuznetsov
6941b7463e
added display of wireguard configs, such a config will be displayed as raw text
2022-11-04 23:31:39 +03:00
vladimir.kuznetsov
99a6cd82b2
added import of configs in wireguard format
2022-11-03 23:39:58 +03:00
vladimir.kuznetsov
1a44307664
added protocol_defs for new config keywords
2022-11-01 23:24:58 +03:00
vladimir.kuznetsov
f90ebbbb4e
added inclusion of an additional client/server config when generating configs from templates
...
- fixed name in additional server config field
2022-10-26 14:06:03 +03:00
pokamest
442e7eb015
Merge branch 'dev' into qt_migration
2022-10-15 19:46:26 +03:00
pokamest
ac74510d47
Some fixes for Qt6 Android
2022-08-31 15:18:33 +03:00
Mortie
8c20a67cfa
migrated the codebase to Qt6 and fixed some compatibility issues
...
* used a Qt6 ported version of SortFilterProxyModel
* used an updated Qt6 compatible version of QXZing
* added a flag to windows linker to avoid WinMain problem of MSVCRTD
* renamed utils.cpp to utilities.cpp for avoiding confusion with the same file name in SortFilterProxyModel
2022-08-29 12:21:09 +04:30
pokamest
3316b73ab6
Select random management port
2022-08-29 02:58:23 +03:00
pokamest
3a5a7bf674
Check openvpn config for scripts
...
QML refactoring
2022-08-29 01:32:42 +03:00
pokamest
997c8c87d0
Cleanup
2022-08-27 18:41:44 +03:00
pokamest
ed6a417d7e
Merge branch 'dev' into AVP-01-011
2022-08-27 18:31:20 +03:00
pokamest
3ce1ec708d
App refactoring finished
2022-08-25 17:35:28 +03:00
leetthewire
44496e424a
errors for containers
2022-08-11 01:14:37 +04:00
pokamest
3bff653bbb
IpcServerProcess permit list
2022-08-10 22:15:00 +03:00
pokamest
dab6e10881
Wordpress site in the Tor network
2022-07-30 16:20:41 +03:00
eugenyorbitsoftcom
d618af19d6
fix crash
2022-07-07 17:16:45 +04:00
Alex Kh
b20e25f052
Move frameworks from extemsion to host app
2022-02-23 18:57:06 +04:00
Alex Kh
8591d4e96c
Merge remote-tracking branch 'origin/dev' into ios-wireguard
2022-02-23 18:51:25 +04:00
pokamest
c233f767f4
Multiple ui fixes, save file function reimpl
2022-02-15 17:08:55 +03:00