we are releasing a maintenance patch for SFS PRO 1.5.5.
The patch introduces several bug fixes and additions to the last version of the server.
- Download HERE -
All the details can be found in the release notes:
Code: Select all
» Actionscript 2.0 API - fixed bug in XML entities decoding. Could cause an infinite loop, if input data was corrupt
» Actionscript 2.0 API - fixed number/string conversion in XML decoding. It could cause a particularly formatted string to be converted into an octal number
» Server Side Java Framework - Added getSecreteKey() method to the ExtensionHelper class
» Server Side Framework - The user object is now passed to both userLost and userExit internal events
» Server Side Framework - Room object exposes a new (overloaded) method: getAllUsersButOne()
» Server Side Framework - Room object exposes a new method: getSpectatorList()
» Server Side Framework - Room object exposes a new method: getAllPlayers()
» Server Side Framework - Room object exposes a new method: getUserByPlayerIndex()
» Admin Tool - fixed a bug that could cause an incomplete extension file list under the "Extensions" screen
» Admin Tool - fixed a bug that could cause the overwrite of the last selected file under the "Extensions" screen
» Server - fixed a bug with maxIdleTime that didn't allow values higher than 2.000.000 of seconds
» Server - fixed a bug with very long room names not being correctly displayed when the server boots
» Server - fixed a bug in the Bad Words Filter. Certain foreign accented characters could trigger the recognition of a bad word when it's not
» Server side Python Framework - minor changes to the json serialization
» Javadoc: updated and added DbManager and DataRow classes