Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish v1.3.6 #15

Merged
merged 11 commits into from
Oct 12, 2024
Merged

Publish v1.3.6 #15

merged 11 commits into from
Oct 12, 2024

Commits on May 15, 2024

  1. Update enhancements.txt

    ViktorJp authored May 15, 2024
    Configuration menu
    Copy the full SHA
    23309fb View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Update enhancements.txt

    ViktorJp authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    e09a2a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Fixes & Improvements in Configuration Menu

    Several fixes & improvements in the configuration menu code to handle user input.
    
    1) FIXED: After selecting menu option 1 ("Number of VPN Client Slots available"), if the user simply pressed the <Enter> key *without* entering any new value, the currently selected value was reset to "1 2 3 4 5" regardless of the current setting.
    
    2) FIXED: After selecting menu option 2 ("Custom PING host to determine VPN health"), if the user simply pressed the <Enter> key *without* entering any new value, the currently selected value was set to empty/NULL regardless of the current setting.
    
    3) FIXED: When selecting menu option 2 ("Custom PING host to determine VPN health"), any user input was accepted for the IP address because there was no IPv4 address format validation.
    
    4) FIXED: After selecting menu option 3 ("Custom Event Log size (rows)"), if the user simply pressed the <Enter> key *without* entering any new value, the currently selected value was reset to "2000" regardless of the current setting. In addition, the error message "[: 0: unknown operand" was generated.
    
    5) FIXED: After selecting menu option 5 ("Refresh Custom Server Lists on -RESET Switch"), if the user simply pressed the <Enter> key *without* entering any new value, the currently selected value was reset to "Enabled" regardless of the current setting. In addition, the error message "[: 0: unknown operand" was generated.
    
    6) FIXED: After selecting menu option 6 ("Provide additional WAN/Dual WAN monitoring"), if the user simply pressed the <Enter> key *without* entering any new value, the currently selected value was reset to "Enabled" regardless of the current setting. In addition, the error message "[: 0: unknown operand" was generated.
    
    7) FIXED: After selecting menu option 7 ("Whitelist VPN Server IP Lists in Skynet"), if the user simply pressed the <Enter> key *without* entering any new value, the currently selected value was reset to "Disabled" regardless of the current setting. In addition, the error message "[: 0: unknown operand" was generated.
    
    8) FIXED: Added user input validation for Cron Job hours & minutes
    
    9) IMPROVED: Adjusted formatting of the number of servers to avoid left-padding with zeros while still maintaining table alignment.
    
    10) IMPROVED: Adjusted formatting of ping values to avoid left-padding with zeros while still maintaining table alignment.
    
    11) Various other coding improvements & fine-tuning.
    Martinski4GitHub committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    e1f213f View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. More Improvements.

    Adjusted formatting of IPv4 addresses to avoid left-padding with zeros while still maintaining table alignment.
    Martinski4GitHub committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    1325878 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. More Fine-Tuning.

    Made the display format #1 for IPv4 addresses the "new" style.
    Martinski4GitHub committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    ac27303 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Merge pull request #14 from Martinski4GitHub/develop

    Fixes & Improvements in Configuration Menu
    ViktorJp authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    0c10a1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d0faa4 View commit details
    Browse the repository at this point in the history
  3. Create vpnmon-r3-1.3.6.sh

    ViktorJp authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    0224b58 View commit details
    Browse the repository at this point in the history
  4. Update vpnmon-r3-1.3.6.sh

    ViktorJp authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    abb5b62 View commit details
    Browse the repository at this point in the history
  5. Update changelog.txt

    ViktorJp authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    d619685 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    ViktorJp authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    2d224d1 View commit details
    Browse the repository at this point in the history