---
* Fix typo in server class which broke handling of accounting packets.
* Create seperate AuthPacket and AcctPacket classes; this resulted in
a fair number of API changes.
* Packets now know how to create and verify replies.
* Client now directs authentication and accounting packets to the
correct port on the server.
* Add twisted support via the new curved module.
* Fix incorrect exception handling in client code.
* Update example server to handle accounting packets.
* Add example for sending account packets.