summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-05adding initial 'docs' directory with basic filesRomain Boissat rboissat
2014-08-05adding HTTP_X_FORWARDED_FOR supportRomain Boissat rboissat
2014-08-05Update README.md.Guillaume Mazoyer
2014-08-05Merge pull request #2 from rboissat/masterGuillaume Mazoyer
Adding Quagga support and fixing Cisco commands.
2014-08-04adding Quagga support and fixing Cisco commandsRomain Boissat rboissat
2014-08-04Update README.md with a 'Thanks' section.Guillaume Mazoyer
2014-08-04Split IPv4 and IPv6 results.Guillaume Mazoyer
Show the executed command for each output.
2014-08-04Fix ping for Cisco.Guillaume Mazoyer
2014-08-03Be sure to login and disconnect after each command.Guillaume Mazoyer
2014-08-03Fix SSH disconnect function.Guillaume Mazoyer
2014-08-03Fix send command if reconnection is needed when using SSH.Guillaume Mazoyer
2014-08-03Allow masks in IP address parameter.Guillaume Mazoyer
2014-08-03Rewrite of the SSH auth engine.Guillaume Mazoyer
Use a more appropriate library.
2014-07-31Fix contact mail link.Guillaume Mazoyer
2014-07-18Use jquery 2.x.y instead of 1.x.y.Guillaume Mazoyer
2014-07-05Fix duplicate <body> tag.Guillaume Mazoyer
2014-07-05Remove useless JS script.Guillaume Mazoyer
2014-07-04Set autofocus on the parameters field.Guillaume Mazoyer
2014-07-04Use bootstrap hidden class to hide the spam prevention field.Guillaume Mazoyer
2014-06-29Update to use bootstrap 3.2.0.Guillaume Mazoyer
2014-06-24Fix a little typo.Guillaume Mazoyer
2014-06-24Add a .gitignore file.Guillaume Mazoyer
2014-06-20Add config to allow private AS numbers.Guillaume Mazoyer
2014-06-20Fix BIRD commands again.Guillaume Mazoyer
2014-06-20Remove useless code.Guillaume Mazoyer
Fix undefined variable. Fix BIRD commands.
2014-06-20Basic support for BIRD based routers.Guillaume Mazoyer
2014-06-18Fix send_command() in telnet.Guillaume Mazoyer
2014-06-14Remove useless code.Guillaume Mazoyer
2014-06-14Add preliminary support for Cisco routers.Guillaume Mazoyer
Need to be tested.
2014-06-13Make header clickable.Guillaume Mazoyer
2014-06-13Forgot to put commands in array for ping and traceroute.Guillaume Mazoyer
2014-06-13Use quoted aspath-regex for Juniper.Guillaume Mazoyer
2014-06-13No more 'no-more' for Juniper.Guillaume Mazoyer
2014-06-13Support for request that need multiple commands for a proper output.Guillaume Mazoyer
More accurate commands for Juniper router.
2014-06-13Ensure that specified ports are actually integers.Guillaume Mazoyer
2014-06-12Fix last commit.Guillaume Mazoyer
2014-06-12Use only active-path for show route on Juniper.Guillaume Mazoyer
2014-06-11Minor CSS changes.Guillaume Mazoyer
2014-06-11Handle error more properly.Guillaume Mazoyer
Exception are forwarded up to be able to inform the user about it.
2014-06-10Move CSS to a dedicated directory css/Guillaume Mazoyer
2014-06-10New directory js/ for Javascript file.Guillaume Mazoyer
Use a local jquery instead of an online one.
2014-06-10Fix logs format.Guillaume Mazoyer
2014-06-10Rewrite of the routers part.Guillaume Mazoyer
Should be more modular now to add other routers types.
2014-06-04Typo fix.Guillaume Mazoyer
2014-06-04Provide a way to hide/show the visitor IP address.Guillaume Mazoyer
2014-06-04Provide a way to not display the title.Guillaume Mazoyer
2014-06-04Fix some newbie errors.Guillaume Mazoyer
2014-06-04Little improvement for the logging function.Guillaume Mazoyer
Log spamers into the logs file.
2014-06-04Forget an important character.Guillaume Mazoyer
2014-06-04Avoid obvious spam with a hidden field that must not be filled.Guillaume Mazoyer