X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=filters.c;h=f61f4fc1a7bde3bb10b819bf32ce99c5e28b29e2;hb=1381e110e8518401178f393ac0e1e281040ad3d5;hp=d1262186ad9c9d524ffc1167473720bf1e632fba;hpb=87a69fc505def6be1c8a4d24ae225c3623b5e861;p=privoxy.git diff --git a/filters.c b/filters.c index d1262186..f61f4fc1 100644 --- a/filters.c +++ b/filters.c @@ -1,4 +1,4 @@ -const char filters_rcs[] = "$Id: filters.c,v 1.1.1.1 2001/05/15 13:58:52 oes Exp $"; +const char filters_rcs[] = "$Id: filters.c,v 1.2 2001/05/20 01:21:20 jongfoster Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/filters.c,v $ @@ -38,6 +38,19 @@ const char filters_rcs[] = "$Id: filters.c,v 1.1.1.1 2001/05/15 13:58:52 oes Exp * * Revisions : * $Log: filters.c,v $ + * Revision 1.2 2001/05/20 01:21:20 jongfoster + * Version 2.9.4 checkin. + * - Merged popupfile and cookiefile, and added control over PCRS + * filtering, in new "permissionsfile". + * - Implemented LOG_LEVEL_FATAL, so that if there is a configuration + * file error you now get a message box (in the Win32 GUI) rather + * than the program exiting with no explanation. + * - Made killpopup use the PCRS MIME-type checking and HTTP-header + * skipping. + * - Removed tabs from "config" + * - Moved duplicated url parsing code in "loaders.c" to a new funcition. + * - Bumped up version number. + * * Revision 1.1.1.1 2001/05/15 13:58:52 oes * Initial import of version 2.9.3 source tree * @@ -1186,17 +1199,9 @@ char *show_proxy_args(struct http_request *http, struct client_state *csp) "

Back to proxy status

\n" "
\n" "

\n" - "Code and documentation of the " BANNER " Proxy" - "TM\n" - "\n" "Copyright© 1997 Junkbusters Corporation\n" - "TM
\n" - "Copying and distribution permitted under the" - "\n" - "GNU " - "General Public License.\n" - "
" - "

webmaster@junkbusters.com
" - "
" + "The " BANNER " Proxy - \n" + "" HOME_PAGE_URL "\n" + "" "\n"); return(s); }