/plservices

P10 lua-scriptable services for snircd

Primary LanguageCGNU General Public License v3.0GPL-3.0

PLservices are P10 Lua-scriptable services, intended for the use on
snircd.

Requirements:
  * Judy - "C library that provides a state-of-the-art core technology that implements a sparse dynamic array."
      @ http://judy.sourceforge.net/ (LGPL 2.1)

Module requirements:
  Lua - "a powerful, fast, lightweight, embeddable scripting language."
      @ http://www.lua.org (MIT license)
  Tcl - "a very powerful but easy to learn dynamic programming language"
      @ http://www.tcl.tk (Tcl/Tk license)

Compiling:
  make

Runtime arguments: ./plservices -c configfile.conf.

Modules included:
  * Lua - Loads lua scripts, an example lua script that can be loaded can be found on http://hg.quakenet.org/lua-labspace/
  * Tcl - Loads tcl scripts