PtokaX forum

Forum => News => Topic started by: PPK on 13 April, 2014, 05:41:44

Title: PtokaX 0.5.0.2 released...
Post by: PPK on 13 April, 2014, 05:41:44
New PtokaX is here. It is only minor update with bug fixes and few improvements.


Win32 GUI with Lua 5.2.3 (http://www.ptokax.org/files/0.5.0.2-Lua5.2.3.7z)
Win64 GUI with Lua 5.2.3 (http://www.ptokax.org/files/0.5.0.2-Lua5.2.3-x64.7z)
Win32 service/console with Lua 5.2.3 (http://www.ptokax.org/files/0.5.0.2-Lua5.2.3-service.7z)
Win64 service/console with Lua 5.2.3 (http://www.ptokax.org/files/0.5.0.2-Lua5.2.3-service-x64.7z)

Win32 GUI with Lua 5.1.5 (http://www.ptokax.org/files/0.5.0.2-Lua5.1.5.7z)
Win64 GUI with Lua 5.1.5 (http://www.ptokax.org/files/0.5.0.2-Lua5.1.5-x64.7z)
Win32 service/console with Lua 5.1.5 (http://www.ptokax.org/files/0.5.0.2-Lua5.1.5-service.7z)
Win64 service/console with Lua 5.1.5 (http://www.ptokax.org/files/0.5.0.2-Lua5.1.5-service-x64.7z)

UniX source (was tested on Linux/FreeBSD/Haiku) (http://www.ptokax.org/files/0.5.0.2-nix-src.tgz)

Quote from: Full changelog...
Added: Makefile recursion to automatically compile skein and tinyxml on unix os.
Fixed: When xml file fail to load then it is reported and not silently replaced with default (thx dmvn for report).
Fixed: Missing $MyINFO for bot in some cases (thx Alexey and alex82 for report).
Fixed: Not working change password in some cases (thx zog for report).
Fixed: Crash on bans loading in some cases.
Fixed: Max users logins in gui range (thx alex82 for report).
Fixed: NoBadCharsInNick language string has obsolete chars (thx Alexey for report).
Fixed: !tempban with offline user and wrong time value was returning !nicktempban message (thx sphinx for report).
Fixed: Change password for registered user from Lua (thx alex82 for report).
Fixed: When hub description was removed then after restart was changed to default one (thx alex82 for report).
Fixed: Missing $OpList and/or $UserIP in some cases (thx alex82 for report).
Fixed: Few compiler warning in ubuntu.
Changed: os.exit in Lua now correctly shutdown PtokaX.