Remove the originated time from the DHT value storage.
[quix0rs-apt-p2p.git] / apt_dht_Khashmir / khashmir.py
2008-02-21 Cameron DaleRemove the originated time from the DHT value storage.
2008-01-14 Cameron DaleUse FilePath everywhere and create new CacheManager...
2008-01-13 Cameron Dalekhashmir's store value takes the origination date.
2008-01-12 Cameron DaleUse the new DB in the main code.
2008-01-11 Cameron DaleAdded complicated testing to find our IP address.
2008-01-11 Cameron DaleNew DHT method 'join' like 'ping' but returns our IP...
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 DaleAvoid repetition, use a function for updating nodes...
2008-01-08 Cameron DaleSwitch from the time module to the datetime module.
2008-01-08 Cameron DaleMove all the khashmir database operations to a separate...
2008-01-03 Cameron DaleMade the get and storeValue DHT functions work.
2008-01-02 Cameron DaleAdded a shutdown method to the khasmir DHT.
2007-12-24 CameronAdd timeouts to some unittests.
2007-12-21 Cameron DaleDisable the deprecation warning for the khashmir tests.
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.