summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-21Update jQuery to 3.2.1.Guillaume Mazoyer
2017-05-21Add variable for repository URL.Guillaume Mazoyer
2017-04-20With the proper name it is better.Guillaume Mazoyer
2017-04-20Add BEAHOST to our users.Guillaume Mazoyer
2017-03-25Update jQuery to 3.2.0.Guillaume Mazoyer
2017-01-03Copyright updated to 2017.Guillaume Mazoyer
2017-01-01Add link to doc in README.Guillaume Mazoyer
2017-01-01Fix badge.Guillaume Mazoyer
2017-01-01Fix doc index and add badge.Guillaume Mazoyer
2017-01-01Still documentation try.Guillaume Mazoyer
2017-01-01Some tweaks for readthedocs.io.Guillaume Mazoyer
2017-01-01Preparation for readthedocs.io.Guillaume Mazoyer
2016-12-22Focus on and highlight the parameter field if no parameter was given.Guillaume Mazoyer
The parameter field will take the focus and its edges will turn red. This will be cleared up if the reset button is hit or if the field is changed.
2016-11-09Update phpseclib to 1.0.5.Guillaume Mazoyer
2016-11-02Change URL of user.Guillaume Mazoyer
2016-10-16Tiny changes in docs.Guillaume Mazoyer
2016-10-15Add support for Cisco IOS XR.Guillaume Mazoyer
Some of the changes might be inaccurate. They have only been tested against the demo version of a Cisco IOS XRv. Any feedback about real world IOS XR testing will be appreciated.
2016-10-13Include jQuery 3.1.1.Guillaume Mazoyer
2016-10-13Fix phpseclib include.Guillaume Mazoyer
2016-10-13Update jQuery to 3.1.1.Guillaume Mazoyer
2016-10-12Update phpseclib to 1.0.4.Guillaume Mazoyer
2016-09-03More documentation for Docker images.Guillaume Mazoyer
2016-09-01Fix typo.Guillaume Mazoyer
2016-09-01Add Dockerfile.Guillaume Mazoyer
Add a Dockerfile to build Docker images. Also add a documentation file to help building Docker for this looking glass. The official Docker image uses the PHP image with Apache 2 and PHP 5.6.
2016-08-28Release 1.3.0looking-glass-1.3.0Guillaume Mazoyer
2016-08-25Update phpseclib to 1.0.3.Guillaume Mazoyer
2016-08-25Ensure default values are set.Guillaume Mazoyer
2016-08-24Add configuration option to change connection timeout.Guillaume Mazoyer
The timeout can be specified in seconds with the ['timeout'] array index within the router configuration. The default value is 30 seconds.
2016-08-01Update jQuery to 3.1.0 (since Bootstrap is compatible).Guillaume Mazoyer
2016-07-25Update Bootstrap to 3.3.7.Guillaume Mazoyer
2016-07-12Allow build failures for PHP 7.0 and HHVM.Guillaume Mazoyer
2016-07-12Fix cibuild.sh, forgot to redirect stderr to stdout.Guillaume Mazoyer
2016-07-11Use a variable when using array index.Guillaume Mazoyer
2016-07-11Don't care about PHP 5.2. Add build status on README.md.Guillaume Mazoyer
2016-07-11Forgot to make build script executable.Guillaume Mazoyer
2016-07-11Add build script to check syntax of php files.Guillaume Mazoyer
2016-07-11Prepare for unit testing.Guillaume Mazoyer
2016-06-13Remove useless tag when disabling IP version.Guillaume Mazoyer
2016-06-13Fix hostname_to_ip_address.Guillaume Mazoyer
Get only AAAA or A record based on the router config if provided.
2016-06-13Per router options to disable/enable IP versions.Guillaume Mazoyer
Remove the global options to disable/enable IPv6 or IPv4. These options can now be used on the router configuration level, which seems more appropriate.
2016-06-13Catch use of disable IP version before instanciating the router object.Guillaume Mazoyer
Simplify the code and avoid unneeded computation.
2016-06-12Add new configuration options to enable/disable IPv6 or IPv4.Guillaume Mazoyer
When disabling IPv6 or IPv4, the looking glass will not try to use both IP protocol versions when looking for an AS routes or when pinging or tracerouting. If an IP address of a disabling IP version is used, the user will have an error in return of its command. This error will tell him that the IP version he is trying to use is disabled. Please note that when trying to ping or traceroute a hostname from a Cisco or a Juniper device, this looking glass will not prevent the device to use a disabled IP version when executing its command. This commit also contains some small changes with HTML tags.
2016-06-02Update jQuery to 2.2.4.Guillaume Mazoyer
2016-05-25Merge pull request #14 from tvberlin/masterGuillaume Mazoyer
Adding SysEleven GmbH in ourusers.md.
2016-05-24Update our_users.mdTheo Voss
Proud user added! ;-)
2016-05-21No big deal.Guillaume Mazoyer
2016-05-20Everybody wants IPv6 first right?Guillaume Mazoyer
2016-05-20Update jQuery to 2.2.3.Guillaume Mazoyer
2016-05-20Update phpseclib to 1.0.2.Guillaume Mazoyer
2016-03-15Increase peering policy font size.Guillaume Mazoyer