[project @ 2005-01-13 20:07:01 by unknown_lamer]
[clinton/bobotpp.git] / NEWS
CommitLineData
91dddabd 1(-*- text -*-)
2User Visible Changes In Bobot++
be3612f3 3
91dddabd 4IMPORTANT NOTES:
5 As of version 1.98 unknown_lamer is the new maintainer. Also as of
6 version 1.98, you must have Guile 1.5.6+ or 1.6.x in order to
7 compile scripting support.
be3612f3 8
9=====================================================================
10====== The News =====================================================
11=====================================================================
2e20c3e1 12
c8f13c06 13Version 2.1.5: Cleanups
14- A DCC CHAT with the bot may now only be initiated if the user is a
15 Friend of the bot
16- Implemented bot:ctcp-quote
c7d9fb19 17- The Bot Configuration section of the manual has been completed.
a6339323 18- Fixed a potential (but unlikely) buffer overflow in Utils::strToTime
19 (if there were more than 512 digits in part of the string form of
20 the time the buffer would overflow)
6b59e728 21- Misc. Bugfixes
c7d9fb19 22
4edefeb6 23Version 2.1.4: DCC Support Enhancements
24- Internal Change: DCCConnection is now an abstract class
25- Internal Change: DCCChatConnection provides the functionality of
26 the old DCCConnection so that DCC FILE support can be added
27- New Scheme Procedure: (bot:sent-to-me? message), checks to see if a
28 message was addressed to the bot. This is better than using
29 bot:match-to-me because the hook will continue to function if the
30 bot's nick changes. The only downside to using it is that there may
31 be an increased overhead of calling more hooks than could be called,
32 but that shouldn't be much of a problem.
33- New Scheme Procedure: (bot:change-command-level command level),
34 changes the level a user command to allow a user of `level' level or
35 above to run it.
36
e171dcce 37Version 2.1.3: Something
38- The flood rate can now be set using !setfloodrate INTEGER. The
39default is two messages per second before the bot will ignore
40