Skip to content

Bug fixes

Pre-release
Pre-release
Compare
Choose a tag to compare
@PEMapModder PEMapModder released this 25 Jan 11:07
· 71 commits to master since this release

Changelog

  • Typo fix by @GoneTone
  • Typo fix by @Driesboy
  • Fixed the /opt command
  • Fixed multi-factor authentication
  • Tested data masking (inventory and location), confirmed to be working
  • (Unused) Incomplete atabase import structure, contained in the beta release but cannot be used yet

Unimplemented features

Some features specified in the config file may not be implemented/tested yet. Please check the README for what is confirmed to be working.

Incompatible configs across versions

The config file has been slightly changed since the last beta release. You are recommended to delete the config.yml file to let HereAuth generate a new one.

Compile only with the NOWHERE compiler script

Please do not attempt to compile this plugin through pmt.mcpe.me or DevTools or ConsoleScript, because this plugin uses the NOWHERE framework. It is slightly pre-processed, and plugin.yml is generated using the NOWHERE compiler script. Therefore, normal loaders won't work on it as they won't find a plugin.yml file. It can be compiled into an independent usable plugin .phar build with the NOWHERE compile script compile.php found at the root directory of this repo. The script requires PHP 7 to run.

Direct phar download

You can download the phar release from the links below, or get the latest development/beta/RC builds from the compile/ directory in the repo.

Should I use this on my server?

There are three types of builds: RC (release candidate), beta and development. A beta build is meant for test servers. If you are running a production server, it's recommended to stay away from these builds. If you really want to use it, please test this build in an environment isolated from your production server (e.g. do not share same database, do not use in same directory, do not open on the same port, etc.) before doing applying it on the production server.

This build, Beta #163, actually already stably covers all features of the SimpleAuth and other unique features of HereAuth's, so it is actually stable for production use, theoretically.
However, technically, if any issues occurred during migration from a beta version to another, they are not supported. Migration from one release to another is supported, but not from a beta/development build and/or to a beta/development build. Therefore, if you do not want to bear the risk of resetting the config file or the database by HereAuth Beta builds, you may want to wait until a release candidate is published, where migration such as database migration, config migartion, etc. would be supported in the next release.

Reporting bugs

Please report bugs to the HereAuth issue tracker on GitHub. I politely ask you not to submit duplicated issues, submit issues for unimplemented features or for questions, or use the issue tracker as a forum.