.. |
Admin
|
Added __version__ strings to already-converted plugins.
|
2005-02-01 06:15:37 +00:00 |
Alias
|
Removed recursive alias detection; it was imperfect and our nesting limit will catch issues now.
|
2005-02-04 02:35:39 +00:00 |
Anonymous
|
Changed Anonymous logging to use new format() style logs
|
2005-02-04 02:11:20 +00:00 |
AutoMode
|
Added AutoMode in the new plugin format.
|
2005-02-02 07:04:35 +00:00 |
Babelfish
|
Added __version__ strings to already-converted plugins.
|
2005-02-01 06:15:37 +00:00 |
Channel
|
Remove the use of format() in logger functions since they handle it natively.
|
2005-02-01 13:43:57 +00:00 |
ChannelLogger
|
Changed to use an __parent instead of a super call.
|
2005-02-02 12:45:03 +00:00 |
ChannelStats
|
Removed unused (and broken) imports.
|
2005-02-02 12:52:09 +00:00 |
Config
|
Added __version__ strings to already-converted plugins.
|
2005-02-01 06:15:37 +00:00 |
Ctcp
|
Added Ctcp in the new plugin format.
|
2005-02-01 09:58:04 +00:00 |
Dict
|
Added __version__ strings to already-converted plugins.
|
2005-02-01 06:15:37 +00:00 |
Filter
|
Added __version__ strings to already-converted plugins.
|
2005-02-01 06:15:37 +00:00 |
Format
|
Removed some more unused imports.
|
2005-02-04 03:11:02 +00:00 |
Games
|
Update some copyright strings.
|
2005-02-02 05:30:32 +00:00 |
Google
|
I was tired of that stupid warning.
|
2005-02-02 21:05:25 +00:00 |
Herald
|
Changed the variable names supybot.plugins.Herald.throttleTime (to throttle) and .throttleTimeAfterPart to .throttle.afterPart. Also changed the default of .throttle.afterPart, so people could test that it works more easily.
|
2005-02-02 17:28:03 +00:00 |
Internet
|
Add the Internet plugin in the new plugin format. Also move Fun.hexip to the Internet plugin.
|
2005-02-02 05:29:31 +00:00 |
Karma
|
Removed some more unused imports.
|
2005-02-04 03:11:02 +00:00 |
Lart
|
Conversion of Lart to new plugin format
|
2005-02-02 07:21:21 +00:00 |
Later
|
Provide a proper response for Later.notes when no notes are waiting.
|
2005-02-07 17:26:42 +00:00 |
Math
|
Remove the use of format() in logger functions since they handle it natively.
|
2005-02-01 13:43:57 +00:00 |
Misc
|
Moved _mores to IrcObjectProxy, where it more rightfully belongs.
|
2005-02-07 06:28:52 +00:00 |
Network
|
Added __version__ strings to already-converted plugins.
|
2005-02-01 06:15:37 +00:00 |
NickCapture
|
Added NickCapture in the new plugin format.
|
2005-02-02 05:19:33 +00:00 |
Nickometer
|
Nickometer plugin converted to the new format
|
2005-02-02 13:42:54 +00:00 |
Note
|
Removed unused and broken import.
|
2005-02-02 12:54:05 +00:00 |
Owner
|
Don't load plugins whose name doesn't start with a capital. This fixed (or at least hides) the alwaysLoadImportant warning.
|
2005-02-09 00:32:00 +00:00 |
Praise
|
Conversion of Praise to new plugin format
|
2005-02-02 07:13:02 +00:00 |
Quote
|
Conversion of Quote to new plugin format
|
2005-02-02 07:25:41 +00:00 |
QuoteGrabs
|
Remove evil tabs!
|
2005-02-01 13:57:51 +00:00 |
Relay
|
More ignorance can never hurt.
|
2005-02-09 00:39:11 +00:00 |
Reply
|
Moving action,reply,private,notice to new Reply plugin (for real)
|
2005-02-02 04:39:45 +00:00 |
RSS
|
Changed canonicalize to canonize -- thanks Skorobeus!
|
2005-02-04 03:19:05 +00:00 |
Scheduler
|
Removed some more unused imports.
|
2005-02-04 03:11:02 +00:00 |
Seen
|
Removed some more unused imports.
|
2005-02-04 03:11:02 +00:00 |
Services
|
Removed log.verbose. I never liked it anyway.
|
2005-02-04 05:59:07 +00:00 |
ShrinkUrl
|
Converted ShrinkUrl to use format.
|
2005-02-01 09:41:39 +00:00 |
Status
|
Removed callbacks.Privmsg; if it is replaced at some later time, it'll be different.
|
2005-02-07 06:10:41 +00:00 |
String
|
Update some copyright strings.
|
2005-02-02 05:30:32 +00:00 |
Time
|
Forgot to convert the response of time parsing to a string before replying with it.
|
2005-02-02 17:10:20 +00:00 |
Topic
|
Added Topic.fit.
|
2005-02-04 05:04:40 +00:00 |
URL
|
There is no longer a __parent.doPrivmsg, since we no longer subclass callbacks.PCAR.
|
2005-02-02 13:01:04 +00:00 |
User
|
Added __version__ strings to already-converted plugins.
|
2005-02-01 06:15:37 +00:00 |
Utilities
|
Moving action,reply,private,notice to new Reply plugin (for real)
|
2005-02-02 04:39:45 +00:00 |
Weather
|
Make sure we only grab the first temperate format, in cases were both F and C are listed.
|
2005-02-08 20:08:04 +00:00 |
Web
|
Remove supybot.privmsgs imports.
|
2005-02-01 13:57:14 +00:00 |
__init__.py
|
Removed DBHandler; it's not used anywhere except the unconverted Todo plugin, which should be switched to a flat file database (or rather, directory of databases) anyway.
|
2005-02-02 17:46:36 +00:00 |