It is time for a new gozerbot release so we are pushing a new BETA for the world to test. This time the change is rather big as most plugins are removed from the core and put into there own tarball. So if you want to try out 0.8.2-BETA for us and report any problems with it on http://dev.gozerbot.org/ or in our channel #dunkbots on IRCnet we would very much appreciate it. You can also contact me at bthate@gmail.com. Download can be done from our website http://gozerbot.org.
new features:
- most plugins removed from core .. this keeps the base of the bot as small as possible
- missing plugins can be installed via internet or via tarball
- rewritten core .. callbacks and commands when not threaded are not executed in the main loop anymore but instead in what are called “runners”, threads that do the jobs. this limits the threads that are launched
- new debug mode that enables more verbose logging (stacktrace)
- a REST server and client have been added to the core .. the cloud plugin uses these to communicate between bots. data is transfered in json format
- new plugins are added to the plugin collection
- powernick (core) .. a plugin to relay the log file to an OPER via DCC CHAT
- throttle (core) .. throttle users to max number of commands per minute
- cloud (myplugs) .. connect gozerbots together
- traclog (myplugs) .. log channel in a format suitable for integration with trac
- register (myplugs) .. enables users to register themselves with the bot
- anon (myplugs) .. register users on channel join
- config changes are now written to the config file instead of a pickle
download the gozerbot-0.8.2-BETA tarball here
download the myplugs-0.8.2-BETA tarball here
core bot mercurial repository here
myplugs mercurial repository here
TAKE NOTE: most of the plugins are removed from the core bot .. you can use the !install-defaultplugs command to get most of these plugins .. otherwise see !install-list of plugins that can be installed