James Vega
|
20bcb697a1
|
Change some info logs to debug and make sure we don't reply from a snarfer
unless it's with the snarfed info. Anything else should be logged.
|
2005-01-04 18:44:33 +00:00 |
|
James Vega
|
fd6f4e7e24
|
Fix a bug where we weren't catching the end of the URL appropriately
|
2004-12-29 22:30:54 +00:00 |
|
Jeremy Fincher
|
c943ab77bb
|
Made commands.wrap stop doing decorators, exposed thread and urlSnarfer, and changed plugins accordingly.
|
2004-10-22 05:56:55 +00:00 |
|
James Vega
|
c6afe40abc
|
commands.wrap update
|
2004-10-16 02:52:31 +00:00 |
|
Jeremy Fincher
|
9c2a9096d3
|
Removed privmsgs.urlSnarfer, now it exists only in commands.
|
2004-09-30 10:04:22 +00:00 |
|
James Vega
|
50973a10fb
|
Remove #! lines.
|
2004-09-20 03:01:50 +00:00 |
|
Jeremy Fincher
|
eb9bd70599
|
Updated to use the new plugin ordering method.
|
2004-09-10 06:36:27 +00:00 |
|
Jeremy Fincher
|
bad2bb12f2
|
Changed a warning to an info.
|
2004-08-31 19:16:20 +00:00 |
|
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 |
|
James Vega
|
102188d568
|
utils.nItemsify
|
2004-08-20 04:10:32 +00:00 |
|
Jeremy Fincher
|
d134a2d9ac
|
Updated to use webutils throughout.
|
2004-08-05 18:29:26 +00:00 |
|
James Vega
|
d47d54bc82
|
Almost out entire testsuite works, yet again. Yay!
|
2004-08-01 14:38:37 +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 |
|
Jeremy Fincher
|
03084065d6
|
htmlToTexted the team.
|
2004-02-09 16:42: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 |
|
James Vega
|
b4d327cc61
|
Removed unnecessary __init__ and die methods
|
2004-01-30 00:04:56 +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
|
2f3ad5893c
|
Update to use the registry
|
2004-01-21 02:19:47 +00:00 |
|
Jeremy Fincher
|
6ca78924f3
|
HUUUUUUUUGE Configuration change.
|
2004-01-18 07:58:26 +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
|
42ce8c33a6
|
Swapped the argument order for utils.{pluralize,nItems}
|
2003-12-12 15:41:33 +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
|
4e273a2395
|
Fixed some use of regexps, commented out a test that was failing because a game expired.
|
2003-11-24 23:07:51 +00:00 |
|
Jeremy Fincher
|
f53c92cce9
|
Fix for bug #847950.
|
2003-11-24 09:40:27 +00:00 |
|
Jeremy Fincher
|
5149d17b6a
|
Made Configurable persistent.
|
2003-11-11 15:58:20 +00:00 |
|
Jeremy Fincher
|
2058d50eb3
|
Converted to Configurable.
|
2003-11-08 07:37:41 +00:00 |
|
Jeremy Fincher
|
abbe99fd8c
|
Fixed bug in seen regexp that would catch the old GK rating, too.
|
2003-11-06 21:33:50 +00:00 |
|
James Vega
|
09a64b7bea
|
Bastages changed the format of their page! (fixed a regexp for getStats)
|
2003-11-04 23:04:38 +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 |
|
James Vega
|
6e911131fd
|
plugins/Gameknot.py: Add replyPossibleBug string to 'page format' error
src/conf.py: Fix a typo in replyPossibleBug string
|
2003-10-27 23:45:15 +00:00 |
|
James Vega
|
d370c485f6
|
Fix a new bug where a person not having a 'seen' status wasn't properly
trapped
|
2003-10-27 23:22:35 +00:00 |
|
James Vega
|
ed44f00c6f
|
Missed an 's' in there
|
2003-10-27 23:02:48 +00:00 |
|
James Vega
|
61576fdd13
|
Reworked the togglesnarfer stuff
|
2003-10-27 22:58:47 +00:00 |
|
Jeremy Fincher
|
aab9d8a3a0
|
Made the output of gkstats a little prettier.
|
2003-10-27 05:13:31 +00:00 |
|
James Vega
|
6d9aea2d26
|
Missing conf import
|
2003-10-23 15:31:56 +00:00 |
|
James Vega
|
b03e5612d2
|
Added configure() prompts to automatically disable the snarfer
|
2003-10-22 18:51:16 +00:00 |
|
Jeremy Fincher
|
9cb41e6420
|
Made ordering in PrivmsgCommandAndRegexp depend on the list of regexp-methods.
|
2003-10-21 21:10:20 +00:00 |
|
James Vega
|
46907405d9
|
Switch Sf back to Sourceforge due to a conversation I wasn't aware of where
they reversed the naming-decision
|
2003-10-21 16:43:02 +00:00 |
|
James Vega
|
3dac2d986e
|
Escape the .'s in the urls for the snarfer
|
2003-10-17 14:23:51 +00:00 |
|
James Vega
|
a2c6084fd9
|
Replaced the old-style irc.queuemsg with newer irc.error
|
2003-10-17 14:18:00 +00:00 |
|
James Vega
|
b2dd349235
|
Fixed all the #! lines to be consistent and a couple formatting issues with
the copyright
|
2003-10-16 14:53:42 +00:00 |
|
James Vega
|
84f931bb9f
|
Lots of pylint cleanups
|
2003-10-11 21:03:02 +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 |
|