ripped out xmlrpc, experimented with xmlrpc but with bencode, finally
[quix0rs-apt-p2p.git] / actions.py
2003-01-16 burrisripped out xmlrpc, experimented with xmlrpc but with...
2002-12-01 burristab/space fix
2002-12-01 burrisfixed borked tab/space problems, damn ProjectBuilder...
2002-11-28 burrisuse autocommit
2002-10-14 burriscanonicalize time for accurate sorting
2002-10-14 burrisremoved bsddb3 depenendcy
2002-10-14 burrischanged from bsddb3 to pysqlite
2002-09-24 burrisupdate key expirer to use bencode - store access should...
2002-09-23 burrisremoved client side connection host determination
2002-09-23 burrisminor fixes
2002-09-22 burrisfix bug where less than K nodes were being utilized...
2002-09-21 burrismuch better handling of ip addresses and potentially...
2002-09-14 burrisunresponsive peers are now purged from the routing...
2002-09-14 burrisdon't return duplicates if we have a key in our store
2002-09-14 burrisfixed nonresponsive node handler
2002-09-13 burriskeys persist for 24 hours +- 1 hour
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-07 burrisnow with auto-expiring of stored keys/values
2002-09-03 burriscall back from GetValues each time we get some new...
2002-09-02 burrisfinding values is now fixed
2002-09-02 burrismoved actions into their own file