.. |
rfc2812.msgs
|
Initial import.
|
2003-04-05 10:31:24 +00:00 |
test_Admin.py
|
Changed the names of the src/ plugins.
|
2003-10-21 06:03:57 +00:00 |
test_Alias.py
|
Changed the names of the src/ plugins.
|
2003-10-21 06:03:57 +00:00 |
test_Amazon.py
|
Added tests purely for documentation.
|
2003-09-06 18:29:35 +00:00 |
test_Babelfish.py
|
Added PluginDocumentation to test to make sure all commands have documentation.
|
2003-09-06 06:23:03 +00:00 |
test_BadWords.py
|
Added PluginDocumentation to test to make sure all commands have documentation.
|
2003-09-06 06:23:03 +00:00 |
test_Bugzilla.py
|
Fix import as stuff, add URL snarfer, add test for URL snarfer
|
2003-10-22 15:20:06 +00:00 |
test_callbacks.py
|
Made to load Owner by default.
|
2003-10-21 20:47:55 +00:00 |
test_Channel.py
|
Changed the names of the src/ plugins.
|
2003-10-21 06:03:57 +00:00 |
test_ChannelDB.py
|
Made stats default to the name of the person asking.
|
2003-10-23 20:59:51 +00:00 |
test_Ctcp.py
|
The command finder function (I forget the name) would find serendipitously named methods in PrivmsgRegexp, and that's bad. Fixed and added a test for the known case of it.
|
2003-09-02 07:30:35 +00:00 |
test_DCC.py
|
Fixed several bugs and added a test to make sure they don't happen again.
|
2003-10-09 16:38:14 +00:00 |
test_Debian.py
|
Fixed the tests to match the change in Debian command names
|
2003-10-21 12:19:30 +00:00 |
test_Dictionary.py
|
Changed the names of the src/ plugins.
|
2003-10-21 06:03:57 +00:00 |
test_Ebay.py
|
Added the Ebay plugin and tests
|
2003-10-21 17:36:57 +00:00 |
test_Enforcer.py
|
Added tests purely for documentation.
|
2003-09-06 18:29:35 +00:00 |
test_Factoids.py
|
Fixed bug in info; returned n+1 factoids when there were only n.
|
2003-10-23 04:17:18 +00:00 |
test_fix.py
|
Fixed all the #! lines to be consistent and a couple formatting issues with
|
2003-10-16 14:53:42 +00:00 |
test_FixRelayBot.py
|
Added a simple test.
|
2003-10-09 04:45:35 +00:00 |
test_Friendly.py
|
Changed to use callbacks.reply again, now that we have the prefixName option.
|
2003-09-08 08:50:57 +00:00 |
test_Fun.py
|
Fixed escaping ValueError in soundex.
|
2003-10-22 20:09:45 +00:00 |
test_FunDB.py
|
Rewrote @insult and cleaned up the tests for all of FunDB so that they are
|
2003-10-23 12:35:43 +00:00 |
test_Gameknot.py
|
Test for multiple regexp matching.
|
2003-10-03 00:25:57 +00:00 |
test_Google.py
|
Made sure the snarfer doesn't respond if there's no license key.
|
2003-10-22 17:43:04 +00:00 |
test_Http.py
|
Fixed the 'title' regexp to be non-greedy, in case there's a </title> tag
|
2003-10-24 00:46:21 +00:00 |
test_ircdb.py
|
Added a few more asserts to *SetTestCase.testReprEval.
|
2003-10-05 11:57:25 +00:00 |
test_irclib.py
|
Made sure no messages longer than 512 bytes every leave the bot.
|
2003-10-23 05:53:49 +00:00 |
test_ircmsgs.py
|
Fixed bug in default argument for IrcMsg.__init__ -- args should default to (), not None.
|
2003-10-16 13:11:46 +00:00 |
test_ircutils.py
|
Fixed bug in isNick.
|
2003-10-22 01:40:27 +00:00 |
test_Math.py
|
Made <number> optional in convert.
|
2003-10-23 04:21:40 +00:00 |
test_Misc.py
|
Made --from use ircutils.nickEqual.
|
2003-10-22 08:08:59 +00:00 |
test_MoobotFactoids.py
|
Made MoobotFactoids case insensitive, and added tests to make sure that
|
2003-10-24 01:03:18 +00:00 |
test_Movies.py
|
Changed the name of the IMDB plugin to Movies.
|
2003-10-18 12:59:46 +00:00 |
test_Network.py
|
Changed to more generic command names.
|
2003-10-21 05:11:53 +00:00 |
test_News.py
|
Converted to use more generic command names.
|
2003-10-21 05:32:57 +00:00 |
test_Notes.py
|
Added the note id to the response to sendnote.
|
2003-10-23 09:16:20 +00:00 |
test_OSU.py
|
Changed command names to be more generic.
|
2003-10-21 05:06:36 +00:00 |
test_Owner.py
|
Made to load Owner by default.
|
2003-10-21 20:47:55 +00:00 |
test_Parter.py
|
Updated.
|
2003-10-23 08:35:26 +00:00 |
test_privmsgs.py
|
Added vim modelines.
|
2003-08-17 22:13:10 +00:00 |
test_Python.py
|
Fixed os.path lookups.
|
2003-10-22 03:55:03 +00:00 |
test_Quotes.py
|
Made command names more generic.
|
2003-10-21 05:19:54 +00:00 |
test_Relay.py
|
Added tests purely for documentation.
|
2003-09-06 18:29:35 +00:00 |
test_RootWarner.py
|
Initial checkin.
|
2003-08-25 05:53:33 +00:00 |
test_RSS.py
|
Changed names to be more generic/consistent.
|
2003-10-21 04:22:54 +00:00 |
test_schedule.py
|
Removed some debug.printfs.
|
2003-08-25 20:14:40 +00:00 |
test_Services.py
|
Added tests purely for documentation.
|
2003-09-06 18:29:35 +00:00 |
test_Sourceforge.py
|
The snarfer wasn't quite fixed. Should be fixed for good this time. Also added
|
2003-10-22 15:58:07 +00:00 |
test_Status.py
|
Made to load Owner by default.
|
2003-10-21 20:47:55 +00:00 |
test_structures.py
|
Made the constructor take dictionaries.
|
2003-10-16 19:40:14 +00:00 |
test_Todo.py
|
Changed the names of the src/ plugins.
|
2003-10-21 06:03:57 +00:00 |
test_Topic.py
|
Changed the names of the src/ plugins.
|
2003-10-21 06:03:57 +00:00 |
test_Unix.py
|
Changes to be nice to Windows.
|
2003-10-05 20:05:53 +00:00 |
test_URLSnarfer.py
|
Updated to make sure the test doesn't run if sqlite isn't installed.
|
2003-10-04 13:59:50 +00:00 |
test_User.py
|
Changed the names of the src/ plugins.
|
2003-10-21 06:03:57 +00:00 |
test_Utilities.py
|
Updated tests.
|
2003-10-20 02:43:39 +00:00 |
test_utils.py
|
Added depluralize function and fixed latent (untested) capitalization buggerishness.
|
2003-10-16 20:05:45 +00:00 |
test.py
|
Made local plugins to be ordered before global plugins.
|
2003-10-23 03:26:36 +00:00 |