TS3Secure closed alpha announce
Im proud to announce a Developer Snapshot of the new TS3Secure bot.
All of you that have interests into this. please contact me.
Here is short description of the new bot:
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD",
"SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this post are to be
interpreted as described in RFC2119.
## Introduction
This is a skeleton application using the Zend Framework MVC layer and module
systems in combination with the TS3 PHP Framework. This application will act as a daemon
and is meant to be used as a starting place for those looking to get their feet wet
with a TS3 PHP Daemon based on the Zend Framework and TS3 PHP Framework.
## Requirements
Upgrading your CLI PHP to 7.0.26 or higher is REQUIRED
The PHP extensions PCNTL and POSIX are REQUIRED
The command ionice (man 1 ionice) is REQUIRED
The command ip (man 8 ip) is REQUIRED
The command grep (man 1 grep) is REQUIRED
The command awk (man 1 awk) is REQUIRED
The command nice (man 1 nice) is REQUIRED
Outgoing DNS query's are REQUIRED (for version check; only on startup)
Upgrading your TeamSpeak 3 servers to 3.0.9 (build >= 1378383061) is RECOMMENDED
## Development mode
The skeleton ships with zf-development-mode
by default, and provides three aliases for consuming the script it ships with:
```bash
$ composer development-enable # enable development mode
$ composer development-disable # disable development mode
$ composer development-status # whether or not development mode is enabled
```
You MAY provide development-only modules and bootstrap-level configuration in
`config/development.config.php.dist`, and development-only application
configuration in `config/autoload/development.local.php.dist`. Enabling
development mode will copy these files to versions removing the `.dist` suffix,
while disabling development mode will remove those copies.
Development mode is automatically enabled as part of the skeleton installation process.
After making changes to one of the above-mentioned `.dist` configuration files you MUST
either disable then enable development mode for the changes to take effect,
or manually make matching updates to the `.dist`-less copies of those files.
##Licensce
TS3Secure: Copyright (c) Urbach - EDV Komplettlösungen
Zend Framework: Copyright (c) 2005-2018, Zend Technologies USA, Inc.
T3 PHP Framework: Copyright (c) Planet TeamSpeak (Licensed under GPL v3 see: https://www.gnu.org/licenses/gpl-3.0.en.html)
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted, provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
- Neither the name of Urbach - EDV Komplettlösungen nor the names of its
contributors may be used to endorse or promote products derived from this
software without specific prior written permission.
- Neither the name of Planet TeamSpeak nor the names of its
contributors may be used to endorse or promote products derived from this
software without specific prior written permission.
- Neither the name of TeamSpeak Systems, Inc. nor the names of its
contributors may be used to endorse or promote products derived from this
software without specific prior written permission.
- Neither the name of Zend Technologies USA, Inc. nor the names of its
contributors may be used to endorse or promote products derived from this
software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.