Commit Graph

5862 Commits

Author SHA1 Message Date
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
Jeremy Fincher 4d35de48c2 Added an assert. 2004-12-10 07:59:06 +00:00
Jeremy Fincher 7950141d94 Didn't update when I changed this configuration variable name. 2004-12-10 07:44:24 +00:00
Jeremy Fincher 962e259b32 Caveat emptor. 2004-12-10 07:22:46 +00:00
Jeremy Fincher 6d7b0d7761 Ok, so I'm ridiculously anal... 2004-12-10 07:10:06 +00:00
Jeremy Fincher fe4528f345 Updated. 2004-12-10 07:04:29 +00:00
Jeremy Fincher c70007278c Changed implementation of xor command to be cooler. 2004-12-10 07:04:10 +00:00
Jeremy Fincher c5e48d574f Indentation change. 2004-12-10 07:03:53 +00:00
Jeremy Fincher 3884fc451f Updated. 2004-12-10 06:58:53 +00:00
Jeremy Fincher 551ce2919b Slight stylistic update. 2004-12-10 06:55:01 +00:00
Jeremy Fincher 265d620a0e Changed a warning log to info. 2004-12-10 06:29:23 +00:00
Jeremy Fincher e793bf7812 Better answer. 2004-12-10 06:28:21 +00:00
Jeremy Fincher a6dfd38a8e Removed a completed todo. 2004-12-10 06:24:14 +00:00
Jeremy Fincher 0efb17dd81 Variable name change, humanTimestampFormat => reply.format.time 2004-12-10 06:21:53 +00:00
James Vega 595a787f8a Fix bug #1082448, User.username traceback 2004-12-10 06:18:00 +00:00
Jeremy Fincher 3679b28e57 Fix bug #1082278, forgot parens. 2004-12-10 06:15:35 +00:00
James Vega 9f84f150b7 There were some unforseen consequences of using irc.error(), so back to
this way for now.
2004-12-10 05:55:04 +00:00
James Vega d5af6fc1f0 What is it with people changing the html for their website? 2004-12-10 05:29:47 +00:00