Jump to content
Not connected, Your IP: 3.142.200.226

Leaderboard


Popular Content

Showing content with the highest reputation on 09/11/19 in all areas

  1. 1 point
    Hello! AirVPN is very proud to introduce for the first time ever OpenVPN 3 support for ChaCha20-Poly1305 cipher with Eddie Android edition 2.4. The new implementation means remarkably higher performance and longer battery life for your Android device. CPUs that do not support AES New Instructions, typically ARM CPUs mounted on most Android devices, are much faster to encrypt and decrypt a stream of data with ChaCha20 than AES. At the same time, ChaCha20 offers the same security when compared to AES. https://en.wikipedia.org/wiki/Salsa20#ChaCha_variant You can test right now the new cipher. We have prepared four test servers running OpenVPN 2.5 and supporting ChaCha20 in Canada, the Netherlands and Singapore. When you pick ChaCha20 as cipher in Settings, Eddie will filter properly Air VPN servers to let you connect to them. The outstanding feature has been made possible by AirVPN implementation on "OpenVPN AirVPN" of new directives, never supported before by OpenVPN 3, as well as a brand new, rationally re-engineered class for AEAD ciphers, which currently includes both AES-GCM and ChaCha20. Development of OpenVPN 3 will go on during the next months. Here's the current status: Eddie Android edition available languages are: Chinese (simplified), Chinese (traditional), Danish, Dutch, English, French, German, Italian, Portuguese, Spanish, Russian, Turkish. Eddie for Android is free and open source software released under GPLv3. We invite you to check from independent 3rd parties lack of trackers code signatures, for example here: https://reports.exodus-privacy.eu.org/en/reports/search/org.airvpn.eddie You can download Eddie Android 2.4 apk directly from our repository: https://eddie.website/repository/eddie/android/2.4/org.airvpn.eddie.apk You can also download it from the Google Play Store: https://play.google.com/store/apps/details?id=org.airvpn.eddie and in Amazon Appstore: https://www.amazon.com/Eddie-AirVPN-official-OpenVPN-GUI/dp/B07KTD6DH9/ref=sr_1_1?keywords=eddie+airvpn Source code is available in GitLab: https://gitlab.com/AirVPN/EddieAndroid/ How to enable ChaCha20 on the Data Channel Open "Settings" view, then open "AirVPN". Locate "Encryption Algorithm", tap it and set "CHACHA20-POLY1305", then tap "OK". New in version 2.4: Updated native library to OpenVPN 3.3 AirVPN ChaCha20-Poly1305 support on both OpenVPN Control and Data channels Support by OpenVPN 3 AirVPN of ncp-disable directive integrated in the app according to the cipher suite picked by the user For new features complete list, please see the changelog at the bottom of this post Main features: Free and open source OpenVPN GUI based on "OpenVPN 3.3 AirVPN" Complete ChaCha20, AES-GCM and AES-CBC support The only Android application officially developed by AirVPN Robust, best effort prevention of traffic leaks outside the VPN tunnel Battery-conscious application Low RAM footprint Ergonomic and friendly interface Ability to start and connect the application at device boot Option to define which apps must have traffic inside or outside the VPN tunnel through white and black list Localization in simplified and traditional Chinese, Danish, English, French, German, Italian, Portuguese, Russian, Spanish, Turkish Full integration with AirVPN Enhanced security thanks to locally stored encrypted data through master password Quick one-tap connection and smart, fully automated server selection Smart server selection with custom settings Manual server selection Smart attempts to bypass OpenVPN blocks featuring protocol and server fail-over Full Android TV compatibility including D-Pad support. Mouse emulation is not required. Enhancements aimed to increase accessibility and comfort to visually impaired persons AirVPN servers sorting options Customizable "Favorite" and "Forbidden" servers and countries OpenVPN mimetype support to import profiles from external applications Multiple OpenVPN profile support. The app now imports and manages multiple OpenVPN profiles Support for custom bootstrap servers Support for favorite and forbidden countries AirVPN broadcast messages support User's subscription expiration date is shown in login/connection information The app is aware of concurrent VPN use. In case another app is granted VPN access, Eddie acts accordingly and releases VPN resources Optional local networks access. In such case, local network devices are exempted from the VPN and can be accessed within the local devices Localization override. User can choose the default language and localization from one of the available ones Favorite and forbidden lists can be emptied with a single tap VPN Lock can now be disabled or enabled from settings VPN reconnection in case of unexpected OpenVPN disconnection. (It requires VPN Lock to be disabled) User can generate an OpenVPN profile for any AirVPN server or country and save it in OpenVPN profile manager Server scoring algorithm implementing the latest AirVPN balancing factors in order to determine the best server for quick connection Network name and extra information are shown along with network type Device network status management Kind regards & datalove AirVPN Staff Changelog 2.4 (VC 26) - Release date: 30 July 2019 by ProMIND [ProMIND] Production release Changelog 2.4 RC 1 (VC 25) - Release date: 26 July 2019 by ProMIND [ProMIND] OpenVPN 3.3 AirVPN fork synchronized to master OpenVPN branch [ProMIND] Native library dependencies updated to the latest releases [ProMIND] Minor bug fixes ConnectAirVPNServerFragment.java [ProMIND] connectServer(): pendingServerConnection is now properly cleared. This prevents a double call from onAirVPNLogin event (user login + user credentials loaded from AirVPN server) in case of a pending server connection going on Changelog 2.4 beta 1 (VC 24) - Release date: 19 July 2019 by ProMIND [ProMIND] Updated native library to "OpenVPN 3.3 AirVPN" supporting CHACHA20-POLY1305 cipher and ncp-disable profile option (forked from OpenVPN:master 3.2 qa:d87f5bbc04) [ProMIND] Updated default manifest to V256 airvpn_server_listview_item.xml [ProMIND] added a new layout for showing server's warning_open field AirVPNServerProvider.java [ProMIND] Added cipher filter according to user settings AirVPNServerSettingsActivity.java [ProMIND] Added encryption algorithm option for AirVPN servers AirVPNServer.java [ProMIND] Added class members to comply to Manifest V256 AirVPNServerGroup.java [ProMIND] New class for manifest V256 handling AirVPNUser.java [ProMIND] getOpenVPNProfile(): profile generator uses "cipher" and "ncp-disable" according to the user settings [ProMIND] getPasswordDialog(): soft keyboard is shown by default [ProMIND] loginDialog(): soft keyboard is shown by default CipherDatabase.java [ProMIND] New class for manifest V256 handling ConnectAirVPNServerFragment.java [ProMIND] Show a warning in yellow in case server has a warning_open status [ProMIND] Servers are now filtered according to selected encryption [ProMIND] searchDialog(): soft keyboard is shown by default ConnectionInfoFragment.java [ProMIND] Added cipher name and digest to info box OpenVPNTunnel.java [ProMIND] Added method getProtocolOptions() QuickConnectFragment.java [ProMIND] Show user selected encryption in status box SettingsActivity.java [ProMIND] Added encryption algorithm option for AirVPN servers SettingsManager.java [ProMIND] Added methods getAirVPNCipher() and setAirVPNCipher() SupportTools.java [ProMIND] Changed AIRVPN_SERVER_DOCUMENT_VERSION to 256 [ProMIND] editOptionDialog(): soft keyboard is shown by default VPN.java [ProMIND] Added class members cipherName and digest
  2. 1 point
    Staff

    Eddie Desktop 2.18beta released

    Hello! We're very glad to inform you that a new Eddie Air client version has been released: 2.18beta. It is ready for public beta testing. How to test our experimental release: Go to download page of your OS Click on Other versions Click on Experimental Look at the changelog if you wish Download and install Please see the changelog: https://eddie.website/changelog/?software=client&format=html In this release, we changed all source code from the ground up, to separate what needs superuser privileges and what not. PLEASE CONSIDER THIS AS A BETA VERSION. Don't use it for real connection, it's only for those who want to collaborate to the project as beta-tester. We hope to raise now the frequency of feedback replies here and Eddie releases.
  3. 1 point
    EtV

    Eddie Desktop 2.18beta released

    New beta, nice! Some small-ish things at first blush.... OS: MacOS 10.14.6 (latest, all patched up) Eddie beta: 2.18.1 Notifications: In Preferences>UI, the "System notifications" box is check by default, and while there is a banner that pops up saying "1 new notification" from Eddie, no actual system notifications are showing up in the Notifications area of the sidebar. I don't usually keep this enabled (personal preference), but I did notice the behavior when I first installed the new beta. Show/Hide Main Window (in Eddie menu bar drop-down): I think this has been around a while, but it's definitely present in the beta so...after closing the Main window of Eddie, the drop-down in the menu bar will often list "Hide Main Window" as the option, instead of "Show Main Window". Selecting this "Hide..." option will indeed bring up the Main window. So, the functionality isn't 'broken' by any means, but the drop-down seems to lose track of Hide vs. Show. Preferences>Protocols: more of a question, perhaps...I see the default listing is now in a different order, with the TLS-Crypt options first (yay!), so does that mean if we leave the "Automatic" box checked, Eddie will try to connect with TLC-Crypt over UDP first? That's been something I've selected in prior Eddies, so just wondering at the default behavior now. Preference>General: is the "Profile data protection" option new? If so, is there going to be a blurb on the options for that somewhere once this Eddies goes final? Interesting option, just a but curious about it. Preferences>Advanced: I recall changing buffer sizes in the past (on good recommendation from folks here in the forum)...is that still needed to keep Eddie happy? Or have the many under-the-hood changes allowed for the default "Automatic" value to do the job these days? Preference>Advanced: I run Eddie on a laptop (and on a few different Wifi nets), and I'm noticing that I'm not getting IPv6 connections like I used to on the network I'm currently on today. At this location, IPLeak.net would regularly show me both v4 and a v6, while with the new Eddie a few difference connections (different servers) have mostly not shown me the v6. Admittedly, I don't use that much / at all, however it is a change in behavior that I've noticed, fwiw.
  4. 1 point
    BlueBanana

    Eddie Desktop 2.18beta released

    Network lock doesn't work for me (Ubuntu 19.04. Disco Dingo). I have IPv6 disabled system-wide ( Grub: IPv6.disable = 1 ). When i try to activate Network lock, Eddie throws this error: F 2019.09.11 17:26:30 - Exception: ip6tables-save v1.6.1: Cannot initialize: Address family not supported by protocol Regards BB
  5. 1 point
    Grindle222

    Eddie Desktop 2.18beta released

    It works great for me so far on my Ubuntu 19.04 machines. My Windows10 machine not so well: after installing it and opening it, it was unable to connect to a server, but wouldn't let me close it, either. After a reboot it worked better, although it threw an error at me when I was closing it (but still closed). "Please feel free to be specific on those texts: fixing errors is the main purpose of beta testing!" Okay, then. The Public Exit IP addresses, with IPv4 above IPv6 on the Overview screen, don't quite fit into the space allocated (on Ubuntu; I didn't notice with Windows): the IPv6 address is sort of cut off on the bottom. Otherwise, great!
  6. 1 point
    colorman

    Eddie Desktop 2.18beta released

    Everything works well as far on openSUSE 15.1 Also just close, that problem is therefore also solved. Super GJ
  7. 1 point
    Clodo

    Has Air given up on Eddie for desktop?

    About Eddie 3.x : we are still working on that, but we can't give out right now 'screenshot', as the UI is in draft/debug stage, sorry. Development of 3.x depends on some core-changes that we made directly in 2.x series in the latest months. We have released a beta version of the new 2.X series here: Still under testing in different OS and configs due to a lots of internal changes.We hope to improve the reactivity and feedback with this release, promote it as a stable version as soon as possible, and restart with frequent releases.
  8. 1 point
    This is awesome, thank you 😀 The server seems stable, great connection to other EU countries and good speeds.
×
×
  • Create New...