Commit Graph

6510 Commits

Author SHA1 Message Date
James Vega 5c59539145 Change pysqlite.sf.net references to pysqlite.org 2005-11-03 05:31:24 +00:00
James Vega ad4ef00bc4 plugins/MoobotFactoids: Fix bug in OptionList. 2005-10-24 03:06:29 +00:00
James Vega 9883cb56ac plugins/MoobotFactoids: Add a test case for broken OptionList behavior. 2005-10-22 19:36:38 +00:00
James Vega e9fd59dc45 plugins/URL: Make URL.last case-insensitive. 2005-10-21 14:51:23 +00:00
James Vega 9cb1669b5f src/utils/web: Add another "UNKNOWN_HOST" code to catch. 2005-10-14 12:59:47 +00:00
James Vega 9c34b231aa src/ircdb: checkPassword should return false when password is None instead of trying to continue with the check. 2005-10-14 12:58:41 +00:00
James Vega d074721603 plugins/User: Make sure we raise the error in User.unregister so allowUnregistration is obeyed. 2005-10-14 12:57:21 +00:00
James Vega 53149cced4 Update my email address in the man pages and add supybot-test.1 2005-10-03 17:38:03 +00:00
James Vega 9d48f2c879 plugins/Web: Update the exception handling for the change in parsers. 2005-09-20 19:06:35 +00:00
James Vega 8cf975d844 plugins/Config: Finally fix Config.help so the error message actually reports the name instead of %s. 2005-09-22 18:06:56 +00:00
James Vega f470c94e59 plugins/ChannelLogger: Register the config var that the code is expecting to use. 2005-09-09 17:21:04 +00:00
James Vega fe72d703df +darcs 2005-09-02 02:23:49 +00:00
James Vega 0974d70ca4 Version 0.83.1 2005-09-02 02:13:51 +00:00
James Vega f926f1d5c2 plugins/Owner: Fix the bug where plugins couldn't be loaded until after the first network was connected to. 2005-09-01 22:18:30 +00:00
James Vega 86a69b8f8e INSTALL: Add another check for whether or not the user needs the python-dev package. 2005-08-31 08:51:38 +00:00
James Vega 92b7925fb0 +darcs 2005-08-31 00:04:54 +00:00
James Vega 0f56e0fb8b Version 0.83.0, for real 2005-08-31 00:01:24 +00:00
James Vega b701d0f436 UNDO: +darcs 2005-08-30 23:43:51 +00:00
James Vega b74c0e6200 +darcs 2005-08-30 23:43:51 +00:00
James Vega 2e38b5ed06 Version 0.83.0 2005-08-30 23:39:46 +00:00
James Vega 296980e20e scripts/supybot-plugin-create: Prompt the user to see if the wish to use Supybot's license. 2005-08-30 16:22:45 +00:00
James Vega 408887e0a0 Initial import of GETTING_STARTED 2005-08-30 13:25:40 +00:00
James Vega ef3e002db3 src/utils/net: Fix our method of determining whether an IPV6 or IP socket is needed. 2005-08-22 18:52:37 +00:00
James Vega da762194ff INSTALL: Remove the 'local install' note for Windows. 2005-08-18 18:49:12 +00:00
James Vega 96bb8c42fb INSTALL: Update the doc to be STX-formatted and include the 'local install' addendum. 2005-08-18 18:41:26 +00:00
James Vega 9700121a6a plugins/Todo: Specify a converter so negative priorities don't cause safeEval to bitch. 2005-08-18 18:38:38 +00:00
Jeremy Fincher 603cab6b0a Loaded plugins during __init__ rather than do001. 2005-08-15 05:37:05 +00:00
Jeremy Fincher 27656e5fef Added a few more asserts and clarified an already existing one. 2005-08-15 05:36:23 +00:00
James Vega 3a0d71c15a plugins/Config: Also reload the ignoresdb when handling a SIGHUP. 2005-08-10 11:40:24 +00:00
James Vega a34a4fcd7f plugins/Services: Recognize the 'already identified' message for tracking identified status. 2005-08-07 06:36:48 +00:00
James Vega a3149f0ec0 src/irclib: If the post-inFilter message differs from the pre-inFilter message, log it for debugging purposes. 2005-08-04 21:19:41 +00:00
James Vega fa5ad68958 plugins/Network: Don't include +s channels in Network.whois reply if the reply isn't going to the +s channel. 2005-08-04 18:53:58 +00:00
James Vega a035492295 plugins/QuoteGrabs: Order the quotes in reverse chronological order. 2005-08-04 17:53:29 +00:00
Jeremy Fincher cede4a4a97 Fixed bug in ircutils.isNick, which allowed nicks to start with dashes. 2005-08-02 02:47:42 +00:00
Jeremy Fincher 14acfcafe4 Forgot a .split() that was causing the channel-database parsing to fail on bans. 2005-08-01 21:08:21 +00:00
Jeremy Fincher 5582e69268 Fixed ircdb.py to give full exception traces when unexpected exceptions occur. 2005-08-01 21:01:46 +00:00
Jeremy Fincher f8156cc9cc Removed TupleSubclass, which wasn't being used. 2005-07-21 18:32:41 +00:00
James Vega 17afef9c30 src/commands: Change the rest context so that it raises an IndexError when no arguments are available.
This fixes the problem in Dunno (and any other plugin that uses plugins.ChannelIdDatabasePlugin) where calling the search command using only the getopts and no additional arguments will cause the command to fail and the help to be displayed.
2005-07-27 21:57:17 +00:00
James Vega 772f1dd2bf scripts/supybot-plugin-doc: Don't escape characters if they're inside a single-quoted string. Also, make sure config vars with a default of None have a printable default string. 2005-07-26 12:22:16 +00:00
James Vega 75c9a455d2 plugins/Time: Fix some formatting so it looks correct in STX. 2005-07-25 22:44:13 +00:00
James Vega 099231df05 plugins/Math: Quote some example strings so the STX version is formatted better. 2005-07-25 22:15:14 +00:00
James Vega 9d99590431 plugins/Unix: Update the tests to reflect the changes in Unix.spell responses. 2005-07-25 12:28:48 +00:00
James Vega d2dc42ede1 plugins/Google: Fix some formatting in Google.meta's docstring. 2005-07-25 22:05:26 +00:00
James Vega 0367ae5615 plugins/Unix: Keep track of two lines in Unix.spell since aspell sometimes list suggestions after a '*' or '+' line. 2005-07-22 13:08:40 +00:00
James Vega 1edb4e13bf plugins/RSS: Colons are pretty. 2005-07-22 12:20:11 +00:00
Jeremy Fincher 1aa73acd8d Removed Acquire, which I won't be using anymore. 2005-07-21 05:04:31 +00:00
James Vega 45c7f773ac plugins/RSS: Fix info so it works again. 2005-07-19 21:32:54 +00:00
James Vega b375ea9792 plugins/Web: Fixed the title-retrieval parser to actually retrieve the entire title. 2005-07-19 13:55:37 +00:00
Jeremy Fincher 77330d496a Moved an XXX and added a skeleton method. 2005-07-18 04:55:12 +00:00
Jeremy Fincher fc87901a89 Added some more XXXes for dangerfan. 2005-07-18 04:46:41 +00:00