mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-10 20:22:36 +01:00
Updated.
This commit is contained in:
parent
0fbfe32538
commit
2b8bd98bd7
41
ChangeLog
41
ChangeLog
@ -1,9 +1,32 @@
|
||||
2003-12-12 Jeremy Fincher <jemfinch@supybot.org>
|
||||
|
||||
* Version 0.76.1! The birthday release!
|
||||
|
||||
* Fixed a bug in irclib.py that could cause the bot to loop,
|
||||
connecting and disconnecting from the server because it didn't
|
||||
think the server responded to its PING.
|
||||
|
||||
* Fixed a bug in the Services implementation that could cause
|
||||
the bot to continually loop, connecting and disconnecting from the
|
||||
server.
|
||||
|
||||
* Fixed Misc.help to follow the same default plugin rules that the
|
||||
rest of the bot follows.
|
||||
|
||||
* Added Lookup.search for searching the various loaded lookups.
|
||||
* Added better error reporting to Admin.join, so the various error
|
||||
conditions that might make the bot incapable of joining a channel
|
||||
will be reported.
|
||||
|
||||
* Updated Todo.remove to allow removing multiple taskids
|
||||
* Updated RootWarner to be configurable, offering each channel the
|
||||
ability to define whether or not people who IRC as root will be
|
||||
warned, what that warning will be, and whether or not they should
|
||||
be kicked.
|
||||
|
||||
* Added a configurable 'topic-sync' to the Relay plugin to
|
||||
determine whether the topics of the two channels should be kept
|
||||
synchronized.
|
||||
|
||||
* Added Lookup.search for searching the various loaded lookups.
|
||||
|
||||
* Added Topic.reorder, a new command for reordering the topics in a
|
||||
specific manner.
|
||||
@ -11,14 +34,24 @@
|
||||
* Added Topic.list, a new command for listing the topics in a
|
||||
channel (mostly in order to help out with Topic.reorder :))
|
||||
|
||||
* Added Http.extension, a new command to retrieve file extension in
|
||||
formation from filext.com.
|
||||
* Added Http.extension, a new command to retrieve file extension
|
||||
information from filext.com.
|
||||
|
||||
* Updated Todo.remove to allow removing multiple taskids
|
||||
|
||||
* Updated Relay.whois to include a user's away status and identified
|
||||
state, if the server supports it.
|
||||
|
||||
* Added utils.sorted, which does what list.sorted will do when 2.4
|
||||
is released.
|
||||
|
||||
* Added ircutils.isCtcp, for determining whether or not a message
|
||||
is a CTCP message.
|
||||
|
||||
2003-12-6 Jeremy Fincher <jemfinch@supybot.org>
|
||||
|
||||
* Version 0.76.0!
|
||||
|
||||
* Added a "trusted" capability that defaults to off (-trusted) and
|
||||
is required for Utilities.re (with which it's possible to DoS the
|
||||
bot) and for the new Math.icalc (with which it is trivially
|
||||
|
6
RELNOTES
6
RELNOTES
@ -1,3 +1,9 @@
|
||||
Version 0.76.1
|
||||
|
||||
Almost entirely bugfixes, just some minor (and some less minor) bugs
|
||||
that need to get in before we really start hacking on the next
|
||||
version. Should be *entirely* compatible with 0.76.0.
|
||||
|
||||
Version 0.76.0
|
||||
|
||||
Major bugfix release. A great number of bugs fixed. This is the last
|
||||
|
Loading…
Reference in New Issue
Block a user