[project @ 2005-06-23 06:20:44 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
af8c61fe 13Version 2.1.8:
af8c61fe 14- Added bot:protection/[none|ban|kick|deop] and bot:aop/[yes|no]
15 constants to the Scheme scripting interface
16
980ce0f4 17Version 2.1.7:
cf8ea873 18- Fixed a number of small bugs and corner cases
19- Should compile without warnings (GCC 3.4)
980ce0f4 20
2e18045a 21Version 2.1.6:
8db6cd17 22- The String class implementation has been redone and replaced by one
23 based on std::string (eventually String will be gone entirely, but
24 it a lot of work)
2e18045a 25- Patches from Jos Hulzink <josh@stack.nl> were applied which fix a
980ce0f4 26 few major bugs in the StringTokenizer (thanks)
2e18045a 27
c8f13c06 28Version 2.1.5: Cleanups
29- A DCC CHAT with the bot may now only be initiated if the user is a
30 Friend of the bot
31- Implemented bot:ctcp-quote
c7d9fb19 32- The Bot Configuration section of the manual has been completed.
a6339323 33- Fixed a potential (but unlikely) buffer overflow in Utils::strToTime
34 (if there were more than 512 digits in part of the string form of
35 the time the buffer would overflow)
6b59e728 36- Misc. Bugfixes
c7d9fb19 37
4edefeb6 38Version 2.1.4: DCC Support Enhancements
39- Internal Change: DCCConnection is now an abstract class
40- Internal Change: DCCChatConnection provides the functionality of
41 the old DCCConnection so that DCC FILE support can be added
42- New Scheme Procedure: (bot:sent-to-me? message), checks to see if a
43 message was addressed to the bot. This is better than using
44 bot:match-to-me because the hook will continue to function if the
45 bot's nick changes. The only downside to using it is that there may
46 be an increased overhead of calling more hooks than could be called,
47 but that shouldn't be much of a problem.
48- New Scheme Procedure: (bot:change-command-level command level),
49 changes the level a user command to allow a user of `level' level or
50 above to run it.
51
e171dcce 52Version 2.1.3: Something
53- The flood rate can now be set using !setfloodrate INTEGER. The
54default is two messages per second before the bot will ignore
55