61 lines
2.8 KiB
Text
61 lines
2.8 KiB
Text
2004-08-27 David Soulayrol <dsoulayrol@free.fr>
|
|
* Client class now holds a name and an address.
|
|
* Now using email package from standard library.
|
|
* Changed XML DTD so that Configuration object doesn't have to
|
|
keep a parsing context anymore. Validation is up to the parser,
|
|
if a validating parser is available.
|
|
* Released 0.2
|
|
|
|
2004-08-20 David Soulayrol <dsoulayrol@free.fr>
|
|
* Implemented webtunnel-contact to authorize anyone to mail admins.
|
|
* Implemented cleanup method into WebtunnelRequest objects.
|
|
* Merged RequestHolder class code into Processor class.
|
|
* Long lines can now be splitted with \ character at each end of line.
|
|
* WebtunnelError now sends back the unknown request in its content.
|
|
* Factorized Wget code into __startWget.
|
|
* Updated docstrings. Help text is now this module docstring.
|
|
|
|
2004-08-13 David Soulayrol <dsoulayrol@free.fr>
|
|
* Implemented webtunnel-announce request.
|
|
* Implemented webtunnel-code request.
|
|
* Modified search order to specify the number of answers.
|
|
* Added the LSEARCH order to specify more parameters,
|
|
currently the number of answers.
|
|
* Moved the authentication system into WebtunnelRequest objects.
|
|
|
|
2004-08-05 David Soulayrol <dsoulayrol@free.fr>
|
|
* Commented out wget traces in body to fool Interscan filter.
|
|
* Added quotes around the URL in wget command (just in case).
|
|
* Added options for cookie management in wget command line.
|
|
|
|
2004-05-10 David Soulayrol <dsoulayrol@free.fr>
|
|
* Now keep and send back wget traces in response body (with popen).
|
|
* Updated docstrings and help text.
|
|
* Now using introspection (with eval()) to manage requests.
|
|
See RequestHolder.execute().
|
|
|
|
2004-05-05 Karine Lamie
|
|
* Added the SEARCH order which launches a search request to google
|
|
in a simple form (takes only words in parameter and no symbol like
|
|
+, -, ...). In a second time, this command could take in parameter
|
|
the name of search engine (google.fr, google.com, altavista, yahoo...).
|
|
|
|
2004-05-04 David Soulayrol <dsoulayrol@free.fr>
|
|
* Added --useragent option to wget to fool the Google redirection.
|
|
|
|
2004-04-30 David Soulayrol <dsoulayrol@free.fr>
|
|
* Moved tunnel mail address and SMTP server into configuration file.
|
|
* Slighly modified the request system to understand
|
|
more than one command via the subject.
|
|
* Added the webtunnel-help command and its answer.
|
|
|
|
2004-04-22 David Soulayrol <dsoulayrol@free.fr>
|
|
* Use pyGround mail wrapper.
|
|
* Use pyGround XML parsing to externalize authorized users.
|
|
* The returned Zip file doesn't contains the temporary folder anymore.
|
|
* Cosmetic modification on the returned body.
|
|
* Fixed bug when two blanks follow the command GET.
|
|
|
|
2004-03-21 David Soulayrol <dsoulayrol@free.fr>
|
|
* Release 0.1.
|
|
|