Commit Graph

5452 Commits

Author SHA1 Message Date
Jeremy Fincher b6066a1543 Stupid emacs. 2004-10-10 03:48:33 +00:00
Jeremy Fincher 0a8ef6d8d0 Stupid emacs. 2004-10-10 03:46:28 +00:00
Jeremy Fincher 3a408f3dd9 Fixed our lack of raising IndexError on random.choice applied to sequences. 2004-10-10 03:39:59 +00:00
Jeremy Fincher 9363489e32 Added a log.exception to Owner.eval. 2004-10-10 03:17:18 +00:00
Daniel DiPaolo 4c37c1c79b Closes #1043440: "Disabled filter commands can still be outfilters."
Just gotta check conf.supybot.commands.disabled() and if it's in there, pretend
it doesn't exist
2004-10-09 07:12:21 +00:00
Jeremy Fincher b2fbbef197 Fixed bug with duplicate hostmasks. 2004-10-09 04:57:16 +00:00
Jeremy Fincher afa182ab7c Added another test. 2004-10-09 04:56:50 +00:00
Jeremy Fincher d7fc280647 Weather backups. 2004-10-09 04:39:10 +00:00
Jeremy Fincher 04f7ff313f Commented out a bug (IrcState, actually in Irc), #1040008. 2004-10-09 04:02:22 +00:00
Jeremy Fincher 3dceea823d Added supybot.reply.whenAddressedByNick.atEnd. 2004-10-09 02:48:08 +00:00
James Vega 28185185dd Small fix for when we generate a markov chain with initial words. 2004-10-08 21:40:23 +00:00
Daniel DiPaolo f96e38f480 Clarified the variables in the help message for Network.connect 2004-10-08 18:51:50 +00:00
Jeremy Fincher 2c8490c86a Added the undup filter. 2004-10-08 16:50:33 +00:00
Daniel DiPaolo d4b30b6214 Added new behavior for Misc.last when nested - can optionally exclude the nick
and timestamp
2004-10-08 16:00:51 +00:00
James Vega bdca894522 a few Raise=True additions 2004-10-08 14:12:03 +00:00
James Vega 4557b867fe Prevent people from adding hostmasks that don't explicitly match other users'
hostmasks but will match when you check hostmaskPatternEqual aka bug #1043045
2004-10-08 13:59:45 +00:00
James Vega 3df40e814a {de,}{op,halfop,voice} need to allowExtra 2004-10-08 12:33:39 +00:00
James Vega c5db149f65 Correct our ValidChannel checking (no , in channel key) and provide a little
more information in supybot-wizard if there's an error when adding channels.
2004-10-07 18:47:26 +00:00
James Vega b196d3fc21 Let's not short-circuit auto{Op,Halfop,Voice} until we actually do something. 2004-10-07 17:19:22 +00:00
James Vega 3e1d7953bc Update the plugin for the connect command. 2004-10-07 13:56:04 +00:00
James Vega f97e0426e7 Style 2004-10-06 21:58:02 +00:00
James Vega 0242a8619d Update News to use commands.wrap and switch from an SQLite db to a flatfile
mapping.
2004-10-06 21:56:06 +00:00
James Vega edc698e48b Fix testing for positiveInt and nonNegativeInt. 2004-10-06 04:32:03 +00:00
James Vega 23f4dc2d0f Update to use irc.replies so that people can take advantage of
conf.supybot.reply.oneToOne
2004-10-05 07:24:49 +00:00
James Vega e69f086b51 We need to str() module.__author__ before munging the email address. 2004-10-05 01:32:43 +00:00
Jeremy Fincher a8190dc5da RFE #1039510, plugins.LogToIrc.networks. 2004-10-05 01:00:33 +00:00
James Vega d72f69d245 Update the tests. 2004-10-04 19:00:51 +00:00
James Vega 4c1c5ff723 One more fix for _getLnUrl 2004-10-04 18:45:20 +00:00
James Vega b4580384ee Catch a webutils.WebError, fix whitespace, and remove a urlquote 2004-10-04 18:15:06 +00:00
Jeremy Fincher 6a1b9ccaeb test optimization. 2004-10-04 16:24:08 +00:00
Jeremy Fincher 6ba2120f5f Optimization. 2004-10-04 16:11:08 +00:00
Jeremy Fincher c84e8ff8fa Forgot a parameter. 2004-10-04 16:03:20 +00:00
Jeremy Fincher 5526c4e298 Added elapsed command. 2004-10-04 13:37:46 +00:00
James Vega 16c4561da6 Correct the plugin documentation. 2004-10-04 13:36:50 +00:00
Jeremy Fincher 48b3ce5b73 Hmm...maybe this is the second part of the disabling-network commit? Who knows. 2004-10-04 10:01:23 +00:00
James Vega 68844cda3a Update Http.acronym to match the changes in the website. Remove the headers
since we include those by default.  Set __parent.
2004-10-04 02:00:37 +00:00
Jeremy Fincher 7c019b3893 Speeling 2004-10-03 22:38:32 +00:00
Jeremy Fincher 7ddf8eb257 Forgot an implication of requireExtra. 2004-10-03 22:38:10 +00:00
Jeremy Fincher a055bc29a0 Added export command. 2004-10-03 22:36:50 +00:00
Jeremy Fincher 76fc8b946e Removed some useless options from close. 2004-10-03 22:18:12 +00:00
Jeremy Fincher 849de99827 Better docs for loading. 2004-10-03 21:10:03 +00:00
Jeremy Fincher 33164097ae Added a question about loading all plugins. 2004-10-03 20:55:37 +00:00
Jeremy Fincher 0115f4adf6 Abstracted like a madman. 2004-10-03 18:02:11 +00:00
Jeremy Fincher 571a107ace Saved a few characters in our colorization of Google. 2004-10-03 10:00:46 +00:00
Jeremy Fincher eace0b5c55 Changed the warning log to a debug log. 2004-10-03 09:57:57 +00:00
Jeremy Fincher df3d7a4ecb Oops, exception when a dude quits and supybot's not in a channel he's supposed to be in. 2004-10-03 09:55:10 +00:00
Jeremy Fincher 65cf9af143 What the heck? All this worked in testing. 2004-10-03 09:50:29 +00:00
Jeremy Fincher 835ee14640 That last commit wouldn't be much fun without this one. 2004-10-03 09:40:19 +00:00
Jeremy Fincher 42f9ea9bfc Let's catch some exceptions and continue with the output-writing if an exception is raised. 2004-10-03 09:39:39 +00:00
Jeremy Fincher 4c52ad680d Forgot an import. Odd that this didn't show up in my testing with lambdabot. 2004-10-03 09:26:37 +00:00