Saturday, August 1, 2009
Daily update for July 31st
Thursday, July 30, 2009
Daily update for July 30th
Tuesday, July 28, 2009
Weekly update for July 28th
The last few days have been somewhat slow; I've come down with a cold that has wrecked my brain. Common is now roughly done, but I'd like some better coverage on the socket and SSL wrappers, and I realized that the packet receiver does not properly create the subclasses of describable packets. I've got a fix mostly coded, and I think I'll have this written and tested tomorrow.
I've also started looking at the Client module for testing. I would like to actually have it talking to one of the existing TP servers for the tests, but I'm not sure I want that large a dependency for the tests.
Monday, July 27, 2009
Daily Update for July 26th
Today was mostly code clean up of removing dead code and simplifying some functions. As a result the ConnectionCommon.__recvPacketGenerator method now knows the size of a packet and doesn't have to keep feeding bytes to the Header class until it works.
Tomorrow I'll try to solve my problems with the __process__ method not knowing what arguments to pass to __init__, as well as figuring out a good way to test the socket wrapping classes.