Commit Graph

5944 Commits

Author SHA1 Message Date
Jeremy Fincher bc5e7de336 Let's try this location for our placement of a dynamic channel. 2004-12-17 06:02:10 +00:00
James Vega 3b2ef3d88f Add plugins.getChannel 2004-12-17 05:18:21 +00:00
James Vega 75eb335e39 Apparently, popen2.popen4 doesn't reap its children, so let's use
popen2.Popen4 and do it ourselves.
2004-12-17 01:37:42 +00:00
James Vega 62c77509d4 Make the specific tracker commands work. 2004-12-16 20:34:52 +00:00
James Vega 7b800fb4c6 Send proper CTCP responses. 2004-12-16 18:07:55 +00:00
James Vega 1e484a2b87 Don't cycle if we're already op. 2004-12-16 18:07:10 +00:00
Jeremy Fincher 889cb347f7 Misspelled variable name. 2004-12-16 14:17:03 +00:00
Jeremy Fincher 664c468130 Updated to respect channel-value-ish-ness of reply.showSimpleSyntax. 2004-12-16 14:16:56 +00:00
Jeremy Fincher e7b8d8bcbc Change the default of supybot.log.timestampFormat to iso8601 (thanks, Grantbow, I used your forum post for this). 2004-12-16 13:55:54 +00:00
Jeremy Fincher e91a897f53 Removed some XXXes. 2004-12-16 09:50:42 +00:00
Jeremy Fincher b9067089b1 Removed an XXX. 2004-12-16 09:30:45 +00:00
Jeremy Fincher cc084d2535 Removed some XXXes and allowed other separators than /. 2004-12-16 09:22:39 +00:00
Jeremy Fincher 5d37d71afb Test is too tight, commented out until an appropriate test can be devised. 2004-12-16 09:18:36 +00:00
Jeremy Fincher 0ff76320ee Removed some XXXes. 2004-12-16 09:08:02 +00:00
Jeremy Fincher aa83ab2420 Removed an XXX. 2004-12-16 09:02:55 +00:00
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