Commit Graph

6377 Commits

Author SHA1 Message Date
Jeremy Fincher
9ec4493201 Have to handle the fact that we might have a proxy. 2005-03-14 03:51:56 +00:00
Jeremy Fincher
7e441285c7 Added the Web.fetch command. 2005-03-14 02:44:55 +00:00
Jeremy Fincher
c598e4cca9 Added a few more UNKNOWN_HOST types. 2005-03-14 02:32:48 +00:00
Jeremy Fincher
5fe4730dcb Added __url__ to the default stuff generated by supybot-newplugin. 2005-03-14 02:16:34 +00:00
Jeremy Fincher
bc49542d41 Added supybot-plugin-package to the list of installed scripts. 2005-03-14 02:16:06 +00:00
James Vega
ee0434a084 Ssomeone wass a little esss happy, me thinkss. 2005-03-14 00:40:03 +00:00
Jeremy Fincher
bd7ca03b85 Added supybot-plugin-package, later to be filled out with more functionality.
This is important to add because it standardizes our package format, making it
possible to write website products that open this package and use some of it
(like the README, or the CHANGES, or the NEWS document, etc.) for values on
the web.
2005-03-13 22:47:37 +00:00
Jeremy Fincher
2584f4a474 Capitalization change. 2005-03-13 22:44:09 +00:00
Jeremy Fincher
7445ed05b8 Let's give do* methods at least a SimpleProxy, if for no other reason than to stave off the questions and consternation resulting from *not* having an irc.reply available. 2005-03-12 22:27:23 +00:00
James Vega
aefcd594df Move structures to utils/ 2005-03-12 18:01:47 +00:00
Jeremy Fincher
36f6f1164f Line too long. 2005-03-11 23:27:17 +00:00
James Vega
24271c7b4e No need to issue a warning here *and* when we call connectSSL. 2005-03-11 21:29:33 +00:00
Ali Afshar
df2336505d dded code to Socket driver to make sure it refuses to connect when network.ssl is set to True 2005-03-11 18:37:02 +00:00
James Vega
eab237da47 Rename misc.log to messages.log 2005-03-11 18:06:18 +00:00
James Vega
560434616a Make sure to set a sane umask. 2005-03-11 18:05:51 +00:00
James Vega
38784b9ae6 Plugin needed a little format() love. 2005-03-10 05:22:05 +00:00
James Vega
606e92a47f Add supybot.plugins.ShrinkUrl.bold 2005-03-09 23:29:49 +00:00
James Vega
e3d4478d82 Fix some test failures. 2005-03-09 14:34:11 +00:00
Jeremy Fincher
bd6aa8fda8 Fixed some bugs introduced in my earlier commit, uncovered by the Note tests. 2005-03-09 10:42:16 +00:00
Jeremy Fincher
69a83e8530 Stopped possible AttributeError (nick could've been None). 2005-03-09 10:36:54 +00:00
Jeremy Fincher
1f49fc1e3e Some small refactorings, fixed a problem in unsend. 2005-03-09 10:43:01 +00:00
Jeremy Fincher
0e68a44513 Fixed bug with nested plugins having the same name as themselves. 2005-03-09 08:05:24 +00:00
Jeremy Fincher
52fabfdaf7 Added a test for nested plugins having the same command name as the plugin name. It fails right now. 2005-03-09 07:28:35 +00:00
Jeremy Fincher
ecca13ec11 Simplified the implementation of structures.TimeoutQueue. 2005-03-09 07:28:09 +00:00
Jeremy Fincher
b39eaa7cb5 Added .bashrc to the list of files to source in supybot-botchk. 2005-03-09 07:27:47 +00:00
Jeremy Fincher
4fb57f211a Updated some docs in the plugins module. 2005-03-09 07:27:16 +00:00
Jeremy Fincher
a2e2063d8b Added a callCommand to the Web plugin to catch utils.web.Error. 2005-03-09 07:26:32 +00:00
Jeremy Fincher
1cc969b290 Clarified the help for some command (I remember not which one now) 2005-03-09 07:25:52 +00:00
James Vega
aa92e37b37 Add Seen.any which reports any activity seen instead of just PRIVMG activity. 2005-03-09 03:56:01 +00:00
James Vega
0b11cb9f12 The grammar nazi says fewer is the correct word. 2005-03-08 13:18:10 +00:00
James Vega
1ea9fe1b4c Catch an exception when dice with 0 sides are specified. 2005-03-07 00:30:01 +00:00
James Vega
7b46f95f19 Better error messages when we can't load PySQLite. 2005-03-06 20:51:10 +00:00
Ali Afshar
eb970c09d7 Added check for successful PyOpenSSL import in Twisted driver and increased log level 2005-03-04 15:47:22 +00:00
Ali Afshar
32e0b29fcd SSL server support for Twisted driver. 2005-03-04 14:36:17 +00:00
Ali Afshar
d13458726d Added getPluginHelp() method to return docstring for individual plugins. 2005-03-03 19:34:26 +00:00
James Vega
b7736d83e1 Update ChannelStats to obey channelSpecific. 2005-03-03 04:45:47 +00:00
James Vega
54d17d98b1 Update a reference to getops. 2005-03-03 00:02:18 +00:00
Jeremy Fincher
0016b4ff21 Workaround for twisted stupidity. 2005-02-28 20:08:46 +00:00
James Vega
1c56071e19 Forgot a couple self's when adding split throttling. 2005-02-28 13:14:00 +00:00
Jeremy Fincher
51637b3b00 Forgot this from the nested plugins changes. 2005-02-28 07:59:46 +00:00
Jeremy Fincher
fc2a18bdb3 Added a name= keyword argument for commands.wrap, to override the name of the method being wrapped. 2005-02-28 07:58:46 +00:00
Jeremy Fincher
7c2bbeb638 Forgot the tests for source-nested plugins. 2005-02-25 10:00:42 +00:00
Jeremy Fincher
65fbb08c7f Started using source-nested plugins. 2005-02-24 12:49:25 +00:00
Jeremy Fincher
574e9509b7 Added support for source-nested plugins. 2005-02-24 12:49:08 +00:00
James Vega
09eecf5a4e Fix ranking display. 2005-02-26 16:24:26 +00:00
James Vega
72edc74fbd Show the person's part message (if there is one). 2005-02-25 18:53:36 +00:00
Jeremy Fincher
d43828ecfa Added split throttling to the Herald plugin. 2005-02-25 10:01:00 +00:00
Jeremy Fincher
13e1f7ccb9 Added isSplit, a function for checking whether a given QUIT message is a split quit. 2005-02-25 09:59:39 +00:00
Jeremy Fincher
50d390ece4 Added a reset method, a couple more tests, and fixed a slight bug (IndexError being raised from the wrong place) 2005-02-25 09:44:51 +00:00
Jeremy Fincher
b0e006ab12 Fixed help to show the full command. 2005-02-24 12:50:09 +00:00