Bobot++ -- A Schemeable IRC Bot - News
Bobot++ 2.3.1 Released, Featuring Guile 3.0 Support
Item posted by Clinton Ebadi <unknown_lamer> on Sat 09 May 2020 08:22:13 PM UTC.
After a very long hiatus, a new release of Bobot++ is available.
2.3.0 was never formally released, but features work done in 2009 to make internal data structures threadsafe so that scheme extensions can start background processes that interact with the bot if needed.
In 2.3.1, a few bugs from 2.3.0 have been fixed, and Dale Smith contributed patches to allow the bot to build with Guile 3.0.
Download at: https://download.savannah.gnu.org/releases/bobotpp/bobotpp-2.3.1.tar.gz
Git repository for full revision history: https://git.hcoop.net/clinton/bobotpp.git
Version 2.3.1:
- Guile 3.0 support
- Minor doc and bug fixes
Version 2.3.0:
- Threadsafety enhancements
+ Hooks are now threadsafe and hook functions can safely add new
hooks
+ Channel ban lists are threadafe
+ Channel user lists are threadsafe
Powered by Savane 3.14-8aba.
Corresponding source code