Limnoria/plugins
Jeremy Fincher 5fd6bbb52d Completely restructured our utils modules.
Tons of changes.  Here's the summary of things that matter most:

* There is no more supybot.fix.
* There is no more supybot.webutils; now there is supybot.utils.web.
  * It's no longer webutils.WebError, but just utils.web.Error.
* You shouldn't import itertools, ideally, but instead import utils.iter.
* No more using imap/ifilter in commands unless absolutely necessary.  It's
  premature optimization and annoying.
* utils.str.format isn't quite ready yet, but will be soon.  That'll be the
  next big thing to fix in our code.
2005-01-27 06:59:08 +00:00
..
Admin Completely restructured our utils modules. 2005-01-27 06:59:08 +00:00
Babelfish Completely restructured our utils modules. 2005-01-27 06:59:08 +00:00
Channel Completely restructured our utils modules. 2005-01-27 06:59:08 +00:00
Config Completely restructured our utils modules. 2005-01-27 06:59:08 +00:00
Dict Completely restructured our utils modules. 2005-01-27 06:59:08 +00:00
Filter Added the Filter plugin in the new plugin format. 2005-01-25 20:04:14 +00:00
Format Completely restructured our utils modules. 2005-01-27 06:59:08 +00:00
Herald Changed copyright dates on Herald. 2005-01-26 07:26:18 +00:00
Math Completely restructured our utils modules. 2005-01-27 06:59:08 +00:00
Misc Completely restructured our utils modules. 2005-01-27 06:59:08 +00:00
Network Completely restructured our utils modules. 2005-01-27 06:59:08 +00:00
Owner Completely restructured our utils modules. 2005-01-27 06:59:08 +00:00
Status Completely restructured our utils modules. 2005-01-27 06:59:08 +00:00
User Completely restructured our utils modules. 2005-01-27 06:59:08 +00:00
Utilities Re-added the Utilities plugin in the new plugin format. 2005-01-19 23:25:34 +00:00
__init__.py Completely restructured our utils modules. 2005-01-27 06:59:08 +00:00