-
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
Dev 1.3.0 as Next Beta Release #297
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Detect Access Restrictions
Improved the message shown when the router login failed.
Modified message when router login failed.
…rictions Detect Access Restrictions
Made code improvements to parse correctly the following use cases of WebGUI access rules: 1) Using CIDR notation for a single IP address (e.g. 192.168.100.1/32) 2) Using CIDR notation for a block of IP addresses (e.g. 192.168.100.0/28) This should take care of 99% of the valid use cases.
Improvements when detecting WebGUI access rules
More code improvements to detect the following use cases of WebGUI access rules: 1) When the router's network IP address is not the commonly used base IP address (e.g. NOT "192.168.100.0"). 2) When multiple CIDR IP address blocks are defined, we need to check if any includes the router's IP address.
More improvements for detecting WebGUI access rules
…Patch Match between Gnuton and Merlin for Changelog Behaviour
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
MerlinAU Version 1.3.0 released.
What's Changed/Fixed?:
OFFICIAL GNUTON SUPPORT!
PR: #186 - Requested on Github report: #89 by @micron888 and many others in the forums such as @Johndoe85 and many thanks to all the testers that volunteered such as @nullvoid, @novusB, @lilkidsuave, @explorer
PR: [#289 ]#289 - General Code improvements for Gnuton PR. (Thanks @Martinski4GitHub @martinski)
PR: [#292 ] #292 - Detect Access Restrictions... Issue reported on Github #290 by @SolidRhino . The script now has smarts to enough to detect if the "Web Access restrictions" feature on the router will block successful login, depending on if the feature is enabled or the routers IP is within rule ranges.
PR: [#293 ] #293 - Modified message when router login failed. (Thanks @Martinski4GitHub @martinski)
PR: [#294 ] #294 - Improvements when detecting WebGUI access rules (Thanks @Martinski4GitHub @martinski)
PR: [#295 ] #295 - More improvements for detecting WebGUI access rules (Thanks @Martinski4GitHub @martinski)
PR: [#296 ] #296 - Match between Gnuton and Merlin for Changelog Behavior (Small change identified when testing pre-release)
As always, we highly recommend you update ASAP as this includes lots of functional improvements and little bug fixes.