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
|
83cc3132ba
|
Increase timeout to 2 seconds.
|
2004-01-15 17:08:57 +00:00 |
|
Jeremy Fincher
|
1c03464fd9
|
Huge commit to finish refactoring of replies.
|
2004-01-08 23:03:48 +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
|
b1cd34b91e
|
Added better handling, hopefully fixing bug #860614.
|
2004-01-01 20:06:42 +00:00 |
|
Jeremy Fincher
|
bb4d9afe16
|
Made more platform-neutral (ironically).
|
2003-12-16 13:34:12 +00:00 |
|
Jeremy Fincher
|
54102ae5f7
|
Stupid vim! Didn't show my my syntax error.
|
2003-12-16 12:27:36 +00:00 |
|
Jeremy Fincher
|
d168314786
|
Added a little better checking to the spell command.
|
2003-12-16 04:21:28 +00:00 |
|
Jeremy Fincher
|
6b5d32c4b5
|
Removed an old comment.
|
2003-12-09 00:03:42 +00:00 |
|
Jeremy Fincher
|
5f4a541fe1
|
Added __revision__ strings.
|
2003-11-25 08:23:47 +00:00 |
|
Jeremy Fincher
|
28d371aeca
|
Fixed spell problems; stopped caching spell fds (it's not called often enough to care, or go through the trouble).
|
2003-11-15 04:25:28 +00:00 |
|
Jeremy Fincher
|
5fb5533e49
|
Hopefully fixed bugs in Unix.spell once and for all.
|
2003-11-08 07:29:45 +00:00 |
|
Daniel DiPaolo
|
4711e227f4
|
Fixed a few more metacharacter DoS bugs.
|
2003-11-08 03:16:24 +00:00 |
|
Jeremy Fincher
|
b4a56057f1
|
Added some much tighter error-checking to the spell command; also used select to make sure the file handle is readable before trying to read from it.
|
2003-11-07 12:12:47 +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
|
2ab2afdae9
|
Updated configure to be more descriptive about disabling progstats.
|
2003-10-23 08:15:47 +00:00 |
|
Jeremy Fincher
|
8fd6a094de
|
Made the help for wtf more descriptive.
|
2003-10-14 02:31:44 +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
|
d079777f27
|
Deleted a few variables that shouldn't have been exported.
|
2003-10-04 12:44:55 +00:00 |
|
Jeremy Fincher
|
b68908ed00
|
Convert not to care how long its messages are.
|
2003-09-07 06:01:25 +00:00 |
|
Jeremy Fincher
|
a846928596
|
Added wtf command.
|
2003-09-01 18:41:16 +00:00 |
|
Jeremy Fincher
|
9d51e998b5
|
Added example strings.
|
2003-08-27 18:06:26 +00:00 |
|
Jeremy Fincher
|
ad8159751f
|
Added fortune command and some more tests.
|
2003-08-25 07:55:08 +00:00 |
|
Jeremy Fincher
|
ca646716b1
|
Removed spaces at the end of lines.
|
2003-08-20 16:26:23 +00:00 |
|
Jeremy Fincher
|
88e47b463a
|
Documentation changes.
|
2003-08-20 07:32:49 +00:00 |
|
James Vega
|
c8cafb6f45
|
Fixed the problem where 'load Unix' would never be appended to onStart
|
2003-08-19 14:47:59 +00:00 |
|
Daniel DiPaolo
|
83c44eecab
|
* added new utility, findBinaryInPath which searches the PATH for a specific binary
* removed getSpellBinary, and replaced with findBinaryInPath calls
|
2003-08-17 20:09:09 +00:00 |
|
Daniel DiPaolo
|
352207b82a
|
* more descriptive morehelp for spell in Unix.py
* show total matches and number shown for spell
|
2003-08-17 19:51:05 +00:00 |
|
Jeremy Fincher
|
effb14e34a
|
Argh, stupid empty lines...I hate when I put those in there.
|
2003-08-17 19:19:57 +00:00 |
|
Jeremy Fincher
|
2b79b6501f
|
A few updates to the spell command, and some tests.
|
2003-08-17 19:15:37 +00:00 |
|
Daniel DiPaolo
|
99a7386c02
|
* added a 'spell' function in Unix.py
|
2003-08-17 18:10:48 +00:00 |
|
Jeremy Fincher
|
94e753aaaa
|
Added configure to optionally disable progstats.
|
2003-04-08 07:18:53 +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
|
7801c84d84
|
Initial revision
|
2003-03-12 06:26:59 +00:00 |
|