PtokaX forum

Forum => News => Topic started by: PPK on 11 December, 2013, 21:22:02

Title: PtokaX 0.5.0.1 released...
Post by: PPK on 11 December, 2013, 21:22:02
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.1-Lua5.2.3.7z)
Win64 GUI with Lua 5.2.3 (http://www.ptokax.org/files/0.5.0.1-Lua5.2.3-x64.7z)
Win32 service/console with Lua 5.2.3 (http://www.ptokax.org/files/0.5.0.1-Lua5.2.3-service.7z)
Win64 service/console with Lua 5.2.3 (http://www.ptokax.org/files/0.5.0.1-Lua5.2.3-service-x64.7z)

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

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

Quote from: Full changelog...
Added: White space characters (ascii chars below 32) are not allowed in nicks anymore.
Added: Option to store passwords for registered users as hashes.
Added: Registered users autosave after every 100 regs changes and every 15 minutes when regs change.
Added: AddTimer(iTimerInterval, fFunction) to Lua api.
Added: ProfMan.RemoveProfile in Lua api now accept profile number as param.
Added: Error message on script error now contains traceback, when available.
Fixed: IpToCountry for IPv4 ignored first and last ip in country range (thx Alexey and alex82 for report).
Fixed: Crash in windows version when script send some global data as reaction to chat without blocking it (thx Alexey for report).
Fixed: Wrong chat lines order when multiple messages was received in one loop and script send global data reply for one of them.
Fixed: On hub bot nick change old bot was not removed from userlist (thx Alexey for report).
Fixed: Few other issues related to hub bot nick and info changes.
Fixed: Issues related to OpChat bot nick and info changes.
Fixed: 64bit windoze build was limited to only 2 GB of memory.
Fixed: Lua float/integer types for better performance with Lua 5.3.
Fixed: Issues with signals on unix (thx dmvn for report).
Fixed: Broken text input boxes in settings window in some cases.
Fixed: Never ending loop on reading of registered users file longer than 128 kB (thx dmvn for report).

Title: Re: PtokaX 0.5.0.1 released...
Post by: dmvn on 22 December, 2013, 12:24:39
I've tested my issues noticed some time ago, works fine. Thanks for release!