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 |
|
Jeremy Fincher
|
9f3bc9d355
|
IrcCallback's super() doesn't take any args.
|
2009-03-11 13:37:25 -04:00 |
|
Jeremy Fincher
|
8786b4c993
|
Added clearq command to clear the send queue.
|
2009-03-11 13:37:25 -04:00 |
|
Jeremy Fincher
|
d08eee8f13
|
Made httpUrl arg wrapper add http:// if that produces a valid http url.
|
2009-03-11 13:37:25 -04:00 |
|
Jeremy Fincher
|
526e71e104
|
Added test for firewall, fixed implementation so it actually works.
|
2009-03-11 13:37:25 -04:00 |
|
Jeremy Fincher
|
9d474f7824
|
We can still continue if we're unable to load a plugin.
|
2009-03-11 13:37:25 -04:00 |
|
James Vega
|
2f15eb2418
|
getHaveOp needs to call getChannel if state.channel isn't set
|
2009-03-11 13:37:25 -04:00 |
|
James Vega
|
4827155c6b
|
Use network.ssl.setValue instead of network.ssl.set
|
2009-03-11 13:37:25 -04:00 |
|
James Vega
|
e31d352e57
|
Correct the logic in _handleSocketError
|
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 |
|
Jeremy Fincher
|
64d34792ca
|
Added additional help for supybot.log.level.
|
2009-03-11 13:37:24 -04:00 |
|
James Vega
|
0278318ed9
|
Add +svn to the version
|
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
|
5020391a7c
|
Set svn:ignore for the build directory
|
2007-05-18 16:04:19 +00:00 |
|
James Vega
|
a2602300c3
|
Add svn:ignore for *.pyc files
|
2007-05-18 15:51:38 +00: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
|
29778f5ada
|
Fix the registry type for supybot.replies.possibleBug.
|
2007-05-09 01:03:28 +00:00 |
|
James Vega
|
5c197471c6
|
Fix the tests for mircColor and sorted (Thanks dcraven)
|
2007-05-08 18:40:48 +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
|
2bf838f109
|
Include the proper string in assertAction's error message.
|
2006-11-13 20:32:45 +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
|
6c13f55ab4
|
src/log.py: Seriously simplify the handling of different logging levels for log and log.stdout by setting the level on the different handlers ranther than the logging object itself.
|
2006-10-05 18:54:37 +00:00 |
|
James Vega
|
664f56a92f
|
src/log.py: Collapse MultiLogger's methods into using __getattr__ to detect what's being called and return the proper function.
|
2006-10-05 18:06:12 +00:00 |
|
James Vega
|
2636a35b84
|
src/log.py: Support different logging levels for stdout and the logfile.
|
2006-10-05 13:35:45 +00:00 |
|
James Vega
|
f91318e8f1
|
src/conf.py: Don't use a NormalizedString for supybot.replies.possibleBug since it breaks up the URL.
|
2006-10-05 13:35:09 +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
|
deb6dbc1e1
|
docs/PLUGIN_TUTORIAL: Add a note about importing the random module.
|
2006-08-30 01:27:48 +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
|
ea6000b407
|
src/callbacks.py: Methods whose name != their canonical name should not be considered command methods (and therefore won't be listed in the output from Misc.list).
|
2006-08-28 13:15:21 +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
|
cd2b58a7d5
|
src/callbacks.py: Allow the docstring to be passed to getHelp()
|
2006-08-28 13:13:43 +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 |
|