Commit Graph

6079 Commits

Author SHA1 Message Date
Jeremy Fincher
db0426520a Removed a fairly unneeded XXX. 2004-12-16 09:01:03 +00:00
Jeremy Fincher
ca27af364c Updated. 2004-12-16 08:13:17 +00:00
Jeremy Fincher
0c0f7915f5 Converted to use world.getIrc. 2004-12-16 08:10:46 +00:00
Jeremy Fincher
73deb2036c Minor stylistic changes. 2004-12-16 08:10:22 +00:00
Jeremy Fincher
7c2e9f8990 Added getIrc. 2004-12-16 08:10:09 +00:00
Jeremy Fincher
a29c4b216a Converted to use irc.isChannel rather than ircutils.isChannel. 2004-12-16 07:56:57 +00:00
Jeremy Fincher
161b9b96fc Todo #1047143, conversion of os.path.join calls to dirize calls. 2004-12-16 07:43:13 +00:00
Jeremy Fincher
eb03f94f07 Moved eval/exec commands to sandbox/Debug.py, removed allowEval option. 2004-12-16 07:13:14 +00:00
Jeremy Fincher
6f28557f23 Format change. 2004-12-15 19:56:40 +00:00
James Vega
cee0dc3463 wrapify. I don't feel like converting the db properly (i.e., using
data/Todo/<user>.db), so I'll leave alone the current db.
2004-12-15 18:43:09 +00:00
James Vega
cedd6a2b59 Add some Raise=True and a test for multiple replies from Misc.hostmask. 2004-12-15 17:54:33 +00:00
James Vega
c8af5c886b wrapified 2004-12-15 16:37:26 +00:00
James Vega
caae2dd608 Fix for bug #1085210, change wrap()ing of {add,remove}capabilities to use
otherUser instead of hostmask.
2004-12-15 14:46:06 +00:00
Jeremy Fincher
7c7a73304a Removed old code that has no business being around. 2004-12-15 07:15:40 +00:00
Jeremy Fincher
e97fe38b22 Moved to docs. 2004-12-15 07:12:04 +00:00
Jeremy Fincher
7d445eabf1 Updated. 2004-12-15 07:10:33 +00:00
Jeremy Fincher
92d5c178c5 Deprecate asyncoreDrivers. 2004-12-15 07:06:16 +00:00
Jeremy Fincher
29c9fe96cd Try to handle disconnects. 2004-12-15 07:04:01 +00:00
Jeremy Fincher
c73ca6941b Send an error message to plugins on disconnect. 2004-12-15 07:03:39 +00:00
Jeremy Fincher
6bcae9309e Added error helper function. 2004-12-15 07:01:50 +00:00
James Vega
cdfdc93e87 Move it back to tools/. Makes it easier for me to use in the .deb 2004-12-14 16:04:50 +00:00
James Vega
2e34916d30 pycheckrc was moved to sandbox 2004-12-14 16:02:48 +00:00
James Vega
58615e1b15 Add documentation updates. 2004-12-14 16:00:01 +00:00
Jeremy Fincher
3d881add82 Better error message. 2004-12-13 20:03:41 +00:00
Jeremy Fincher
41ad8c13ad Added limited dynamic scoping. 2004-12-13 19:31:36 +00:00
James Vega
7d66c9e6a4 Finish implementing Limiter and add tests. 2004-12-13 13:54:44 +00:00
Jeremy Fincher
af1d04291d Reimplementation of channeldb converter, respecting the channelValueness of supybot.databases.plugins.channelSpecific, and turned supybot.databases.plugins.channelSpecific.channel into a channelValue so channels can link their databases to other channels. 2004-12-13 06:18:41 +00:00
Jeremy Fincher
d170a717d3 Fixed handling of QUITs and NICKs. 2004-12-13 05:45:27 +00:00
Jeremy Fincher
3b6d40bb24 Added a test to make sure something worked. 2004-12-13 05:29:05 +00:00
James Vega
aa3868c87e Make the error messages refer to specific tracker types instead of using
the generic term tracker.
2004-12-12 20:02:42 +00:00
Jeremy Fincher
730c0ffd95 Updated to scp the new version over and commit the +cvs versions, as well as to print status updates. 2004-12-12 19:35:05 +00:00
James Vega
f4af582a4e Fixed bug #1083822, attributing the 'dis'ee incorrectly. Now it says
"for trying to dis irc.nick". Was unsure if that or "for trying to dis me"
would be preferred.  Change it if you have an opinion.
2004-12-12 17:54:12 +00:00
Jeremy Fincher
62d5627bb2 Finish fixing #1082830. 2004-12-12 17:50:56 +00:00
James Vega
8ea6331cb1 Finally finish renaming Quotes -> Quote 2004-12-12 05:39:19 +00:00
James Vega
9d77e38af0 #! lines 2004-12-12 02:31:46 +00:00
Jeremy Fincher
2ebe809fec Move textwrap import. 2004-12-11 14:39:33 +00:00
Jeremy Fincher
0ed2832b30 Fix0red the implementation of makeChannelFilename. 2004-12-10 23:40:46 +00:00
Jeremy Fincher
2d4f625b83 Forgot an irc. 2004-12-10 23:31:54 +00:00
Jeremy Fincher
179fc87866 Refuse to kick self. 2004-12-10 23:21:52 +00:00
Jeremy Fincher
0abd472dd1 Added a channeldb command for testing channeldb. 2004-12-10 22:44:14 +00:00
Daniel DiPaolo
9f0b593854 Typo. Come on Jeremy, how can you have a typo on a one-line diff?! 2004-12-10 16:07:32 +00:00
Jeremy Fincher
3e13d36b75 Forgot to change the name of the plugin. 2004-12-10 15:13:22 +00:00
Jeremy Fincher
e533de543b Forgot an import. 2004-12-10 15:08:40 +00:00
Jeremy Fincher
28cfd18c67 Fix for bug #1082928. 2004-12-10 15:07:37 +00:00
Jeremy Fincher
576c91e294 Fix for bug #1082935. 2004-12-10 15:05:56 +00:00
Jeremy Fincher
032054a168 Updated. 2004-12-10 15:03:28 +00:00
Jeremy Fincher
9c08a192d5 Fix for logging with multiple networks. 2004-12-10 08:54:49 +00:00
Jeremy Fincher
1932ed4d02 Slight bugfix in isCtcp. 2004-12-10 08:48:24 +00:00
Jeremy Fincher
93e9fa3180 Change assert message. 2004-12-10 08:12:18 +00:00
Jeremy Fincher
400c9aa7a3 Change from an old-school typecheck to a new-school one. 2004-12-10 08:09:01 +00:00