Jeremy Fincher
|
8a70f15e89
|
Fixed bug in aliases with no arguments and added test for it.
|
2003-09-06 21:58:42 +00:00 |
|
Jeremy Fincher
|
e01d52b2f2
|
Added less command.
|
2003-09-06 21:51:21 +00:00 |
|
Jeremy Fincher
|
c662da1621
|
It actually works now, but it's ugly.
|
2003-09-06 20:07:48 +00:00 |
|
Jeremy Fincher
|
2266faec5f
|
Fixed enable and disable not to allow ValueError through their makeAntiCapability calls.
|
2003-09-06 18:37:22 +00:00 |
|
Jeremy Fincher
|
5296d51dc2
|
Changed some asserts to raise ValueError instead.
|
2003-09-06 18:32:10 +00:00 |
|
Jeremy Fincher
|
63403e6408
|
Fixed documentation bugs.
|
2003-09-06 18:29:44 +00:00 |
|
Jeremy Fincher
|
4dfa786c89
|
Added tests purely for documentation.
|
2003-09-06 18:29:35 +00:00 |
|
Jeremy Fincher
|
b0ccf44e2b
|
Fixed a documentation bug and changed startnickserv to startservices.
|
2003-09-06 18:26:31 +00:00 |
|
Jeremy Fincher
|
5ea31bb3df
|
Added PluginDocumentation tests.
|
2003-09-06 18:20:01 +00:00 |
|
Jeremy Fincher
|
0c9efdf1ae
|
Wasn't calling setDaemon on threads spawned in PeriodicFileDownloader.
|
2003-09-06 18:18:34 +00:00 |
|
Jeremy Fincher
|
526ac1ee18
|
Added URL for codecs module to encode/decode morehelps.
|
2003-09-06 08:39:50 +00:00 |
|
Jeremy Fincher
|
91de0b066c
|
Fix bug that didn't allow commands without arguments in onStart.
|
2003-09-06 08:00:46 +00:00 |
|
Jeremy Fincher
|
8fa457ec3a
|
Guard TwistedCommandsTestCase against not having twisted.
|
2003-09-06 07:52:18 +00:00 |
|
Jeremy Fincher
|
c0eb527117
|
Uh, why did I raise? I don't know. Anyway, handle write errors correctly in _sendIfMsgs.
|
2003-09-06 07:45:47 +00:00 |
|
Jeremy Fincher
|
0314133f56
|
Added a few more hints.
|
2003-09-06 06:57:44 +00:00 |
|
Jeremy Fincher
|
1ad26525b9
|
Updated.
|
2003-09-06 06:39:03 +00:00 |
|
Jeremy Fincher
|
74d3b7820f
|
Added PluginDocumentation to test to make sure all commands have documentation.
|
2003-09-06 06:23:03 +00:00 |
|
Jeremy Fincher
|
7023b25223
|
Added tests for the longest, stupidest bug in existence.
|
2003-09-06 05:29:35 +00:00 |
|
Jeremy Fincher
|
1ad3ec9914
|
Fixed some bugs with removetopic when the topic didn't match topicUnformatter.
|
2003-09-06 05:25:42 +00:00 |
|
Jeremy Fincher
|
1795229d85
|
Added dup to rpn and fixed bug with calc and rpn commands that they couldn't do negative values.
|
2003-09-06 05:25:05 +00:00 |
|
Jeremy Fincher
|
0bcffe0d3e
|
Changed morehelp for translate.
|
2003-09-06 04:51:28 +00:00 |
|
Jeremy Fincher
|
6d9cf3e0a2
|
Added test for empty topic in IrcState.
|
2003-09-06 03:53:23 +00:00 |
|
Jeremy Fincher
|
e0396337b1
|
Made outFilter handle empty TOPICs.
|
2003-09-06 02:10:55 +00:00 |
|
Jeremy Fincher
|
7d01f9eeb3
|
Made IrcState handle empty TOPIC correctly.
|
2003-09-06 02:09:02 +00:00 |
|
Jeremy Fincher
|
9249df4d25
|
Made to ignore empty TOPICs just sent for information.
|
2003-09-06 02:06:57 +00:00 |
|
Jeremy Fincher
|
5974639ee3
|
Made Enforcer send an empty TOPIC to each channel when startenforcer is called so there is no exception when self.topics is empty.
|
2003-09-06 02:03:44 +00:00 |
|
Jeremy Fincher
|
3eb86b8869
|
Made PRIVMSG and NOTICE low-priority so TOPIC would happen before them.
|
2003-09-06 02:01:44 +00:00 |
|
Jeremy Fincher
|
c45e38b537
|
Added ability to send empty topic messages to get the current topic.
|
2003-09-06 01:28:12 +00:00 |
|
Jeremy Fincher
|
b3253df28e
|
do332 wasn't guarded by self.started.
|
2003-09-06 01:15:32 +00:00 |
|
Jeremy Fincher
|
be45eb2e25
|
Reordered some statements.
|
2003-09-06 01:13:43 +00:00 |
|
Jeremy Fincher
|
184e9be97d
|
Added another tiny test to Notes.
|
2003-09-06 01:11:06 +00:00 |
|
Jeremy Fincher
|
15c115d028
|
Added a sanity guard to finalEval and changed a debug.printf to a debug.msg.
|
2003-09-06 01:07:08 +00:00 |
|
Jeremy Fincher
|
8f2766b5ce
|
Fixed UnboundLocalError from a variable name change in debfile.
|
2003-09-06 01:06:28 +00:00 |
|
Jeremy Fincher
|
da329a3196
|
Changed priority of OwnerCommands to make sure it's ***always*** first.
|
2003-09-06 01:05:52 +00:00 |
|
Jeremy Fincher
|
5bc445fd5d
|
Added docstring for CapabilityCheckingPrivmsg
|
2003-09-06 00:37:28 +00:00 |
|
Jeremy Fincher
|
2484ce94be
|
Bold, for Strike. And also a bugfix, so it's not an entirely useless commit :)
|
2003-09-05 20:53:49 +00:00 |
|
Jeremy Fincher
|
7f77e68384
|
Added a test.
|
2003-09-05 20:49:29 +00:00 |
|
Jeremy Fincher
|
9ddc8b2402
|
Forgot a format.
|
2003-09-05 20:47:35 +00:00 |
|
Jeremy Fincher
|
559bd74928
|
Added a randomdictionary example and changed the no matches output in the case where a dictionary is specified.
|
2003-09-05 20:46:39 +00:00 |
|
Jeremy Fincher
|
7501b3a625
|
Moved dict stuff to its own plugin.
|
2003-09-05 20:22:43 +00:00 |
|
Jeremy Fincher
|
e59f076f48
|
Forgot module docstring.
|
2003-09-05 19:50:38 +00:00 |
|
Jeremy Fincher
|
21f0cb89ae
|
Moved babelfish stuff to its own plugin.
|
2003-09-05 19:49:44 +00:00 |
|
Jeremy Fincher
|
49ef542c83
|
Added --url option to lasturl.
|
2003-09-05 19:37:58 +00:00 |
|
Jeremy Fincher
|
0719bdec92
|
Added priority stuff for RFE #799899
|
2003-09-05 19:28:04 +00:00 |
|
Jeremy Fincher
|
0f843dd651
|
Fixed stupid failed tests in Notes. I'm retard.
|
2003-09-05 19:01:02 +00:00 |
|
Jeremy Fincher
|
dd6f5de32e
|
Minor cosmetic changes.
|
2003-09-05 18:54:35 +00:00 |
|
Jeremy Fincher
|
5bcd98e1a4
|
Finally found that crazy KeyError exception being raised, I think.
|
2003-09-05 18:53:09 +00:00 |
|
Jeremy Fincher
|
57146b93cf
|
Added tests for src/ modules.
|
2003-09-05 18:47:58 +00:00 |
|
Jeremy Fincher
|
7e80782452
|
Added a test to make sure JOINs happen before WHOs, and changed code to make that the case.
|
2003-09-05 18:16:51 +00:00 |
|
Jeremy Fincher
|
f1a9b3f546
|
Added a sleep to the spinloop so it doesn't suck up 100% cpu.
|
2003-09-05 17:35:46 +00:00 |
|