Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-15 | Add basic support for OpenBGPd | Denis Fondras | |
2014-12-10 | Add option to specify an interface or an address for routers. | Guillaume Mazoyer | |
The interface is used on routers to source ping and traceroute. On software routers, an address is required instead of the interface. | |||
2014-12-08 | Define more default values. | Guillaume Mazoyer | |
Some can be set to 'null' to avoid displaying some info. | |||
2014-09-25 | Start documentation for the configuration options. | 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 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-08-05 | Add help button. | Guillaume Mazoyer | |
Add a help button to the parameter field to get more information about the selected command and especially about the parameter needed for the command to be properly executed. The help appears in a modal dialog whose content is updated when a command is selected. | |||
2014-08-04 | Split IPv4 and IPv6 results. | Guillaume Mazoyer | |
Show the executed command for each output. | |||
2014-08-03 | Rewrite of the SSH auth engine. | Guillaume Mazoyer | |
Use a more appropriate library. | |||
2014-06-20 | Add config to allow private AS numbers. | Guillaume Mazoyer | |
2014-06-20 | Basic support for BIRD based routers. | Guillaume Mazoyer | |
2014-06-14 | Add preliminary support for Cisco routers. | Guillaume Mazoyer | |
Need to be tested. | |||
2014-06-10 | Move CSS to a dedicated directory css/ | Guillaume Mazoyer | |
2014-06-04 | Provide a way to hide/show the visitor IP address. | Guillaume Mazoyer | |
2014-06-04 | Provide a way to not display the title. | Guillaume Mazoyer | |
2014-06-01 | Update configuration example to add ssh-key and telnet auth. | Guillaume Mazoyer | |
2014-05-29 | Rewrite index.php in object style. | Guillaume Mazoyer | |
Add a way to define an order in the frontpage between routers/commands/parameters/buttons. | |||
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. | |||
2014-05-29 | Add a contact part to the README file. | Guillaume Mazoyer | |
Add comments to the example configuration file. | |||
2014-05-28 | Add a configuration example. | Guillaume Mazoyer | |