-
Privoxy v3.0.15 installed with Win 7 X64. After uninstalling the browsers (Chrome.02.037.0) will not connect to the internet? Avast firewall installed.
How best to resolve please?.
2009-11-11 00:16:50 UTC by https://www.google.com/accounts
-
I have added winsetup2.zip which replaces winsetup.zip.
This patch solves also: http://sourceforge.net/tracker/?func=detail&aid=2888566&group_id=11118&atid=111118
Also the section "Start Privoxy now" has been merged into the installation completed prompt.
2009-11-10 21:13:57 UTC by daemonui
-
You could still divide your replacement text across multiple filter lines and only let the last filter line remove the matched text.
2009-11-10 16:49:35 UTC by fabiankeil
-
Thanks for reporting the problem, but without more information there's nothing we can do about it.
A logfile that shows the problem would be a start.
2009-11-10 16:25:53 UTC by fabiankeil
-
fabiankeil committed patchset 4466 of module current to the Privoxy CVS repository, changing 2 files.
2009-11-10 16:20:18 UTC by fabiankeil
-
fabiankeil committed patchset 4465 of module current to the Privoxy CVS repository, changing 1 files.
2009-11-10 16:19:38 UTC by fabiankeil
-
When "keep-alive-timeout 300" is enabled, some sites, including D-Link router web software, Yahoo Mail and Google Mail, can pause for exactly 20 seconds before resuming normally. Disabling the "keep-alive-timeout" allows for normal operations.
Bug experienced on version 3.0.15 beta on a clean and untouched install on Windows XP Service Pack 3.
2009-11-10 05:58:41 UTC by nobody
-
the service doesn't start with hidden log-window
--service should imply start minimized
(at least, it should automatically minimize)
Is suggest to modify w32log.c(252): BOOL InitLogWindow(void):
replace g_hwndLogFrame = CreateLogWindow(g_hInstance, g_nCmdShow);
by g_hwndLogFrame = CreateLogWindow(g_hInstance, bRunAsService ? SW_HIDE : g_nCmdShow);
or add this to WinMain right...
2009-11-10 01:57:31 UTC by daemonui
-
this patch includes.
- eliminates double processing of trust.txt to old_trust.txt
- user.action user.filter are not overwritten anymore
- Altered message on finish if updated
- exec after finish-dialog (get the user a chance to update the config)
- when closing a running Privoxy, wait until it is really gone (max. 20*200 msec)
- adding install / uninstall icon files in winsetup!! (note:
2009-11-09 23:18:19 UTC by daemonui
-
No, I'm just saying user.config and user.filter are overwritten
Thanks, I followed the instructions somewhere getting only the "current" part.
2009-11-09 22:26:00 UTC by daemonui