X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=killpopup.c;h=95dfabb62435df8049afa800a468a8aec4315492;hb=521b6e262531f937cb5ca445b46b46669e63d736;hp=53a193edc95dfcf708b76480730fbc9cad96f2e2;hpb=87a69fc505def6be1c8a4d24ae225c3623b5e861;p=privoxy.git diff --git a/killpopup.c b/killpopup.c index 53a193ed..95dfabb6 100644 --- a/killpopup.c +++ b/killpopup.c @@ -1,4 +1,4 @@ -const char killpopup_rcs[] = "$Id: killpopup.c,v 1.1.1.1 2001/05/15 13:58:58 oes Exp $"; +const char killpopup_rcs[] = "$Id: killpopup.c,v 1.3 2001/05/22 18:56:28 oes Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/killpopup.c,v $ @@ -32,6 +32,22 @@ const char killpopup_rcs[] = "$Id: killpopup.c,v 1.1.1.1 2001/05/15 13:58:58 oes * * Revisions : * $Log: killpopup.c,v $ + * Revision 1.3 2001/05/22 18:56:28 oes + * CRLF -> LF + * + * 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:58 oes * Initial import of version 2.9.3 source tree * @@ -72,8 +88,9 @@ const char killpopup_h_rcs[] = KILLPOPUP_H_VERSION; * Function : filter_popups * * Description : Filter the block of data that's been read from the server. - * Caller is responsible for checking permissons list + * Caller is responsible for checking permissons list * to determine if this function should be called. + * FIXME: Should use the replacements proposed by Guy * * Parameters : * 1 : buff = Buffer to scan and modify. Null terminated. @@ -143,7 +160,7 @@ void filter_popups(char *buff, int size) close=strchr(popup,'>'); if (close) { - /* we are now between */ + /* we are now between FIXME: No, we're anywhere! --oes*/ p=strstr(popup, "onUnload"); if (p) {