X-Git-Url: https://git.hcoop.net/clinton/bobotpp.git/blobdiff_plain/c7d9fb19c989ca8ab1bc2f34b57d2450518fd21e..5aec462269e699fa250645beae748d0104ab6c72:/NEWS diff --git a/NEWS b/NEWS index c3c0c30..9fa7ab9 100644 --- a/NEWS +++ b/NEWS @@ -10,8 +10,40 @@ IMPORTANT NOTES: ====== The News ===================================================== ===================================================================== -Version 2.1.5: Manual Stuff +Version 2.1.8: +- Scripting + + Hooks + * Added bot:protection/[none|ban|kick|deop] and bot:aop/[yes|no] + constants to the Scheme scripting interface + * hooks/timer argument is now zero padded instead of space padded + (e.g. "11:01" instead of "11: 1") + * hooks/disconnect is now called when the bot is disconnected from the + server unintentionally (network connection timeout, server died, + etc.) + + Message Sending + * Implemented bot:notice + + +Version 2.1.7: +- Fixed a number of small bugs and corner cases +- Should compile without warnings (GCC 3.4) + +Version 2.1.6: +- The String class implementation has been redone and replaced by one + based on std::string (eventually String will be gone entirely, but + it a lot of work) +- Patches from Jos Hulzink were applied which fix a + few major bugs in the StringTokenizer (thanks) + +Version 2.1.5: Cleanups +- A DCC CHAT with the bot may now only be initiated if the user is a + Friend of the bot +- Implemented bot:ctcp-quote - The Bot Configuration section of the manual has been completed. +- Fixed a potential (but unlikely) buffer overflow in Utils::strToTime + (if there were more than 512 digits in part of the string form of + the time the buffer would overflow) +- Misc. Bugfixes Version 2.1.4: DCC Support Enhancements - Internal Change: DCCConnection is now an abstract class