diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 43487f5..a57da69 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,24 @@ +* 1.4.0 (2018-09-22) + * Fix html/css code for w3c validation + * Fix install/config from mtr at CentOSS/Fedora + * Fix install of sqlite3 at CentOSS/Fedora + * Fix external links oben in new tab/window + * Fix ajax.php for PHP7 environments + * Fix extension of test files from .text to .bin for Internet Explorer + * Added Mutli Language System. + * Added function host + * Added Browser Update check + * Added support for DualStack, only ipv4 and only ipv6 for the site + * Added support for seperated download url (ipv4/ipv6) for test files + * Update jQuery to v1.12.4 + * Update configure.sh (different urls for ipv4/ipv6) + * Update configure.sh (check if cmdlets installed & executable) + * Update configure.sh (some changes on function requirements()) + * Update nginx configuration for currents versions + * Replace all Themes with a new one based on bootstrap + * Replace method to get ip address of the visitor + + * 1.3.0 (2015-01-25) * Fix RDNS XSS * Fix ' ' being escaped by temporary patch (SHA a421a8e) diff --git a/LookingGlass/LookingGlass.php b/LookingGlass/LookingGlass.php index 8d8753e..56713b6 100644 --- a/LookingGlass/LookingGlass.php +++ b/LookingGlass/LookingGlass.php @@ -7,7 +7,7 @@ * @copyright 2015 Nick Adams. * @link http://iamtelephone.com * @license http://opensource.org/licenses/MIT MIT License - * @version 1.3.0 + * @version 1.4.0 */ namespace Telephone; diff --git a/LookingGlass/RateLimit.php b/LookingGlass/RateLimit.php index 4a3651d..92e4675 100644 --- a/LookingGlass/RateLimit.php +++ b/LookingGlass/RateLimit.php @@ -7,7 +7,7 @@ * @copyright 2015 Nick Adams. * @link http://iamtelephone.com * @license http://opensource.org/licenses/MIT MIT License - * @version 1.3.0 + * @version 1.4.0 */ namespace Telephone\LookingGlass; diff --git a/LookingGlass/configure.sh b/LookingGlass/configure.sh index 0e0a99e..68f036f 100755 --- a/LookingGlass/configure.sh +++ b/LookingGlass/configure.sh @@ -7,7 +7,7 @@ # copyright 2015 Nick Adams. # link http://iamtelephone.com # license http://opensource.org/licenses/MIT MIT License -# version 1.3.0 +# version 1.4.0 ################################ ####################### diff --git a/README.md b/README.md index 1ea5e37..5d61dc4 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,17 @@ LookingGlass is a user-friendly PHP based looking glass that allows the public (via a web interface) to execute network commands on behalf of your server. -Current version: v1.3.0 +Current version: v1.4.0 It's recommended that everyone updates their existing install! ## Features * Automated install via bash script -* IPv4 & IPv6 support +* IPv4 & IPv6 support (DualStack, Only IPv4 or IPv6) +* Separate Domains for IPv4/IPv6 * Live output via long polling -* Multiple themes +* Multi Language System. New Languages are Welcome! * Rate limiting of network commands ## Implemented commands @@ -32,7 +33,7 @@ __IPv6 commands will only work if your server has external IPv6 setup (or tunnel ## Requirements -* PHP >= 5.3 +* PHP >= 5.6 * PHP PDO with SQLite driver (required for rate-limit) * SSH/Terminal access (able to install commands/functions if non-existent) @@ -68,7 +69,6 @@ To enable output buffering, and disable gzip on test files please refer to the p The provided config is setup for LookingGlass to be on a subdomain/domain root. For an HTTPS setup please visit: -- [Best nginx configuration for security](http://tautt.com/best-nginx-configuration-for-security/) - [Mozilla SSL Configuration Generator](https://mozilla.github.io/server-side-tls/ssl-config-generator/) ## License diff --git a/ajax.php b/ajax.php index 2194735..3cf57c2 100644 --- a/ajax.php +++ b/ajax.php @@ -7,7 +7,7 @@ * @copyright 2015 Nick Adams. * @link http://iamtelephone.com * @license http://opensource.org/licenses/MIT MIT License - * @version 1.3.0 + * @version 1.4.0 */ /** diff --git a/assets/js/js.language.php b/assets/js/js.language.php deleted file mode 100644 index 785cd04..0000000 --- a/assets/js/js.language.php +++ /dev/null @@ -1,4 +0,0 @@ -RunTest = "" -Loading = "" - - \ No newline at end of file