James Vega
|
1f4d1fca9f
|
Add test for a bug Tar-Get brought up on IRC
|
2009-03-11 13:37:26 -04:00 |
|
James Vega
|
507b95a2eb
|
Fix a couple Misc tests
|
2009-03-11 13:37:26 -04:00 |
|
James Vega
|
0a4c66071b
|
Adjust testTitle to take into account /.'s slight change
|
2009-03-11 13:37:26 -04:00 |
|
James Vega
|
6590bf898a
|
Do not directly import sets. supybot.utils provides __builtins__['set']
|
2009-03-11 13:37:26 -04:00 |
|
James Vega
|
828d41e37d
|
Add utils/crypt.py as a Python version-agnostic crypt module
|
2009-03-11 13:37:26 -04:00 |
|
James Vega
|
614fa22038
|
Fix a syntax error in the last command flood commit
|
2009-03-11 13:37:26 -04:00 |
|
James Vega
|
300443c8f6
|
Finish the implementation of command flood prevention
|
2009-03-11 13:37:26 -04:00 |
|
James Vega
|
b99b2c7f64
|
Add tests for recent bug-fixes
|
2009-03-11 13:37:26 -04:00 |
|
James Vega
|
cfe0ee8462
|
Actually set the 'rsz' option if it isn't defined.
|
2009-03-11 13:37:25 -04:00 |
|
James Vega
|
f772fbf284
|
Forgot to utf-8 encode the URL from a Google search
|
2009-03-11 13:37:25 -04:00 |
|
James Vega
|
6cfde5bcc9
|
Update googleSnarfer to use the new search method
|
2009-03-11 13:37:25 -04:00 |
|
James Vega
|
2b7c36c747
|
Remove unused SOAP.py from old Google implementation
|
2009-03-11 13:37:25 -04:00 |
|
James Vega
|
cbc91c6a26
|
Use a more appropriate message if the URL definitely has no title.
|
2009-03-11 13:37:25 -04:00 |
|
James Vega
|
a946effc79
|
Fix a copy/paste error in User.capabilities help
|
2009-03-11 13:37:25 -04:00 |
|
James Vega
|
88ca711d6a
|
Change translate to use the (limited) translatable language list.
|
2009-03-11 13:37:25 -04:00 |
|
James Vega
|
1fbf61c571
|
Correct parsing of defaultLanguage parameter.
|
2009-03-11 13:37:25 -04:00 |
|
James Vega
|
62a8306fbb
|
Rewrite most of Google to use the new AJAX API.
Add a translate command as well.
|
2009-03-11 13:37:25 -04:00 |
|
Jeremy Fincher
|
de69f9da17
|
Backed out my previous change. I should know better than to question the all-knowing jamessan.
|
2009-03-11 13:37:25 -04:00 |
|
Jeremy Fincher
|
bec12b6877
|
Made jamessan's code agree with his comment (and the maximum integer that can fit into two bytes).
|
2009-03-11 13:37:25 -04:00 |
|
James Vega
|
699bb15f23
|
Fix a test failure by limiting random.randrange to [-32768, 32767]
|
2009-03-11 13:37:25 -04:00 |
|
James Vega
|
d39846ae68
|
Add a pointer to importantPlugins config var in defaultplugin's help.
|
2009-03-11 13:37:25 -04:00 |
|
James Vega
|
ac2fe7db3a
|
Add azn and uniud commands.
|
2009-03-11 13:37:25 -04:00 |
|
Daniel DiPaolo
|
2672cf6080
|
Fixed for a certain user whose name starts with a J and has "Finch" in it.
|
2009-03-11 13:37:25 -04:00 |
|
Jeremy Fincher
|
1bf4f5554f
|
Added tests for later notes.
|
2009-03-11 13:37:25 -04:00 |
|
Jeremy Fincher
|
1979f5ad35
|
Fixed bugs, added tests, etc.
|
2009-03-11 13:37:25 -04:00 |
|
Jeremy Fincher
|
9a43f04248
|
Fixed final syntax error, added test.
|
2009-03-11 13:37:25 -04:00 |
|
Jeremy Fincher
|
67d262a575
|
Fixed another bug in the new rank command.
|
2009-03-11 13:37:25 -04:00 |
|
Jeremy Fincher
|
8fefeaa11f
|
Fixed a few bugs in the new rank command.
|
2009-03-11 13:37:25 -04:00 |
|
Jeremy Fincher
|
479c11e71b
|
Added Later.remove.
|
2009-03-11 13:37:25 -04:00 |
|
Jeremy Fincher
|
7f7fd4d2c5
|
Added ChannelStats.rank.
|
2009-03-11 13:37:24 -04:00 |
|
James Vega
|
7bb3b1ec60
|
Merge the changes from the python25compat branch into the trunk
|
2009-03-11 13:37:24 -04:00 |
|
James Vega
|
b24eedf596
|
Use the hostmask argument isProtected is given instead of trying to use a non-existant variable.
|
2009-03-11 13:37:24 -04:00 |
|
James Vega
|
74e06ea52a
|
Catch the proper exception when parsing the title fails.
|
2009-03-11 13:37:24 -04:00 |
|
Jeremy Fincher
|
f1948a2245
|
Final cleanups for BadWords kicking.
|
2009-03-11 13:37:24 -04:00 |
|
Jeremy Fincher
|
e292c5d0c9
|
Added kick ability to the BadWords plugin, imported it from supybot-plugins.
|
2009-03-11 13:37:24 -04:00 |
|
James Vega
|
068f029355
|
wrap() String.len to vastly simplify the function and prevent responding with -1 when we get no arguments.
Add a test to make sure we respond with the help when called with no arguments.
|
2009-03-11 13:37:24 -04:00 |
|
James Vega
|
99696986f6
|
Only tag the ircmsg if we actually get one back from irc.reply. We don't in situations like: @topic fit [tiny $url]
|
2009-03-11 13:37:24 -04:00 |
|
James Vega
|
8111c48a49
|
Switch from rssparser 3.3 to (the renamed) feedparser 4.1 in order to properly handle Bugzilla RSS feeds.
|
2007-05-09 02:30:18 +00:00 |
|
James Vega
|
a8a7ec56d1
|
Fix Google.calc ... Google changed their HTML
|
2007-04-25 19:06:33 +00:00 |
|
James Vega
|
680473b015
|
If we're using python2.5, import re in place of sre.
|
2007-04-25 16:12:21 +00:00 |
|
James Vega
|
b57311a68e
|
Remove first person modification of the reason clause and add tests to support it.
|
2006-11-13 20:27:23 +00:00 |
|
Jeremy Fincher
|
78f03078d8
|
Handle flusher correctly.
|
2006-10-13 05:59:39 +00:00 |
|
James Vega
|
5d954f79fe
|
plugins/Google: Update the URLs referencing the search API.
|
2006-10-02 12:51:08 +00:00 |
|
James Vega
|
ee9aaa89d6
|
plugins/Web: Swtich the title parser back to HTMLParser sing sgmllib's parser spins on invalid input.
|
2006-09-13 19:40:51 +00:00 |
|
James Vega
|
4064da76aa
|
plugins/RSS: UTF-8 encode the RSS' URL to prevent an encoding error when including the URL in the reply.
|
2006-08-28 13:18:12 +00:00 |
|
James Vega
|
3908e989c5
|
plugins/Factoids: Dynamically generate the help string using the value of supybot.plugins.Factoids.learnSeparator
|
2006-08-28 13:14:21 +00:00 |
|
James Vega
|
4ee1437c40
|
Services/plugin.py: Add some parens to ensure self.sentGhost is only used if it's not None.
|
2006-08-15 14:49:42 +00:00 |
|
James Vega
|
9214f6ac87
|
plugins/Services: Make ghostDelay configurable with a default of 60 seconds.
|
2006-07-14 20:55:44 +00:00 |
|
James Vega
|
c3cacbce76
|
Munge Author's email in __str__ instead of relying on munging the results of Author.__str__
|
2006-07-14 20:54:31 +00:00 |
|
James Vega
|
1be3d7f159
|
plugins/Services: Only send GHOST once every 60 seconds to prevent spinning when the services are down. Bug 1491034
|
2006-07-14 15:36:11 +00:00 |
|