Commit Graph

  • 4026f8a3e3 Removed some useless blank lines. Jeremy Fincher 2004-09-30 04:10:28 +00:00
  • ef1b073c3d Updated. Jeremy Fincher 2004-09-29 18:56:22 +00:00
  • 755cfd258d Outfilters should *always* give a msg= keyword argument when they create a new message, because otherwise tags don't remain. If you see any other places where they don't, go ahead and fix them as well :). Jeremy Fincher 2004-09-29 18:56:02 +00:00
  • 491ebdaf53 Not entirely necessary there, removed the plugin-wide check for sqlite. Jeremy Fincher 2004-09-29 18:55:13 +00:00
  • a75857ee3b Made this error an error. Jeremy Fincher 2004-09-29 18:54:49 +00:00
  • e67daa9338 Now the comment is even MORE elucidating\! Jeremy Fincher 2004-09-29 18:54:33 +00:00
  • f8375acdad Fixed not to raise some exceptions during testing. Jeremy Fincher 2004-09-29 18:53:23 +00:00
  • d499628075 Refactoring of some MODE handling stuff and now we keep track of bans. Jeremy Fincher 2004-09-29 18:52:15 +00:00
  • 04e5ff9b7a Elucidating comment, as well as filtering of misc.log when plugins are using their individual logfiles. Jeremy Fincher 2004-09-29 18:51:37 +00:00
  • 3a6779bb6d Added httpUrlRe. Jeremy Fincher 2004-09-29 18:51:04 +00:00
  • d147def54c Log filtering for testing. Jeremy Fincher 2004-09-29 18:43:44 +00:00
  • bea33e53d6 Fixed an exception on exit. Jeremy Fincher 2004-09-29 14:50:14 +00:00
  • cc15862d65 Had the formatters for that log swapped. Jeremy Fincher 2004-09-29 14:49:44 +00:00
  • 24641b6efe Fixed bug #1020925. Jeremy Fincher 2004-09-29 14:35:58 +00:00
  • c2445cc7db Fixed bug in IrcState.doTopic (#1033955) Jeremy Fincher 2004-09-29 14:14:06 +00:00
  • a6f7dc99b7 Moved tinyurl stuff out to the ShrinkUrl plugin. Jeremy Fincher 2004-09-29 04:40:25 +00:00
  • a382087fc4 Fix0red the problems with VERBOSE. Jeremy Fincher 2004-09-29 04:07:29 +00:00
  • e01a9d3bc5 Forgot to vacuum, momma's gonna kill me! Jeremy Fincher 2004-09-28 20:09:39 +00:00
  • 0704c34fc7 Added a Hebrew filter. Jeremy Fincher 2004-09-28 20:08:41 +00:00
  • 3139ffe909 Re-added near functionality and re-abstracted the plugin. Jeremy Fincher 2004-09-28 19:58:32 +00:00
  • f9ae666f3b Fixed a bug in errorInvalid's handling of Raise. Man, we just need to default it to True for everything and make people deal. Jeremy Fincher 2004-09-28 08:12:03 +00:00
  • 201df375e2 Added verbose logging level. Jeremy Fincher 2004-09-28 08:11:38 +00:00
  • fbd4ce26eb Updated to reflect our choice of log levels. Jeremy Fincher 2004-09-28 07:54:41 +00:00
  • a829bf2965 Forgot the dot. Jeremy Fincher 2004-09-28 07:43:55 +00:00
  • f15129adec Added test for maximum nesting. Jeremy Fincher 2004-09-28 07:40:58 +00:00
  • 0874dfd5f3 Abstracted out bool verification in utils.toBool. Jeremy Fincher 2004-09-28 07:22:26 +00:00
  • 05c06f8f4b Added tests for no errors where no errors should occur. Jeremy Fincher 2004-09-28 07:19:47 +00:00
  • e5df6c87ed tightened for new asserts. Jeremy Fincher 2004-09-28 07:19:25 +00:00
  • e616f6973d We should return whether or not we were able to queue the message. Jeremy Fincher 2004-09-28 07:17:53 +00:00
  • 3dec784447 A whole lot more asserts and an isCapability predicate. Jeremy Fincher 2004-09-28 07:17:18 +00:00
  • 9ca87988ae We should return the message from errors/replies. Jeremy Fincher 2004-09-28 07:16:32 +00:00
  • 4b5909331a Updated completely. Jeremy Fincher 2004-09-28 07:10:27 +00:00
  • d5a324a0d2 It's nice when Weather.weather works. James Vega 2004-09-25 17:55:22 +00:00
  • 334c5f9456 Improve our whois handling. whois.pir.org became a bit more strict on the input they accept. James Vega 2004-09-25 17:29:27 +00:00
  • 19c4948d97 Update to use _help James Vega 2004-09-25 17:08:31 +00:00
  • 9291c56e3f Update to use a help method instead of a help string. Allows sub-classes of Group/Value to define their own help method. James Vega 2004-09-25 17:06:05 +00:00
  • b9db0330e4 Update others/amazon.py to latest version and add the new region support to plugins/Amazon.py (supybot.plugins.Amazon.region) James Vega 2004-09-25 16:59:23 +00:00
  • b70a683df1 Added cool exhaustive help test. Jeremy Fincher 2004-09-25 16:32:36 +00:00
  • 135c57c314 Let's not try to send empty messages. Jeremy Fincher 2004-09-25 16:10:33 +00:00
  • 70111b5b06 Stopped double-queuing problem. Jeremy Fincher 2004-09-24 20:33:58 +00:00
  • 23fb9e1c7b Changed tag name to isError rather than errored. Jeremy Fincher 2004-09-24 20:28:31 +00:00
  • 7b68eb622d Abstracted out some functionality to plugins.DbiChannelDB. Jeremy Fincher 2004-09-24 20:06:07 +00:00
  • 5753195f45 Changed dbi.Record not to use a metaclass. Jeremy Fincher 2004-09-24 20:05:34 +00:00
  • ec7ba362c4 Slight log message change. Jeremy Fincher 2004-09-24 14:37:24 +00:00
  • 728ad5788b This was needed, so our stuff doesn't get quoted. Jeremy Fincher 2004-09-24 14:20:15 +00:00
  • 35894401c7 Let's move noReply() to RichReplyMethods so that anything that subclasses it can use noReply(). Fixes bug #1032406 James Vega 2004-09-24 13:52:46 +00:00
  • 243456aedd Unnecessary reset, changed logging message. Jeremy Fincher 2004-09-24 02:36:34 +00:00
  • b0931ea0ec This wasn't being done correctly, let's see if this fixes it. Jeremy Fincher 2004-09-24 01:23:48 +00:00
  • 78da84e4cb Configurable quotes, w00t. Jeremy Fincher 2004-09-24 01:13:17 +00:00
  • bbddc4b834 Make showLinks a ChannelValue specific to RSS.rss and add announce.showLinks to for RSS.announce James Vega 2004-09-23 23:53:51 +00:00
  • 3e58419338 Various minor refactorings, moved supybot.reply.{brackets,pipeSyntax} to supybot.commands.nested. Jeremy Fincher 2004-09-23 23:15:27 +00:00
  • ab21fc54cf Fixed a typo. Jeremy Fincher 2004-09-23 21:20:27 +00:00
  • f700927969 We were missing an import and a conf. header James Vega 2004-09-23 19:15:14 +00:00
  • 72214dc9d0 Added supybot.reply.maximumLength. Jeremy Fincher 2004-09-23 17:07:54 +00:00
  • 3740c74aa9 Ooops. left in some debugging print statements. James Vega 2004-09-23 16:58:39 +00:00
  • b627d23898 Added a test, though I haven't figured out how to fix this thing yet. Jeremy Fincher 2004-09-23 16:34:38 +00:00
  • 0aa6cd5c28 Fixed importantPlugin dispatching. Jeremy Fincher 2004-09-23 16:32:58 +00:00
  • 10c8cc5e58 Grate spelink! James Vega 2004-09-23 16:28:53 +00:00
  • 2e0a91c3c7 Let's make sure we don't try to join if we're getting too close to the max number of channels we can be in. Also, irc.noReply so that things like Infobot aren't triggered. James Vega 2004-09-23 16:28:29 +00:00
  • 6e1dc647dd Better filenames for FunDB databases. Jeremy Fincher 2004-09-23 16:18:41 +00:00
  • e381f11e12 Update src/Channels.py to use commands.wrap. Added some more converters to ease the process. Hopefully this doesn't break anything. The tests passed! James Vega 2004-09-23 16:13:00 +00:00
  • 19b2e37dad Let's not default to just the network Misc.last was called on. It's kinda counter-intuitive. James Vega 2004-09-23 16:08:11 +00:00
  • 94f80e5773 Augmented help for Misc.plugin. Jeremy Fincher 2004-09-23 15:30:43 +00:00
  • 356745d353 Variable name change. Jeremy Fincher 2004-09-22 22:43:23 +00:00
  • 16b9fb386e Added a repr keyword argument to errorInvalid and used it to fix bug #1030474. Jeremy Fincher 2004-09-22 22:41:58 +00:00
  • b898142039 Fixed bug #1032403. Jeremy Fincher 2004-09-22 22:31:56 +00:00
  • 217799ad1c Updated to make the formatting strings variable. Jeremy Fincher 2004-09-22 22:27:03 +00:00
  • fc8da1888c Variable name change. Jeremy Fincher 2004-09-22 22:26:17 +00:00
  • 816f494d8c Changed two warnings to errors. Jeremy Fincher 2004-09-22 22:24:34 +00:00
  • f2d064cfac Forgot muh spaces James Vega 2004-09-22 22:23:54 +00:00
  • 53baabedad Should fix #1032551. Jeremy Fincher 2004-09-22 22:22:38 +00:00
  • 89f6d285b0 Fix bug #1032402, and convert to use commands.wrap. James Vega 2004-09-22 22:10:16 +00:00
  • ed61675016 Fix the bugs in #1032945, Observer.list exceptions and exceptions when adding an observer after a plugin reload. James Vega 2004-09-22 22:06:27 +00:00
  • ff86d2cccd Forgot to remove XXXes. Jeremy Fincher 2004-09-22 21:39:59 +00:00
  • 998f61cce8 Moved disambiguation stuff to callbacks.IOP. Also fixed rename-persistence. Jeremy Fincher 2004-09-22 21:38:20 +00:00
  • 3aa8bdcf18 Fixed unsend bugz0r. Jeremy Fincher 2004-09-22 21:29:23 +00:00
  • 99e35d6810 Fixed a performance problem. Jeremy Fincher 2004-09-22 13:13:37 +00:00
  • 7558a437e1 Factored out the args component of wrap into its own function, so it can be used in more situations. Jeremy Fincher 2004-09-22 11:51:06 +00:00
  • 2e07e23fd5 A little overzealous with the #! removals, weren't we, jamessan? :) Jeremy Fincher 2004-09-22 11:41:12 +00:00
  • b2dadb3516 Added new 'spellit' command Daniel DiPaolo 2004-09-22 03:38:39 +00:00
  • 45aabeb5ea Needed to import webutils for webutils.strError calls Kevin Murphy 2004-09-21 22:31:43 +00:00
  • aeecf352a7 Fixed bug #1029690. Jeremy Fincher 2004-09-21 21:18:37 +00:00
  • 5dd099c459 CAPAB should always be an important message. Jeremy Fincher 2004-09-21 18:38:20 +00:00
  • f9a432c9ec Let's make sure we give our users an id attribute. Jeremy Fincher 2004-09-21 18:37:45 +00:00
  • dda6f9be4a registerPlugin was returning the wrong group. Jeremy Fincher 2004-09-21 18:37:06 +00:00
  • 8f97cccb1a Updated, added getPlugin, getSomething, validChannel, etc. Jeremy Fincher 2004-09-21 18:36:40 +00:00
  • 58cb831448 Some XXXes to show what needs to be done. Jeremy Fincher 2004-09-21 18:36:15 +00:00
  • 8907c0305f Fixed some string modding. Jeremy Fincher 2004-09-21 18:35:36 +00:00
  • 440695555f Initial checkin; handles CAPAB IDENTIFY-MSG and is able to ignore unidentified users unilaterally. Jeremy Fincher 2004-09-21 16:48:12 +00:00
  • 3ee4223bda Fix for bug #1031800, uncaught exceptions in Config commands. James Vega 2004-09-21 14:21:57 +00:00
  • f3d0670175 RFE 1017095 - Added wildcard support to Seen command Kevin Murphy 2004-09-21 06:51:12 +00:00
  • fb56c08278 Add a test for Infobot not responding to directly addressed commands. Add a test for some wonkiness with @user list when User and Seen are loaded. James Vega 2004-09-21 04:59:13 +00:00
  • 09e60502cf Initial checkin of commands, and conversion of Admin to use it. Jeremy Fincher 2004-09-21 03:31:19 +00:00
  • 781ba32793 Fix bug #1030367, supybot.replywithNickPrefix doesn't obey channel value James Vega 2004-09-21 01:32:26 +00:00
  • 535f4a164f Fix bug #1031277, exception in some Topic commands when trying to modify a topic in a channel that the bot is not in. James Vega 2004-09-20 19:24:15 +00:00
  • e48b78787a This should fix bug #1031279, xml.sax exception when calling google commands. James Vega 2004-09-20 19:12:32 +00:00
  • a87660ade2 Fix bug #1031347, Google.stats exception. James Vega 2004-09-20 17:26:32 +00:00
  • 3bfb28fcee Fix a couple formatting bugs. James Vega 2004-09-20 17:01:36 +00:00
  • a03f1d9f69 Fixed regexp to match changes made to UrbanDict site Kevin Murphy 2004-09-20 16:41:13 +00:00
  • 1e397aea91 Last #! line James Vega 2004-09-20 16:30:59 +00:00