Neil Lathwood
Neil Lathwood
> I believe that this is removing the only use case of the ipv4_networks code. If so, should this model be removed? For Models I'd say no leave it (we...
@eskyuu Any update on this?
Would it make sense to set the max port speed based on the discovered port speed? We can also change it when we detect a change in port speed (not...
@JFisherDNS Any update?
No updates provided for a while, if any are then we can re-open this pull request.
What about updating the mysql queries in `function get_cache()` to lowercase the checks for the hostname as well that way existing entries in the db aren't an issue. Edit, I...
The whole get_cache() in syslog seems a bit daft anyway. We could return the os, version and hostname from one query so I'm not sure why it's doing what it...
> @laf one thing that is easy to miss is syslog.php is kept running and fed log lines over time. It is not a run once per line script. But...