Jeremy Fincher
|
fbb348b6e7
|
Copyright updates. Again, more is left to be done, but this is my part.
|
2004-08-23 13:14:06 +00:00 |
|
Jeremy Fincher
|
b876d792e0
|
Fix for ugly documentation.
|
2004-08-18 16:12:27 +00:00 |
|
Jeremy Fincher
|
16f4231780
|
Forgot questions.
|
2004-07-25 18:24:51 +00:00 |
|
Jeremy Fincher
|
f9c61271ea
|
w00, less path mungingEXCLAIMEXCLAIM
|
2004-07-24 05:18:26 +00:00 |
|
James Vega
|
093aa40335
|
whitespace
|
2004-07-21 01:00:37 +00:00 |
|
Jeremy Fincher
|
1cc62cf609
|
Added a list command.
|
2004-07-20 06:37:21 +00:00 |
|
James Vega
|
b9ab839470
|
BadWords will now filter words that have been formatted
|
2004-04-15 21:20:52 +00:00 |
|
Jeremy Fincher
|
60bdc8bded
|
Picked up a few more configuration variables.
|
2004-04-08 11:27:34 +00:00 |
|
Jeremy Fincher
|
154577832c
|
Change words from a channel value to a global value.
|
2004-03-25 12:13:29 +00:00 |
|
Jeremy Fincher
|
605129991d
|
Fixed tests for BadWords.
|
2004-02-08 08:04:40 +00:00 |
|
Jeremy Fincher
|
6e062306f2
|
Added output to the list of functions imported from questions.
|
2004-02-06 04:36:21 +00:00 |
|
Jeremy Fincher
|
3e08f7b80f
|
Updated to use the registry and remove onStart.
|
2004-02-04 07:43:01 +00:00 |
|
Stéphan Kochen
|
5957eaad5d
|
Lots of wizard updates. Still have to get rid of the onStart and
afterConnect stuff though.
|
2004-01-31 22:24:43 +00:00 |
|
James Vega
|
fac4c5624c
|
Removed any unnecessary configure methods (ones that only called
conf.registerPlugin) and changed all other configure methods to accept the
advanced argument instead of onStart.
|
2004-01-29 23:58:27 +00:00 |
|
James Vega
|
bc11f76166
|
Updated configure() to only take one argument (onStart) and switched all of
the onStart.append('load pluginName') calls to
conf.registerPlugin('pluginName', True)
|
2004-01-28 22:19:25 +00:00 |
|
Jeremy Fincher
|
530aec2be0
|
Updated the reply infrastructure. No more msg, it's just not necessary.
|
2004-01-08 03:12:14 +00:00 |
|
Jeremy Fincher
|
aa7408c09b
|
Changed over to the cool new RichReplyMethods stuff, mostly.
|
2004-01-07 19:09:24 +00:00 |
|
Jeremy Fincher
|
5f4a541fe1
|
Added __revision__ strings.
|
2003-11-25 08:23:47 +00:00 |
|
Jeremy Fincher
|
738d1bbde3
|
Removed addbadword and removebadword; changed the name of addbadwords and removebadwords to add and remove, respectively.
|
2003-11-19 23:15:08 +00:00 |
|
James Vega
|
5a6f3ee7bb
|
Removed the example strings until we figure out what to do with them
|
2003-11-06 20:42:27 +00:00 |
|
Jeremy Fincher
|
4be5758099
|
Brought BadWords up to the times.
|
2003-10-22 05:35:52 +00:00 |
|
Jeremy Fincher
|
ec0de6431d
|
Changed baseplugin not to require 'from baseplugin import *' because fix is now munging builtins.
|
2003-10-05 12:56:56 +00:00 |
|
Jeremy Fincher
|
3af3b4c985
|
__all__'ed baseplugin.py, updated other plugins to reflect that.
|
2003-10-04 13:53:13 +00:00 |
|
Jeremy Fincher
|
74d3b7820f
|
Added PluginDocumentation to test to make sure all commands have documentation.
|
2003-09-06 06:23:03 +00:00 |
|
Jeremy Fincher
|
0719bdec92
|
Added priority stuff for RFE #799899
|
2003-09-05 19:28:04 +00:00 |
|
Jeremy Fincher
|
9d51e998b5
|
Added example strings.
|
2003-08-27 18:06:26 +00:00 |
|
Jeremy Fincher
|
1cae9664a7
|
Upgraded to 2.3.
|
2003-07-31 06:20:58 +00:00 |
|
Jeremy Fincher
|
fa3e65d7b1
|
Added configure and proper length coverups for bad words.
|
2003-04-08 07:06:28 +00:00 |
|
Jeremy Fincher
|
0afc399bfc
|
Added module docstrings (which will later be used by the installer script.
|
2003-03-25 06:53:51 +00:00 |
|
James Vega
|
c803e5e9d8
|
Added vim:set ... : strings to source in order to keep file formatting
consistent between developers. Jeremy should be adding the equivalent
settings for emacs soon.
|
2003-03-24 08:41:19 +00:00 |
|
Jeremy Fincher
|
7851ea4ef9
|
sets aren't lists, and don't have .extend().
|
2003-03-22 08:14:36 +00:00 |
|
Jeremy Fincher
|
c4a577c9c2
|
Minor change in formatting of Http module and foldoc command.
|
2003-03-12 15:12:49 +00:00 |
|
Jeremy Fincher
|
7801c84d84
|
Initial revision
|
2003-03-12 06:26:59 +00:00 |
|