Move the bucket manipulation into the KBucket class.
[quix0rs-apt-p2p.git] / apt_p2p_Khashmir / khashmir.py
2008-05-08 Cameron DaleMove the bucket manipulation into the KBucket class.
2008-05-03 Cameron DaleLower the timeout to 9 sec to reduce delays.
2008-05-01 Cameron DaleFix the broken local IP regexes.
2008-04-29 Cameron DaleOnly add nodes to the routing table that have responded...
2008-04-28 Cameron DaleDon't add local IP addresses to the routing table ...
2008-04-26 Cameron DaleClean up the copyrights mentioned in the code.
2008-04-23 Cameron DaleDisconnect the insertNode calls from the callers so...
2008-04-21 Cameron DaleRemove some unnecessary calls to log.err and just print...
2008-04-21 Cameron DaleMake the DHT timeouts configuration parameters.
2008-04-18 Cameron DaleDHT stats now include completed actions and various...
2008-04-16 Cameron DaleClean up the DHT config, making K and HASH_LENGTH const...
2008-04-14 Cameron DaleMore strict use of errbacks when using deferreds.
2008-03-27 Cameron DaleAllow the actions to call the local node's remote inter...
2008-03-27 Cameron DaleKRPC calls callback with the response dictionary by...
2008-03-27 Cameron DaleReorganize the DHT's remote interface parameters.
2008-03-27 Cameron DaleUse copies of the routing table nodes in actions.
2008-03-21 Cameron DaleImport the log module, DOH.
2008-03-20 Cameron DaleRemove the duplicate error logging from the knode module.
2008-03-20 Cameron DaleFix some bugs in the pinging and ID checking.
2008-03-17 Cameron DaleMove the HTML stats page generation for the DHT into...
2008-03-17 Cameron DaleAdded the number of times each action was started to...
2008-03-14 Cameron DaleDisplay DHT statistics to the HTTP user.
2008-03-12 Cameron DaleStart using the new DHT stats module (untested).
2008-03-06 Cameron DaleRename all apt-dht files to apt-p2p.