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
|
2cd657c9a9
|
Made sure ChannelDBHandler is before callbacks.Privmsg* in the inheritance order so self.die() is ChannelDBHandler's and not callbacks.Privmsg*.
|
2003-10-05 04:41:49 +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
|
3be0c261d3
|
Syntax still said --url instead of --fancy.
|
2003-10-03 22:24:32 +00:00 |
|
Jeremy Fincher
|
d46f6494e7
|
Made --url into --fancy and made simple URL responses the default.
|
2003-09-10 18:15:28 +00:00 |
|
Jeremy Fincher
|
2719812074
|
Fixed bug with ACTIONs and added test.
|
2003-09-09 07:36:41 +00:00 |
|
Jeremy Fincher
|
8e44660692
|
Forgot to change the --url results based on now getting the id from the database.
|
2003-09-09 03:53:27 +00:00 |
|
Jeremy Fincher
|
0c3e75b282
|
Added #id to lasturl.
|
2003-09-08 19:44:09 +00:00 |
|
Jeremy Fincher
|
cfa737d1d7
|
Changed limit to 100 instead of 10.
|
2003-09-07 06:23:32 +00:00 |
|
Jeremy Fincher
|
b68908ed00
|
Convert not to care how long its messages are.
|
2003-09-07 06:01:25 +00:00 |
|
Jeremy Fincher
|
49ef542c83
|
Added --url option to lasturl.
|
2003-09-05 19:37:58 +00:00 |
|
Jeremy Fincher
|
67d5465329
|
Changed an if to an elif in lasturl.
|
2003-09-03 17:03:38 +00:00 |
|
Jeremy Fincher
|
e623d2e4b6
|
Added docstring and guard for lasturls.
|
2003-08-30 02:40:03 +00:00 |
|
Jeremy Fincher
|
37f88d5e21
|
Added more tests and the lasturls command (and --nolimit option to the lasturl command.
|
2003-08-29 00:40:28 +00:00 |
|
Jeremy Fincher
|
6d7e68fa71
|
Added tests, fixed the bugs the tests found.
|
2003-08-28 23:59:03 +00:00 |
|
Jeremy Fincher
|
b572562cb3
|
Added utils.wrapLines and wrapped the lines of each plugin's example.
|
2003-08-27 16:25:43 +00:00 |
|
Jeremy Fincher
|
8f33ff28bd
|
Made --at option for lasturl be more natural with domains.
|
2003-08-26 18:14:13 +00:00 |
|
Jeremy Fincher
|
c9546934d5
|
Removed id number from randomurl output.
|
2003-08-26 11:54:24 +00:00 |
|
Jeremy Fincher
|
84c028c0dc
|
Removed id number from randomurl output.
|
2003-08-26 11:52:42 +00:00 |
|
Jeremy Fincher
|
871d6858c0
|
Added an example and changed the regexp not to allow <> into the URL.
|
2003-08-26 11:39:18 +00:00 |
|
Jeremy Fincher
|
5289f6bc75
|
Renamed conf.timestampFormat to conf.logTimestampFormat and added conf.humanTimestampFormat.
|
2003-08-26 11:15:15 +00:00 |
|
Jeremy Fincher
|
ca646716b1
|
Removed spaces at the end of lines.
|
2003-08-20 16:26:23 +00:00 |
|
Jeremy Fincher
|
866916f8c0
|
Made it snarf all URLs, not just ftp/http.
|
2003-08-19 17:23:06 +00:00 |
|
Jeremy Fincher
|
dcacf9c7d5
|
Added lasturl command.
|
2003-08-19 09:10:41 +00:00 |
|
Jeremy Fincher
|
3c5be8a362
|
Basic snarfing and random URL returning is done.
|
2003-08-17 09:31:04 +00:00 |
|