Page 1 of 1

luadch v0.06

Posted: 03 Mar 2008, 09:41
by Kryppy
Luadch is a hub for the ADC network and mostly written in Lua. It is a project to learn more about Direct Connect and Lua Programming.

Download

Changelog:
--// 080302 v0.06 //--
- added luadchjit branch to compile with luajit
- added shell script to compile on linux/posix
- added shell script to create openssl certificates
- added coxpcall lib for some tests
- added luadch icon ( big thanks to pulsar! )
- added default userlevels:
- 0 = UNREG
- 10 = GUEST
- 20 = REG
- 30 = VIP
- 40 = SVIP
- 60 = OPERATOR
- 80 = ADMIN
- 100 = HUBOWNER
- added new scripts and splitted example.lua:
- banner.lua
- cmd_kick.lua
- cmd_killscripts.lua
- cmd_mass.lua
- cmd_nick.lua
- cmd_regnick.lua
- cmd_reloadcfg.lua
- cmd_restart.lua
- cmd_restarthub.lua
- cmd_shutdown.lua
- cmd_sid.lua
- unknown_command.lua
- usr_desc_prefix.lua
- usr_nick_prefix.lua
- usr_ranks.lua
- added new client layer in server.lua, a layer between sockets and users
- added privacy to hub/user/adc/bot objects with usage of upvalues instead of self
- added new functions/listeners to script api
- improved error handling; undeclared globals are forbidden now
- improved script managment: now scripts can import functions of other scripts
- removed openssl headers/libs from distribution
- fixed some critical and many small bugs