Commit Graph

  • 0b62247ccb self.open() needs to happen *after* self.filename is set James Vega 2004-01-19 21:16:58 +00:00
  • 224cacc966 Fixed several bugs and added the replies rich reply method. Jeremy Fincher 2004-01-19 20:51:04 +00:00
  • fca57c95de Unneeded, w00t! Jeremy Fincher 2004-01-19 20:38:26 +00:00
  • 24ff1a972f Except that registry has to come before conf James Vega 2004-01-19 20:36:16 +00:00
  • 4ea29eb3a4 Proper ordering of imports James Vega 2004-01-19 20:34:02 +00:00
  • 6ff6fba09c Made an error message a bit clearer. Jeremy Fincher 2004-01-19 20:27:04 +00:00
  • c96b0f6ca9 Reduced several log.infos to log.debugs. Jeremy Fincher 2004-01-19 20:26:20 +00:00
  • 4df10116ed Added Config to the default list of plugins loaded. Jeremy Fincher 2004-01-19 20:23:03 +00:00
  • dc87ed26aa Added log.timestamp. Jeremy Fincher 2004-01-19 20:22:06 +00:00
  • 6950f65c98 Topic sync has broken one of our invariants. Jeremy Fincher 2004-01-19 20:21:30 +00:00
  • fccf2c44de Modified supybot-wizard to work with the new registry... somewhat. It seems to work and generate the config file which right now defaults to supybot.conf in the current directory (which will be changed, ofcourse). Moved some of the wizard's stuff to questions.py and cleaned up. Stéphan Kochen 2004-01-19 17:44:50 +00:00
  • 9aede17efd Changed not even to define eval/exec when conf.allowEval is False. Jeremy Fincher 2004-01-18 19:35:36 +00:00
  • b63d48f526 Reduced maxDelay from 10 minutes to 5 minutes. Jeremy Fincher 2004-01-18 08:20:44 +00:00
  • eb217d82ae Changed num to stats. Jeremy Fincher 2004-01-18 08:19:44 +00:00
  • 9f2013d8f0 Changed username to just name. Jeremy Fincher 2004-01-18 08:18:44 +00:00
  • bc789d67fb Forgot to import ircdb. Jeremy Fincher 2004-01-18 08:16:15 +00:00
  • f12c1ba8ff Made tell not tell lobotomized channels. Jeremy Fincher 2004-01-18 08:14:56 +00:00
  • 81339b68b6 Allow no registry file to be specified. Jeremy Fincher 2004-01-18 08:00:38 +00:00
  • 6ca78924f3 HUUUUUUUUGE Configuration change. Jeremy Fincher 2004-01-18 07:58:26 +00:00
  • b18ad358ee Made a stronger attempt to make sure the registry file gets written. Jeremy Fincher 2004-01-18 05:42:07 +00:00
  • 5b120d3276 Initial checkin. Jeremy Fincher 2004-01-18 05:39:03 +00:00
  • 79fb00d8d6 Fixed bug #878955. Jeremy Fincher 2004-01-18 04:55:18 +00:00
  • 7c9675269d Case insensitive. Stéphan Kochen 2004-01-16 23:37:37 +00:00
  • dddf1d2a08 Removed a debug message. Stéphan Kochen 2004-01-16 23:28:29 +00:00
  • 1572ccf452 Typo I presume :) Stéphan Kochen 2004-01-16 21:12:56 +00:00
  • 29426e2f1d Moved isIP* to utils from ircutils. Jeremy Fincher 2004-01-16 17:33:51 +00:00
  • b2f23c6f63 Updated the rest of the code to use utils.changeFunctionName. Jeremy Fincher 2004-01-16 16:39:00 +00:00
  • 8a322cfddf Changed from being globally threaded to just threading the email command. Jeremy Fincher 2004-01-16 16:15:10 +00:00
  • f5ec8f1467 Refactored, and made sure Privmsg.callCommand doesn't catch exceptions. Jeremy Fincher 2004-01-16 16:14:46 +00:00
  • 27100c6a2a Fixed to make sure all spawned threads set the callback's threaded attribute in the meantime, as well as changed to use utils.changeFunctionName. Jeremy Fincher 2004-01-16 16:14:14 +00:00
  • cd5a1cb14b Added changeFunctionName to be used elsewhere. Jeremy Fincher 2004-01-16 16:13:24 +00:00
  • 8f53601882 Added test for no escaping WebError. Jeremy Fincher 2004-01-16 16:12:54 +00:00
  • 1e15c4ca75 Partial fix for bug #877601, I'll do the rest in class. Jeremy Fincher 2004-01-16 12:50:32 +00:00
  • 8164f5bb1f Partial fix for bug #877601, I'll do the rest in class. Jeremy Fincher 2004-01-16 12:42:52 +00:00
  • 38e8c33422 Stylistic updates. Jeremy Fincher 2004-01-15 19:09:40 +00:00
  • 4cd70bbdd4 Added years and weeks to seconds. Jeremy Fincher 2004-01-15 17:34:05 +00:00
  • fd294faeee Added special 'me' handling to tell. Jeremy Fincher 2004-01-15 17:21:06 +00:00
  • 83cc3132ba Increase timeout to 2 seconds. Jeremy Fincher 2004-01-15 17:08:57 +00:00
  • 19a63ef669 Handled deprecation in tests. Jeremy Fincher 2004-01-15 14:38:17 +00:00
  • 942d67cc21 Changed a %s to a %r. Jeremy Fincher 2004-01-15 14:27:22 +00:00
  • 69f8c40119 Added deprecation support. Jeremy Fincher 2004-01-15 14:08:14 +00:00
  • 11908f5f2c Simplified quit. Jeremy Fincher 2004-01-15 12:55:37 +00:00
  • a7ba5a0f25 Made world cleanup drivers, too. Jeremy Fincher 2004-01-15 12:55:19 +00:00
  • 63c64af2e4 Fixed double-killing ircs problem. Jeremy Fincher 2004-01-15 12:54:31 +00:00
  • 3c25e6f41f Make _make... __make... Jeremy Fincher 2004-01-15 12:54:10 +00:00
  • da0cf9b921 Added a few more methods. I think we're going to have to make Group.__getattr__ return the Value holder, not its .value attribute. Jeremy Fincher 2004-01-15 12:17:50 +00:00
  • d283985405 Removed tempvars. Jeremy Fincher 2004-01-15 12:16:55 +00:00
  • b072772ea5 Updated, added a test for errorReplyNoCapability. Jeremy Fincher 2004-01-15 12:07:31 +00:00
  • 2a60ba61c5 Clear exception info to make sure things get collected, just in case. Jeremy Fincher 2004-01-15 11:54:41 +00:00
  • 74961db20e An attempt to prevent the ugly exceptions from being raised on quit. Jeremy Fincher 2004-01-15 11:48:23 +00:00
  • 69f61d7b6e Updated. Jeremy Fincher 2004-01-15 11:44:54 +00:00
  • 4a28fd91f5 Tweaked an error message, hopefully fixed the reconnecting problem. Jeremy Fincher 2004-01-15 11:33:35 +00:00
  • cbb015a56e Handled the ugly "timed out" error message. Jeremy Fincher 2004-01-15 11:32:25 +00:00
  • 4db8dfb773 Catch an exception uncaught before. Jeremy Fincher 2004-01-15 11:25:04 +00:00
  • d33c5333c5 Removed set and unset, since they're not used at all by anyone. Jeremy Fincher 2004-01-15 00:27:46 +00:00
  • a61b5b8dca Added storing of the default value to Values and GroupsWithDefault. Jeremy Fincher 2004-01-15 00:26:31 +00:00
  • fbcec1b89f Fix the 'No high bidder' bug (#876914) James Vega 2004-01-15 00:03:20 +00:00
  • 9f1af0d95c Fixed quit to note that it doesn't *really* take an argument, and to say who the bot was quit by. Jeremy Fincher 2004-01-14 23:51:58 +00:00
  • 80da030351 Changed the HangmanGame class a little and how a game works. Vincent Foley 2004-01-14 21:10:42 +00:00
  • eee9b5aaf2 Made revision accept a .py at the end of the filenames. Jeremy Fincher 2004-01-14 15:50:45 +00:00
  • d18d6b63c7 Committed the fix for the bug mentioned by Flumminator. Jeremy Fincher 2004-01-14 15:46:12 +00:00
  • 0ddb356c0b Changed the sorting function. Jeremy Fincher 2004-01-14 14:18:56 +00:00
  • 3319e2562d Added writing! Jeremy Fincher 2004-01-14 06:05:58 +00:00
  • fe0e5e9c43 Fixed uncaught exception on messages with just spaces. Jeremy Fincher 2004-01-14 03:29:05 +00:00
  • 82249961a3 Bugfix! Jeremy Fincher 2004-01-14 03:27:45 +00:00
  • 1a824e4c2e Added loglevel RFE. Jeremy Fincher 2004-01-13 18:03:01 +00:00
  • 2ea181073b Updated to allow help-getting. Jeremy Fincher 2004-01-13 15:56:58 +00:00
  • 20984842f3 Fixed a bug Vincent Foley 2004-01-13 06:43:58 +00:00
  • 18c49c9a56 Fixed case sensitivity on quotegrabs list. Again?? I could have sworn I fixed this already once! Doo-doo-doo-doo doo-doo-doo-doo doo-doo-doo-doo... Daniel DiPaolo 2004-01-13 06:39:58 +00:00
  • 3d0b8dc870 Updated to let GroupWithDefault have a .set() that works. Jeremy Fincher 2004-01-13 06:26:35 +00:00
  • f90adb5325 Initial checkin. Jeremy Fincher 2004-01-13 06:07:31 +00:00
  • 8eb9effe6f removing debug code is good James Vega 2004-01-13 05:56:17 +00:00
  • 6c1e115434 Finally put a small band-aid on the sourceforge functions. Now one can specify the search type, but you'll still get an error if the bug isn't on the first page. James Vega 2004-01-13 05:44:43 +00:00
  • 6a48344a98 I don't know why I named it _res in the first place. James Vega 2004-01-13 02:48:25 +00:00
  • bed5624e86 Oops, had to change a self.log to just a log. Jeremy Fincher 2004-01-12 19:19:47 +00:00
  • 94c2d9f0d2 Added bug #836270 to the BUGS list. Jeremy Fincher 2004-01-12 19:06:00 +00:00
  • 8039679883 Added a dot. Jeremy Fincher 2004-01-12 18:56:10 +00:00
  • 9d7c1a64c2 Make it so that ACTIONs don't get added as factoids Daniel DiPaolo 2004-01-11 23:22:59 +00:00
  • 13e0447ea5 Added bug #874038. Jeremy Fincher 2004-01-11 15:17:00 +00:00
  • 75d529872a Remove some tabs. Jeremy Fincher 2004-01-11 14:47:44 +00:00
  • 65b139dda9 Changed slightly to use nonCommentNonEmptyLines. Jeremy Fincher 2004-01-11 14:38:11 +00:00
  • 992781c908 Changed permissions Jeremy Fincher 2004-01-11 14:35:51 +00:00
  • 4452ca879e Added functions for reading non-comment or empty lines of a file. Jeremy Fincher 2004-01-11 14:33:38 +00:00
  • 90b4e8bf64 Add me! Daniel Berlin 2004-01-10 04:38:10 +00:00
  • 3c47dc914d I can't find why the hangman test fails. Vincent Foley 2004-01-09 23:40:18 +00:00
  • 57493551ff YABF Vincent Foley 2004-01-09 22:17:38 +00:00
  • 9f96715768 Fixed a typo in a variable which caused an exception Vincent Foley 2004-01-09 22:01:54 +00:00
  • 049839cda0 Fixed broken URL. Jeremy Fincher 2004-01-09 19:01:54 +00:00
  • 27151f6523 Fix for bug 873896 James Vega 2004-01-09 17:05:52 +00:00
  • 3e93599419 Fixed bugz0r in errorNoCapability. Jeremy Fincher 2004-01-09 14:20:00 +00:00
  • cb73cc3b73 Add some logic to the wind chill/heat index regexes so that they don't grab N/A and clean up the construction of the index string. James Vega 2004-01-09 02:50:23 +00:00
  • 69aaea218f Moved base command to Math (from Fun) and added a test for no escaping ValueError. Jeremy Fincher 2004-01-09 00:13:44 +00:00
  • 626958bef9 Change the path back to normal and switch irc.reply back to how it should be James Vega 2004-01-09 00:06:48 +00:00
  • 585eb4a751 Oops, still had a msg! Jeremy Fincher 2004-01-09 00:03:59 +00:00
  • e5689daf6d Changed the logging of actual messages to debug, not info. Jeremy Fincher 2004-01-09 00:03:38 +00:00
  • 1c2bdcbf3d TinyURLs are now 24 characters in length James Vega 2004-01-08 23:53:08 +00:00
  • db16ba33ad Guess I should make sure I delete the debug line and not the code line James Vega 2004-01-08 23:45:22 +00:00
  • c6a6fd47b7 Teaches me not to compare strings like they're ints James Vega 2004-01-08 23:43:32 +00:00
  • 57b038ea63 Make sure seen doesn't warp the case of the nick given. Jeremy Fincher 2004-01-08 23:31:01 +00:00
  • f453d10e9a Added a few asserts (the same one three times, actually) to catch old code with a clearer error message. Jeremy Fincher 2004-01-08 23:14:40 +00:00