ikiwiki/IkiWiki/Plugin
Simon McVittie d283e4ca1a useragent: Automatically choose whether to use LWPx::ParanoidAgent
The simple implementation of this, which I'd prefer to use, would be:
if we can import LWPx::ParanoidAgent, use it; otherwise, use
LWP::UserAgent.

However, aggregate has historically worked with proxies, and
LWPx::ParanoidAgent quite reasonably refuses to work with proxies
(because it can't know whether those proxies are going to do the same
filtering that LWPx::ParanoidAgent would).

Signed-off-by: Simon McVittie <smcv@debian.org>
2019-02-26 22:21:27 +00:00
..
404.pm
aggregate.pm useragent: Automatically choose whether to use LWPx::ParanoidAgent 2019-02-26 22:21:27 +00:00
amazon_s3.pm prune: do not prune beyond an optional base directory, and add a test 2012-04-07 17:52:29 +01:00
anonok.pm
attachment.pm CGI, attachment, passwordauth: harden against repeated parameters 2017-01-11 18:11:07 +00:00
autoindex.pm Silence "used only once: possible typo" warnings for variables that are part of modules' APIs 2016-01-19 11:24:18 +00:00
blogspam.pm useragent: Automatically choose whether to use LWPx::ParanoidAgent 2019-02-26 22:21:27 +00:00
brokenlinks.pm brokenlinks: sort the pages that link to the missing page, for better reproducibility 2015-06-09 22:28:31 +01:00
bzr.pm cloak user PII when making commits etc, and let cloaked PII be used in banned_users 2015-05-14 11:58:21 -04:00
calendar.pm Silence "used only once: possible typo" warnings for variables that are part of modules' APIs 2016-01-19 11:24:18 +00:00
camelcase.pm
color.pm color: Use markup for the preserved CSS, not character data 2017-05-16 12:08:55 +01:00
comments.pm fix permalink to comments 2019-01-21 11:57:23 -04:00
conditional.pm In all=no conditionals, depend on the influences, not the test pagespec 2014-03-03 11:30:36 +00:00
creole.pm
cutpaste.pm
cvs.pm Update my surname to its new legal spelling. 2016-09-14 14:28:01 -04:00
darcs.pm cloak user PII when making commits etc, and let cloaked PII be used in banned_users 2015-05-14 11:58:21 -04:00
date.pm
ddate.pm
editdiff.pm
editpage.pm Force CGI::FormBuilder->field to scalar context where necessary 2016-12-28 21:32:12 +00:00
edittemplate.pm edittemplate: use unambiguous RFC 3339 datestamps 2014-09-01 09:01:07 +01:00
emailauth.pm When emailauth can't send, show the error message. 2018-05-13 09:52:04 -04:00
embed.pm
external.pm
favicon.pm
filecheck.pm filecheck: accept MIME types that don't contain ';' 2014-09-10 09:00:20 +01:00
flattr.pm
format.pm
fortune.pm
getsource.pm
git.pm git: don't redundantly pass "--" to git_sha1 2017-01-09 13:58:58 +00:00
goodstuff.pm
google.pm
goto.pm Make sure we do not pass multiple CGI parameters in function calls 2014-10-16 22:24:47 +01:00
graphviz.pm Give graph an optional "file" param, like table's. 2018-10-22 00:24:59 -04:00
haiku.pm haiku: if deterministic build is requested, return a hard-coded haiku 2015-06-09 22:30:43 +01:00
headinganchors.pm
highlight.pm Silence "used only once: possible typo" warnings for variables that are part of modules' APIs 2016-01-19 11:24:18 +00:00
hnb.pm
html.pm
htmlbalance.pm
htmlscrubber.pm htmlscrubber: Add support for the video tag's loop and muted attributes. 2017-07-11 15:51:44 -04:00
htmltidy.pm
httpauth.pm httpauth: If REMOTE_USER is empty, behave as though it was unset 2017-05-14 15:37:45 +01:00
img.pm img: Explicitly detect format if needed 2018-02-28 09:56:08 +00:00
inline.pm Fix inline plugin for non-ASCII rootpage 2019-02-03 13:15:35 +00:00
link.pm link: Fix renaming wikilinks that contain embedded urls. 2012-04-18 15:15:11 -04:00
linkmap.pm display the pagetitle() in linkmaps 2012-03-15 14:38:42 +01:00
listdirectives.pm
localstyle.pm
lockedit.pm
loginselector.pm loginselector: When only openid and emailauth are enabled, but passwordauth is not, avoid showing a "Other" box which opens an empty form. 2016-03-02 16:35:16 -04:00
map.pm map: postprocess to collapse useless </ul><ul> sequences 2013-02-24 13:10:24 +00:00
mdwn.pm mdwn: Automatically detect which libdiscount flags to use 2018-03-08 23:36:31 +00:00
mercurial.pm cloak user PII when making commits etc, and let cloaked PII be used in banned_users 2015-05-14 11:58:21 -04:00
meta.pm meta: Error if we can't parse dates because Date::Parse is missing 2018-03-21 09:33:04 +00:00
mirrorlist.pm Always produce HTML5 doctype and new attributes, but not new elements 2014-10-16 11:04:53 +01:00
moderatedcomments.pm
monotone.pm cloak user PII when making commits etc, and let cloaked PII be used in banned_users 2015-05-14 11:58:21 -04:00
more.pm
norcs.pm
notifyemail.pm Force CGI::FormBuilder->field to scalar context where necessary 2016-12-28 21:32:12 +00:00
opendiscussion.pm opendiscussion: don't allow editing discussionpage if discussion is disabled 2013-01-02 18:05:33 +00:00
openid.pm useragent: Automatically choose whether to use LWPx::ParanoidAgent 2019-02-26 22:21:27 +00:00
orphans.pm
osm.pm Call srcfile() with nothrow, as clearly intended. 2018-04-23 22:28:49 -04:00
otl.pm
pagecount.pm
pagestats.pm Make pagestats output more deterministic. 2016-12-19 18:21:07 +00:00
pagetemplate.pm
parentlinks.pm
passwordauth.pm add and use cgiurl_abs_samescheme 2018-01-05 11:59:35 -04:00
pingee.pm
pinger.pm useragent: Automatically choose whether to use LWPx::ParanoidAgent 2019-02-26 22:21:27 +00:00
po.pm po: Always filter .po files 2019-02-24 17:23:34 +00:00
poll.pm rename postvote to postlink 2018-11-26 13:23:50 -04:00
polygen.pm polygen: if deterministic build is requested, use a well-known random seed 2015-06-09 22:30:44 +01:00
postsparkline.pm
prettydate.pm revert change to prettydate 2012-02-02 22:27:55 -04:00
progress.pm
rawhtml.pm
recentchanges.pm Do not pass ignored sid parameter to checksessionexpiry 2014-10-12 18:03:57 +01:00
recentchangesdiff.pm append javascript after CSS 2019-02-03 17:01:55 +00:00
relativedate.pm append javascript after CSS 2019-02-03 17:01:55 +00:00
remove.pm remove: make it clearer that repeated page parameter is OK here 2017-01-11 18:11:21 +00:00
rename.pm Force CGI::FormBuilder->field to scalar context where necessary 2016-12-28 21:32:12 +00:00
repolist.pm
rsync.pm Added a "changes" hook. Renamed the "change" hook to "rendered", but 2012-03-28 18:43:07 -04:00
search.pm Fix typo. 2016-02-20 22:00:54 -05:00
shortcut.pm shortcut: Support Wikipedia's form of url-encoding for unicode characters 2012-03-03 11:27:59 -04:00
sidebar.pm
signinedit.pm
skeleton.pm.example remove misc section 2012-03-28 20:36:25 -04:00
smiley.pm
sortnaturally.pm Add path and path_natural sort orders 2011-12-06 14:26:27 -04:00
sparkline.pm
svn.pm cloak user PII when making commits etc, and let cloaked PII be used in banned_users 2015-05-14 11:58:21 -04:00
table.pm Fix table plugin can handle UTF-8 csv format 2019-01-31 20:37:06 +00:00
tag.pm Silence "used only once: possible typo" warnings for variables that are part of modules' APIs 2016-01-19 11:24:18 +00:00
template.pm protect $@ whenever a block using $@ is non-trivial 2014-02-21 17:06:36 +00:00
templatebody.pm Add templatebody plugin and directive, and enable it by default 2014-03-05 10:42:19 +00:00
testpagespec.pm
teximg.pm Squelch regex deprecation warnings from Perl 5.22. 2015-06-14 21:35:51 -04:00
textile.pm
theme.pm theme: Now <TMPL_IF THEME_$NAME> can be used in all templates when a theme is enabled. 2013-05-16 22:20:56 -04:00
tla.pm cloak user PII when making commits etc, and let cloaked PII be used in banned_users 2015-05-14 11:58:21 -04:00
toc.pm use heading identifiers in TOC links 2017-05-16 08:55:23 +01:00
toggle.pm append javascript after CSS 2019-02-03 17:01:55 +00:00
trail.pm trail: Allow unescaped punctuation in pagenames 2019-02-03 12:52:42 +00:00
transient.pm prune: do not prune beyond an optional base directory, and add a test 2012-04-07 17:52:29 +01:00
txt.pm
typography.pm
underlay.pm Add missing plugin section, and deal with missing sections with a warning. 2013-03-04 13:03:34 -04:00
userlist.pm
version.pm
websetup.pm Standardize on --long-option instead of -long-option 2015-03-01 16:15:01 +00:00
wikitext.pm
wmd.pm