Archive for 15. October 2006

“Dynamic” visitor implemented using Qt’s metaobject system
Atul got me totally hooked with his idea to use the visitor design pattern with Packets ;-). By using a visitor, we will get rid of the error prone switch (more...)
Compatibility with Qt4.2
Just compiled Calitko v0.5.5 with Qt 4.2. All was fine except with overloaded operators >> and <<. Previous versions of Qt didn’t have overloads for QDataStream with QHostAddress. Now we (more...)
Experimenting with GNU indent
Hello everybody, I finally spent some hours today to go through all configuration options of GNU indent and experiment on our Gnutella Packet.h and Packet.cpp. The closest I could ever get (more...)
First BitTorrent Steps
Today I was working on BitTorrent packets. There is a class BitTorrent::Packets::Packet which is derived from Generics::Packet and implements some tasks common to all BitTorrent packets. It takes care of (more...)