Commit Graph

  • ed92fcad2b Changed to make 'too long a message' error messages less inaccurate. Jeremy Fincher 2003-08-26 15:03:34 +00:00
  • ab562416bf Added getopt.GetoptError to exceptions to return help on. Jeremy Fincher 2003-08-26 13:44:32 +00:00
  • b8550ab31d Made the driver die in Irc.die. Jeremy Fincher 2003-08-26 13:06:13 +00:00
  • 906b83f1ec Added example. Jeremy Fincher 2003-08-26 12:45:08 +00:00
  • 28d81d656d Made it handle improper arguments correctly; I never noticed that it wasn't doing it already. Jeremy Fincher 2003-08-26 12:44:49 +00:00
  • c9546934d5 Removed id number from randomurl output. Jeremy Fincher 2003-08-26 11:54:24 +00:00
  • 84c028c0dc Removed id number from randomurl output. Jeremy Fincher 2003-08-26 11:52:42 +00:00
  • 871d6858c0 Added an example and changed the regexp not to allow <> into the URL. Jeremy Fincher 2003-08-26 11:39:18 +00:00
  • 79b199cec1 Removed list of commands in module docstring. Jeremy Fincher 2003-08-26 11:26:12 +00:00
  • 0cf31453bc Fixed ugliness (tons of returns?) and SyntaxError (missing parenthese). Jeremy Fincher 2003-08-26 11:25:43 +00:00
  • cfe4ce14a9 Fixed ugliness (tons of returns?) and SyntaxError (missing parenthese). Jeremy Fincher 2003-08-26 11:24:06 +00:00
  • 5289f6bc75 Renamed conf.timestampFormat to conf.logTimestampFormat and added conf.humanTimestampFormat. Jeremy Fincher 2003-08-26 11:15:15 +00:00
  • 23321ca960 adding Notes test case Brett Kelly 2003-08-25 20:49:22 +00:00
  • 79fe7d8014 Added thread, to make threaded commands in an unthreaded module. Jeremy Fincher 2003-08-25 20:19:42 +00:00
  • edebbe448c Removed some debug.printfs. Jeremy Fincher 2003-08-25 20:14:40 +00:00
  • 95d689005a Raised the debug.minimumDebugPriority so output during tests isn't so ugly. Jeremy Fincher 2003-08-25 20:14:20 +00:00
  • b3976501ff Removed spurious blank line. Jeremy Fincher 2003-08-25 20:13:48 +00:00
  • 075af0967c Commented out some debug.printfs. Jeremy Fincher 2003-08-25 20:13:20 +00:00
  • 5eafec7121 Made morehelp better for dbadd. Jeremy Fincher 2003-08-25 20:13:04 +00:00
  • 7932c6078f Added example, and made dice commaAndify its numbers. Jeremy Fincher 2003-08-25 20:12:21 +00:00
  • 5630782e85 Made CommandThread work with non-instancemethods. Jeremy Fincher 2003-08-25 19:50:46 +00:00
  • e30cf69ec1 Added privmsgs.thread, and so nuked ThreadedFunCommands (subsumed into FunCommands) Jeremy Fincher 2003-08-25 19:34:25 +00:00
  • 17f00fbeb3 Updated PluginTestCase to allow asynchronous test cases and added test_TwistedCommands.py. Jeremy Fincher 2003-08-25 18:54:37 +00:00
  • 84959a1815 I can't even tell what this change is, but apparently there is one. Jeremy Fincher 2003-08-25 17:48:03 +00:00
  • ad8159751f Added fortune command and some more tests. Jeremy Fincher 2003-08-25 07:55:08 +00:00
  • 56117a0662 Made the error message in the face of problems connecting much prettier. Jeremy Fincher 2003-08-25 07:24:31 +00:00
  • eb7b696ce9 Made increase/decrease karma stuff work more like moobot (i.e., require a prefixchar and disallow spaces) Jeremy Fincher 2003-08-25 07:24:11 +00:00
  • d73abebb36 Made @karma++ not return [karma++]. Jeremy Fincher 2003-08-25 07:23:36 +00:00
  • a92798c9d8 Fixed relaywhois to not require the network if the relay is only relaying between two networks. Also fixed a possible later UnboundLocalError in a few places. Jeremy Fincher 2003-08-25 06:48:28 +00:00
  • c6f1d74d34 Tested to make sure capitalization didn't matter. Jeremy Fincher 2003-08-25 06:29:44 +00:00
  • ebabf6112f Changed Candler to delete the database as well as commit/close on die() Jeremy Fincher 2003-08-25 06:27:07 +00:00
  • 18260e986d Removed arg, strsplit, and fixed re to handle s/// regexps too. Jeremy Fincher 2003-08-25 06:25:50 +00:00
  • c9c77f92c2 Fixed mime/unmime and docstring. Jeremy Fincher 2003-08-25 06:24:42 +00:00
  • 12ec2a805b Initial checkin. Jeremy Fincher 2003-08-25 06:15:10 +00:00
  • 5bf5938ff2 Initial checkin. Jeremy Fincher 2003-08-25 05:53:33 +00:00
  • 65af25467a Raise exception in PluginsTestCase.setUp if no self.plugins. Jeremy Fincher 2003-08-25 05:25:24 +00:00
  • 0f8350528b Initial checkin. Jeremy Fincher 2003-08-25 05:24:58 +00:00
  • 3ae2f79919 Forgot to reply with actor stuff. Jeremy Fincher 2003-08-25 05:19:27 +00:00
  • d7ec79dde8 Initial checkin. Jeremy Fincher 2003-08-25 05:19:10 +00:00
  • 6cc3103656 Added PluginTestCase.{getMsg,assertNoResponse} and a timeout option to some commands. Jeremy Fincher 2003-08-25 05:12:43 +00:00
  • 7851f3a502 Added test for Utilities module. Jeremy Fincher 2003-08-25 05:12:01 +00:00
  • 98b0acb942 Made karma return the highest/lowest karmas when given no arguments. Jeremy Fincher 2003-08-24 21:51:20 +00:00
  • 577e7517af Made the output of osuemail a little bit cleaner. Jeremy Fincher 2003-08-24 20:58:11 +00:00
  • 30711266a7 Added osubuilding command. Jeremy Fincher 2003-08-23 14:12:04 +00:00
  • 5536e2181d Added module docstrings and changed argument order of osuemail. Jeremy Fincher 2003-08-23 13:05:41 +00:00
  • 5b2cc92917 Weather now works. This is gotenks2's commit. Jeremy Fincher 2003-08-23 13:00:24 +00:00
  • 5234c730c1 Converted states to lower before checking for membership in the set. Jeremy Fincher 2003-08-23 12:44:25 +00:00
  • 98011fe099 Added docstring. Jeremy Fincher 2003-08-23 12:40:35 +00:00
  • 63fafdcccb Added bwp's weather module James Vega 2003-08-23 12:40:30 +00:00
  • 5769e4d4cf Updated ChannelDBHandler to always return a new database if self.threaded is True. Jeremy Fincher 2003-08-23 12:38:58 +00:00
  • ade09765bc Added an item. Jeremy Fincher 2003-08-23 12:12:31 +00:00
  • 38e63c6e84 Fixed exceptions raised by relaywhois. Jeremy Fincher 2003-08-23 12:12:04 +00:00
  • e18bc38676 Fixed asserts to use the new 'all' predicate in fix.py. Jeremy Fincher 2003-08-23 12:11:46 +00:00
  • a7826bdc34 Added any/all sequence predicates. Jeremy Fincher 2003-08-23 12:08:14 +00:00
  • 6c26e4e28f Made the response of the upkeep command more useful. Jeremy Fincher 2003-08-23 11:41:25 +00:00
  • 8b05ce6e1a Fixed inability to find out the specifics about 'die hard'. Jeremy Fincher 2003-08-23 11:40:40 +00:00
  • 57b0c23a79 Added strlen command. Jeremy Fincher 2003-08-23 11:34:13 +00:00
  • 68b9b5f378 Guard against an error on exit. Jeremy Fincher 2003-08-23 10:59:28 +00:00
  • f0b533098c Added a return value to shrinkList, the number of things removed from the list. Jeremy Fincher 2003-08-23 09:07:45 +00:00
  • 320f1d26b7 Made imdb handle people properly. Jeremy Fincher 2003-08-23 08:52:42 +00:00
  • f35da83b1b Added rating to imdb output. Jeremy Fincher 2003-08-23 08:35:18 +00:00
  • 5d554a5c3b Initial checkin. Jeremy Fincher 2003-08-23 08:26:51 +00:00
  • 53d883710e Added unCommaThe function. Jeremy Fincher 2003-08-23 07:57:04 +00:00
  • 17478daca2 Began some swithover to the new method; mostly I just needed to try a commit. Jeremy Fincher 2003-08-23 06:07:20 +00:00
  • 0743b3eb0a Moved commandArgs outside of __init__. Jeremy Fincher 2003-08-23 06:05:01 +00:00
  • 3fe81ebdcb Added docstring and configure function. Jeremy Fincher 2003-08-23 05:55:20 +00:00
  • bdd66dbd5e Removed comments; removed zipiter (no one used it, and itertools.izip is available now). Added docstrings to all remaining non-docstringed functions. Jeremy Fincher 2003-08-23 05:53:20 +00:00
  • b86205ae8b Changed out some try blocks for if/else James Vega 2003-08-23 05:21:45 +00:00
  • 749003dab7 Removed configuration-related stuff. Jeremy Fincher 2003-08-23 05:15:25 +00:00
  • f9413129a9 Satisfying PyChecker is my life's goal. Jeremy Fincher 2003-08-23 05:14:16 +00:00
  • 57cc6615c4 Should be able to reload Relay module now too. Jeremy Fincher 2003-08-23 05:04:41 +00:00
  • 147d5cf6da Finally got the persistent configuration working with the Relay module (though don't try to reload it :)). Jeremy Fincher 2003-08-23 04:42:04 +00:00
  • 9d20105689 Fixed grouping of regexp. Jeremy Fincher 2003-08-23 04:08:42 +00:00
  • 1ebfb82353 Fixed a test or two. Jeremy Fincher 2003-08-23 03:47:22 +00:00
  • 270982d422 Has more useful failure messages and does proper tearDown of the irc object now. Jeremy Fincher 2003-08-23 03:47:00 +00:00
  • 8e068ce8c0 Made configuration commands persistent, yay! Jeremy Fincher 2003-08-22 23:15:29 +00:00
  • a11873a260 Must've missed some sliceIndices conversion. Jeremy Fincher 2003-08-22 23:10:08 +00:00
  • 05eabee767 Anchored a regexp and fixed a bug or two. Jeremy Fincher 2003-08-22 23:00:10 +00:00
  • 95f5abdda4 Made sure no prefixchars got into the karma table. Jeremy Fincher 2003-08-22 22:59:28 +00:00
  • 1342a76b95 Removed some debug.printfs. Jeremy Fincher 2003-08-22 22:58:50 +00:00
  • 3c2ce0164a Added support for: created by, requested by, # requests to lart/praise/excuse/insult related functions Added more error checking Added a simple pluralizer Added tests to stress lart/praise/excuse/insult portions of FunDB James Vega 2003-08-22 21:34:33 +00:00
  • 274ce40b0f Updated the tests to stress more possibilities James Vega 2003-08-22 21:32:06 +00:00
  • ab93b9072f Committing jemfinch's commaAndify fixes James Vega 2003-08-22 21:31:17 +00:00
  • 436dc54ac3 Added configuration question for color. Jeremy Fincher 2003-08-22 20:58:58 +00:00
  • 11c7124203 Added notification of which record number was added when adddb is called. James Vega 2003-08-22 08:10:58 +00:00
  • f98d1f9db5 Small refactoring (the calm before the storm, so to speak) to start putting some more config stuff in conf.py. Jeremy Fincher 2003-08-22 07:20:31 +00:00
  • 52fab17e92 Added docstrings for ignore James Vega 2003-08-22 07:07:15 +00:00
  • 0b6fce1e06 Replaced the last of the specific functions with the general getdb. Fixed some sql statements and cleaned up some responses. James Vega 2003-08-22 07:04:47 +00:00
  • 94e25c6c17 Forgot to guard morehelp command against None __doc__s. Jeremy Fincher 2003-08-22 07:00:07 +00:00
  • c413261a3b Fixed crazy quoting bug. Jeremy Fincher 2003-08-22 06:45:10 +00:00
  • 9b3faa1982 Removed some extraneous escaping of quotes and switched _tables from a list to a set. James Vega 2003-08-22 06:08:55 +00:00
  • b785cc220f Remove an extraneous print statement James Vega 2003-08-22 05:40:36 +00:00
  • 24005d3df1 FunDB: Made more general get/remove/num/add commands to consolidate getlart, numinsults, et.al. test_FunDB: Started adding tests for FunDB James Vega 2003-08-22 05:36:53 +00:00
  • 11a3cf195c Add the missing "onStart.append('load Amazon')" James Vega 2003-08-22 03:45:21 +00:00
  • 35c33276ea Moved debversion to Debian from Http. Jeremy Fincher 2003-08-22 00:52:10 +00:00
  • d3fd184995 Fixed a few bugs in debfile. Jeremy Fincher 2003-08-22 00:49:40 +00:00
  • 2aee3490d5 Initial commit. Has debfile command. Jeremy Fincher 2003-08-22 00:46:05 +00:00
  • 46101547ac Added PeriodicFileDownloader, a plugin mixin that handles the nastiness of getting files periodically. Jeremy Fincher 2003-08-22 00:45:28 +00:00
  • ae2fc047d3 Removed/modified some country codes for babelfish modules. James Vega 2003-08-21 22:38:26 +00:00
  • f3af416c0a Added tests for the babelfish commands (translate, babelize, randomlanguage). James Vega 2003-08-21 18:05:24 +00:00