Dear scsoce,
Welcome to Calitko Project!
It would be great if you take a look at the new code that gets published in Source Talk. The latest topic for example is the cppunit extension I just published yesterday.
You can also do some code inspections of older code, for example in the Gnutella package (Bootstrapping, PacketProcessing, NodeCaching). Bug fixes or ideas for refactoring are welcome. Extending incomplete documentation of inspected code would also be quite nice. You might as well write some unit tests that test old code and also try to reveal bugs. After getting to know the source code better you might want to extend the existing functionality.
There is also a nasty bug that crashes Calitko somewhere in the Qt signal/slot dispatching mechanism. I guess some object gets deleted from within a slot connected to its signal, or maybe the object gets deleted when there are still queued signal for the same object. You might want to look into that as well.
Choose whatever seems more fun for you and let us know if you have problems or progress.
Best regards,
Peter
scsoce wrote:hi,all guys. this is scsoce, a new man from sourceforge. i like the idea of the project. what is need is to inspect the codes ? can anyone give some guidelines for doing such work, so i can go on from now.
