Limnoria/ChangeLog

242 lines
8.5 KiB
Plaintext
Raw Normal View History

2003-11-18 19:32:36 +01:00
* Added QuoteGrabs module which allows people to grab interesting
quotes from other people and store them in the bot for later retrieval
2003-11-18 20:48:14 +01:00
(also optionally have the bot randomly snarf quotes).
* Renamed URLSnarfer plugin to just URL.
2003-11-18 20:48:14 +01:00
* Removed TwistedCommands plugin to the sandbox; the one command
it provided (dict) is now better provided in the Dict plugin.
* Renamed Notes plugin to just Note.
* Renamed FunCommands plugin to just Fun.
2003-11-18 19:32:36 +01:00
* Removed the Moobot plugin (either moved the commands to the Fun
plugin or dropped them entirely).
2003-11-18 19:32:36 +01:00
* Added Movies plugin which searches IMDb (www.imdb.com) for movie
info.
* Added Ebay plugin for snarfing eBay URLs as well as getting info on
2003-11-18 20:48:14 +01:00
certain auctions.
2003-11-18 19:32:36 +01:00
* Added Dunno plugin as an optional replacement for the boring 'no
such command' response.
2003-11-18 19:32:36 +01:00
* Added MoobotFactoids plugin for moobot-style factoids (which are
2003-11-18 20:48:14 +01:00
meant to mimic blootbot-style factoids). People used to
traditional IRC bot factoids plugins will probably find this
plugin more to their taste than Factoids.
* Removed all example strings from plugins. To be replaced with an
automated process later.
2003-11-18 20:48:14 +01:00
* Changed commands so that plugins no longer have to make sure
that their commands are unique within the bot. Ambiguous commands
will reply with an error message and instruct the user to
disambiguate the command by prefixing with the appropriate plugin
name.. Many commands that formerly contained the plugin name (or a
portion thereof) have had it removed, and many plugins have had
their names changed so prefixing a command with the plugin name is
less bulky. Rather than list each individual example, you can
read the plugin documentation posted at ***TODO***
* Made aliases persistent across reloads/bot restarts. You should
probably change your botscripts not to add the aliases onStart,
but (assuming those aliases don't change) it should still work
fine.
* Converted several plugins to the new Configurable plugin type
2003-11-18 20:48:14 +01:00
Plugins modified include Bugzilla, ChannelDB, Dict, Ebay,
Enforcer, Gameknot, Google, Python, Relay, and URL (formerly
URLSnarfer).
2003-11-18 20:48:14 +01:00
* Changed ChannelDB database to use integer user ids instead of text
usernames.
2003-11-18 19:32:36 +01:00
* Added monitoring of occurrences of certain words on a per-user
2003-11-18 20:48:14 +01:00
basis, adding two new commands to ChannelDB (addword and
wordstats).
2003-11-18 20:48:14 +01:00
* Moved karma out of ChannelDB and into its own Karma plugin.
* Removed "dictserver" command in favor of using the Configurable
framework with the Dict plugin instead.
* Added a "change" command to change factoid values in the Factoids
plugin.
* Moved uptime-related commands to from FunDB to the Status plugin.
* Added substitutions for 'me' and 'my' in insult/praise/lart.
2003-11-18 20:48:14 +01:00
* Changed FundB to allow accessing excuses, larts, and praises by
id.
* Removed the "googlesite" function.
2003-11-18 19:32:36 +01:00
* Switched freshmeat searches from using regexps to using XML parsing
to obtain the needed info.
2003-11-18 20:48:14 +01:00
* Changed Http.geekquote to use multiline geekquotes (and removed
the option to do so, since it's now the default).
2003-11-18 20:48:14 +01:00
* Added a --id switch to geekquote to pick a specific geekquote.
2003-11-18 20:48:14 +01:00
* Renamed the Network.internic command to whois, since we can now fix
ambiguity by prefixing the plugin name.
* Changed most commands in News to require the 'news' capability.
* Actually implemented the 'change' and 'old' commands for News.
2003-11-18 20:48:14 +01:00
* Added ASPN Python Cookbook URL snarfer.
2003-11-18 20:48:14 +01:00
* Changed Relay.names output to show (and sort by) status in the
channel.
* Removed 'relaycolor' command in favor of Configurable framework.
* Added total memory usage to 'cpustats' output for several *nix
platforms.
2003-11-18 20:48:14 +01:00
* Removed the total percentage of CPU time from 'cpustats'. Not
only was it inaccurate, but we needed the room for memory stats.
2003-11-18 20:48:14 +01:00
* Changed Topic.shuffle to ensure that the topic is actually
shuffled.
2003-11-18 20:48:14 +01:00
* Changed all commands which take an index (various Topic and
Factoids commands) to index from 0 instead of 1.
2003-11-18 20:48:14 +01:00
* Fixed several bugs in Unix.spell whereby the bot could be
frozen.
2003-11-18 20:48:14 +01:00
* Added Bugzilla module for accessing various data in Bugzilla
pages.
2003-10-20 21:56:17 +02:00
2003-10-17 18:39:05 +02:00
* Changed the name of the "bug" command in the AdminCommands
plugin to "reportbug" instead.
2003-11-18 20:48:14 +01:00
* Added QUIT stat-keeping to ChannelDB.
2003-10-16 15:42:51 +02:00
2003-10-16 15:28:17 +02:00
* Removed the OwnerCommands.say command; it wasn't useful enough,
and is so easily written that anyone can have it back if they want
it.
2003-11-18 20:48:14 +01:00
* Changed OwnerCommands.load (and reload) to be case-insensitive,
so "load funcommands" works just as well as "load FunCommands".
* Changed the keyword parameter "needed" to privmsgs.getArgs to be
"required" instead. It just sounds better, works with "optional"
better, and we won't get an oppurtunity later to change it.
2003-10-14 05:38:07 +02:00
2003-10-12 14:49:27 +02:00
2003-10-12 Jeremy Fincher <jemfinch@users.sf.net>
* Version 0.73.1!
2003-10-11 12:19:31 +02:00
2003-10-13 06:06:13 +02:00
* Fixed a bug in Math.{calc,rpn} where certain functions
("degrees" in particular) that didn't like complex arguments would
fail on numbers on which they shouldn't.
* Added an optional "key" argument to ChannelCommands.cycle.
2003-10-12 14:49:27 +02:00
* Fixed bolding in supybot-wizard.py.
2003-10-11 14:48:48 +02:00
* Fixed handling of the secure flag by ircdb.IrcUser.setAuth;
previously it didn't prevent someone with an unmatched hostmask
from identifying.
2003-10-11 01:16:54 +02:00
* Fixed imports in the DCC plugin.
* Fixed a bug where the bot would not reply to nick-addressed
messages on a channel if his nick wasn't entirely lowercased.
* Fixed the Relay plugin to relay topic changes; an oversight not
caught earlier because supybot has for a long time managed our
topics.
* Fixed a bug in the Services plugin where the bot would ghost
himself if his nick didn't match in case the nick given.
* Added the ability for PrivmsgCommandAndRegexp to have regexps
that are called *after* callbacks.addressed has been called on the
message -- see ChannelDB.{increase,decrease}Karma for an example.
* Fixed bug in supybot-wizard.py where plugins without configure
functions would raise an uncaught exception.
* Fixed debincoming to work since the removal of baseplugin; it
was missing an import.
* Fixed MiscCommands.doPrivmsg to send an IrcObjectProxyRegexp to
the replyWhenNotCommand function.
* Fixed debversion to display the correct output when no matching
packages were found.
* Fixed ChannelDB to import conf; karma didn't work otherwise.
* Fixed a bug in the Enforcer plugin that would cause the bot to
ban everyone from the channel whenever ChanServ deopped someone.
2003-10-09 07:09:29 +02:00
* Changed the "whois" command in the Network plugin to "internic"
instead.
2003-10-05 15:40:31 +02:00
2003-10-05 Jeremy Fincher <jemfinch@users.sf.net>
2003-10-05 15:40:08 +02:00
* Version 0.73.0!
2003-10-05 22:25:48 +02:00
* Added the News plugin, news handling for channels.
2003-10-05 15:40:08 +02:00
* Changed the initial character of anti capabilities to '-'
instead of '!'. '!' can be the initial character in a channel
name, and so any command using getChannel and accepting a
capability as its first argument (several in ChannelCommands) will
have difficulties (the channel then *must* be specified since
getChannel will consider !capability to be a channel name). Note
that this means you'll need to either remove and re-create or edit
your config files to change ! to - in capabilities.
* Removed the "cvsup" command; it's been useless since we had a
global install, and can only serve to confuse.
* Added a "private" command to MiscCommands to allow users to
specify that a response should be made in private.
* Added a "secure" flag to user database records that *requires*
that one of the user's hostmasks match if the user is to be
recognized. This flag may be set with the "setsecure" command.
* Added a convert command to the Math plugin. More conversions
2003-10-05 22:25:48 +02:00
are necessary, if anyone's interested in doing it. The available
units are available via the "units" command.
2003-10-05 15:40:08 +02:00
* Fixed the pydoc command to allow access to standard Python
modules that are shared libraries rather than pure Python code.
* Added a "Python" plugin and moved FunCommands.{pydoc,zen} to
it.
* Fixed the supybot- scripts to use optparse so they now
accept many command line options (but most importantly, the --help
option :))
* Added a debincoming command to the Debian plugin; it searches
the available packages at http://incoming.debian.org/
* Moved the "bug" command from MiscCommands to AdminCommands in
order to prevent possible abuse.
* Changed ChannelDB.seen to default to using nicks; a --user
option can be passed to use the old behavior. Note that this
means you'll have to update your ChannelDB database; use this
SQL statement to do so:
CREATE TABLE nick_seen (
name TEXT UNIQUE ON CONFLICT REPLACE,
last_seen TIMESTAMP,
last_msg TEXT
);