Commit Graph

  • 335fc3e170 Added Ctcp in the new plugin format. Jeremy Fincher 2005-02-01 09:58:04 +00:00
  • f44be3b864 Allow timestamps in format to be None, indicating the current time. Jeremy Fincher 2005-02-01 09:53:08 +00:00
  • 0c2da03a67 Added the Web plugin (from pieces of Http, Fun, and URL) in the new plugin format. Jeremy Fincher 2005-02-01 09:41:54 +00:00
  • 18f8044621 Converted ShrinkUrl to use format. Jeremy Fincher 2005-02-01 09:41:39 +00:00
  • 74717061f2 Forgot to add u to the _formatRe. Jeremy Fincher 2005-02-01 09:35:35 +00:00
  • 4ac7bb4717 Added a %u specifier to format, for URLs. Jeremy Fincher 2005-02-01 09:26:44 +00:00
  • 3d57c404ba Added ShrinkUrl in the new plugin format. Jeremy Fincher 2005-02-01 09:09:49 +00:00
  • 304ad0868e Hacked out format into our logging calls. Jeremy Fincher 2005-02-01 08:31:31 +00:00
  • 8512f52e27 Fixed the Debug plugin actually to work. Jeremy Fincher 2005-02-01 08:30:58 +00:00
  • 8897e6458b Removed test/test_fix.py, moving its tests to test/test_utils.py, and fixed the resulting bugs that were discovered. Jeremy Fincher 2005-02-01 07:08:30 +00:00
  • 978cf65453 Added an email converter. Jeremy Fincher 2005-02-01 07:08:13 +00:00
  • 307f50137b Abstracted out an assertError method for testing specs. Jeremy Fincher 2005-02-01 07:07:35 +00:00
  • 2b6994428e Fixed a bug that was introduced in nItems. Jeremy Fincher 2005-02-01 07:06:36 +00:00
  • 2840aeda1e Added tests for dynamicScope and fixed a bug that made it all but useless. Jeremy Fincher 2005-02-01 07:05:42 +00:00
  • 65893c8e3c Added emailRe to utils.net. Jeremy Fincher 2005-02-01 06:34:58 +00:00
  • 641c5cd634 Added __version__ strings to already-converted plugins. Jeremy Fincher 2005-02-01 06:15:37 +00:00
  • e075c72270 Added the Scheduler plugin in the new plugin format. Jeremy Fincher 2005-02-01 06:08:46 +00:00
  • 7b62f61381 Add version string to QG Daniel DiPaolo 2005-02-01 04:20:09 +00:00
  • f2fba0962e Move QG docstring to proper place Daniel DiPaolo 2005-02-01 03:58:38 +00:00
  • 32d535c1d6 Addition of search to Quotegrabs Daniel DiPaolo 2005-02-01 01:33:16 +00:00
  • 1b631ad1f2 Adding QuoteGrabs to setup.py for installation Daniel DiPaolo 2005-01-29 20:08:08 +00:00
  • a5ba65cf6f Initial conversion of QuoteGrabs and addition of QG.search Daniel DiPaolo 2005-01-29 20:07:22 +00:00
  • 6bf6dd609a Changed the default for adding a local plugins directory. Jeremy Fincher 2005-01-31 17:07:23 +00:00
  • 642e88118c Unbreak the Owner tests. James Vega 2005-01-31 16:01:25 +00:00
  • afc3c3f94a Fix some calls to pluralize to not use the extra argument. Also updated the pluralize tests. James Vega 2005-01-31 15:59:44 +00:00
  • 4b4bfa0abe Update usage of utils.net functions. James Vega 2005-01-31 15:26:01 +00:00
  • ec045afd9c Removed extraneous whitespace, unused imports, and converted some sets.Set() calls to set(). James Vega 2005-01-31 15:24:36 +00:00
  • 0fde2393e6 Update usage of utils.iter functions. James Vega 2005-01-31 15:22:48 +00:00
  • 4d32d36982 Update a few more places that use utils.str functions. James Vega 2005-01-31 15:21:22 +00:00
  • de89bf0265 Update usage of utils.str functions. James Vega 2005-01-31 14:52:27 +00:00
  • 47aa4c0f7c Remove the extra argument to utils.str.pluralize. James Vega 2005-01-31 13:37:47 +00:00
  • 9099a1a934 Update utils.str.format to support specifying an 'and' string. James Vega 2005-01-31 13:29:28 +00:00
  • 28cb5abc65 Update usage of functions in utils.gen. James Vega 2005-01-31 13:06:43 +00:00
  • 0a89623b70 Update a couple more imports for the utils split up and fix.py removal. James Vega 2005-01-30 15:39:39 +00:00
  • 2b0450690e Added an __version__ string to Plugin/__init__.py as generated by supybot-newplugin. Jeremy Fincher 2005-01-30 03:48:14 +00:00
  • 5a46ec4993 Remove the last supybot.fix imports. James Vega 2005-01-30 02:46:30 +00:00
  • 9e83114a24 Un-break the bot. This stuff should probably go somewhere other than the Owner plugin at some point. Jeremy Fincher 2005-01-29 21:43:23 +00:00
  • 68b1d65d68 Plugin normalization, sanitation, etc. Removed unused imports, for the most part. Jeremy Fincher 2005-01-29 21:24:17 +00:00
  • 70da904be2 States don't have a copy method. Jeremy Fincher 2005-01-29 21:23:37 +00:00
  • 0a7fdae08d Changed some more webutils uses to utils.web. Jeremy Fincher 2005-01-29 19:20:15 +00:00
  • 6fbfa2bc9e Moved a webutils import over to utils.web. Jeremy Fincher 2005-01-29 19:18:56 +00:00
  • 381a42d863 Added an "irc" argument to callbacks.Privmsg.__init__, so now plugins get an Irc on instantiation. Jeremy Fincher 2005-01-29 19:16:29 +00:00
  • fe82ad63e0 Added an extra (elucidating) comment to the __init__.py template for importing/reloading third-party modules. Jeremy Fincher 2005-01-29 07:43:56 +00:00
  • 6f2aec352a Fix a bug where nickInChannel would add the channel to the args list. James Vega 2005-01-28 22:53:59 +00:00
  • 0d693e8b9d Update supybot-newplugin to generate the current year for the copyright line. James Vega 2005-01-28 20:33:50 +00:00
  • 1d1f8c43fc Removed DEVS; we have a website for that now. Jeremy Fincher 2005-01-28 18:50:34 +00:00
  • bc59e3ca64 Change the remaining utils.normalizeWhitespace calls to utils.str.normalizeWhitespace. James Vega 2005-01-28 16:10:53 +00:00
  • 5c72ded4a8 Stupid spelling error in a docstring. Jeremy Fincher 2005-01-28 15:30:15 +00:00
  • a19a979499 Robustified and improved utils.str.format a bit; added a simple test. Jeremy Fincher 2005-01-28 15:23:18 +00:00
  • 1f1d85f249 Removed an unused variable (_srcDir) Jeremy Fincher 2005-01-28 15:22:59 +00:00
  • 90e901702b Moved toBool to go before format in utils/str.py. Jeremy Fincher 2005-01-28 15:21:03 +00:00
  • 34f1fe6562 Swapped the argument order for nItems *again*. Jeremy Fincher 2005-01-28 15:17:26 +00:00
  • e248012369 Added format to __builtins__. Jeremy Fincher 2005-01-28 15:16:32 +00:00
  • 90d95a006c Converted some plugin stuff to use format. Jeremy Fincher 2005-01-28 15:14:39 +00:00
  • e1fe232e9b Converted commands.py to use the new utils.web instead of webutils; fixed a bug in the httpUrl converter which rejected https protocols. Jeremy Fincher 2005-01-28 14:51:25 +00:00
  • 933be49ff2 Removed BUGS. I never liked it anyway; that's the place for a bug tracker. Jeremy Fincher 2005-01-28 14:49:25 +00:00
  • c08d435267 Fixed bug in irclib.IrcState's handling of KICK messages; they wouldn't remove the channel if the bot was kicked from it. Jeremy Fincher 2005-01-28 13:58:59 +00:00
  • 5fd6bbb52d Completely restructured our utils modules. Tons of changes. Here's the summary of things that matter most: Jeremy Fincher 2005-01-27 06:59:08 +00:00
  • e62585092d Moved dynamic scoping stuff out of fix.py and into its own module. Jeremy Fincher 2005-01-27 07:10:32 +00:00
  • 7fb3b21d94 Removed src/privmsgs.py and all the accompanying crap. Jeremy Fincher 2005-01-27 05:42:36 +00:00
  • 1ff2033dc0 Updated copyright date and removed the __revision__ string. Jeremy Fincher 2005-01-26 21:44:12 +00:00
  • d5dd72c309 Changed copyright date on plugins/__init__.py. Jeremy Fincher 2005-01-26 21:38:57 +00:00
  • 9712acf467 Removed wrapLines, which isn't used anywhere. Jeremy Fincher 2005-01-26 14:48:21 +00:00
  • 74b9a3c702 Moved eachSubstring to be a nested function; we don't use it anywhere else. Jeremy Fincher 2005-01-26 14:41:42 +00:00
  • 6d02564965 Added Status in the new plugin format. Jeremy Fincher 2005-01-26 07:33:19 +00:00
  • 79c3461dc9 Added Network in the new plugin format. Jeremy Fincher 2005-01-26 07:32:42 +00:00
  • 1923788a3d Changed copyright dates on Herald. Jeremy Fincher 2005-01-26 07:26:18 +00:00
  • cb365a430d Fixed some bugs in supybot-wizard, reported by Grantbow. Jeremy Fincher 2005-01-26 13:26:44 +00:00
  • af47a19c1d Added Herald in the new plugin format. Jeremy Fincher 2005-01-26 06:52:33 +00:00
  • 7094bec81f Moved the print statement to happen right before tests start (so it doesn't show up when running it with, for instance, the --help option). Jeremy Fincher 2005-01-26 06:36:57 +00:00
  • d9689f818b Added the Filter plugin in the new plugin format. Jeremy Fincher 2005-01-25 20:04:14 +00:00
  • f85431435a Added the Format plugin in the new plugin format (no pun intended). Jeremy Fincher 2005-01-25 18:06:46 +00:00
  • 292b1627b8 Fixed SyntaxError in supybot-wizard. Jeremy Fincher 2005-01-25 15:49:42 +00:00
  • f5e4e64815 Fixed Babelfish so that tests run. Jeremy Fincher 2005-01-24 23:26:44 +00:00
  • 850f457bf6 Updated README to be accurate. Jeremy Fincher 2005-01-24 23:01:31 +00:00
  • 9a132bcacd Added the Debug plugin to the sandbox. Jeremy Fincher 2005-01-23 22:51:45 +00:00
  • 895cd3e48e Resurrected the test suite with the new supybot-test program and RCS. Jeremy Fincher 2005-01-23 19:42:25 +00:00
  • 3d3b1498fe Changed copyright years on test files Jeremy Fincher 2005-01-24 21:27:34 +00:00
  • ec10a47d5f Erased last known bug in BUGS. Jeremy Fincher 2005-01-23 17:55:32 +00:00
  • f30fcebe41 MINOR removed some extraneous whitespace. Jeremy Fincher 2005-01-21 18:41:17 +00:00
  • 4f9d7f43a2 Converted Babelfish to the new plugin format. Jeremy Fincher 2005-01-21 18:40:28 +00:00
  • 59331aafa4 Updated to be STX as well as ordered chronologically. Jeremy Fincher 2005-01-19 23:39:52 +00:00
  • 0e9a3c326e Added the Dict plugin in the new plugin format. Jeremy Fincher 2005-01-19 23:34:25 +00:00
  • ddeac18563 MINOR testsupport is no more. Jeremy Fincher 2005-01-19 23:33:33 +00:00
  • d9df5136cd Added the Math plugin in the new plugin package format. Jeremy Fincher 2005-01-19 23:29:28 +00:00
  • 4aa220eada Re-added the Utilities plugin in the new plugin format. Jeremy Fincher 2005-01-19 23:25:34 +00:00
  • badec534df Changed tests to be more independent of outside plugins. Jeremy Fincher 2005-01-19 23:23:47 +00:00
  • 863c0e6ad2 Moved loadPlugin{Module,Class} to its own module in src/ Jeremy Fincher 2005-01-19 23:22:35 +00:00
  • 8d415d7631 Updated to work with the new supybot-test. Jeremy Fincher 2005-01-19 23:20:46 +00:00
  • db722aa0ec Added supybot-test and supybot.test. Jeremy Fincher 2005-01-19 23:12:50 +00:00
  • 0a556f6d4d Forgot to add {src,plugins}/__init__.py Jeremy Fincher 2005-01-19 23:24:27 +00:00
  • 2c31235a3e Moved docstrings in plugin packages to __init__.py instead of plugin.py; no lazy "backwards compatibility" hack. Jeremy Fincher 2005-01-19 23:17:35 +00:00
  • 683c2c1018 PluginDocumentation Removal Jeremy Fincher 2005-01-19 18:05:53 +00:00
  • 5019d10a1b Updated license years. Jeremy Fincher 2005-01-19 13:33:05 +00:00
  • 8ca625d339 Initial import. Jeremy Fincher 2005-01-19 13:14:38 +00:00
  • dbfec8afb9 Add supybot module James Vega 2007-04-22 20:10:26 +00:00
  • da614f5561 Add a link to the Darcs homepage. James Vega 2005-02-09 13:19:43 +00:00
  • 3cc434cbc5 Proper url for supybot-plugins James Vega 2005-02-02 04:19:53 +00:00
  • a9c5e54dbe Filename says it all. James Vega 2005-02-02 03:46:42 +00:00
  • 6be58d842e Fix a bug with Unix.wtf double replying. James Vega 2005-01-28 23:02:17 +00:00