-
Notifications
You must be signed in to change notification settings - Fork 1
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
Publish v1.3.6 #15
Commits on May 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 23309fb - Browse repository at this point
Copy the full SHA 23309fbView commit details
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e09a2a5 - Browse repository at this point
Copy the full SHA e09a2a5View commit details
Commits on Oct 7, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for e1f213f - Browse repository at this point
Copy the full SHA e1f213fView commit details
Commits on Oct 8, 2024
-
Adjusted formatting of IPv4 addresses to avoid left-padding with zeros while still maintaining table alignment.
Configuration menu - View commit details
-
Copy full SHA for 1325878 - Browse repository at this point
Copy the full SHA 1325878View commit details
Commits on Oct 9, 2024
-
Made the display format #1 for IPv4 addresses the "new" style.
Configuration menu - View commit details
-
Copy full SHA for ac27303 - Browse repository at this point
Copy the full SHA ac27303View commit details
Commits on Oct 12, 2024
-
Merge pull request #14 from Martinski4GitHub/develop
Fixes & Improvements in Configuration Menu
Configuration menu - View commit details
-
Copy full SHA for 0c10a1d - Browse repository at this point
Copy the full SHA 0c10a1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d0faa4 - Browse repository at this point
Copy the full SHA 8d0faa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0224b58 - Browse repository at this point
Copy the full SHA 0224b58View commit details -
Configuration menu - View commit details
-
Copy full SHA for abb5b62 - Browse repository at this point
Copy the full SHA abb5b62View commit details -
Configuration menu - View commit details
-
Copy full SHA for d619685 - Browse repository at this point
Copy the full SHA d619685View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d224d1 - Browse repository at this point
Copy the full SHA 2d224d1View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.