Skip to content

Commit

Permalink
Bump release to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StadtBadWurzach committed Sep 22, 2018
1 parent d9fd179 commit 3f2d1ba
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 13 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion LookingGlass/LookingGlass.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion LookingGlass/RateLimit.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion LookingGlass/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
################################

#######################
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ajax.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

/**
Expand Down
4 changes: 0 additions & 4 deletions assets/js/js.language.php

This file was deleted.

0 comments on commit 3f2d1ba

Please sign in to comment.