SmartFoxServer 3 v3.0.1_beta cumulative patch
PLEASE NOTE: this cumulative patch requires SmartFoxServer3 3.0.0_beta. If you're running a version that is lower than 3.0.0_beta, install 3.0.0_beta first and then apply this patch. SmartFoxServer 3 Download page
How to use
- Unzip the patch and copy the decompressed folder inside your SmartFoxServer3/ installation folder.
- Open the patch folder.
- Run one of the three launch scripts based on your operating system:
- Windows: double click the install-windows.bat file
- Linux: from a terminal run the install-linux.sh script
- macOS: from a terminal run the install-macos.sh script
NOTE:
Under Windows 10/11 the default Zip utility will create an additional folder with the same name as the .zip file, if you extract the file from the contextual menu. We recommend double clicking the patch file instead and dragging the main folder to the SmartFoxServer3/ directory in your drive.
Under Windows 10/11 the default Zip utility will create an additional folder with the same name as the .zip file, if you extract the file from the contextual menu. We recommend double clicking the patch file instead and dragging the main folder to the SmartFoxServer3/ directory in your drive.
Version 3.0.1_beta
- AdminTool
- NEW: in Zone Monitor, added UDP stats charts for monitored User
- NEW: in Zone Monitor, added controls to ban and unban users from a specific Room, see the doc here and here for more info
- FIX: fixed issue with "Kill connection" button not working correctly for websocket connections
- Server Side
- NEW: new API for banning Users from a specific Room. This is a short-lived, non-persistent ban for temporarily getting rid of pesky Users, typically lasting several minutes or hours. The player won't be able to join the Room until the ban expires or it is manually removed
NOTE: The Users allowed to ban someone from a Room are the Room's owner and Mods or Admins
For more details see SFSApi.banUsersFromRoom()/unbanUsersFromRoom() and the corresponding client-side requests - FIX: bug with SFSApi.checkSecurePassword() when using an SSL connection, which reported a password-check failure even when the correct password was provided
- NEW: new API for banning Users from a specific Room. This is a short-lived, non-persistent ban for temporarily getting rid of pesky Users, typically lasting several minutes or hours. The player won't be able to join the Room until the ban expires or it is manually removed
