Commit Graph

  • 8e44660692 Forgot to change the --url results based on now getting the id from the database. Jeremy Fincher 2003-09-09 03:53:27 +00:00
  • 071f3916f8 Most IrcMsg.__hash__ were returning 0, because I was using & instead of ^ Jeremy Fincher 2003-09-08 20:29:02 +00:00
  • cec0f77538 Changed unlearn to forget. Jeremy Fincher 2003-09-08 20:14:46 +00:00
  • 3625d98ed7 Removed extra dot.. Jeremy Fincher 2003-09-08 20:13:27 +00:00
  • 0c3e75b282 Added #id to lasturl. Jeremy Fincher 2003-09-08 19:44:09 +00:00
  • 61a0142265 Added functionality to protect private commands from being @more <nicked>, and fixed the fact that it doesn't work across the Relay. Jeremy Fincher 2003-09-08 19:43:33 +00:00
  • 89d5f7a088 Make sure the urllib2 file gets closed properly in pgpkey James Vega 2003-09-08 17:35:24 +00:00
  • cc07bc1272 Switched pgpkey from using .read() to .readline() since there's possibly a large amount of results. James Vega 2003-09-08 17:15:26 +00:00
  • b00743c242 Changed tests to work with new name for unlearn (forget) Jeremy Fincher 2003-09-08 09:10:09 +00:00
  • d9e3a199b0 Removed the trailing ' :: ' from pgpkey James Vega 2003-09-08 08:59:43 +00:00
  • ecdcc63756 Switched a couple error messages to use conf.replyNotRegistered James Vega 2003-09-08 08:58:56 +00:00
  • f8c85b07bc Fixed doPrivmsg and added more useful error messages James Vega 2003-09-08 08:58:00 +00:00
  • 43fbbb9b70 Changed to use callbacks.reply again, now that we have the prefixName option. Jeremy Fincher 2003-09-08 08:50:57 +00:00
  • 9d8aa07f86 Added pgpkey and a test case for it James Vega 2003-09-08 08:48:33 +00:00
  • 6b3600c1e5 Added replyNotRegistered James Vega 2003-09-08 08:46:23 +00:00
  • f818efa588 Added better logging of message times and prefixName option to IrcObjectProxy.reply. Jeremy Fincher 2003-09-08 08:44:51 +00:00
  • 7ed17912d2 Fixed bug where it doesn't respond to non-registered users. Jeremy Fincher 2003-09-08 08:32:06 +00:00
  • 6aa3e06402 Raise ValueError in the case of bad input. Jeremy Fincher 2003-09-08 06:10:06 +00:00
  • 66b62a42cd Fixed calc command. Jeremy Fincher 2003-09-07 20:29:42 +00:00
  • 4bb8d6a479 Fixed xor test case. Jeremy Fincher 2003-09-07 10:07:33 +00:00
  • 6b72288bc2 A little more error-checking can't hurt. Jeremy Fincher 2003-09-07 09:50:14 +00:00
  • da6f429fe5 Made a do376 so it authenticates (hopefully) before joining a channel. Jeremy Fincher 2003-09-07 09:49:43 +00:00
  • 315d8710dc Added pipe syntax. Jeremy Fincher 2003-09-07 09:41:47 +00:00
  • c07468e275 Added test to make sure .sendMsg went before .queueMsg. Jeremy Fincher 2003-09-07 08:28:33 +00:00
  • 4ca8f91fa9 Added WHERE clause for making sure started <> 0. Jeremy Fincher 2003-09-07 08:09:23 +00:00
  • c2f73da997 Made @bug send an email to a private mailing list. Jeremy Fincher 2003-09-07 07:41:56 +00:00
  • 45044c525d Made it copy the list of messages when <nick> is used. Jeremy Fincher 2003-09-07 06:48:42 +00:00
  • 017ddb198d Added optional <nick> argument to more command. Jeremy Fincher 2003-09-07 06:42:17 +00:00
  • e53d4e7f87 Removed less command. Jeremy Fincher 2003-09-07 06:34:07 +00:00
  • e3148c03fe Removed foldoc command (it's markedly inferior to Dict.dict). Jeremy Fincher 2003-09-07 06:32:13 +00:00
  • a08c1e2332 Changed the stylesheet. Matched the new class names in the generated html. James Vega 2003-09-07 06:27:10 +00:00
  • cfa737d1d7 Changed limit to 100 instead of 10. Jeremy Fincher 2003-09-07 06:23:32 +00:00
  • b6993152e6 Converted not to care about how long its messages are. Jeremy Fincher 2003-09-07 06:10:09 +00:00
  • 8dc457961a Added a bit better diagnostic to IrcCallback.__call__ except clause. Jeremy Fincher 2003-09-07 06:08:16 +00:00
  • d11d24c420 Fixed a bug in testExclaim. Jeremy Fincher 2003-09-07 06:07:42 +00:00
  • 61ad6c7f1d Fixed bugs all over it. Jeremy Fincher 2003-09-07 06:07:25 +00:00
  • b68908ed00 Convert not to care how long its messages are. Jeremy Fincher 2003-09-07 06:01:25 +00:00
  • 757154313e Added first exception for pluralize. Jeremy Fincher 2003-09-07 05:48:20 +00:00
  • d3f1ca724f Convert not to care how long its messages are. Jeremy Fincher 2003-09-07 05:37:49 +00:00
  • 3161bb5750 Converted to not care how long its messages are. Jeremy Fincher 2003-09-07 05:34:56 +00:00
  • 3ba5942be9 Added test for more command and framework. Jeremy Fincher 2003-09-07 05:33:37 +00:00
  • 01d71dc9a3 Changed maxHistory to 1000. Jeremy Fincher 2003-09-07 05:27:24 +00:00
  • 5ef3d7c5f5 Moved tell and last commands from FunCommands to MiscCommands. Jeremy Fincher 2003-09-07 05:26:18 +00:00
  • 5db67b0b2c Changed (more) to show the number of remaining messages. Jeremy Fincher 2003-09-07 05:13:58 +00:00
  • 0c3cb0522b Converted to not worry about message length. Jeremy Fincher 2003-09-07 05:08:30 +00:00
  • 92b745f42f Added bold to the (more) that gets appended. Jeremy Fincher 2003-09-07 05:08:07 +00:00
  • 723ff123e1 Fixed bug in more stuff. Jeremy Fincher 2003-09-07 04:56:26 +00:00
  • 3873b351f4 Added the more command. Jeremy Fincher 2003-09-07 04:05:34 +00:00
  • bb4290537f Initial import James Vega 2003-09-07 00:30:35 +00:00
  • 50c1749a46 Made the pages HTML 4.01 strict compliant. Changed the path to write out the documentation James Vega 2003-09-07 00:26:58 +00:00
  • 392113f29a Fixed single-quote-being-quoted bug and changed directory to docs/plugins, and removed some old debugging stuff. Jeremy Fincher 2003-09-06 23:18:33 +00:00
  • c711dc9d2d Fixed commented-out test. Jeremy Fincher 2003-09-06 22:00:00 +00:00
  • 8a70f15e89 Fixed bug in aliases with no arguments and added test for it. Jeremy Fincher 2003-09-06 21:58:42 +00:00
  • e01d52b2f2 Added less command. Jeremy Fincher 2003-09-06 21:51:21 +00:00
  • c662da1621 It actually works now, but it's ugly. Jeremy Fincher 2003-09-06 20:07:48 +00:00
  • 2266faec5f Fixed enable and disable not to allow ValueError through their makeAntiCapability calls. Jeremy Fincher 2003-09-06 18:37:22 +00:00
  • 5296d51dc2 Changed some asserts to raise ValueError instead. Jeremy Fincher 2003-09-06 18:32:10 +00:00
  • 63403e6408 Fixed documentation bugs. Jeremy Fincher 2003-09-06 18:29:44 +00:00
  • 4dfa786c89 Added tests purely for documentation. Jeremy Fincher 2003-09-06 18:29:35 +00:00
  • b0ccf44e2b Fixed a documentation bug and changed startnickserv to startservices. Jeremy Fincher 2003-09-06 18:26:31 +00:00
  • 5ea31bb3df Added PluginDocumentation tests. Jeremy Fincher 2003-09-06 18:20:01 +00:00
  • 0c9efdf1ae Wasn't calling setDaemon on threads spawned in PeriodicFileDownloader. Jeremy Fincher 2003-09-06 18:18:34 +00:00
  • 526ac1ee18 Added URL for codecs module to encode/decode morehelps. Jeremy Fincher 2003-09-06 08:39:50 +00:00
  • 91de0b066c Fix bug that didn't allow commands without arguments in onStart. Jeremy Fincher 2003-09-06 08:00:46 +00:00
  • 8fa457ec3a Guard TwistedCommandsTestCase against not having twisted. Jeremy Fincher 2003-09-06 07:52:18 +00:00
  • c0eb527117 Uh, why did I raise? I don't know. Anyway, handle write errors correctly in _sendIfMsgs. Jeremy Fincher 2003-09-06 07:45:47 +00:00
  • 0314133f56 Added a few more hints. Jeremy Fincher 2003-09-06 06:57:44 +00:00
  • 1ad26525b9 Updated. Jeremy Fincher 2003-09-06 06:39:03 +00:00
  • 74d3b7820f Added PluginDocumentation to test to make sure all commands have documentation. Jeremy Fincher 2003-09-06 06:23:03 +00:00
  • 7023b25223 Added tests for the longest, stupidest bug in existence. Jeremy Fincher 2003-09-06 05:29:35 +00:00
  • 1ad3ec9914 Fixed some bugs with removetopic when the topic didn't match topicUnformatter. Jeremy Fincher 2003-09-06 05:25:42 +00:00
  • 1795229d85 Added dup to rpn and fixed bug with calc and rpn commands that they couldn't do negative values. Jeremy Fincher 2003-09-06 05:25:05 +00:00
  • 0bcffe0d3e Changed morehelp for translate. Jeremy Fincher 2003-09-06 04:51:28 +00:00
  • 6d9cf3e0a2 Added test for empty topic in IrcState. Jeremy Fincher 2003-09-06 03:53:23 +00:00
  • e0396337b1 Made outFilter handle empty TOPICs. Jeremy Fincher 2003-09-06 02:10:55 +00:00
  • 7d01f9eeb3 Made IrcState handle empty TOPIC correctly. Jeremy Fincher 2003-09-06 02:09:02 +00:00
  • 9249df4d25 Made to ignore empty TOPICs just sent for information. Jeremy Fincher 2003-09-06 02:06:57 +00:00
  • 5974639ee3 Made Enforcer send an empty TOPIC to each channel when startenforcer is called so there is no exception when self.topics is empty. Jeremy Fincher 2003-09-06 02:03:44 +00:00
  • 3eb86b8869 Made PRIVMSG and NOTICE low-priority so TOPIC would happen before them. Jeremy Fincher 2003-09-06 02:01:44 +00:00
  • c45e38b537 Added ability to send empty topic messages to get the current topic. Jeremy Fincher 2003-09-06 01:28:12 +00:00
  • b3253df28e do332 wasn't guarded by self.started. Jeremy Fincher 2003-09-06 01:15:32 +00:00
  • be45eb2e25 Reordered some statements. Jeremy Fincher 2003-09-06 01:13:43 +00:00
  • 184e9be97d Added another tiny test to Notes. Jeremy Fincher 2003-09-06 01:11:06 +00:00
  • 15c115d028 Added a sanity guard to finalEval and changed a debug.printf to a debug.msg. Jeremy Fincher 2003-09-06 01:07:08 +00:00
  • 8f2766b5ce Fixed UnboundLocalError from a variable name change in debfile. Jeremy Fincher 2003-09-06 01:06:28 +00:00
  • da329a3196 Changed priority of OwnerCommands to make sure it's ***always*** first. Jeremy Fincher 2003-09-06 01:05:52 +00:00
  • 5bc445fd5d Added docstring for CapabilityCheckingPrivmsg Jeremy Fincher 2003-09-06 00:37:28 +00:00
  • 2484ce94be Bold, for Strike. And also a bugfix, so it's not an entirely useless commit :) Jeremy Fincher 2003-09-05 20:53:49 +00:00
  • 7f77e68384 Added a test. Jeremy Fincher 2003-09-05 20:49:29 +00:00
  • 9ddc8b2402 Forgot a format. Jeremy Fincher 2003-09-05 20:47:35 +00:00
  • 559bd74928 Added a randomdictionary example and changed the no matches output in the case where a dictionary is specified. Jeremy Fincher 2003-09-05 20:46:39 +00:00
  • 7501b3a625 Moved dict stuff to its own plugin. Jeremy Fincher 2003-09-05 20:22:43 +00:00
  • e59f076f48 Forgot module docstring. Jeremy Fincher 2003-09-05 19:50:38 +00:00
  • 21f0cb89ae Moved babelfish stuff to its own plugin. Jeremy Fincher 2003-09-05 19:49:44 +00:00
  • 49ef542c83 Added --url option to lasturl. Jeremy Fincher 2003-09-05 19:37:58 +00:00
  • 0719bdec92 Added priority stuff for RFE #799899 Jeremy Fincher 2003-09-05 19:28:04 +00:00
  • 0f843dd651 Fixed stupid failed tests in Notes. I'm retard. Jeremy Fincher 2003-09-05 19:01:02 +00:00
  • dd6f5de32e Minor cosmetic changes. Jeremy Fincher 2003-09-05 18:54:35 +00:00
  • 5bcd98e1a4 Finally found that crazy KeyError exception being raised, I think. Jeremy Fincher 2003-09-05 18:53:09 +00:00
  • 57146b93cf Added tests for src/ modules. Jeremy Fincher 2003-09-05 18:47:58 +00:00