PtokaX forum

Development Section => PtokaX Development Versions => Topic started by: PPK on 08 May, 2012, 16:13:53

Title: 0.4.2.0 build 390 - PXLua is back!
Post by: PPK on 08 May, 2012, 16:13:53
Windows x86/x64 version with GUI and Lua 5.1.5: http://www.PtokaX.org/files/0.4.2.0b390-Lua5.1.5.7z
Windows x86/x64 service with Lua 5.1.5: http://www.PtokaX.org/files/0.4.2.0b390-Lua5.1.5-service.7z

Windows x86/x64 version with GUI  and Lua 5.2.0: http://www.PtokaX.org/files/0.4.2.0b390-Lua5.2.0.7z
Windows x86/x64 service with Lua 5.2.0: http://www.PtokaX.org/files/0.4.2.0b390-Lua5.2.0-service.7z

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

Quote from: Changes from build 378
Added: Global buffer with default size 128 kB.
Added: Core.GetHubIPs to Lua API.
Added: tUser.tIPs to Lua API.
Added: Missing end line dots on some hub commands reply (thx Alexey for report).
Added: RegUser hub command. OP need to provide online nick and profile. Hub will ask user for password and after password is entered then user is added to registered users.
Added: IP in $Search and $ConnectToMe commands is replaced with correct one when user send wrong IP.
Added: Missing Core.SetUserInfo IDs docs.
Changed: Limits for opforcemove address (from 128 to 4096) and message (from 256 to 16384).
Changed: Per user supports now have own bits array.
Changed: Buffer increase counting for zpipe. Replaced while with bit operations.
Fixed: Missing unknown arrival on MyNick command.
Fixed: Shutdown with ctrl+c on non-windows OS (thx Alexey for report).
Fixed: Crash in Lua 5.1 on invalid conversion specifier in os.date (fix from Lua 5.2).
Removed: Static 128 kB buffer only for Lua API use.
Removed: Few memory allocations, now is used global buffer.
Updated: Russian language file (thx Alexey).
Updated: zlib to 1.2.7.