Limnoria/src
Daniel Folkinshteyn f310350335 Web: add 'timeout' config for web fetch, default 5 sec.
Otherwise, when a site would take a long time to respond, the thread would hang for quite a while.

also needed to mod src/utils/web.py to take the timeout arg.

Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2012-10-15 22:10:56 -04:00
..
drivers Use relative imports for all packages under the supybot namespace 2012-09-17 22:12:11 -04:00
utils Web: add 'timeout' config for web fetch, default 5 sec. 2012-10-15 22:10:56 -04:00
__init__.py Use relative imports for all packages under the supybot namespace 2012-09-17 22:12:11 -04:00
ansi.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
callbacks.py Some improvements to the commands.process function - better process naming and informational output. 2012-10-15 21:28:41 -04:00
cdb.py Use relative imports for all packages under the supybot namespace 2012-09-17 22:12:11 -04:00
commands.py Fix error handling for subprocesses. 2012-10-15 21:44:04 -04:00
conf.py Indicate supybot.networks.$network.servers/channels are space-separated lists in their help 2012-10-04 21:41:00 -04:00
dbi.py Use relative imports for all packages under the supybot namespace 2012-09-17 22:12:11 -04:00
dynamicScope.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
ircdb.py Use relative imports for all packages under the supybot namespace 2012-09-17 22:12:11 -04:00
irclib.py Use relative imports for all packages under the supybot namespace 2012-09-17 22:12:11 -04:00
ircmsgs.py Use relative imports for all packages under the supybot namespace 2012-09-17 22:12:11 -04:00
ircutils.py Use relative imports for all packages under the supybot namespace 2012-09-17 22:12:11 -04:00
log.py Use relative imports for all packages under the supybot namespace 2012-09-17 22:12:11 -04:00
plugin.py Make plugin loading/reloading case-insensitive. 2012-10-15 21:51:00 -04:00
questions.py Use relative imports for all packages under the supybot namespace 2012-09-17 22:12:11 -04:00
registry.py Use relative imports for all packages under the supybot namespace 2012-09-17 22:12:11 -04:00
schedule.py Use relative imports for all packages under the supybot namespace 2012-09-17 22:12:11 -04:00
shlex.py Added our hacked shlex.py, prior to the 2.3 bastardization that made it unsuitable for our purposes. 2005-02-18 08:30:59 +00:00
test.py Use relative imports for all packages under the supybot namespace 2012-09-17 22:12:11 -04:00
unpreserve.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
version.py Consolidate the version string to reside in one central place to ease change making. 2012-06-17 10:42:44 -04:00
world.py Create a commands.process function which runs a function inside a separate process. 2012-10-15 21:19:34 -04:00