thommey / plservices

P10 lua-scriptable services for snircd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

P10 lua-scriptable services for snircd

License:GNU General Public License v3.0


Languages

Language:C 69.1%Language:Lua 29.4%Language:C++ 1.3%Language:Tcl 0.1%