Luadch 0.08

Post Releases on Hubsoftware
Forum rules
  • Make sure that the changelog is included
  • Make sure you don't double post
  • Make sure to have the download and homepage link included

Locked
Toast

Luadch 0.08

Post by Toast » 18 Oct 2008, 22:36

Finally Luadch 0.08 has been released with a lot of bugfixes and added extensions like UCMD and Ping into the hubsoftware.
  • Changelog:
  • added manual
  • added PING extension
  • added en, de language files for scripts/hub
  • added possibility of settings profiles
  • added script modules:
    - report
    - usercommands
    - hubcommands
  • added new scripts:
    - cmd_ascii.lua
    - cmd_rules.lua
    - cmd_userlist.lua
    - cmd_accinfo.lua
    - cmd_code.lua
    - etc_char_replacer.lua
    - etc_hubcommands.lua
    - etc_usercommands.lua
    - etc.report.lua
    - usr_slots.lua
    - usr_share.lua
    - usr_hubs.lua
    - usr_hub_slot_ratio.lua
    - hub_cmd_manager.lua
    - hub_keeping_alive.lua
  • added user redirection
  • added usercommands in virtually all cmd scripts
  • added new listener "onError"
  • added some runtime type checking ( utf8, adcstr, adcstring, user, adccmd )
  • added corrupt cfg.tbl/user.tbl checking
  • added error reports in util.lua/cfg.lua
  • added anti password brute force
  • added simple memory managment ( reusing tables )
  • added some server stats
  • cleaned up many code ( e.g. adclib )
  • changed script api ( e.g. user.getNick to user.nick )
  • cached cfg_get's in hub.lua
  • improved some scripts ( e.g. userinfo )
  • rewrote timer
  • rewrote partially adc.lua ( adccmds are self based now with extern methods )
  • renamed some scripts ( e.g. cmd_regnick to cmd_reg )
  • removed cmd_killscripts.lua
  • fixed pre.lua
  • fixed critical bug in util.lua
  • fixed many small bugs
  • BOM in files wont be overwritten now
Download Binary
Download Source

Locked