X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=doc%2Fsource%2Fnewfeatures.sgml;h=30493cf9d01aa96a6b72f77026b1ae6b16bf9d74;hb=11cdfd5e1cba3964723b2d4cab96af535c2aa145;hp=d9aa60fac244ef054d89f540169ed3633bfe005d;hpb=97cbd2412f8cd20c1cd23e8c60a9fdf04bfa3f09;p=privoxy.git diff --git a/doc/source/newfeatures.sgml b/doc/source/newfeatures.sgml index d9aa60fa..30493cf9 100644 --- a/doc/source/newfeatures.sgml +++ b/doc/source/newfeatures.sgml @@ -1,121 +1,144 @@ + - Modularized configuration that will allow for system wide settings, and - individual user settings. (not implemented yet, probably a 3.1 feature) + Supports "Connection: keep-alive". Outgoing connections can + be kept alive independently from the client. - ---> + + + + + Supports IPv6, provided the operating system does so too, + and the configure script detects it. + + + - Blocking of annoying pop-up browser windows. + Supports tagging which allows to change the behaviour + based on client and server headers. - + - HTTP/1.1 compliant (most, but not all 1.1 features are supported). + Can be run as an "intercepting" proxy, which obviates the need to + configure browsers individually. - + + + + + Sophisticated actions and filters for manipulating both server and client + headers. + + - Support for Perl Compatible Regular Expressions in the configuration files, and - generally a more sophisticated and flexible configuration syntax over - previous versions. + Can be chained with other proxies. - + - GIF de-animation. + Integrated browser-based configuration and control utility at http://config.privoxy.org/ + (shortcut: http://p.p/). Browser-based + tracing of rule and filter effects. Remote toggling. - - + + - Web page content filtering (removes banners based on size, - invisible web-bugs, JavaScript, pop-ups, status bar abuse, - etc.) + Web page filtering (text replacements, removes banners based on size, + invisible web-bugs and HTML annoyances, etc.) - - + + - Bypass many click-tracking scripts (avoids script redirection). - + Modularized configuration that allows for standard settings and + user settings to reside in separate files, so that installing updated + actions files won't overwrite individual user settings. - - + + - Multi-threaded (POSIX and native threads). + Support for Perl Compatible Regular Expressions in the configuration files, and + a more sophisticated and flexible configuration syntax. - + - Auto-detection and re-reading of config file changes. + GIF de-animation. - + - User-customizable HTML templates (e.g. 404 error page). + Bypass many click-tracking scripts (avoids script redirection). - + - Improved cookie management features (e.g. session based cookies). + User-customizable HTML templates for most proxy-generated pages (e.g. "blocked" page). - + - Improved signal handling, and a true daemon mode (Unix). + Auto-detection and re-reading of config file changes. - + - Builds from source on most UNIX-like systems. Packages available for: Linux - (RedHat, SuSE, or Debian), Windows, Sun Solaris, Mac OSX, OS/2, HP-UX 11 and AmigaOS. - + Most features are controllable on a per-site or per-location basis. - + - In addition, the configuration is much more powerful and versatile over-all. + Many smaller new features added, limitations and bugs removed. - + - -