Various documentation fixes and additions.
[quix0rs-apt-p2p.git] / apt_dht_Khashmir / node.py
2008-03-05 Cameron DaleVarious documentation fixes and additions.
2008-03-05 Cameron DaleDocument the DHT's node module.
2008-02-23 Cameron DaleBreak up the find_value into 2 parts (with get_value).
2008-02-21 Cameron DaleReturn a token in find_node responses, use it in store_...
2008-02-21 Cameron DaleRemove some extra logging that shouldn't have been...
2008-02-21 Cameron DaleUse compact encoding of node contact info in the DHT.
2008-01-10 Cameron DaleUse function for sending krpc responses, and add spew...
2008-01-09 Cameron DaleImprove the creation of nodes and move all to the main...
2008-01-08 Cameron DaleSwitch from the time module to the datetime module.
2007-12-21 Cameron DaleChange all unittests to use twisted's trial.
2007-12-21 Cameron DaleModify khashmir's config system to not use the const...
2007-12-16 Cameron DaleMoved the files to appropriate package directories.