Make it also work from the command-line.
[quix0rs-apt-p2p.git] / knode.py
2007-12-09 Cameron DaleClean up all the imports.
2007-12-09 Cameron DaleFix some errors found by PyLint.
2004-07-08 burrisbroke up khashmir class into base, read, and write...
2004-06-15 burrisnow if you provide a list to storeValueForKey it will...
2004-06-14 burrisonly send the ID along in khashmir messages, don't...
2004-06-14 burrismajor cleanup, updated for twisted
2003-02-22 burrisadded license information
2003-01-30 burriscallbacks now return a dict now that has the _krpc_send...
2003-01-22 burrischeck responses and fail if they don't come from the...
2003-01-16 burrisripped out xmlrpc, experimented with xmlrpc but with...
2002-12-10 burrisreformatting plus changed some method names, added...
2002-10-14 burrischanged from bsddb3 to pysqlite
2002-10-01 burrisautomatically check responses to make sure it's from...
2002-09-14 burrisunresponsive peers are now purged from the routing...
2002-09-13 burrisfix bug in find_node not encoding target properly
2002-09-13 burriskeys and values passed as binary instead of encoded...
2002-09-13 burrisupdated for base64 encoding of hashes and values
2002-09-02 burrisfinding values is now fixed
2002-09-02 burristhis is the new khashmir, now based on Twisted and...