mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-26 21:11:12 -05:00
0.79.9999
This commit is contained in:
parent
26bb2335f3
commit
2df9642eb2
163
ChangeLog
163
ChangeLog
@ -1,17 +1,67 @@
|
|||||||
|
2004-09-06 James Vega <jamessan@users.sf.net>
|
||||||
|
|
||||||
|
* Version 0.79.9999!
|
||||||
|
|
||||||
|
* Added stripFormatting option to ChannelLogger plugin, which
|
||||||
|
determines whether non-printable formatting characters are logged.
|
||||||
|
|
||||||
|
* Added Sourceforge.patches command to complement the current bugs
|
||||||
|
and rfes commands.
|
||||||
|
|
||||||
|
* Added abs() to Math.calc.
|
||||||
|
|
||||||
|
* Improved the interface for Config.list. Now groups and values
|
||||||
|
are listed, with groups being denoted by a leading @.
|
||||||
|
|
||||||
|
* Improved Config.config such that the user can specify the entire
|
||||||
|
config variable name (conf.supybot....).
|
||||||
|
|
||||||
|
* Fixed a bug where ChannelLogger wouldn't log ignored nicks.
|
||||||
|
|
||||||
|
* Fixed an incorrect path in INSTALL.
|
||||||
|
|
||||||
|
* Fixed some missing imports in Unix's configure method.
|
||||||
|
|
||||||
|
* Fixed a bug where an owner could publically retrieve a private
|
||||||
|
configuration variable.
|
||||||
|
|
||||||
|
* Fixed an exception when trying to remove non-existent Heralds.
|
||||||
|
|
||||||
|
* Fixed an exception in RSS.getHeadlines.
|
||||||
|
|
||||||
|
* Fixed a couple bugs in Poll, when retrieving the Poll id.
|
||||||
|
|
||||||
|
* Fixed a problem with trying to use socket.inet_pton under
|
||||||
|
Windows; Python doesn't build their Win32 port with IPV6 support,
|
||||||
|
so we have to brute-force IPV6 detection.
|
||||||
|
|
||||||
|
* Fixed a few bugs with how Infobot handled the SQLite db.
|
||||||
|
|
||||||
|
* Fixed others/convertcore.py so that liter-based units are
|
||||||
|
properly capitalized (L not l) and use 1000 as the conversion rate
|
||||||
|
for MB, KB, etc. since MiB, KiB, etc. are also known units.
|
||||||
|
|
||||||
|
* Fixed a bug where Infobot would confirm an unaddressed factoid
|
||||||
|
definition.
|
||||||
|
|
||||||
|
* Fixed a problem where Google.stats didn't keep track of all
|
||||||
|
searches.
|
||||||
|
|
||||||
|
|
||||||
2004-08-31 Jeremy Fincher <jemfinch@supybot.org>
|
2004-08-31 Jeremy Fincher <jemfinch@supybot.org>
|
||||||
|
|
||||||
* Version 0.79.999!
|
* Version 0.79.999!
|
||||||
|
|
||||||
* Added the ability to send long fortunes line-by-line rather
|
* Added the ability to send long fortunes line-by-line rather
|
||||||
than all in one (or several) messages; it will do this if
|
than all in one (or several) messages; it will do this if
|
||||||
supybot.reply.oneToOne is set to False.
|
supybot.reply.oneToOne is set to False.
|
||||||
|
|
||||||
* Added many configuration variables to the Unix plugin, allowing
|
* Added many configuration variables to the Unix plugin, allowing
|
||||||
configurable commands and options to those commands.
|
configurable commands and options to those commands.
|
||||||
|
|
||||||
* Changed the output of Config.list to show groups with a
|
* Changed the output of Config.list to show groups with a
|
||||||
preceding @, rather than use the --groups option.
|
preceding @, rather than use the --groups option.
|
||||||
|
|
||||||
* Changed the Google.stats (formerly Google.info) command to be
|
* Changed the Google.stats (formerly Google.info) command to be
|
||||||
persistent, using the registry to record old values for the
|
persistent, using the registry to record old values for the
|
||||||
number of searches made and the number of seconds Google has
|
number of searches made and the number of seconds Google has
|
||||||
@ -27,43 +77,43 @@
|
|||||||
* Fixed several bugs where the bot was testing nicks for
|
* Fixed several bugs where the bot was testing nicks for
|
||||||
equivalence without first normalizing them, leading to some false
|
equivalence without first normalizing them, leading to some false
|
||||||
negatives.
|
negatives.
|
||||||
|
|
||||||
* Fixed a bug with the handling of
|
* Fixed a bug with the handling of
|
||||||
supybot.reply.withNoticeWhenPrivate so all private messages
|
supybot.reply.withNoticeWhenPrivate so all private messages
|
||||||
really are replied to with a notice.
|
really are replied to with a notice.
|
||||||
|
|
||||||
* Fixed Http.geekquote to match the current bash.org layout.
|
* Fixed Http.geekquote to match the current bash.org layout.
|
||||||
Also, made sure all ids are valid ids before requesting a quote
|
Also, made sure all ids are valid ids before requesting a quote
|
||||||
(apparently bash.org is returning a certain quote for all invalid
|
(apparently bash.org is returning a certain quote for all invalid
|
||||||
ids).
|
ids).
|
||||||
|
|
||||||
* Fixed a bad regular expression in the Ebay plugin which could
|
* Fixed a bad regular expression in the Ebay plugin which could
|
||||||
cause the bot to suck up 100% CPU for a signficant (perhaps
|
cause the bot to suck up 100% CPU for a signficant (perhaps
|
||||||
practically infinite) amount of time.
|
practically infinite) amount of time.
|
||||||
|
|
||||||
* Fixed a bug where the bot would sometimes reconnect to a
|
* Fixed a bug where the bot would sometimes reconnect to a
|
||||||
network after being told to disconnect.
|
network after being told to disconnect.
|
||||||
|
|
||||||
* Fixed an uncaught exception in Owner.connect when the user
|
* Fixed an uncaught exception in Owner.connect when the user
|
||||||
forgets the network name
|
forgets the network name
|
||||||
|
|
||||||
|
|
||||||
2004-08-30 Jeremy Fincher <jemfinch@supybot.org>
|
2004-08-30 Jeremy Fincher <jemfinch@supybot.org>
|
||||||
|
|
||||||
* Version 0.79.99! We're getting asymptotically closer to
|
* Version 0.79.99! We're getting asymptotically closer to
|
||||||
0.80.0!
|
0.80.0!
|
||||||
|
|
||||||
* Added Anonymous.action, to anonymously perform actions in a
|
* Added Anonymous.action, to anonymously perform actions in a
|
||||||
specified channel.
|
specified channel.
|
||||||
|
|
||||||
* Added a Karma.clear, so channel ops can clear the karma for a
|
* Added a Karma.clear, so channel ops can clear the karma for a
|
||||||
given name.
|
given name.
|
||||||
|
|
||||||
* Added a Topic.redo, to redo the last undo.
|
* Added a Topic.redo, to redo the last undo.
|
||||||
|
|
||||||
* Added supybot.protocols.irc.umodes, to allow the bot to set
|
* Added supybot.protocols.irc.umodes, to allow the bot to set
|
||||||
user modes upon connecting to a network.
|
user modes upon connecting to a network.
|
||||||
|
|
||||||
* Fixed numerous bugs involved with disconnecting, reconnecting,
|
* Fixed numerous bugs involved with disconnecting, reconnecting,
|
||||||
and using multiple networks.
|
and using multiple networks.
|
||||||
|
|
||||||
@ -93,11 +143,11 @@
|
|||||||
|
|
||||||
* Fixed Amazon's use of unicode.
|
* Fixed Amazon's use of unicode.
|
||||||
|
|
||||||
|
|
||||||
2004-08-27 Jeremy Fincher <jemfinch@supybot.org>
|
2004-08-27 Jeremy Fincher <jemfinch@supybot.org>
|
||||||
|
|
||||||
* Version 0.79.9!
|
* Version 0.79.9!
|
||||||
|
|
||||||
* Added Infobot, a plugin to emulate Infobot.
|
* Added Infobot, a plugin to emulate Infobot.
|
||||||
|
|
||||||
* Added Anonymous, a plugin for anonymously saying things to a
|
* Added Anonymous, a plugin for anonymously saying things to a
|
||||||
@ -109,21 +159,21 @@
|
|||||||
* Added NickCapture, a plugin which tries to recapture a nick
|
* Added NickCapture, a plugin which tries to recapture a nick
|
||||||
that's being used by someone else, both by watching for QUITs
|
that's being used by someone else, both by watching for QUITs
|
||||||
with that nick and by checking via ISON for that nick.
|
with that nick and by checking via ISON for that nick.
|
||||||
|
|
||||||
* Changed the behavior of "seen" with the --user switch instead to
|
* Changed the behavior of "seen" with the --user switch instead to
|
||||||
be a separated command, Seen.user.
|
be a separated command, Seen.user.
|
||||||
|
|
||||||
* Changed the behavior of "seen" with no arguments instead to be
|
* Changed the behavior of "seen" with no arguments instead to be
|
||||||
a separate command, Seen.last.
|
a separate command, Seen.last.
|
||||||
|
|
||||||
* Moved the connect and disconnect commands from the Relay plugin
|
* Moved the connect and disconnect commands from the Relay plugin
|
||||||
to the Owner plugin, so a Supybot can be on multiple networks
|
to the Owner plugin, so a Supybot can be on multiple networks
|
||||||
without ever loading the Relay plugin.
|
without ever loading the Relay plugin.
|
||||||
|
|
||||||
* Added relay bot detection to the Relay plugin. Now, rather
|
* Added relay bot detection to the Relay plugin. Now, rather
|
||||||
than get involved in a loop with another relay bot, a Supybot
|
than get involved in a loop with another relay bot, a Supybot
|
||||||
will (if it has ops) rain down its wrath upon the offender.
|
will (if it has ops) rain down its wrath upon the offender.
|
||||||
|
|
||||||
* Added supybot.plugins.Quotes.requireRegistration, which
|
* Added supybot.plugins.Quotes.requireRegistration, which
|
||||||
determines whether a user need be registered to add Quotes to
|
determines whether a user need be registered to add Quotes to
|
||||||
the Quotes database.
|
the Quotes database.
|
||||||
@ -135,10 +185,10 @@
|
|||||||
* Removed supybot.reply.withPrivateNotice and split it into two
|
* Removed supybot.reply.withPrivateNotice and split it into two
|
||||||
separate configuration variables, supybot.reply.withNotice and
|
separate configuration variables, supybot.reply.withNotice and
|
||||||
supybot.reply.inPrivate.
|
supybot.reply.inPrivate.
|
||||||
|
|
||||||
* Added supybot.log.stdout.wrap, to allow optional (defaulting to
|
* Added supybot.log.stdout.wrap, to allow optional (defaulting to
|
||||||
True) wrapping of stdout logs.
|
True) wrapping of stdout logs.
|
||||||
|
|
||||||
* Added supybot.databases.plugins.channelSpecific, a value that
|
* Added supybot.databases.plugins.channelSpecific, a value that
|
||||||
determines whether the database used for channel-based plugins
|
determines whether the database used for channel-based plugins
|
||||||
will be a channel-specific database or a global database. This
|
will be a channel-specific database or a global database. This
|
||||||
@ -146,112 +196,112 @@
|
|||||||
each individually decide to be "part of the Borg" or to "be their
|
each individually decide to be "part of the Borg" or to "be their
|
||||||
own channel." The default, of course, is for databases to be
|
own channel." The default, of course, is for databases to be
|
||||||
channel-specific.
|
channel-specific.
|
||||||
|
|
||||||
* Changed the way channel databases are handled; instead of
|
* Changed the way channel databases are handled; instead of
|
||||||
generating #channel-<name> files, instead we create a subdirectory
|
generating #channel-<name> files, instead we create a subdirectory
|
||||||
of the data directory named #channel, and then stick all the files
|
of the data directory named #channel, and then stick all the files
|
||||||
in there. It's a much cleaner way to do things, in our opinion.
|
in there. It's a much cleaner way to do things, in our opinion.
|
||||||
|
|
||||||
* Added several configuration variables to the Status plugin to
|
* Added several configuration variables to the Status plugin to
|
||||||
determine how verbose the cpu command is. These are, of course,
|
determine how verbose the cpu command is. These are, of course,
|
||||||
channel-specific.
|
channel-specific.
|
||||||
|
|
||||||
* Added a configuration variable to the Dunno plugin,
|
* Added a configuration variable to the Dunno plugin,
|
||||||
supybot.plugins.Dunno.prefixNick, which determines whether the
|
supybot.plugins.Dunno.prefixNick, which determines whether the
|
||||||
bot will prefix the nick of the user giving an invalid command to
|
bot will prefix the nick of the user giving an invalid command to
|
||||||
its "dunno" response. Formerly, it never would; the default for
|
its "dunno" response. Formerly, it never would; the default for
|
||||||
this variable, however, is True, because that's how the rest of
|
this variable, however, is True, because that's how the rest of
|
||||||
Supybot works.
|
Supybot works.
|
||||||
|
|
||||||
* Added Owner.rename, a command for renaming commands in other
|
* Added Owner.rename, a command for renaming commands in other
|
||||||
plugins.
|
plugins.
|
||||||
|
|
||||||
* Added Config.channel, for getting/setting channel configuration
|
* Added Config.channel, for getting/setting channel configuration
|
||||||
variables.
|
variables.
|
||||||
|
|
||||||
* Fixed the problem with channels with dots or colons in them
|
* Fixed the problem with channels with dots or colons in them
|
||||||
raising exceptions whenever the registry was accessed.
|
raising exceptions whenever the registry was accessed.
|
||||||
|
|
||||||
* Changed Fun.eightball to provide a similar answer for a question
|
* Changed Fun.eightball to provide a similar answer for a question
|
||||||
asked multiple times.
|
asked multiple times.
|
||||||
|
|
||||||
* Changed Fun.roulette to use a 6-barrel revolver.
|
* Changed Fun.roulette to use a 6-barrel revolver.
|
||||||
|
|
||||||
* Changed Bugzilla to use the registry, rather than a custom
|
* Changed Bugzilla to use the registry, rather than a custom
|
||||||
flatfile database format.
|
flatfile database format.
|
||||||
|
|
||||||
* Added the KeepAlive plugin, to send useless keepalive messages
|
* Added the KeepAlive plugin, to send useless keepalive messages
|
||||||
to someone every some period. It's mostly just because we
|
to someone every some period. It's mostly just because we
|
||||||
noticed that MozBot had one, and we couldn't allow ourselves to
|
noticed that MozBot had one, and we couldn't allow ourselves to
|
||||||
be outdone.
|
be outdone.
|
||||||
|
|
||||||
* Changed the URL plugin to use flatfiles rather than SQLite
|
* Changed the URL plugin to use flatfiles rather than SQLite
|
||||||
database. Also reduced the functionality of the last command by
|
database. Also reduced the functionality of the last command by
|
||||||
removing some options that no one ever really used, and removed
|
removing some options that no one ever really used, and removed
|
||||||
the random command (who uses that anyway?)
|
the random command (who uses that anyway?)
|
||||||
|
|
||||||
* Changed the Words plugin not to use SQLite. We lose the
|
* Changed the Words plugin not to use SQLite. We lose the
|
||||||
anagram command, but crossword and hangman become much easier to
|
anagram command, but crossword and hangman become much easier to
|
||||||
use, since all the user has to do is put a words file in
|
use, since all the user has to do is put a words file in
|
||||||
data/words.
|
data/words.
|
||||||
|
|
||||||
* Changed the Relay plugin to rely only on the registry, allowing
|
* Changed the Relay plugin to rely only on the registry, allowing
|
||||||
it to start and join all networks and channels with no user/owner
|
it to start and join all networks and channels with no user/owner
|
||||||
interaction at all. Also, removed the Relay.say and
|
interaction at all. Also, removed the Relay.say and
|
||||||
Relay.reconnect commands, since both can be accomplished easily
|
Relay.reconnect commands, since both can be accomplished easily
|
||||||
using the Relay.command command in combination with
|
using the Relay.command command in combination with
|
||||||
Owner.reconnect and Anonymous.say commands.
|
Owner.reconnect and Anonymous.say commands.
|
||||||
|
|
||||||
* Added supybot.reply.withNoticeWhenPrivate, to make the bot
|
* Added supybot.reply.withNoticeWhenPrivate, to make the bot
|
||||||
reply with a notice when it privately messages a user -- this
|
reply with a notice when it privately messages a user -- this
|
||||||
generally means that the user's client won't open a query window,
|
generally means that the user's client won't open a query window,
|
||||||
which may be nice. Do note that users can override this setting
|
which may be nice. Do note that users can override this setting
|
||||||
via the user registry variable of the same name.
|
via the user registry variable of the same name.
|
||||||
|
|
||||||
* Added supybot.nick.alternates, which allows a list of alternate
|
* Added supybot.nick.alternates, which allows a list of alternate
|
||||||
nicks to try, in order, if the primary nick (supybot.nick) is
|
nicks to try, in order, if the primary nick (supybot.nick) is
|
||||||
taken. Also added a nick-perturbation function that will change
|
taken. Also added a nick-perturbation function that will change
|
||||||
supybot.nick if there are no alternates or if they're all taken
|
supybot.nick if there are no alternates or if they're all taken
|
||||||
as well. As a result, removed supybot.nickmods.
|
as well. As a result, removed supybot.nickmods.
|
||||||
|
|
||||||
* Changed ChannelLogger to log channels to logs/ChannelLogger,
|
* Changed ChannelLogger to log channels to logs/ChannelLogger,
|
||||||
rather than simply logs.
|
rather than simply logs.
|
||||||
|
|
||||||
* Added the ChannelRelay plugin, to relay messages between two
|
* Added the ChannelRelay plugin, to relay messages between two
|
||||||
channels. This might be useful for people who want to forward
|
channels. This might be useful for people who want to forward
|
||||||
CVS update messages from one channel (such as #commits) to
|
CVS update messages from one channel (such as #commits) to
|
||||||
another.
|
another.
|
||||||
|
|
||||||
* Added Channel.mode, to set modes in the channel, Channel.limit,
|
* Added Channel.mode, to set modes in the channel, Channel.limit,
|
||||||
to set the channel limit, Channel.moderate and
|
to set the channel limit, Channel.moderate and
|
||||||
Channel.unmoderate, to set +m and -m, respectively, and
|
Channel.unmoderate, to set +m and -m, respectively, and
|
||||||
Channel.key to set or unset the channel keyword.
|
Channel.key to set or unset the channel keyword.
|
||||||
|
|
||||||
* Added a new plugin, Format, which offers several commands for
|
* Added a new plugin, Format, which offers several commands for
|
||||||
formatting strings on IRC. Moved several commands from to it
|
formatting strings on IRC. Moved several commands from to it
|
||||||
from the Utilities plugin.
|
from the Utilities plugin.
|
||||||
|
|
||||||
* Improved the functionality of RSS.announce. Calling it with
|
* Improved the functionality of RSS.announce. Calling it with
|
||||||
no arguments now lists the currently announced feeds. Removing
|
no arguments now lists the currently announced feeds. Removing
|
||||||
feeds is done by specifying the --remove option.
|
feeds is done by specifying the --remove option.
|
||||||
|
|
||||||
* Added a reconnect command to the Owner plugin.
|
* Added a reconnect command to the Owner plugin.
|
||||||
|
|
||||||
* Added aol and rainbow filters to the Filter plugin.
|
* Added aol and rainbow filters to the Filter plugin.
|
||||||
|
|
||||||
* Added Nickometer plugin, a translation of Infobot's Nickometer.
|
* Added Nickometer plugin, a translation of Infobot's Nickometer.
|
||||||
|
|
||||||
* Added multiple recipient support for notes.
|
* Added multiple recipient support for notes.
|
||||||
|
|
||||||
* Added BadWords.list, to list the bad words currently being
|
* Added BadWords.list, to list the bad words currently being
|
||||||
censored by the bot.
|
censored by the bot.
|
||||||
|
|
||||||
* Changed Misc.help to allow plugins to specify their own help,
|
* Changed Misc.help to allow plugins to specify their own help,
|
||||||
and added help for several of the more confusing plugins.
|
and added help for several of the more confusing plugins.
|
||||||
|
|
||||||
* Added Dunno.stats, to return the number of dunnos in the
|
* Added Dunno.stats, to return the number of dunnos in the
|
||||||
database.
|
database.
|
||||||
|
|
||||||
* Added the Currency plugin, to perform currency conversions.
|
* Added the Currency plugin, to perform currency conversions.
|
||||||
|
|
||||||
* Added conf.supybot.plugins.Karma.allowSelfRating, which
|
* Added conf.supybot.plugins.Karma.allowSelfRating, which
|
||||||
@ -273,28 +323,28 @@
|
|||||||
list rather than a comma-separated list. Also added a check to
|
list rather than a comma-separated list. Also added a check to
|
||||||
make sure -owner was in supybot.defaultCapabilities, and to
|
make sure -owner was in supybot.defaultCapabilities, and to
|
||||||
require a command-line option to allow it not to be present.
|
require a command-line option to allow it not to be present.
|
||||||
|
|
||||||
* Added Sourceforge.fight, which returns the list of specified
|
* Added Sourceforge.fight, which returns the list of specified
|
||||||
projects and their bug/rfe count in sorted order, least to most.
|
projects and their bug/rfe count in sorted order, least to most.
|
||||||
|
|
||||||
* Added Utilities.reply for replying to a person with text. Like
|
* Added Utilities.reply for replying to a person with text. Like
|
||||||
echo, but it prepends the nick like the bot normally does.
|
echo, but it prepends the nick like the bot normally does.
|
||||||
|
|
||||||
* Changed Utilities.success to accept an optional <text> argument
|
* Changed Utilities.success to accept an optional <text> argument
|
||||||
for text to be appended to the success message.
|
for text to be appended to the success message.
|
||||||
|
|
||||||
* Changed User.{addhostmask,removehostmask,register,unregister}
|
* Changed User.{addhostmask,removehostmask,register,unregister}
|
||||||
to allow owner users to do what they will with their users. You
|
to allow owner users to do what they will with their users. You
|
||||||
can now add hostmasks, remove hostmasks, register users, and
|
can now add hostmasks, remove hostmasks, register users, and
|
||||||
unregister users willy-nilly.
|
unregister users willy-nilly.
|
||||||
|
|
||||||
* Changed and moved several configuration variables.
|
* Changed and moved several configuration variables.
|
||||||
supybot.{throttleTime,maxHistoryLength,pingServer,pingInterval}
|
supybot.{throttleTime,maxHistoryLength,pingServer,pingInterval}
|
||||||
all moved to supybot.protocols.irc; supybot.httpPeekSize moved to
|
all moved to supybot.protocols.irc; supybot.httpPeekSize moved to
|
||||||
supybot.protocols.http; supybot.threadAllCommands moved to
|
supybot.protocols.http; supybot.threadAllCommands moved to
|
||||||
supybot.debug.threadAllCommands, and probably a few others I
|
supybot.debug.threadAllCommands, and probably a few others I
|
||||||
forgot to mention.
|
forgot to mention.
|
||||||
|
|
||||||
* Added Http.zipinfo, which returns a veritable plethora of
|
* Added Http.zipinfo, which returns a veritable plethora of
|
||||||
information about the supplied zip code.
|
information about the supplied zip code.
|
||||||
|
|
||||||
@ -734,7 +784,7 @@
|
|||||||
access such information.
|
access such information.
|
||||||
|
|
||||||
* Added revision command for finding out the revision of the files
|
* Added revision command for finding out the revision of the files
|
||||||
in a running bot; also added __revision__ strings so CVS would be
|
in a running bot; also added __revision__ strings so CVS would be
|
||||||
happy to keep such information for us :)
|
happy to keep such information for us :)
|
||||||
|
|
||||||
* Fixed bug #848475 -- bad error message from regexp-expecting
|
* Fixed bug #848475 -- bad error message from regexp-expecting
|
||||||
@ -1015,10 +1065,10 @@
|
|||||||
* Added a debincoming command to the Debian plugin; it searches
|
* Added a debincoming command to the Debian plugin; it searches
|
||||||
the available packages at http://incoming.debian.org/
|
the available packages at http://incoming.debian.org/
|
||||||
|
|
||||||
* Moved the "bug" command from MiscCommands to AdminCommands in
|
* Moved the "bug" command from MiscCommands to AdminCommands in
|
||||||
order to prevent possible abuse.
|
order to prevent possible abuse.
|
||||||
|
|
||||||
* Changed ChannelDB.seen to default to using nicks; a --user
|
* Changed ChannelDB.seen to default to using nicks; a --user
|
||||||
option can be passed to use the old behavior. Note that this
|
option can be passed to use the old behavior. Note that this
|
||||||
means you'll have to update your ChannelDB database; use this
|
means you'll have to update your ChannelDB database; use this
|
||||||
SQL statement to do so:
|
SQL statement to do so:
|
||||||
@ -1027,4 +1077,3 @@
|
|||||||
last_seen TIMESTAMP,
|
last_seen TIMESTAMP,
|
||||||
last_msg TEXT
|
last_msg TEXT
|
||||||
);
|
);
|
||||||
|
|
||||||
|
7
RELNOTES
7
RELNOTES
@ -1,3 +1,10 @@
|
|||||||
|
Version 0.79.9999
|
||||||
|
|
||||||
|
Some more bugs fixed, added a few features and a couple configuration
|
||||||
|
variabless. This should hopefully be the last release before 0.80.0,
|
||||||
|
which will finally bring us to pure Beta status.
|
||||||
|
|
||||||
|
|
||||||
Version 0.79.999
|
Version 0.79.999
|
||||||
|
|
||||||
Some bugs fixed, but the ones that were fixed were pretty big. This
|
Some bugs fixed, but the ones that were fixed were pretty big. This
|
||||||
|
@ -130,7 +130,7 @@ if __name__ == '__main__':
|
|||||||
# --connect (commands to run afterConnect)
|
# --connect (commands to run afterConnect)
|
||||||
# --config (configuration values)
|
# --config (configuration values)
|
||||||
parser = optparse.OptionParser(usage='Usage: %prog [options] configFile',
|
parser = optparse.OptionParser(usage='Usage: %prog [options] configFile',
|
||||||
version='supybot 0.79.999+cvs')
|
version='supybot 0.79.9999')
|
||||||
parser.add_option('-P', '--profile', action='store_true', dest='profile',
|
parser.add_option('-P', '--profile', action='store_true', dest='profile',
|
||||||
help='enables profiling')
|
help='enables profiling')
|
||||||
parser.add_option('-O', action='count', dest='optimize',
|
parser.add_option('-O', action='count', dest='optimize',
|
||||||
|
2
setup.py
2
setup.py
@ -82,7 +82,7 @@ if clean:
|
|||||||
setup(
|
setup(
|
||||||
# Metadata
|
# Metadata
|
||||||
name='supybot',
|
name='supybot',
|
||||||
version='0.79.999+cvs',
|
version='0.79.9999',
|
||||||
author='Jeremy Fincher',
|
author='Jeremy Fincher',
|
||||||
url='http://supybot.sf.net/',
|
url='http://supybot.sf.net/',
|
||||||
author_email='jemfinch@users.sf.net',
|
author_email='jemfinch@users.sf.net',
|
||||||
|
@ -50,7 +50,7 @@ _pluginsDir = os.path.join(installDir, 'plugins')
|
|||||||
###
|
###
|
||||||
# version: This should be pretty obvious.
|
# version: This should be pretty obvious.
|
||||||
###
|
###
|
||||||
version ='0.79.999+cvs'
|
version ='0.79.9999'
|
||||||
|
|
||||||
###
|
###
|
||||||
# *** The following variables are affected by command-line options. They are
|
# *** The following variables are affected by command-line options. They are
|
||||||
|
Loading…
x
Reference in New Issue
Block a user