Update the items which still need to be worked on.

This commit is contained in:
Robert James Kaes 2001-08-27 01:05:32 +00:00
parent 7889aa4951
commit 7be408859d

View File

@ -15,10 +15,11 @@ against the current tree and I'll integrate it if possible.
much of a problem. Just need to modify the process_method() code much of a problem. Just need to modify the process_method() code
to look up the URL and rewrite it. If we want to go really fancy to look up the URL and rewrite it. If we want to go really fancy
with RegEx mapping this could get ugly. :) with RegEx mapping this could get ugly. :)
- Ed Avis suggests having tinyproxy have the ability to send the data - Have the ability to send the data from the connections through an
from the connections through an external filtering program. I kind of external filtering program. I kind of like this idea, but I don't
like this idea, but I don't really have a good way of doing it yet. really have a good way of doing it yet.
Suggested: Ed Avis
- Handle Secure Socket Layer (SSL) connections (usually port 443). - Handle Secure Socket Layer (SSL) connections (usually port 443).
- Allow selective logging. For example a person may only want to log
error messages.
- Include the ability to rewrite both incoming and outgoing headers. - Include the ability to rewrite both incoming and outgoing headers.
- Log requests for tunnelled connections
- Allow HTTP header filtering through tunnelled connections