privoxy.git
3 years agoRebuild man page
Fabian Keil [Wed, 16 Dec 2020 08:46:58 +0000 (09:46 +0100)]
Rebuild man page

3 years agoUse the new donate link in the TODO list
Fabian Keil [Wed, 16 Dec 2020 08:45:19 +0000 (09:45 +0100)]
Use the new donate link in the TODO list

3 years agoRebuild config file
Fabian Keil [Tue, 15 Dec 2020 15:18:31 +0000 (16:18 +0100)]
Rebuild config file

3 years agoMention that HTTPS inspection also allows to filter encrypted responses
Fabian Keil [Tue, 15 Dec 2020 19:44:15 +0000 (20:44 +0100)]
Mention that HTTPS inspection also allows to filter encrypted responses

3 years agoTurn a reference to the show-status page into a link
Fabian Keil [Wed, 16 Dec 2020 06:39:55 +0000 (07:39 +0100)]
Turn a reference to the show-status page into a link

... when rendered for the user manual.

3 years agoDescribe how to check if Privoxy has been built with FEATURE_HTTPS_INSPECTION
Fabian Keil [Tue, 15 Dec 2020 19:42:58 +0000 (20:42 +0100)]
Describe how to check if Privoxy has been built with FEATURE_HTTPS_INSPECTION

3 years agoAdd a link to the trusted-cas-file documentation
Fabian Keil [Tue, 15 Dec 2020 15:15:25 +0000 (16:15 +0100)]
Add a link to the trusted-cas-file documentation

... that explains how the user can create the file herself.

3 years agoUpdate link to the cacert.pem file
Fabian Keil [Tue, 15 Dec 2020 15:13:02 +0000 (16:13 +0100)]
Update link to the cacert.pem file

3 years agoAdd #174: Let the Tor Onion Service for the privoxy website serve gitweb and the...
Fabian Keil [Tue, 15 Dec 2020 14:25:12 +0000 (15:25 +0100)]
Add #174: Let the Tor Onion Service for the privoxy website serve gitweb and the git repository as well

3 years agoprivoxy-log-parser: Add a handler for tagging messages
Fabian Keil [Tue, 15 Dec 2020 11:08:57 +0000 (12:08 +0100)]
privoxy-log-parser: Add a handler for tagging messages

3 years agoConvert a couple of additional messages to log level "Tagging"
Fabian Keil [Tue, 15 Dec 2020 11:01:05 +0000 (12:01 +0100)]
Convert a couple of additional messages to log level "Tagging"

3 years agoDon't explicitly mention the license for the code coming from 'Anonymous Coders'...
Fabian Keil [Tue, 15 Dec 2020 09:27:30 +0000 (10:27 +0100)]
Don't explicitly mention the license for the code coming from 'Anonymous Coders' and Junkbusters

It's obviously licensed under the GNU GPL like the
rest of Privoxy or we wouldn't be allowed to distribute
it.

3 years agoprivoxy-log-parser: Highlight the new "Tagging" log level in purple
Fabian Keil [Tue, 15 Dec 2020 09:10:03 +0000 (10:10 +0100)]
privoxy-log-parser: Highlight the new "Tagging" log level in purple

3 years agoprivoxy-log-parser: Bump version to 0.9.2
Fabian Keil [Tue, 15 Dec 2020 09:06:55 +0000 (10:06 +0100)]
privoxy-log-parser: Bump version to 0.9.2

3 years agoprivoxy-log-parser: Accept and ignore tagging-related log messages for now
Fabian Keil [Tue, 15 Dec 2020 09:06:36 +0000 (10:06 +0100)]
privoxy-log-parser: Accept and ignore tagging-related log messages for now

3 years agoDocument the new meaning of debug bit 4
Fabian Keil [Tue, 15 Dec 2020 09:00:46 +0000 (10:00 +0100)]
Document the new meaning of debug bit 4

3 years agoRecycle debug bit 4 for Tagging-related messages
Fabian Keil [Tue, 15 Dec 2020 08:59:04 +0000 (09:59 +0100)]
Recycle debug bit 4 for Tagging-related messages

3 years agoconfigure: Move the comment describing the version number above the variables
Fabian Keil [Tue, 15 Dec 2020 07:19:46 +0000 (08:19 +0100)]
configure: Move the comment describing the version number above the variables

3 years agoBlock requests to eu-tlp03.kameleoon.com/
Fabian Keil [Mon, 14 Dec 2020 13:03:27 +0000 (14:03 +0100)]
Block requests to eu-tlp03.kameleoon.com/

3 years agoAdd another hide-referrer{conditional-block} test
Fabian Keil [Mon, 14 Dec 2020 11:35:41 +0000 (12:35 +0100)]
Add another hide-referrer{conditional-block} test

3 years agoAdd another hide-referrer{conditional-forge} test
Fabian Keil [Mon, 14 Dec 2020 11:35:19 +0000 (12:35 +0100)]
Add another hide-referrer{conditional-forge} test

3 years agoFix a hide-referrer{conditional-forge} test
Fabian Keil [Mon, 14 Dec 2020 11:32:42 +0000 (12:32 +0100)]
Fix a hide-referrer{conditional-forge} test

... that expected an acceptable header to be forged.

3 years agoFix a hide-referrer{conditional-block} test
Fabian Keil [Mon, 14 Dec 2020 11:21:08 +0000 (12:21 +0100)]
Fix a hide-referrer{conditional-block} test

... that expected an acceptable Referer to be removed.

3 years agoLet the hide-referrer code tolerate Referer headers with https:// URLs
Fabian Keil [Mon, 14 Dec 2020 11:14:31 +0000 (12:14 +0100)]
Let the hide-referrer code tolerate Referer headers with https:// URLs

Previously they would always be treated like a changed host.

3 years agoredirect_url(): Check the actual URL when https inspecting requests
Fabian Keil [Tue, 15 Dec 2020 18:00:00 +0000 (19:00 +0100)]
redirect_url(): Check the actual URL when https inspecting requests

Previously we would only check the path which resulted
in rewrite results being rejected as invalid URLs.

Before:
19:37:29.494 014 Error: pcrs command "s@/test@/@" changed "/test" to "/" (1 hit), but the result doesn't look like a valid URL and will be ignored.

After:
19:40:57.857 002 Redirect: pcrs command s@/test@/@ changed https://www.electrobsd.org/test to https://www.electrobsd.org/ (1 hit).

Reported by withoutname in #1736.

3 years agoRegenerate developer-manual
Fabian Keil [Tue, 15 Dec 2020 07:32:29 +0000 (08:32 +0100)]
Regenerate developer-manual

3 years agodeveloper-manual: Remove the packaging instructions for RPM-based systems
Fabian Keil [Tue, 15 Dec 2020 07:25:04 +0000 (08:25 +0100)]
developer-manual: Remove the packaging instructions for RPM-based systems

They don't work and we don't release RPM packages anymore anyway.

3 years agodeveloper-manual: Remove the packaging instructions for Solaris
Fabian Keil [Tue, 15 Dec 2020 07:22:58 +0000 (08:22 +0100)]
developer-manual: Remove the packaging instructions for Solaris

They don't work and we don't release Solaris packages anymore anyway.

3 years agodeveloper-manual: Update the suggested subject for the announce mails
Fabian Keil [Tue, 15 Dec 2020 07:11:01 +0000 (08:11 +0100)]
developer-manual: Update the suggested subject for the announce mails

3 years agodeveloper-manual: Update upload instructions
Fabian Keil [Tue, 15 Dec 2020 07:08:07 +0000 (08:08 +0100)]
developer-manual: Update upload instructions

ftp://upload.sourceforge.net is no longer functional.

3 years agodeveloper-manual: Remove a couple of package-dependend upload instructions
Fabian Keil [Tue, 15 Dec 2020 06:58:36 +0000 (07:58 +0100)]
developer-manual: Remove a couple of package-dependend upload instructions

... that don't actually work.

3 years agodeveloper-manual: Remove 'cd current' that no longer works
Fabian Keil [Tue, 15 Dec 2020 06:50:23 +0000 (07:50 +0100)]
developer-manual: Remove 'cd current' that no longer works

3 years agodeveloper-manual: Add regression-tests.action to the list of files that should be...
Fabian Keil [Tue, 15 Dec 2020 06:48:34 +0000 (07:48 +0100)]
developer-manual: Add regression-tests.action to the list of files that should be installed

3 years agodeveloper-manual: Stop claiming that there are text versions of the manuals
Fabian Keil [Tue, 15 Dec 2020 06:43:54 +0000 (07:43 +0100)]
developer-manual: Stop claiming that there are text versions of the manuals

We stopped building them in 2008 (9ed36a3c5e6f12).

3 years agodeveloper-manual: Note that the 'webserver' target creates the link needed for the...
Fabian Keil [Tue, 15 Dec 2020 06:39:53 +0000 (07:39 +0100)]
developer-manual: Note that the 'webserver' target creates the link needed for the user-manual

3 years agodeveloper-manual: Suggest to use the master branch as reference when creating the...
Fabian Keil [Tue, 15 Dec 2020 06:25:18 +0000 (07:25 +0100)]
developer-manual: Suggest to use the master branch as reference when creating the ChangeLog

... so the steps work when the current branch differs
from master which is likely as the developer manual
suggests to use a local branch for development.

3 years agoAdd #173: Document Privoxy's governance model
Fabian Keil [Tue, 15 Dec 2020 06:11:57 +0000 (07:11 +0100)]
Add #173: Document Privoxy's governance model

3 years agodeveloper-manual: Add the -s flag to the suggested 'git tag' command
Fabian Keil [Tue, 15 Dec 2020 06:00:34 +0000 (07:00 +0100)]
developer-manual: Add the -s flag to the suggested 'git tag' command

We prefer signed tags.

3 years agodeveloper-manual: Regenerate with git steps
Fabian Keil [Tue, 15 Dec 2020 04:38:08 +0000 (05:38 +0100)]
developer-manual: Regenerate with git steps

3 years agodeveloper-manual: Add git commands that should result in a merge-free history
Fabian Keil [Tue, 15 Dec 2020 04:37:04 +0000 (05:37 +0100)]
developer-manual: Add git commands that should result in a merge-free history

3 years agodeveloper-manual: Regenerate
Fabian Keil [Tue, 15 Dec 2020 04:10:07 +0000 (05:10 +0100)]
developer-manual: Regenerate

3 years agodeveloper-manual: Simplify privoxy-regression-test.pl command in the example
Fabian Keil [Mon, 14 Dec 2020 17:28:30 +0000 (18:28 +0100)]
developer-manual: Simplify privoxy-regression-test.pl command in the example

The --debug parameter adds bits without overriding default
flags so it's sufficient to add 4 (LL_PAGE_FETCHING).

3 years agodeveloper-manual: Fix typo
Fabian Keil [Mon, 14 Dec 2020 16:45:24 +0000 (17:45 +0100)]
developer-manual: Fix typo

3 years agoRebuild developer-manual
Fabian Keil [Mon, 14 Dec 2020 16:42:37 +0000 (17:42 +0100)]
Rebuild developer-manual

3 years agodeveloper-manual: Add privoxy-regression-test.pl example output
Fabian Keil [Mon, 14 Dec 2020 11:26:40 +0000 (12:26 +0100)]
developer-manual: Add privoxy-regression-test.pl example output

3 years agofix compiler warnings about including winsock2.h before windows.h
Lee [Mon, 14 Dec 2020 14:11:30 +0000 (09:11 -0500)]
fix compiler warnings about including winsock2.h before windows.h

getting plenty too many of these warnings:
i686-w64-mingw32-gcc -c -pipe -O2 -Wshadow -DWINVER=0x501   -mwindows -Wall -Ipcre  actions.c -o actions.o
In file included from /usr/i686-w64-mingw32/sys-root/mingw/include/ws2tcpip.h:17,
                 from project.h:95,
                 from actions.c:46:
/usr/i686-w64-mingw32/sys-root/mingw/include/winsock2.h:15:2: warning: #warning Please include winsock2.h before windows.h [-Wcpp]
   15 | #warning Please include winsock2.h before windows.h
      |  ^~~~~~~
i686-w64-mingw32-gcc -c -pipe -O2 -Wshadow -DWINVER=0x501   -mwindows -Wall -Ipcre  cgi.c -o cgi.o
In file included from /usr/i686-w64-mingw32/sys-root/mingw/include/ws2tcpip.h:17,
                 from project.h:95,
                 from cgi.c:52:
/usr/i686-w64-mingw32/sys-root/mingw/include/winsock2.h:15:2: warning: #warning Please include winsock2.h before windows.h [-Wcpp]
   15 | #warning Please include winsock2.h before windows.h
      |  ^~~~~~~
i686-w64-mingw32-gcc -c -pipe -O2 -Wshadow -DWINVER=0x501   -mwindows -Wall -Ipcre  cgiedit.c -o cgiedit.o
In file included from /usr/i686-w64-mingw32/sys-root/mingw/include/ws2tcpip.h:17,
                 from project.h:95,
                 from cgiedit.c:57:
/usr/i686-w64-mingw32/sys-root/mingw/include/winsock2.h:15:2: warning: #warning Please include winsock2.h before windows.h [-Wcpp]
   15 | #warning Please include winsock2.h before windows.h
      |  ^~~~~~~

3 years agoMerge branch 'master' of ssh://git.privoxy.org:23/git/privoxy
Lee [Mon, 14 Dec 2020 13:19:08 +0000 (08:19 -0500)]
Merge branch 'master' of ssh://git.privoxy.org:23/git/privoxy

3 years agoBring back the select()-based fallback code
Fabian Keil [Mon, 14 Dec 2020 12:48:08 +0000 (13:48 +0100)]
Bring back the select()-based fallback code

As reported by Lee it's stille needed on Windows.

This reverts commit 9126f0c935e4bb64a87be7c3a1855b7768791142.

3 years agoMerge branch 'master' of ssh://git.privoxy.org:23/git/privoxy
Lee [Mon, 14 Dec 2020 12:04:27 +0000 (07:04 -0500)]
Merge branch 'master' of ssh://git.privoxy.org:23/git/privoxy

3 years agoRegenerate docs
Fabian Keil [Mon, 14 Dec 2020 09:05:05 +0000 (10:05 +0100)]
Regenerate docs

3 years agoAdd the new action suppress-tag{}
Maxim Antonov [Tue, 13 Oct 2020 10:28:52 +0000 (17:28 +0700)]
Add the new action suppress-tag{}

Usage:
in user.filters:
--begin--
CLIENT-HEADER-TAGGER: maximum-url-length Tag for URLS longer than 600 characters.

s@(^GET\s+\/.{600,}\s+HTTP\/\d\.\d\s*$)@MAXIMUM-URL-LENGTH@i
--end--

in user.actions:
--begin--
{+client-header-tagger{maximum-url-length}}
/

{+block{Maximum URL length of 600 bytes reached.}}
TAG:^MAXIMUM-URL-LENGTH

{+suppress-tag{MAXIMUM-URL-LENGTH}}
.google.*
 --end--

will block all URLs with length > 600 bytes except for google.

Currently the online action editor supports modification/removal of any
number of existing tags and the creation of a single suppress tag per
one submit. The submit scheme that is used is similar to the existing
filter one but:

1. It uses 'string_filter[_r|_n|_o|_t][hex_index]' keys for existing
string filter values (id/name(value)/old_name(old value)/filter type)
and 'new_string_filter[_r|_n|_t][hex_index]' for new string filter
values. 'String filter values' here are parameters of the suppress-tag
action that are simple strings rather than parameters of, for example,
the client-header-tagger action that must be described in filters file.

2. String filter values are accessed by the value rather by the
index. Indexes must start from 0 and when there is no key with index+1
in parameters - we've done with existing or new string filters
processing.

Possible further improvements:

1. Extend suppress-tag action edit scheme to add-header action
   edit that is not supported now.
2. If needed, multiple suppress-tag addition can be added with
   some browser JS code.

Sponsored by: Robert Klemme

3 years agoRebuild docs for 3.0.29 UNRELEASED
Fabian Keil [Mon, 14 Dec 2020 07:50:13 +0000 (08:50 +0100)]
Rebuild docs for 3.0.29 UNRELEASED

3 years agodeveloper-manual: Mention Privoxy-Regression-Test
Fabian Keil [Sun, 13 Dec 2020 19:02:20 +0000 (20:02 +0100)]
developer-manual: Mention Privoxy-Regression-Test

3 years agodeveloper-manual: Add a section id to reduce link churn
Fabian Keil [Sun, 13 Dec 2020 18:49:06 +0000 (19:49 +0100)]
developer-manual: Add a section id to reduce link churn

3 years agodeveloper-manual: Recommend the dok-tidy target when building docs for the webserver
Fabian Keil [Sun, 13 Dec 2020 18:35:26 +0000 (19:35 +0100)]
developer-manual: Recommend the dok-tidy target when building docs for the webserver

3 years agodeveloper-manual: Add another plug for the privoxy-devel mailing list
Fabian Keil [Sun, 13 Dec 2020 18:30:46 +0000 (19:30 +0100)]
developer-manual: Add another plug for the privoxy-devel mailing list

3 years agodeveloper-manual: Mention that merges into 'master' should be avoided
Fabian Keil [Sun, 13 Dec 2020 18:28:26 +0000 (19:28 +0100)]
developer-manual: Mention that merges into 'master' should be avoided

3 years agodeveloper-manual: Let the intro link the copyright section in the user manual instead...
Fabian Keil [Sun, 13 Dec 2020 18:22:08 +0000 (19:22 +0100)]
developer-manual: Let the intro link the copyright section in the user manual instead of giving an incomplete summary of the license status

3 years agoprivoxy-regression-test: Replace an XXX comment with a better one
Fabian Keil [Sun, 13 Dec 2020 09:09:35 +0000 (10:09 +0100)]
privoxy-regression-test: Replace an XXX comment with a better one

3 years agoBump SMGL entities for 3.0.30 UNRELEASED
Fabian Keil [Sun, 13 Dec 2020 18:43:51 +0000 (19:43 +0100)]
Bump SMGL entities for 3.0.30 UNRELEASED

3 years agoprivoxy-regression-test: Skip the connection-established response in get_status_code()
Fabian Keil [Sun, 13 Dec 2020 08:02:04 +0000 (09:02 +0100)]
privoxy-regression-test: Skip the connection-established response in get_status_code()

... when looking for the status code with a CGI prefix
that starts with https://. We care about the status code
sent by the impersonated web server.

3 years agoprivoxy-regression-test: Use --proxy-header when using a CGI prefix with https://
Fabian Keil [Sun, 13 Dec 2020 07:33:48 +0000 (08:33 +0100)]
privoxy-regression-test: Use --proxy-header when using a CGI prefix with https://

... and a "Host:" header.

3 years agoprivoxy-regression-parser: Allow '|' in tokens and values
Fabian Keil [Mon, 14 Dec 2020 05:59:29 +0000 (06:59 +0100)]
privoxy-regression-parser: Allow '|' in tokens and values

... to allow tag patterns like:
TAG:^(application|text)/(x-)?javascript$

3 years agoExplain why the "Set Header = Host: whatever.example.org" test is expected to fail
Fabian Keil [Sun, 13 Dec 2020 08:14:41 +0000 (09:14 +0100)]
Explain why the "Set Header = Host: whatever.example.org" test is expected to fail

... when using a CGI prefix that starts with "https://".

3 years agoExplain why a connection-sharing test is known to fail
Fabian Keil [Sun, 13 Dec 2020 07:09:19 +0000 (08:09 +0100)]
Explain why a connection-sharing test is known to fail

... when using "https://p.p/" as CGI prefix.

3 years agoprivoxy-regression-test: When get_cgi_page_or_else() fails, include the URL of the...
Fabian Keil [Sun, 13 Dec 2020 06:56:01 +0000 (07:56 +0100)]
privoxy-regression-test: When get_cgi_page_or_else() fails, include the URL of the requested page in the log message

3 years agoprivoxy-regression-test: Add a --privoxy-cgi-prefix option
Fabian Keil [Sun, 13 Dec 2020 06:46:58 +0000 (07:46 +0100)]
privoxy-regression-test: Add a --privoxy-cgi-prefix option

... that specifies the prefix to use when building URLs that are
supposed to reach Privoxy's CGI interface. If it's not set,
http://p.p/ is used, which is supposed to work with the default
Privoxy configuration.

If Privoxy has been built with FEATURE_HTTPS_INSPECTION enabled,
and if https inspection is activated with the +https-inspection
action, this option can be used with "https://p.p/" provided the
system running Privoxy-Regression-Test has been configured to
trust the certificate used by Privoxy.

Note that there are currently two tests in the official
regression-tests.action file that are expected to fail
when using "https://p.p/" as privoxy-cgi-prefix.

3 years agoregression-tests.action: Clarify sentence
Fabian Keil [Sun, 13 Dec 2020 06:53:14 +0000 (07:53 +0100)]
regression-tests.action: Clarify sentence

3 years agoregression-tests.action: Add a link to Privoxy-Regression-Test in case it isn't packaged
Fabian Keil [Sun, 13 Dec 2020 06:52:41 +0000 (07:52 +0100)]
regression-tests.action: Add a link to Privoxy-Regression-Test in case it isn't packaged

3 years agoprivoxy-regression-test: Bump version to 0.7.2
Fabian Keil [Sun, 13 Dec 2020 06:29:26 +0000 (07:29 +0100)]
privoxy-regression-test: Bump version to 0.7.2

3 years agoprivoxy-regression-test: Consistently use '$privoxy_cgi_url'
Fabian Keil [Sun, 13 Dec 2020 06:28:20 +0000 (07:28 +0100)]
privoxy-regression-test: Consistently use '$privoxy_cgi_url'

3 years agoShorten the 'donate' and 'participate' links used by templates
Fabian Keil [Sun, 13 Dec 2020 05:16:29 +0000 (06:16 +0100)]
Shorten the 'donate' and 'participate' links used by templates

... using redirects.

Currently the redirects lead to the FAQ entries but
in the future we may want to relocate the content
and using redirects makes this more convenient.

3 years agoShorten the 'donate' and 'participate' links by using redirects
Fabian Keil [Sun, 13 Dec 2020 05:12:47 +0000 (06:12 +0100)]
Shorten the 'donate' and 'participate' links by using redirects

Currently the redirects lead to the FAQ entries but
in the future we may want to relocate the content
and using redirects makes this more convenient.

3 years agoExplicitly mention Windows 10 as supported
Fabian Keil [Sun, 13 Dec 2020 05:01:22 +0000 (06:01 +0100)]
Explicitly mention Windows 10 as supported

... so search engines and users looking for it can find it.

3 years agoAdd #172: Create a public git repository for Privoxy-Filter-Test
Fabian Keil [Sun, 13 Dec 2020 04:39:50 +0000 (05:39 +0100)]
Add #172: Create a public git repository for Privoxy-Filter-Test

3 years agoAdd #171: Create a "view page using Privoxy" website
Fabian Keil [Sun, 13 Dec 2020 03:27:42 +0000 (04:27 +0100)]
Add #171: Create a "view page using Privoxy" website

3 years agoUnconditionally use CGI_PREFIX where possible
Fabian Keil [Sat, 12 Dec 2020 22:57:12 +0000 (23:57 +0100)]
Unconditionally use CGI_PREFIX where possible

3 years agoMake CGI_PREFIX protocol-relative when building with FEATURE_HTTPS_INSPECTION
Fabian Keil [Sat, 12 Dec 2020 22:49:22 +0000 (23:49 +0100)]
Make CGI_PREFIX protocol-relative when building with FEATURE_HTTPS_INSPECTION

This unbreaks (at least) https://config.privoxy.org/client-tags whose
buttons would previously use a http:// URL resulting in browser warnings.

Add and use new CGI_PREFIX_HTTP define in the one case we actually
need a http:// URL.

3 years agoAdd (optional) parens in an if condition in chat()
Fabian Keil [Sat, 12 Dec 2020 22:18:31 +0000 (23:18 +0100)]
Add (optional) parens in an if condition in chat()

3 years agoAdd #170: Serve the ca-cert-file through the CGI interface
Fabian Keil [Sat, 12 Dec 2020 21:12:21 +0000 (22:12 +0100)]
Add #170: Serve the ca-cert-file through the CGI interface

3 years agoLog an error when a PCRE-HOST-PATTERN is used with FEATURE_PCRE_HOST_PATTERNS disabled
Fabian Keil [Sat, 12 Dec 2020 10:45:32 +0000 (11:45 +0100)]
Log an error when a PCRE-HOST-PATTERN is used with FEATURE_PCRE_HOST_PATTERNS disabled

Don't treat this a fatal error so the regression tests
can be used with and without FEATURE_PCRE_HOST_PATTERNS.

3 years agoAdd regression tests for pcre host patterns
Fabian Keil [Sat, 12 Dec 2020 10:10:53 +0000 (11:10 +0100)]
Add regression tests for pcre host patterns

3 years agoUpdate a link to the libcurl mailinglist archive
Fabian Keil [Fri, 11 Dec 2020 17:47:57 +0000 (18:47 +0100)]
Update a link to the libcurl mailinglist archive

3 years agoAdd #169: Preserve all relevant copyright and license statements in binary packages
Fabian Keil [Fri, 11 Dec 2020 16:30:43 +0000 (17:30 +0100)]
Add #169: Preserve all relevant copyright and license statements in binary packages

3 years agoUpdate the +hide-user-agent example with uagen output
Fabian Keil [Fri, 11 Dec 2020 14:01:50 +0000 (15:01 +0100)]
Update the +hide-user-agent example with uagen output

3 years agoSlightly improve the wording of the ca-key-file documentation
Fabian Keil [Fri, 11 Dec 2020 13:37:40 +0000 (14:37 +0100)]
Slightly improve the wording of the ca-key-file documentation

3 years agocgi_show_request(): Use the https headers if the page is reached through https://
Fabian Keil [Fri, 11 Dec 2020 12:42:02 +0000 (13:42 +0100)]
cgi_show_request(): Use the https headers if the page is reached through https://

Previously Privoxy would use the http headers which
may be empty on a reused connection.

3 years agoLet the crude-parental filter insert a link to Privoxy's webinterface
Fabian Keil [Fri, 11 Dec 2020 11:57:57 +0000 (12:57 +0100)]
Let the crude-parental filter insert a link to Privoxy's webinterface

3 years agoUnblock metrics.sr.ht/
Fabian Keil [Fri, 11 Dec 2020 08:33:13 +0000 (09:33 +0100)]
Unblock metrics.sr.ht/

3 years agoDisplay the model photos in a single row and remove placeholder images
Fabian Keil [Fri, 11 Dec 2020 07:55:15 +0000 (08:55 +0100)]
Display the model photos in a single row and remove placeholder images

3 years agoAdd an alt text for the Privoxy logo shown on the homepage
Fabian Keil [Fri, 11 Dec 2020 07:06:18 +0000 (08:06 +0100)]
Add an alt text for the Privoxy logo shown on the homepage

3 years agoRemove --with-fdsetsize as select() is no longer supported
Fabian Keil [Thu, 10 Dec 2020 16:04:41 +0000 (17:04 +0100)]
Remove --with-fdsetsize as select() is no longer supported

3 years agoMake poll() non-optional and remove select()-based fallback code
Fabian Keil [Thu, 10 Dec 2020 13:12:16 +0000 (14:12 +0100)]
Make poll() non-optional and remove select()-based fallback code

3 years agoBump copyright
Fabian Keil [Sat, 5 Dec 2020 22:37:41 +0000 (23:37 +0100)]
Bump copyright

3 years agoRemove the packages feed from the source tarball
Fabian Keil [Sat, 5 Dec 2020 21:49:41 +0000 (22:49 +0100)]
Remove the packages feed from the source tarball

It's usually out of date when the source tarball is generated
for the release.

3 years agoMerge branch 'master' of ssh://git.privoxy.org:23/git/privoxy
Lee [Fri, 11 Dec 2020 15:20:11 +0000 (10:20 -0500)]
Merge branch 'master' of ssh://git.privoxy.org:23/git/privoxy

3 years agoRegenerate homepage with the new logo
Fabian Keil [Fri, 11 Dec 2020 06:13:03 +0000 (07:13 +0100)]
Regenerate homepage with the new logo

3 years agoLet the dok-webserver target inject the new logo into the homepage
Fabian Keil [Fri, 11 Dec 2020 06:11:50 +0000 (07:11 +0100)]
Let the dok-webserver target inject the new logo into the homepage

3 years agoImport a Privoxy logo for the website
Fabian Keil [Fri, 11 Dec 2020 05:40:20 +0000 (06:40 +0100)]
Import a Privoxy logo for the website

License: CC0

3 years agoAdd 168: Add a privacy policy
Fabian Keil [Fri, 11 Dec 2020 03:06:18 +0000 (04:06 +0100)]
Add 168: Add a privacy policy