James Vega
|
336fabe61f
|
Fix bug #945522
|
2004-05-01 19:53:28 +00:00 |
|
Jeremy Fincher
|
6e062306f2
|
Added output to the list of functions imported from questions.
|
2004-02-06 04:36:21 +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 |
|
Jeremy Fincher
|
b592ef27fc
|
Fixed test failures in Bugzilla.
|
2004-01-31 17:31:04 +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 |
|
James Vega
|
ecf9ed4f9c
|
Typo
|
2004-01-26 15:35:29 +00:00 |
|
James Vega
|
75b6da806e
|
Clean up the registry calls
|
2004-01-21 01:33:59 +00:00 |
|
James Vega
|
144a5bc39e
|
Made replyNoBugzilla a registry variable
|
2004-01-20 07:57:40 +00:00 |
|
James Vega
|
5f82d72b7e
|
Updated to use registry
|
2004-01-20 07:11:00 +00:00 |
|
Jeremy Fincher
|
6ca78924f3
|
HUUUUUUUUGE Configuration change.
|
2004-01-18 07:58:26 +00:00 |
|
Jeremy Fincher
|
75d529872a
|
Remove some tabs.
|
2004-01-11 14:47:44 +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
|
aa7408c09b
|
Changed over to the cool new RichReplyMethods stuff, mostly.
|
2004-01-07 19:09:24 +00:00 |
|
Jeremy Fincher
|
881a2e000d
|
Stylistic updates.
|
2004-01-04 13:49:51 +00:00 |
|
Jeremy Fincher
|
751090a556
|
Some kind of little cleanup. There was a pluralize call that used the wrong order for its arguments.
|
2003-12-17 13:14:33 +00:00 |
|
Daniel Berlin
|
be44ed857e
|
Add Bugzilla search
|
2003-12-12 22:41:50 +00:00 |
|
Jeremy Fincher
|
2aaca31709
|
Moved Configurable out to its own module.
|
2003-12-03 23:14:09 +00:00 |
|
Jeremy Fincher
|
48166f4895
|
Huge update to the logging infrastructure.
|
2003-11-26 18:21:12 +00:00 |
|
Jeremy Fincher
|
5f4a541fe1
|
Added __revision__ strings.
|
2003-11-25 08:23:47 +00:00 |
|
Jeremy Fincher
|
fb4a4ffca7
|
Changed the default of the snarfer, added a question to configure.
|
2003-11-19 23:34:53 +00:00 |
|
James Vega
|
f57f57c5be
|
Fixed some bugs in Bugzilla and added some tests to try and catch more
problems in the future.
|
2003-11-17 19:57:07 +00:00 |
|
Jeremy Fincher
|
eb6e112f70
|
Changed some maps/filters to imaps/ifilters for efficiency reasons (I was bored, basically).
|
2003-11-15 04:37:04 +00:00 |
|
Jeremy Fincher
|
5149d17b6a
|
Made Configurable persistent.
|
2003-11-11 15:58:20 +00:00 |
|
Jeremy Fincher
|
94041acb9b
|
Changed to use utils.abbrev to allow any unambiguous abbreviation.
|
2003-11-11 14:14:34 +00:00 |
|
Jeremy Fincher
|
2e0b225d0c
|
Changed the needed= keyword arg in privmsgs.getArgs to required=.
|
2003-11-11 13:20:06 +00:00 |
|
Jeremy Fincher
|
64e664e0bc
|
Converted to use Configurable instead of Toggleable.
|
2003-11-08 08:01:34 +00:00 |
|
James Vega
|
1d1d7a87c2
|
Lots of changes to make it follow the format of a typical supybot plugin
|
2003-10-31 23:53:35 +00:00 |
|
James Vega
|
fcd4919bab
|
Fix the snarfer re so that it does match extraneous text
|
2003-10-31 22:48:43 +00:00 |
|
James Vega
|
0400f02f13
|
Added the Toggleable.__init__'s and therefore the help commands
|
2003-10-29 07:23:20 +00:00 |
|
James Vega
|
535cdde13c
|
Switched the togglesnarfers to the new Toggleable mixin
|
2003-10-29 06:06:56 +00:00 |
|
Daniel Berlin
|
0c96bf73a7
|
Made replies all one message
|
2003-10-29 02:41:03 +00:00 |
|
Jeremy Fincher
|
ef4aed0db3
|
Just some slight style things (I'm committing because DannyB will be hacking on it later).
|
2003-10-28 05:50:40 +00:00 |
|
James Vega
|
1e4879dfb1
|
Reworked the togglesnarfer mechanism
|
2003-10-27 22:57:05 +00:00 |
|
James Vega
|
b03e5612d2
|
Added configure() prompts to automatically disable the snarfer
|
2003-10-22 18:51:16 +00:00 |
|
Daniel Berlin
|
d55f5c489f
|
Add snarfer toggle
|
2003-10-22 15:54:32 +00:00 |
|
Daniel Berlin
|
f967783949
|
Fix import as stuff, add URL snarfer, add test for URL snarfer
|
2003-10-22 15:20:06 +00:00 |
|
Daniel Berlin
|
f1e915b617
|
Add new bugzilla module
|
2003-10-20 19:56:17 +00:00 |
|