PtokaX forum

Development Section => PtokaX Development Versions => Topic started by: PPK on 15 November, 2013, 23:57:25

Title: 0.5.0.1 build 443
Post by: PPK on 15 November, 2013, 23:57:25
Windows x86/x64 version with GUI and Lua 5.1.5: http://www.PtokaX.org/files/0.5.0.1b443-Lua5.1.5.7z
Windows x86/x64 service with Lua 5.1.5: http://www.PtokaX.org/files/0.5.0.1b443-Lua5.1.5-service.7z

Windows x86/x64 version with GUI  and Lua 5.2.3RC1: http://www.PtokaX.org/files/0.5.0.1b443-Lua5.2.3.7z
Windows x86/x64 service with Lua 5.2.3RC: http://www.PtokaX.org/files/0.5.0.1b443-Lua5.2.3-service.7z

Windows x86/x64 version with GUI  and Lua 5.3.0(work1): http://www.PtokaX.org/files/0.5.0.1b443-Lua5.3.0.7z
Windows x86/x64 service with Lua 5.3.0(work1): http://www.PtokaX.org/files/0.5.0.1b443-Lua5.3.0-service.7z

Source is in SVN (http://forum.ptokax.org/index.php?topic=7821.0)

Quote from: Changes from build 422
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.
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.