pufferpanel

PufferPanel is an open source game server management panel, designed for both small networks and personal use

APACHE-2.0 License

Stars
1.2K
Committers
56

Bot releases are hidden (Show)

pufferpanel - 0.6.1-hotfix-2 Beta

Published by DaneEveritt over 10 years ago

This release addresses a critical bug in previous versions that managed to slip through undetected.

Please follow the instructions and information from the 0.6.1-beta release, obviously ignoring the version it is asking you to download.

Update: Friday May 2: Please download again, or manually update the files that have been changed:

/panel/servers.php
/panel/core/framework/framework.server.php

pufferpanel - 0.6.1 Beta

Published by DaneEveritt over 10 years ago

Please download this version: https://github.com/DaneEveritt/PufferPanel/archive/63f7ee023c3f90b3652cd2d3eaa7d77fa8f3af88.zip

This version implements full language support on the front-end of the panel. It also includes a basic API that should not be used, that is being developed for 0.7 beta.

This version has not been tested with versions of GSD beyond the following:
https://github.com/gametainers/gsd/tree/95db572a50b9839879acbcfc32a6cdabcf4c01d1

You will need to run the following command on your MySQL DB if you are upgrading from 0.6.0.2 beta, or reinstall the panel:

CREATE TABLE `api` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`key` char(36) NOT NULL DEFAULT '',
`permissions` tinytext NOT NULL,
`request_ips` tinytext NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1
pufferpanel - 0.6.0.2 Beta

Published by DaneEveritt over 10 years ago

This releases fixes some problems with 0.6.0.1 including installer and language setting bugs, as well as other things that slipped through.

View the full change-log here: https://github.com/DaneEveritt/PufferPanel/compare/0.6.0.1-beta...0.6.0.2-beta

Attached are updated languages. Place them in /panel/core/framework/lang

You can also download this commit to have those language files pre-installed.

pufferpanel - 0.6.0.1 Beta

Published by DaneEveritt over 10 years ago

This release is to fix a bug in the online checking code for GSD. It also introduces basic support for multiple languages. The language part is not a major part of this release, and will be rolled out fully (front-end wise) for 0.6.1.

Admin CP language support is planned for future versions as it requires a much greater amount of translation and code changes.

If you are updating from 0.6.0 please run the following commands on your database, and upload the fresh files. The installer does not need to be re-run if you currently have 0.6.0 (RC2) or higher.

ALTER TABLE usersADD COLUMNlanguagetinytext NOT NULL AFTERpassword``
INSERT INTO settings` VALUES('default_language', 'en')`

pufferpanel - 0.6.0 Beta

Published by DaneEveritt over 10 years ago

This is the first beta release of PufferPanel 0.6.0! This release requires a fresh install if moving up from versions prior to 0.6.0 Alpha (RC3).

pufferpanel - 0.6.0.2 Alpha (RC3)

Published by DaneEveritt over 10 years ago

pufferpanel - 0.6.0 Alpha (RC3)

Published by DaneEveritt over 10 years ago

This release addresses an issue with SSH keys. Please contact me in IRC for support disabling the SSH keys and enabling password based authentication.

Edit: You probably want to use the repo version if using this version since there were multiple fixes applied.

pufferpanel - 0.6.0 Alpha (RC2)

Published by DaneEveritt over 10 years ago

This is the second release client for 0.6.0 Alpha of PufferPanel.

This software is unstable and should only be used by those who are willing to be uninstalling and re-installing multiple times. Please do not use this if you are not comfortable manually editing some files and hunting for bugs.

If you encounter any problems please make a new issue and include the debug information found on the index page of the admin control panel.

pufferpanel - 0.6.0 Alpha (Release 1)

Published by DaneEveritt over 10 years ago

This is an Alpha release of the 0.6.0 version of the software. It is not fully functional, but can be used for bug testing. Some GSD information must be managed manually for the time being. Please inquire in IRC for help with those things.

If you encounter bugs please report them in the issue tracker and include a copy of the Debug info found in the ACP.

(If you are currently running a version of PufferPanel prior to this, you will need to delete everything and do a fresh install, including database information.)

Please download from the main repo for now, there have been some bug fixes.

pufferpanel - v0.5.0.1 Public Beta

Published by DaneEveritt almost 11 years ago

This a minor point version release to correct a PHP error that can occur in previous releases. You do not need to re-install if you are already running PufferPanel. Simply change up the following files:

/node/core/framework/framework.database.connect.php
/node/core/framework/framework.page.php
/node/assets/include/footer.php
/master/assets/include/footer.php

pufferpanel - Version 0.5 Public Beta

Published by DaneEveritt almost 11 years ago

This version fixes numerous bugs in the code, as well as introduces a brand new bootstrap based theme for PufferPanel.

There are still a few things that need to be fixed in this version, but it is mostly stable and good for testing. Please report any bugs you find in the issue tracker.

We will now me moving on to milestone v0.6-beta.

pufferpanel - Version 0.4.2 Public Beta

Published by DaneEveritt almost 11 years ago

DO NOT USE THIS RELEASE OR PRIOR RELEASES. THERE ARE MULTIPLE BUGS THAT EFFECT PERFORMANCE AND USAGE.

You can download the v0.5-beta branch and attempt using that. It is re-themed and contains multiple bug fixes. It will be pushed to master once the Admin CP is re-themed.

v0.5-beta Tree: https://github.com/DaneEveritt/PufferPanel/tree/v0.5-beta

This release fixes multiple script issues and has some minor code enhancements.

Change Log: https://github.com/DaneEveritt/PufferPanel/compare/v0.4.1-beta...43718c1d5b7ae6e7f39cc3b9dacca3274564ba2f

pufferpanel - Version 0.4.1 Public Beta

Published by DaneEveritt almost 11 years ago

This minor-point version release fixes the following bugs:

  • Installer Cookie Settings
  • Scripts not running on node
  • Documentation improvements
pufferpanel - PufferPanel Public Beta

Published by DaneEveritt almost 11 years ago

This is the first public release of PufferPanel, intended for bug-finding and documentation fixing.

This beta should not be used on a production environment. We are happy to offer support in our IRC channel, however please make sure to submit an issue on Github when you find problems so we can log them.