Very likely not going to be merged as it looks now.
So what your really saying is, im wasting my time trying to be helpfull, and that the hours ive spent putting both of these plugins togeather, would have been better and more productively spent drinking?
AND, for the record, i do not know how to set up the plugin using the non-static page stuff. If i did i would have, so instead i modeled after and already existing static paged plugin, thats already in there.
If you will agree for my pfmonitor plugin to pull, i will happily go in right now, and re-publish the code, with zero obfuscation.
Is this acceptable? It is the same code i sent you before, but with the update function removed, as the package manager now handles that, and with 2-3 lines fixed for compatibility. other than that its 100% the same skeleton you sent me before.
And while im at it, do i need to re-fork, so i can do a pull request just of pfmonitor, without the nmap, remember im not a git expert.
Also, im not sure what use the api will have for nmap functionality....
Separate question here:Also, for the api itself, are you expecting everyone who wants to use it, to expose their web interfaces to the open internet?
Quote from: MasterXBKC on February 12, 2018, 09:41:03 pmIf you will agree for my pfmonitor plugin to pull, i will happily go in right now, and re-publish the code, with zero obfuscation.One step in the right direction, but reviewing and merging it will help mostly yourself. I'm being reluctant and you know this. But I have helped as time permits and will help again when time at my day job is not taking most of my day.
Quote from: MasterXBKC on February 12, 2018, 09:41:03 pmIs this acceptable? It is the same code i sent you before, but with the update function removed, as the package manager now handles that, and with 2-3 lines fixed for compatibility. other than that its 100% the same skeleton you sent me before.No, because it raises the review and beneficiary question mentioned above. I don't want to merge something we don't have a policy for. It's not a "no" for a merge, it's a "no, we really don't know" and from the core team we don't appreciate being pushed into this position instead of naturally easing into it by asking the right questions and discussing it with the community. If the community is silent, that then only means a decision must be made in the best interest, not necessarily in the voiced interest.
Quote from: MasterXBKC on February 12, 2018, 09:41:03 pmAnd while im at it, do i need to re-fork, so i can do a pull request just of pfmonitor, without the nmap, remember im not a git expert.You can create separate branches for both plugins. Since they reside in separate directories, that won't be a problem.
Quote from: MasterXBKC on February 12, 2018, 09:41:03 pmAlso, im not sure what use the api will have for nmap functionality....Why are you not sure? Can you explain?
Quote from: MasterXBKC on February 12, 2018, 09:41:03 pmSeparate question here:Also, for the api itself, are you expecting everyone who wants to use it, to expose their web interfaces to the open internet?No, it's for local scripting and UI flexibility. You don't like the current way the UI does things? Build a better UI on top of the API as a plugin, or combine them.... scan via nmap, do reverse DNS lookups, write firewall rules.. all in one plugin... eventually. Possibilities are endless, practially only limited by imagination.