Websend 2.5.2

Details

  • Filename
    Websend-2.5.2-SNAPSHOT-bin.zip
  • Uploaded by
  • Uploaded
    Mar 17, 2014
  • Size
    721.72 KB
  • Downloads
    3,048
  • MD5
    51e9362f963b2b3f8dc7e51e65f6a34d

Supported Bukkit Versions

  • CB 1.7.2-R0.3

Changelog

IMPORTANT NOTE: The default password hashing method has been changed from MD5 to SHA-512. The download includes an updated websend.php and minecraft.php. If for some reason you want to change the hashing method for websend you can use HASH_ALGORITHM in the configuration file

IMPORTANT NOTE 2:
For security reasons, websend now sends "@Console" in the user field of the json data in a Bukkit -> php request from the server terminal. This is better than the old plain "console" because it contains the character @ which is not allowed in minecraft usernames.
The minecraft.php example has been updated to account for this change and the support of compressed json data.

Updated to 1.7.2
Added an additional output capturing option that can be toggled with WRAP_COMMAND_EXECUTOR. (more info in documentation)
Better server crash handling.
Reformatted code
Added SSL support
Misc bugs fixed