Commit Graph

  • 8150a36369 Moved to sandbox. Jeremy Fincher 2003-10-21 05:47:01 +00:00
  • 0349f7b3b1 Converted to use more generic command names. Jeremy Fincher 2003-10-21 05:32:57 +00:00
  • c4b838894d Oops, didn't quite finish. Jeremy Fincher 2003-10-21 05:29:39 +00:00
  • 48737f2085 Made command names more generic. Jeremy Fincher 2003-10-21 05:19:54 +00:00
  • 1037ade8cb Changed to more generic command names. Jeremy Fincher 2003-10-21 05:11:53 +00:00
  • 907979b284 Changed command names to be more generic. Jeremy Fincher 2003-10-21 05:06:36 +00:00
  • 0f30bbc359 Fixed bug in MiscCommands.replyWhenNotCommand that it would respond to unhandled CTCP requests. Jeremy Fincher 2003-10-21 05:02:48 +00:00
  • 9ca4050b9b Changed to use more generic names. Jeremy Fincher 2003-10-21 04:50:03 +00:00
  • 5bae246ad5 Made names more generic. Jeremy Fincher 2003-10-21 04:44:44 +00:00
  • 2b212bb37f Changed to use more generic names. Jeremy Fincher 2003-10-21 04:32:52 +00:00
  • 1bd48bfad5 Changed names to be more generic/consistent. Jeremy Fincher 2003-10-21 04:22:54 +00:00
  • 3310e0cb3e Converted to use generic command names. Jeremy Fincher 2003-10-21 04:09:48 +00:00
  • 62f371d848 Converted to use generic names. Jeremy Fincher 2003-10-21 04:03:25 +00:00
  • 26d41dac6e Forgot to normalize in cases of type.method. Jeremy Fincher 2003-10-21 03:22:29 +00:00
  • 0da50a6496 Added some actual Debian tests James Vega 2003-10-21 01:55:13 +00:00
  • 1b1fe4408e setconf can now list conf variables and tell which type they are. Stéphan Kochen 2003-10-20 23:22:40 +00:00
  • 776bad5700 Fixed bug with pydoc logging.Logger. Jeremy Fincher 2003-10-20 22:37:33 +00:00
  • e1eb6cff8e Fix for bug #826612. Jeremy Fincher 2003-10-20 22:24:08 +00:00
  • 4a8b627b2d Added the outfilter command, great fun. Jeremy Fincher 2003-10-20 21:15:06 +00:00
  • ef4efab1a8 Forgot one password -> serverpassword change. Jeremy Fincher 2003-10-20 21:04:20 +00:00
  • a73f4bd751 Doh! Stéphan Kochen 2003-10-20 20:48:19 +00:00
  • 33e6bf3e7d Removed the remainder of the Moobot plugin. Jeremy Fincher 2003-10-20 20:26:27 +00:00
  • f1e915b617 Add new bugzilla module Daniel Berlin 2003-10-20 19:56:17 +00:00
  • ce88b052d0 Added @disablesfsnarfer and its test James Vega 2003-10-20 17:52:09 +00:00
  • f6088d57d8 Uncomment the urllib import Update the usage example Fixed a couple bugs in debversion regarding number of arguments James Vega 2003-10-20 17:23:08 +00:00
  • 2117d660a2 Dropped an extraneous paren James Vega 2003-10-20 17:20:41 +00:00
  • 281926b250 Updated the class names for the table rows James Vega 2003-10-20 17:13:40 +00:00
  • 3beb83f963 Added cleanConfDir and cleanDataDir to PluginTestCase. Jeremy Fincher 2003-10-20 16:19:03 +00:00
  • c8fd603129 Added 'non-secret' to the 'isn't on any channels' response in relaywhois. Jeremy Fincher 2003-10-20 11:43:57 +00:00
  • 7180f8c4fc Changed the name back to Lookup. Jeremy Fincher 2003-10-20 11:39:48 +00:00
  • 645302a163 Added handling for ambiguous commands to doPrivmsg. Jeremy Fincher 2003-10-20 11:34:54 +00:00
  • 3212ece69c Finished 'big change' to allow dispatching and stuff. Jeremy Fincher 2003-10-20 11:34:21 +00:00
  • 55ccb85542 Removed the syntax command; changed interface of callbacks.findCallbackForCommand to return a list of the matching callbacks; fix help to handle the prefixing of the plugin name. Jeremy Fincher 2003-10-20 10:25:13 +00:00
  • 112303af56 Updated jeffk. Jeremy Fincher 2003-10-20 10:15:56 +00:00
  • e12f69b7a2 Added conf.replyWithPrivateNotice and 'notice' command. Stéphan Kochen 2003-10-20 10:10:46 +00:00
  • b02cdef575 Added the option to turn on stderr logging. Jeremy Fincher 2003-10-20 08:22:22 +00:00
  • 173f99ca76 Updated jeffk. Jeremy Fincher 2003-10-20 08:12:32 +00:00
  • 4040b24dba Oops, committed a failing test. Jeremy Fincher 2003-10-20 08:00:56 +00:00
  • 0ab3347567 Updated ChannelDB to use user ids instead of usernames. Jeremy Fincher 2003-10-20 07:39:40 +00:00
  • 0b6c2084cf Fixed handling of callbacks.ArgumentError in PrivmsgCommandAndRegexp. Jeremy Fincher 2003-10-20 07:31:17 +00:00
  • 7815d2c0b6 Added code to make dataDir/logDir/confDir directories if they don't exist. Jeremy Fincher 2003-10-20 07:18:43 +00:00
  • 0409c4f249 Added an example. Jeremy Fincher 2003-10-20 06:59:53 +00:00
  • 05d85147cb Moved FreeBSD to the sandbox. Jeremy Fincher 2003-10-20 06:53:47 +00:00
  • 2d56e7257e Made pydoc accept methods on builtin classes. Jeremy Fincher 2003-10-20 06:43:59 +00:00
  • e760320ca0 Changed to use the repr of the last message. Jeremy Fincher 2003-10-20 06:22:15 +00:00
  • c81170b362 Added a jeffk command. Jeremy Fincher 2003-10-20 05:56:30 +00:00
  • 1ddc5195d4 Fixed bug in list, was using .startswith instead of == for the plugin name. Jeremy Fincher 2003-10-20 05:56:14 +00:00
  • 3fb2795668 Moved the more useful Moobot commands to Fun. Jeremy Fincher 2003-10-20 05:11:13 +00:00
  • eb31db6277 Added memoization optimization to tokenize function. Jeremy Fincher 2003-10-20 04:26:37 +00:00
  • 68fd496516 Added memoization optimization to tokenize function. Jeremy Fincher 2003-10-20 04:17:14 +00:00
  • 06cd9ae285 Added memoization optimization to tokenize function. Jeremy Fincher 2003-10-20 04:16:44 +00:00
  • 8fc200ae1f Removed premature optimization of using the regexp to decide when to tokenize. We'll optimize when we have to, likely by making tokenize memoize. Jeremy Fincher 2003-10-20 03:56:15 +00:00
  • ef7cd08fdb Fixed testHelp to control its own destiny. Jeremy Fincher 2003-10-20 03:55:26 +00:00
  • 53c37af8f6 Added an update to UptimesDB in __init__. Jeremy Fincher 2003-10-20 03:44:10 +00:00
  • 207ac96cdf Updated some tests somewhat. Jeremy Fincher 2003-10-20 03:43:33 +00:00
  • c9e6f77c3a Restored the original conf.replyWhenNotCommand value on die(). Jeremy Fincher 2003-10-20 03:43:18 +00:00
  • c75e124224 Updated some tests. Jeremy Fincher 2003-10-20 03:26:02 +00:00
  • fd39c5904d Wasn't setting world.startedAt. Jeremy Fincher 2003-10-20 03:19:42 +00:00
  • 5a8714db30 Updated tests. Jeremy Fincher 2003-10-20 02:43:39 +00:00
  • 8e9f4fae60 Renamed to test_Fun.py. Jeremy Fincher 2003-10-20 02:37:09 +00:00
  • 621c920e56 The owner user password was shadowing the server password. Fixed. Jeremy Fincher 2003-10-19 22:20:44 +00:00
  • 2505376951 Oops, typo. Jeremy Fincher 2003-10-19 21:13:41 +00:00
  • 1509219cc9 Removed stuff about PyChecker. Jeremy Fincher 2003-10-19 21:13:07 +00:00
  • 7b8322d6fd Changed the name back to News. Jeremy Fincher 2003-10-19 21:10:56 +00:00
  • 17e555c83d Changed the name back to Google. Jeremy Fincher 2003-10-19 21:04:35 +00:00
  • ccad26f792 Added a more descriptive return message on KeyboardInterrupt. Jeremy Fincher 2003-10-19 20:32:28 +00:00
  • b727890b15 Made sure the wizard doesn't allow bad prefixchars. Jeremy Fincher 2003-10-19 19:23:39 +00:00
  • d21a99a37a Added stripping of prefix characters from help argument. Jeremy Fincher 2003-10-19 19:19:47 +00:00
  • 1eb2a387eb Changed ChannelTopic back to Topic. Jeremy Fincher 2003-10-19 15:48:44 +00:00
  • f57a523bb4 Oops, forgot to update the privmsgs.thread. Jeremy Fincher 2003-10-19 15:15:58 +00:00
  • 7f05bcf14b Changed the Lookup plugin to be FileLookup instead. Jeremy Fincher 2003-10-19 15:05:40 +00:00
  • 4b4ae20155 Changed the Dict plugin to Dictionary. Jeremy Fincher 2003-10-19 14:58:08 +00:00
  • 08fa5e01a0 Changed the name of the FunCommands to Fun. Jeremy Fincher 2003-10-19 14:53:34 +00:00
  • 86b60e0669 Small stylistic/formatting changes. Jeremy Fincher 2003-10-19 14:49:38 +00:00
  • 487ac95d80 Fix for a few exceptions escaping, bug #826177 in partciular. Jeremy Fincher 2003-10-19 14:47:29 +00:00
  • 37b796ac74 Oops, forgot an 'or'. Jeremy Fincher 2003-10-19 14:45:14 +00:00
  • f917053150 Didn't update nickmods to match conf.nickmods when Irc.reset is called, in case we're on a dumb network like Freenode. Jeremy Fincher 2003-10-19 13:59:00 +00:00
  • e1d1343055 Using utils.depluralize now instead of my previous hack James Vega 2003-10-18 14:21:03 +00:00
  • 29a3264126 Added more information to the snarfer and cleaned up the related tests. James Vega 2003-10-18 14:19:06 +00:00
  • aab016ddd1 Changed the name of the Google plugin to GoogleTools. Jeremy Fincher 2003-10-18 13:25:12 +00:00
  • f92d03e3a3 Changed the name of the Topic plugin to ChannelTopic. Jeremy Fincher 2003-10-18 13:14:57 +00:00
  • 492899997f Changed the name of the Topic plugin to ChannelTopic. Jeremy Fincher 2003-10-18 13:14:57 +00:00
  • 84fc2b1078 Changed the name of the News plugin to ChannelNews. Jeremy Fincher 2003-10-18 13:04:29 +00:00
  • 7ca40702bf Changed the name of the IMDB plugin to Movies. Jeremy Fincher 2003-10-18 12:59:46 +00:00
  • fa8fc4ab52 Fix for bug #825749, improper relaying of relay of kicks. Jeremy Fincher 2003-10-17 23:08:27 +00:00
  • 9966fc72a9 Made Status update the uptimes database on every message. Jeremy Fincher 2003-10-17 21:51:31 +00:00
  • e69d8a1f63 Added some tests to catch an re m// bug James Vega 2003-10-17 21:24:34 +00:00
  • 2221acebde Hopefully fixed bug with empty word to define. Jeremy Fincher 2003-10-17 21:15:48 +00:00
  • edab9e52b2 Added a scramble command and accompanying tests. James Vega 2003-10-17 17:03:25 +00:00
  • 4c8bb936b8 Changed bug to reportbug. Jeremy Fincher 2003-10-17 16:39:05 +00:00
  • 6e728e74da Improve the snarfer re so that index.php is not required James Vega 2003-10-17 14:26:33 +00:00
  • 3dac2d986e Escape the .'s in the urls for the snarfer James Vega 2003-10-17 14:23:51 +00:00
  • a2c6084fd9 Replaced the old-style irc.queuemsg with newer irc.error James Vega 2003-10-17 14:18:00 +00:00
  • 5ff709375e Oops, forgot the docstring. Jeremy Fincher 2003-10-16 20:06:17 +00:00
  • 2ffe5a13dd Added depluralize function and fixed latent (untested) capitalization buggerishness. Jeremy Fincher 2003-10-16 20:05:45 +00:00
  • 121be3d9cf Made the constructor take dictionaries. Jeremy Fincher 2003-10-16 19:40:14 +00:00
  • f392696d98 Added TwoWayDictionary. Jeremy Fincher 2003-10-16 19:36:33 +00:00
  • b2dd349235 Fixed all the #! lines to be consistent and a couple formatting issues with the copyright James Vega 2003-10-16 14:53:42 +00:00
  • a6ddd4816c Fixed the order of arguments on debversion and made it only do one package at a time. Jeremy Fincher 2003-10-16 14:03:12 +00:00
  • 1e00aab6d2 Updated. Jeremy Fincher 2003-10-16 13:42:51 +00:00