WolfAdmin is a game manager for Wolfenstein: Enemy Territory servers. Written as a Lua module, it provides you with extra tools to administrate your server.
Find a file
Timo Smit 241910ad38 Updated docs.
* docs directory was obsolete and has been removed.
* the readme is more reader friendly now.
* the license has been changed to Markdown format.
2019-01-03 12:08:06 +01:00
config Added autodetection of standalone mode (refs #61) 2018-02-16 12:49:00 +01:00
database Fixed missing table existence checks 2019-01-02 10:15:24 +01:00
lualibs Updated license for lua-toml and dependency list 2017-03-15 14:14:56 +01:00
luamods/wolfadmin Fixed aliases not being updated on connect 2019-01-03 11:28:22 +01:00
pk3 Removed usage instructions from license docs 2017-03-22 11:25:37 +01:00
deploy.sh Fixed consistency in deploy script (refs #73) 2018-02-13 09:39:35 +01:00
LICENSE.md Updated docs. 2019-01-03 12:08:06 +01:00
README.md Updated docs. 2019-01-03 12:08:06 +01:00

WolfAdmin

WolfAdmin is a Lua module for Wolfenstein: Enemy Territory servers .

Installation

Dependencies

Make sure the following dependencies are installed:

  • luasql.sqlite3 and/or luasql.mysql
  • lua-toml

Documentation

Read the configuration documentation and learn about the vast amount of options.

Contributing

You can report any issues or feature requests to Mantis. Alternatively, you can fix or implement it yourself and send a pull request to the repository on GitHub.

License

Source code is released under GNU General Public License 3 license.