Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-18 | Release 1.2.1. | Guillaume Mazoyer | |
2016-02-18 | Reject AS path regex containing ; and ". | Guillaume Mazoyer | |
An AS path regex will be considered as invalid if any of the ; and " characters are used. These characters could be used to inject arbitrary command due to the router command line interpretation. This is a temporary fix for issue #13 while waiting for something better. | |||
2016-02-16 | Release 1.2.0.looking-glass-1.2.0 | Guillaume Mazoyer | |
2015-11-08 | Fix derp, typo. | Guillaume Mazoyer | |
2015-11-08 | Fix derp. AAA is not a valid DNS record type. | Guillaume Mazoyer | |
2015-11-08 | Ensure hostname is not an IP address. | Guillaume Mazoyer | |
2015-07-23 | Rework hostname parameter check. | Guillaume Mazoyer | |
Rename FQDN to hostname which seems more appropriate. Refactor match_fqdn / match_hostname function to use a more accurate way of checking a potential hostname. | |||
2015-07-18 | Change some errors messages. | Guillaume Mazoyer | |
2015-07-17 | Add config variables to change ping and traceroute options. | Guillaume Mazoyer | |
With ping only the options can be changed to match what the user wants. With traceroute the options and the binary can be changed (some people prefer to use mtr instead of traceroute). Please refer to the documentation to see how it works. | |||
2015-02-09 | Forgotten 'parameters'. | Guillaume Mazoyer | |
2015-01-15 | Update copyrights. | Guillaume Mazoyer | |
2015-01-13 | FQDN are usable for ping and traceroute. | Guillaume Mazoyer | |
2014-12-23 | Release 1.1.0.looking-glass-1.1.0 | Guillaume Mazoyer | |
2014-12-18 | Option to configure the header's link. | Guillaume Mazoyer | |
Use $config['frontpage']['header_link'] to give a link to be used when the header is clicked. The default value is null and means that no link will be used. | |||
2014-12-13 | Option to hide commands. | Guillaume Mazoyer | |
Set $config\['output'\]\['show_command'\] to true or false to show or hide the command in the output. Also fix ping/traceroute without FQDN on BIRD, Quagga and Cisco. | |||
2014-12-10 | Release 1.0.0.looking-glass-1.0.0 | Guillaume Mazoyer | |
2014-12-08 | Define more default values. | Guillaume Mazoyer | |
Some can be set to 'null' to avoid displaying some info. | |||
2014-11-17 | Code format. Always use () for functions. | Guillaume Mazoyer | |
2014-09-25 | Start documentation for the configuration options. | Guillaume Mazoyer | |
2014-09-25 | Add documentation section in README.md. | Guillaume Mazoyer | |
2014-09-24 | Log format can be configured. | Guillaume Mazoyer | |
The format for each log can be configured with the configuration option defined by $config['logs']['format']. %D is for the time, %R is for the requester IP address, %H is for the host on which the command has been executed and %C is for the command. Warning! The configuration option to choose the logs file has been moved from $config['misc']['logs'] to $config['logs']['file']. | |||
2014-09-08 | Improve output filters. | Guillaume Mazoyer | |
Fix filters that could lead to filtered HTML output. Do not remove empty lines anymore, except for the last line. Do not try to loop over each line of the output if no filter are defined. | |||
2014-09-03 | Add config to disallow the use of private and reserved IP ranges. | Guillaume Mazoyer | |
2014-08-10 | Fix typo. | Guillaume Mazoyer | |
2014-08-10 | Add ability to use another Bootstrap theme. | Guillaume Mazoyer | |
2014-08-10 | Add config option to enable/disable the bootstrap theme. | Guillaume Mazoyer | |
2014-08-06 | Start some functions documentation. | Guillaume Mazoyer | |
2014-08-06 | Add ping/traceroute for FQDN on BIRD and Quagga. | Guillaume Mazoyer | |
Basically this can work with all Linux boxes. It gets A and AAAA records from DNS and decide if it can uses IPv6 or IPv4 to ping or to traceroute. IPv6 is always preferred of course. | |||
2014-08-06 | Reminder of the command in the help modal. | Guillaume Mazoyer | |
2014-08-05 | Add a disclaimer to the top of the config.default.php. | Guillaume Mazoyer | |
2014-08-05 | adding a disclaimer to example config file and moving out some defaults ↵ | Romain Boissat rboissat | |
values that aren't :) | |||
2014-08-05 | Add blank line. | Guillaume Mazoyer | |
2014-08-05 | Add config.defaults.php to set default configuration options. | Guillaume Mazoyer | |
The defaults can be overriden in the config.php file but some of them are fine as defaults. This will help in having a config.php file as short as we can. Also move utils.php to the includes directory. | |||
2014-06-10 | Move CSS to a dedicated directory css/ | Guillaume Mazoyer | |
2014-06-10 | New directory js/ for Javascript file. | Guillaume Mazoyer | |
Use a local jquery instead of an online one. | |||
2014-06-04 | Avoid obvious spam with a hidden field that must not be filled. | Guillaume Mazoyer | |
2014-06-03 | Execute the JS after the DOM is ready. | Guillaume Mazoyer | |
2014-06-03 | Rename main JS file. | Guillaume Mazoyer | |
2014-06-03 | Disable form elements when the form is submitted. | Guillaume Mazoyer | |
2014-05-29 | Add reference to this project. | Guillaume Mazoyer | |
2014-05-29 | Apache 2.4 configuration to avoid to access the config.php file. | Guillaume Mazoyer | |
First import of the whole source code (quite monolithic for now). Update configuration example. |