Daniel DiPaolo
37d0bb456e
Fix plugins.ChannelIdDatabasePlugin's __init__ to accept an Irc now, like it should
2005-02-02 07:00:47 +00:00
James Vega
de89bf0265
Update usage of utils.str functions.
2005-01-31 14:52:27 +00:00
James Vega
28cb5abc65
Update usage of functions in utils.gen.
2005-01-31 13:06:43 +00:00
Jeremy Fincher
6fbfa2bc9e
Moved a webutils import over to utils.web.
2005-01-29 19:18:56 +00:00
Jeremy Fincher
90d95a006c
Converted some plugin stuff to use format.
2005-01-28 15:14:39 +00:00
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
Jeremy Fincher
d5dd72c309
Changed copyright date on plugins/__init__.py.
2005-01-26 21:38:57 +00:00
Jeremy Fincher
0a556f6d4d
Forgot to add {src,plugins}/__init__.py
2005-01-19 23:24:27 +00:00
James Vega
dbfec8afb9
Add supybot module
2007-04-22 20:10:26 +00:00
James Vega
225c565aee
Add/update supybot.databases.plugins.channelSpecific{,.link{,.allow}}
...
channelSpecific.link replaces channelSpecific.channel
2005-01-08 07:22:46 +00:00
James Vega
3b2ef3d88f
Add plugins.getChannel
2004-12-17 05:18:21 +00:00
Jeremy Fincher
e91a897f53
Removed some XXXes.
2004-12-16 09:50:42 +00:00
Jeremy Fincher
3d881add82
Better error message.
2004-12-13 20:03:41 +00:00
Jeremy Fincher
0ed2832b30
Fix0red the implementation of makeChannelFilename.
2004-12-10 23:40:46 +00:00
Jeremy Fincher
0efb17dd81
Variable name change, humanTimestampFormat => reply.format.time
2004-12-10 06:21:53 +00:00
Jeremy Fincher
6c8071da48
No need for backups on these ChannelUserDBs.
2004-12-08 12:23:18 +00:00
James Vega
4ba005ddf6
Update QuoteGrabs to use db abstraction. Hopefully fix the mxCrap thing
...
for good. This update should also fix the problem that had existed with
QuoteGrabs and databases.plugins.channelSpecifc=False
2004-12-03 15:41:08 +00:00
Jeremy Fincher
f7a3504a93
Added getUserName.
2004-12-02 05:33:29 +00:00
Jeremy Fincher
6341b26755
Fixed a failing test, showed a results number in search, and added to our standardSubstitute for Dunnos.
2004-11-08 17:02:02 +00:00
James Vega
49f8105263
proper string formatting
2004-10-29 19:47:46 +00:00
Jeremy Fincher
3899f33d54
Added Lart and Praise plugins, deprecated FunDB, converted Dunno and Success to the new plugins.ChannelIdDatabasePlugin.
2004-10-28 17:20:37 +00:00
Jeremy Fincher
e688faf16e
Moved standardSubstitute to ircutils.
2004-10-27 01:37:19 +00:00
Jeremy Fincher
9d5a04ba95
We shouldn't toLower until we know it's not None.
2004-10-01 21:27:44 +00:00
Jeremy Fincher
0e5cd79a1b
eXXXtra eXXXtra, read all about it.
2004-10-01 08:22:48 +00:00
Jeremy Fincher
7b68eb622d
Abstracted out some functionality to plugins.DbiChannelDB.
2004-09-24 20:06:07 +00:00
James Vega
50973a10fb
Remove #! lines.
2004-09-20 03:01:50 +00:00
James Vega
57d257078a
Let's pass on AttributeError since we know what's happening there.
2004-09-17 17:17:11 +00:00
Jeremy Fincher
b19a2bb051
Information gathering.
2004-09-16 19:23:58 +00:00
Jeremy Fincher
d631b3ea1b
This seems to cause bus errors, somehow, so I'm reverting it.
2004-09-16 14:49:32 +00:00
Jeremy Fincher
138b683d96
Stupid __del__ methods.
2004-09-16 10:30:17 +00:00
James Vega
8f8a97261d
bad logic
2004-09-15 19:31:53 +00:00
James Vega
5570ba3dbe
Fix bug #1027279 , $randomnick should not return msg.nick
2004-09-13 18:19:03 +00:00
Jeremy Fincher
ce3847fc88
Swapped the order of the arguments for makeChannelFilename.
2004-09-12 20:26:08 +00:00
Jeremy Fincher
49c465c1c7
Database independence stuff.
2004-09-11 20:24:52 +00:00
Jeremy Fincher
e11baf35b1
Stopped logging this at level warning, instead use debug.
2004-08-27 23:44:57 +00:00
James Vega
96754b8f4b
Add $today as advertised in Utilities.echo
2004-08-23 14:01:57 +00:00
Jeremy Fincher
fbb348b6e7
Copyright updates. Again, more is left to be done, but this is my part.
2004-08-23 13:14:06 +00:00
Jeremy Fincher
02cd153e3d
Blech. I should reverse the arguments of makeChannelFilename officially, because I keep messing them up.
2004-08-22 15:04:11 +00:00
Jeremy Fincher
f18f5a7bc2
Typo.
2004-08-22 08:17:19 +00:00
Jeremy Fincher
091ff90cfb
Added day and monthname.
2004-08-22 08:06:39 +00:00
Jeremy Fincher
8a9ca0bb06
New implementation of standardSubstitute.
2004-08-21 02:50:54 +00:00
Jeremy Fincher
0768ce1c85
Converted to use dbi.
2004-08-11 06:17:11 +00:00
Jeremy Fincher
3a916b2486
Updated to allow a dirname, so I can use it later for ChannelLogger.
2004-08-06 11:29:51 +00:00
Jeremy Fincher
d134a2d9ac
Updated to use webutils throughout.
2004-08-05 18:29:26 +00:00
Jeremy Fincher
667b5ff0b7
Extra data directory, no yuo\!
2004-08-05 05:59:14 +00:00
Jeremy Fincher
8daceeaebd
Changed the way channel databases are handled, added supybot.databases.plugins.channelSpecific.
2004-08-05 05:23:44 +00:00
Jeremy Fincher
76a79b0d76
New Dunno implementation.
2004-08-05 03:59:40 +00:00
Jeremy Fincher
350f189041
FlatfileDB rulez0rs. Now we just have to convert Dunno and FunDB to use it.
2004-08-04 05:56:30 +00:00
James Vega
d47d54bc82
Almost out entire testsuite works, yet again. Yay!
2004-08-01 14:38:37 +00:00
Jeremy Fincher
823bfb040f
Added utils.AtomicFile and converted our uses of 'w' to it. This rocks.
2004-07-31 10:21:07 +00:00