This commit is contained in:
Jeremy Fincher 2004-04-16 08:16:37 +00:00
parent a4b54566e9
commit d8dad26160
2 changed files with 41 additions and 4 deletions

View File

@ -1,9 +1,28 @@
2004-04-16 Jeremy Fincher <jemfinch@supybot.org>
* Version 0.77.2!
* Fixed numerous bugs, high and low, big and small and
in-between. Definitely worthy of a release.
* Added Utilities.success, mostly for making aliases such that
they can respond with success if no errors were encountered in
any nested commands.
* Changed the name of the new filter, colorstrip, to be
stripcolor. Better now than after it was highly established :)
* Added configuration variables
supybot.plugins.Services.NickServ.password (which replaces the
old supybot.plugins.Services.password) for specifying the
NickServ password, as well as
supybot.plugins.Services.ChanServ.{op,halfop,voice}, which
determine what the bot should request of ChanServ when it
identifies or joins a channel. These latter variables are, of
course, channel variables.
* Fixed bug #863601, plugin BadWords fails on color codes.
* Added ircutils.strip{Bold,Reverse,Underline,Formatting}, which
will remove the specified formatting or all forms of formatting
in the case of stripFormatting.
* Replaced Sourceforge.{rfe,bug} with Sourceforge.tracker, which
can query any tracker type (not just RFEs and bugs) and responds
with more information, a la trackerSnarfer.
@ -31,8 +50,15 @@
be correct if the requesting user has the owner capability (and
isn't the owner himself).
* Added ircutils.strip{Bold,Reverse,Underline,Formatting}, which
will remove the specified formatting or all forms of formatting
in the case of stripFormatting.
2004-04-09 Jeremy Fincher <jemfinch@supybot.org>
* Version 0.77.1!
* Added supybot.reply.errorWithNotice to make the bot give its
error messages in a notice.

View File

@ -1,3 +1,14 @@
Version 0.77.2
This is a drop-in replacement for 0.77.1, with one exception. The
configuration variable formerly known as
"supybot.plugins.Services.password" is now known as
"supybot.plugins.Services.NickServ.password", due to the fact that
there might be different passwords for NickServ and ChanServ (and
ChanServ passwords are per-channel, whereas NickServ passwords are
global). If you're using the Services plugin, you'll need to make
this change in order to continue identifying with services.
Version 0.77.1
This is a drop-in replacement for 0.77.0 -- no incompatibilities, to