===================
- SFTP server implementation for the SSH server.
- Improved wxPython support.
- IMAPv4 enhancements and bug fixes.
- Allow disabling display of tracebacks in error web pages.
- ident protocol implementation (client and server).
- Support mapping arbitrary child FDs when running processes on POSIX.
- Initial SOAP client support (using SOAPpy).
- Partial download support for FTP client.
- Web framework now supports different handlers for different methods
(e.g. GET or POST).
- Coverage support in the trial testing framework.
- Bug fixes and documentation and feature enhancements.
- Security fixes for twisted.web.
- Cred, Twisted's unified authentication and authorization framework,
was rewritten. While still not stable, the new system is far superior
and developers are encouraged to start using it.
- Flow, an utility page for integrating asynchronous control flow with
generators and iterators.
- Many improvements to the UDP subsystem.
- Many Windows-specific networking bug fixes.
- Cleanups in Woven - outputted HTML no longer includes attributes used
by templating, removed fake-acquisition for templates.
- Support switching over to TLS from TCP connections (useful for e.g.
STARTTLS in SMTP.)
- Improvements to the mail protocols and infrastructure.
- Fixed 2.2.0 compatibility.
- Index support for Lore.
- Bug fixes, documentation updates and small feature improvements.
Twisted is a framework, written in Python, for writing networked applications.
It includes implementations of a number of commonly used network services such
as a web server, an IRC chat server, a mail server, a relational database
interface and an object broker. Developers can build applications using all of
these services as well as custom services that they write themselves. Twisted
also includes a user authentication system that controls access to services
and provides services with user context information to implement their own
security models.