Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Rafficer/linux-cli-community
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: GroupSense/linux-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 10 files changed
  • 6 contributors

Commits on Jun 2, 2020

  1. Configuration menu
    Copy the full SHA
    965e36a View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2020

  1. Migrated from Docopt to ArgParse (#204)

    * Ported CLI to argparse, based on OO programming paradigm
    
    * Added descriptive comments
    
    * Updated usage string
    
    * Added logging
    
    * Updated exmaples
    
    * Removed function based CLI code
    
    * Removed docopt dependency
    
    * Added usage constant
    
    * Added back the PVPN_WAIT environment variable
    
    * Addressed Flake8 issues
    
    * Examples are now inline with the CLI
    
    * Removed unncesessary comment
    
    * Cleaned up code and improved readability
    
    * Removed dependencies still they are no longer needed
    
    * Updated inline command
    
    * Allow uppercase protocol with -p
    
    * Allign help message
    
    * Return missing -p to example
    
    Co-authored-by: Alexandru Cheltuitor <[email protected]>
    Alexandru Cheltuitor and calexandru2018 authored Jul 4, 2020
    Configuration menu
    Copy the full SHA
    494ccd9 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Configuration menu
    Copy the full SHA
    9492a12 View commit details
    Browse the repository at this point in the history
  2. convert killswitch and split tunneling to be configured with routing,…

    … also allow both killswitch and split tunneling to be active
    adambregenzer committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    2e1df77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cce622 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Configuration menu
    Copy the full SHA
    c1d4023 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from GroupSense/add_docker

    Add support for using docker to run protonvpn
    adambregenzer authored Aug 11, 2020
    Configuration menu
    Copy the full SHA
    1afae7c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from GroupSense/use_routes

    Use routes for kill switch and split tunneling
    adambregenzer authored Aug 11, 2020
    Configuration menu
    Copy the full SHA
    884fa83 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. Fix features set

    hgenchev99 authored Aug 6, 2021
    Configuration menu
    Copy the full SHA
    b37539f View commit details
    Browse the repository at this point in the history
  2. Update connection.py

    hgenchev99 authored Aug 6, 2021
    Configuration menu
    Copy the full SHA
    fac6794 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from hgenchev99/patch-1

    Fix features set
    morrissimo authored Aug 6, 2021
    Configuration menu
    Copy the full SHA
    a357c37 View commit details
    Browse the repository at this point in the history
Loading