Releases: brainboxdotcc/sporks
1.3 stable release
The 1.3 stable release modularises everything, including infobot and JavaScript support.
The modularised infobot doesn't have a dependency upon botnix any more, so you can run it standalone without need for any IRC portions. This allows for greater scalability, as IRC bots can't be sharded.
NB This update includes a security fix for a buffer overflow when escaping SQL parameters. Please upgrade ASAP if you are using 1.2 or lower.
1.2 stable release
The 1.2 stable release has support for modularised subsystems, the first of these are:
module_diagnostics.so
- The @Sporks sudo commands for loading, unloading and listing modules
module_js.so
- The duktape javascript interpreter as a module
module_help.so
- Help commands
module_config.so
- Channel/server owner config commands