Commit Graph

  • 654ae4970a Don't let dumb people unload Owner. Jeremy Fincher 2004-08-01 18:46:56 +00:00
  • 220d4b0889 Strike-- Jeremy Fincher 2004-08-01 18:10:03 +00:00
  • 74e3cce0a2 Slightly nicer fix, I don't know why I didn't think of this before. Jeremy Fincher 2004-08-01 18:08:55 +00:00
  • 7834a2c50b Now registry.Regexp updates properly James Vega 2004-08-01 16:33:56 +00:00
  • 20ebbc15d5 We have to add a non-banmask hostmask to match against. banmask hostmask is too general. James Vega 2004-08-01 16:05:07 +00:00
  • 09c81c6d24 Update to use the registry for denying capabilities. James Vega 2004-08-01 15:35:31 +00:00
  • a927e5d897 Yay, imports. James Vega 2004-08-01 14:42:25 +00:00
  • d47d54bc82 Almost out entire testsuite works, yet again. Yay! James Vega 2004-08-01 14:38:37 +00:00
  • b6ba7955ac With some clearer thinking, I believe this is the proper implementation of tmpDir. If there's something wrong with it, send me a note or write a test and it'll be fixed. Jeremy Fincher 2004-08-01 12:46:03 +00:00
  • 7c41187204 Now that we have directories in test-data, we better handle that. Jeremy Fincher 2004-08-01 12:33:35 +00:00
  • d573550e77 Fixed some bugs when using relative path names. James Vega 2004-08-01 00:50:12 +00:00
  • beb9e8cab1 Better. Jeremy Fincher 2004-07-31 19:47:02 +00:00
  • 5a6cd1efa3 Update to use temporary directory. Jeremy Fincher 2004-07-31 19:12:38 +00:00
  • 197238efa0 Lucky should error if given no args. Jeremy Fincher 2004-07-31 18:42:48 +00:00
  • 2a611309a7 Added mores group and instant. Jeremy Fincher 2004-07-31 12:38:38 +00:00
  • 0fcb77243e Oops, closed is reserved, apparently. Jeremy Fincher 2004-07-31 12:14:36 +00:00
  • f349f08111 Changed IrcObjectProxyRegexp to SimpleProxy to more accurately show what the deal is. Jeremy Fincher 2004-07-31 12:14:13 +00:00
  • a2feec9ac0 Added NonNegativeInteger. Jeremy Fincher 2004-07-31 12:09:52 +00:00
  • b4f7b878cf Forgot to prepend something to the tell. Jeremy Fincher 2004-07-31 12:09:41 +00:00
  • 4f248a0e03 Initial checkin. Jeremy Fincher 2004-07-31 12:06:22 +00:00
  • ecd67cb7a7 Only rollback if we haven't closed. Jeremy Fincher 2004-07-31 10:58:31 +00:00
  • 823bfb040f Added utils.AtomicFile and converted our uses of 'w' to it. This rocks. Jeremy Fincher 2004-07-31 10:21:07 +00:00
  • b2a94583f2 Added AtomicFile. Jeremy Fincher 2004-07-31 09:44:03 +00:00
  • fe8a8ee8fd Let's make sure our hashes are case-insensitive. Jeremy Fincher 2004-07-31 08:54:03 +00:00
  • e03c3ecf0a Oops, got a debugging print in there. Jeremy Fincher 2004-07-31 08:46:07 +00:00
  • ae26bf4a6c Still changing over those variable names. Jeremy Fincher 2004-07-31 08:43:58 +00:00
  • e64444ce56 Fixed some bad calls to setMode. Jeremy Fincher 2004-07-31 08:40:31 +00:00
  • c3faaca835 Updated. Jeremy Fincher 2004-07-31 08:28:24 +00:00
  • 41f07048c1 Slight change to logging output. Jeremy Fincher 2004-07-31 08:27:25 +00:00
  • fb9a19ca17 Bugfix. Jeremy Fincher 2004-07-31 08:26:29 +00:00
  • 38c4422f88 Let's not store modes +/-ovh. Jeremy Fincher 2004-07-31 08:26:04 +00:00
  • 9772c45af3 Made description optional. Jeremy Fincher 2004-07-31 08:05:46 +00:00
  • d8d1b9f445 Added channel limit enforcement. RFE #1000368. Jeremy Fincher 2004-07-31 07:46:54 +00:00
  • 5d542dcdd1 Let's catch this KeyError, shall we? Jeremy Fincher 2004-07-31 07:45:19 +00:00
  • fbe80ef138 Added limit commands. Jeremy Fincher 2004-07-31 07:24:55 +00:00
  • 9165c698e0 Changed to use a 6-barrel revolver. Jeremy Fincher 2004-07-31 07:01:46 +00:00
  • 750d6c5e5b Added tell to Infobot. Jeremy Fincher 2004-07-31 06:46:19 +00:00
  • 98b7917ffc Don't know exactly why this helps, but there ya go. Jeremy Fincher 2004-07-31 06:39:41 +00:00
  • 0412055a85 There's no need to test all of the tokens we're looking at. If the first one is a command, bail out. James Vega 2004-07-31 06:32:01 +00:00
  • c98ac36ccc Now we log connects in twistedDrivers as well. Jeremy Fincher 2004-07-31 06:17:27 +00:00
  • 20e972ec1f Fixed bugs in defaultplugin. Jeremy Fincher 2004-07-31 06:15:19 +00:00
  • d8bc23d0e4 Fixed. Jeremy Fincher 2004-07-31 05:43:38 +00:00
  • 9250d3ab32 Tons of differences, moved some registry values around, also changed some internal attributes of registry thingies. Jeremy Fincher 2004-07-31 05:00:43 +00:00
  • f3ed778040 Refactored _getNextServer and friends as well as logging. Jeremy Fincher 2004-07-31 04:58:53 +00:00
  • eeacd8bd22 Fixed the issue with responding when he shouldn't be by making try:finally one fat bastard. James Vega 2004-07-31 04:52:50 +00:00
  • 1cb576db03 Updated to include new status command. Jeremy Fincher 2004-07-31 03:45:46 +00:00
  • 115a3a88ec move isCtcp to ircmsgs and fix up a couple things with Infobot James Vega 2004-07-31 03:45:25 +00:00
  • c31512da01 We can respond if we're addressed but there's no terminal question mark. Actions on the other hand are the DEVIL! They get banished immediately. James Vega 2004-07-31 02:01:28 +00:00
  • 3bf798e7a4 Removed useless try/except block. Jeremy Fincher 2004-07-31 00:47:08 +00:00
  • a3e04ea9e8 Handled some XXXs. Jeremy Fincher 2004-07-31 00:46:26 +00:00
  • 78b2fc86e4 Removed, our plugins version works a bit better. Jeremy Fincher 2004-07-31 00:37:04 +00:00
  • f63f204c61 All your strjoin are belong to Format. Jeremy Fincher 2004-07-30 23:49:48 +00:00
  • a421cbcd54 No need to tag or's since you can't escape the | James Vega 2004-07-30 23:49:44 +00:00
  • c83c8c3ec3 Fixed bugz0rs in URL, added vacuum (called on stats). Jeremy Fincher 2004-07-30 23:41:17 +00:00
  • 893727f962 Fixed some bugz0rs. Jeremy Fincher 2004-07-30 23:40:36 +00:00
  • 6f0309cc24 Fixed some lacking imports. Jeremy Fincher 2004-07-30 23:39:59 +00:00
  • 565c6b7347 Fixed bugz0rs in URL, added vacuum (called on stats). Jeremy Fincher 2004-07-30 23:39:57 +00:00
  • 7f112672de Added <action>, <reply>, and | handling James Vega 2004-07-30 23:08:16 +00:00
  • a8a95c2ecc Fixed the one-channel bug. Jeremy Fincher 2004-07-30 22:35:51 +00:00
  • 7328bd50ba Added network-specific channels. Jeremy Fincher 2004-07-30 21:07:28 +00:00
  • fb0a5dd51f Make sure we resetDelay so that reconnects don't take progressively longer. James Vega 2004-07-30 20:05:01 +00:00
  • e051e5e192 Fixed multiple servers. Jeremy Fincher 2004-07-30 19:05:57 +00:00
  • a8a5d5129e Another attempt to allow multiple servers in twistedDrivers. Jeremy Fincher 2004-07-30 18:18:37 +00:00
  • c5325dc18c Updated to allow multiple servers. Jeremy Fincher 2004-07-30 06:58:20 +00:00
  • 2336af5525 Updated to allow multiple servers. Jeremy Fincher 2004-07-30 06:52:21 +00:00
  • 544bfa35da Current temperature *in*, not *at*. Jeremy Fincher 2004-07-29 18:36:45 +00:00
  • aeda0833d2 Added a __repr__ for Irc objects. Jeremy Fincher 2004-07-29 18:28:43 +00:00
  • 2a17e0eb54 Updated. Jeremy Fincher 2004-07-29 11:17:16 +00:00
  • 40ea535e06 Forgot to add rainbow to the filters list. Jeremy Fincher 2004-07-29 10:47:40 +00:00
  • 734b3c226b Let's reset only once, m'kay? Jeremy Fincher 2004-07-29 10:31:10 +00:00
  • e714edef3c Oops, forgot this. Jeremy Fincher 2004-07-29 10:25:32 +00:00
  • d6faaefa30 Why not make this public? Jeremy Fincher 2004-07-29 09:53:13 +00:00
  • 30abebecbe Some random commits, NormalizedString, etc. Jeremy Fincher 2004-07-29 09:51:38 +00:00
  • 61793a489c Added the new buttkicking enable/disable. Jeremy Fincher 2004-07-29 09:46:22 +00:00
  • 17f15da7f7 We haven't needed this for awhile now. Jeremy Fincher 2004-07-29 08:41:47 +00:00
  • b252ae87c9 Added a value option to registryValue to allow not getting the value (and just returning the group). Jeremy Fincher 2004-07-29 07:40:32 +00:00
  • b26ef394ab Updated forgotten % in Misc.tell. Jeremy Fincher 2004-07-29 07:39:59 +00:00
  • 5f1a08f6e0 Added error handling for a bad default network. Jeremy Fincher 2004-07-29 07:39:30 +00:00
  • 9bfb616623 Fixed list bug. Jeremy Fincher 2004-07-29 07:37:27 +00:00
  • 0f5920571e Updated __str__ for Irc objects. Jeremy Fincher 2004-07-29 07:05:46 +00:00
  • a3f136279f Spelled publicly correctly, and moved the proper registration of the public attribute from Owner to conf.registerPlugin. Jeremy Fincher 2004-07-29 07:01:40 +00:00
  • a7dcf7604b Removed PersistentDictionary. Jeremy Fincher 2004-07-29 06:58:42 +00:00
  • 206d8bd527 Added the note ids that are unread to the notification message. Jeremy Fincher 2004-07-28 20:25:11 +00:00
  • 2ca430403f Updated. Jeremy Fincher 2004-07-28 19:03:13 +00:00
  • bfa2382aae Slight doc/style updates. Jeremy Fincher 2004-07-28 16:42:39 +00:00
  • 6886a88d5c Added KeepAlive. Jeremy Fincher 2004-07-28 06:46:28 +00:00
  • 7c71096929 Changed the default for setValue keyword in setUserValue. Jeremy Fincher 2004-07-28 06:12:02 +00:00
  • 66bad99eaa Let's make sure getUrls doesn't return duplicates. Jeremy Fincher 2004-07-28 06:02:09 +00:00
  • d594232c5c Reduced functionality, but I doubt anyone will complain. Much cleaner and clearer now that we're using flat files. Jeremy Fincher 2004-07-28 05:59:30 +00:00
  • 46383f9fc7 Made --private only show private plugins. Jeremy Fincher 2004-07-28 04:27:51 +00:00
  • 79bb9029ef Bug in removing channels from supybot.channels. Jeremy Fincher 2004-07-28 03:28:02 +00:00
  • 73af1f2a8d Bug in removing channels from supybot.channels. Jeremy Fincher 2004-07-28 03:27:35 +00:00
  • a42eb99cdf Bug in nicks. Jeremy Fincher 2004-07-28 03:08:03 +00:00
  • f606c43753 Let's remove stupid directories. Jeremy Fincher 2004-07-28 02:58:10 +00:00
  • b9507c9607 Updated. Jeremy Fincher 2004-07-28 02:56:52 +00:00
  • 0f12c4bb19 Refactored a little. Jeremy Fincher 2004-07-28 02:56:44 +00:00
  • 230a0503a2 Added DataFilename. Jeremy Fincher 2004-07-28 02:56:08 +00:00
  • fb8fc70221 Removed, moved to plugins/__init__.py for lack of a better name. Jeremy Fincher 2004-07-28 02:23:09 +00:00
  • 848303c021 Fix for world.documenting issue. Jeremy Fincher 2004-07-28 02:20:58 +00:00
  • 03b183da7f Some updates to work with the import changes and support module.Class.__doc__ James Vega 2004-07-28 02:10:16 +00:00