James Vega
|
e3d4478d82
|
Fix some test failures.
|
2005-03-09 14:34:11 +00:00 |
|
Jeremy Fincher
|
bd6aa8fda8
|
Fixed some bugs introduced in my earlier commit, uncovered by the Note tests.
|
2005-03-09 10:42:16 +00:00 |
|
Jeremy Fincher
|
69a83e8530
|
Stopped possible AttributeError (nick could've been None).
|
2005-03-09 10:36:54 +00:00 |
|
Jeremy Fincher
|
1f49fc1e3e
|
Some small refactorings, fixed a problem in unsend.
|
2005-03-09 10:43:01 +00:00 |
|
Jeremy Fincher
|
0e68a44513
|
Fixed bug with nested plugins having the same name as themselves.
|
2005-03-09 08:05:24 +00:00 |
|
Jeremy Fincher
|
52fabfdaf7
|
Added a test for nested plugins having the same command name as the plugin name. It fails right now.
|
2005-03-09 07:28:35 +00:00 |
|
Jeremy Fincher
|
ecca13ec11
|
Simplified the implementation of structures.TimeoutQueue.
|
2005-03-09 07:28:09 +00:00 |
|
Jeremy Fincher
|
b39eaa7cb5
|
Added .bashrc to the list of files to source in supybot-botchk.
|
2005-03-09 07:27:47 +00:00 |
|
Jeremy Fincher
|
4fb57f211a
|
Updated some docs in the plugins module.
|
2005-03-09 07:27:16 +00:00 |
|
Jeremy Fincher
|
a2e2063d8b
|
Added a callCommand to the Web plugin to catch utils.web.Error.
|
2005-03-09 07:26:32 +00:00 |
|
Jeremy Fincher
|
1cc969b290
|
Clarified the help for some command (I remember not which one now)
|
2005-03-09 07:25:52 +00:00 |
|
James Vega
|
aa92e37b37
|
Add Seen.any which reports any activity seen instead of just PRIVMG activity.
|
2005-03-09 03:56:01 +00:00 |
|
James Vega
|
0b11cb9f12
|
The grammar nazi says fewer is the correct word.
|
2005-03-08 13:18:10 +00:00 |
|
James Vega
|
1ea9fe1b4c
|
Catch an exception when dice with 0 sides are specified.
|
2005-03-07 00:30:01 +00:00 |
|
James Vega
|
7b46f95f19
|
Better error messages when we can't load PySQLite.
|
2005-03-06 20:51:10 +00:00 |
|
Ali Afshar
|
eb970c09d7
|
Added check for successful PyOpenSSL import in Twisted driver and increased log level
|
2005-03-04 15:47:22 +00:00 |
|
Ali Afshar
|
32e0b29fcd
|
SSL server support for Twisted driver.
|
2005-03-04 14:36:17 +00:00 |
|
Ali Afshar
|
d13458726d
|
Added getPluginHelp() method to return docstring for individual plugins.
|
2005-03-03 19:34:26 +00:00 |
|
James Vega
|
b7736d83e1
|
Update ChannelStats to obey channelSpecific.
|
2005-03-03 04:45:47 +00:00 |
|
James Vega
|
54d17d98b1
|
Update a reference to getops.
|
2005-03-03 00:02:18 +00:00 |
|
Jeremy Fincher
|
0016b4ff21
|
Workaround for twisted stupidity.
|
2005-02-28 20:08:46 +00:00 |
|
James Vega
|
1c56071e19
|
Forgot a couple self's when adding split throttling.
|
2005-02-28 13:14:00 +00:00 |
|
Jeremy Fincher
|
51637b3b00
|
Forgot this from the nested plugins changes.
|
2005-02-28 07:59:46 +00:00 |
|
Jeremy Fincher
|
fc2a18bdb3
|
Added a name= keyword argument for commands.wrap, to override the name of the method being wrapped.
|
2005-02-28 07:58:46 +00:00 |
|
Jeremy Fincher
|
7c2bbeb638
|
Forgot the tests for source-nested plugins.
|
2005-02-25 10:00:42 +00:00 |
|
Jeremy Fincher
|
65fbb08c7f
|
Started using source-nested plugins.
|
2005-02-24 12:49:25 +00:00 |
|
Jeremy Fincher
|
574e9509b7
|
Added support for source-nested plugins.
|
2005-02-24 12:49:08 +00:00 |
|
James Vega
|
09eecf5a4e
|
Fix ranking display.
|
2005-02-26 16:24:26 +00:00 |
|
James Vega
|
72edc74fbd
|
Show the person's part message (if there is one).
|
2005-02-25 18:53:36 +00:00 |
|
Jeremy Fincher
|
d43828ecfa
|
Added split throttling to the Herald plugin.
|
2005-02-25 10:01:00 +00:00 |
|
Jeremy Fincher
|
13e1f7ccb9
|
Added isSplit, a function for checking whether a given QUIT message is a split quit.
|
2005-02-25 09:59:39 +00:00 |
|
Jeremy Fincher
|
50d390ece4
|
Added a reset method, a couple more tests, and fixed a slight bug (IndexError being raised from the wrong place)
|
2005-02-25 09:44:51 +00:00 |
|
Jeremy Fincher
|
b0e006ab12
|
Fixed help to show the full command.
|
2005-02-24 12:50:09 +00:00 |
|
James Vega
|
b272bd7752
|
Goodbye debug log.
|
2005-02-25 04:58:40 +00:00 |
|
James Vega
|
919f9e0915
|
Grammar nazi of DOOM!
|
2005-02-25 00:06:16 +00:00 |
|
James Vega
|
80c53dcea3
|
Make automatic announcement errors not: a) poll every time __call__ is called, b) respond with the errors.
|
2005-02-25 00:04:39 +00:00 |
|
Jeremy Fincher
|
4648360a04
|
Added op, halfop, and voice converters, and converted Channel to use them.
|
2005-02-24 09:59:21 +00:00 |
|
Jeremy Fincher
|
1e56f0df7e
|
Forgot to have a case for a disabled channel :)
|
2005-02-24 09:54:48 +00:00 |
|
Jeremy Fincher
|
74e4299636
|
Forgot a dot.
|
2005-02-24 09:13:33 +00:00 |
|
Jeremy Fincher
|
e863999e16
|
Accidentally changed this from an error to a reply when refactoring.
|
2005-02-24 04:25:28 +00:00 |
|
Kevin Murphy
|
48c472d493
|
Check for the unknown author and special case accordingly
|
2005-02-23 18:17:01 +00:00 |
|
Kevin Murphy
|
5e5e2f3336
|
Fixed some typos
|
2005-02-23 17:40:44 +00:00 |
|
James Vega
|
2408457221
|
Fix a bug with a missing argument for string formatting.
|
2005-02-23 16:40:21 +00:00 |
|
James Vega
|
181c623703
|
Make our error message for the Plugin.__init__ changes better and try to prevent spurious, invalid error messages.
|
2005-02-23 00:04:07 +00:00 |
|
James Vega
|
527a6e1834
|
Fix the problem with RSS complaining about invalid feed names.
|
2005-02-23 00:03:09 +00:00 |
|
James Vega
|
db36e979db
|
Wrap Plugin.list.
|
2005-02-22 23:51:01 +00:00 |
|
James Vega
|
98199fe693
|
Forgot to add Limiter to setup.py
|
2005-02-22 23:50:21 +00:00 |
|
James Vega
|
234beab9aa
|
Add Limiter in the new plugin format.
|
2005-02-22 19:35:35 +00:00 |
|
James Vega
|
25ae2a52cf
|
Use get to avoid a KeyError.
|
2005-02-22 14:28:45 +00:00 |
|
James Vega
|
3f94bf6dae
|
Fix an exception in RSS.announce.
|
2005-02-22 14:27:59 +00:00 |
|