descriptionA distributed propagation framework written in Python
ownerIan Jacobi <jacobi@csail.mit.edu>
last changeSat, 24 Apr 2010 15:21:10 -0400
changes
2010-04-24 Ian Jacobi Fixed up scripts with ANSI color for demo. default tip
2010-04-02 Ian Jacobi Horribly verbose proof that provenance works!
2010-04-01 Ian Jacobi Fixed handling of hashes (apparently some Python interpreters return a 64-bit hash. Apparently trimming to the lower 32 bits gives the normal hash???)
2010-04-01 Ian Jacobi Fixed up new demos for temperature handling.
2010-03-18 Ian Jacobi Minimal fixes to get basic propagation examples working again.
2010-03-18 Ian Jacobi Rollback forgery key implementation. It wasn't quite thought out (listening to a cell for long enough will just give you the forgery key, so you can still forge messages).
2010-03-18 Ian Jacobi Lots of security enhancements, including: forgery keys held by the cell to prevent against adversaries injecting updates via DBus, return of SSL support(?), offloading certificate handling so that the daemon doesn't hold the secret keys. Untested, and examples are broken, and it's still subject to problems if someone gets in to steal the forgery keys for this session.
2010-03-01 Ian Jacobi Added tag v0.2 for changeset 7561b6018219
2010-03-01 Ian Jacobi Added tag v0.1.1 for changeset eee704b86fde v0.2
2010-03-01 Ian Jacobi Now use threading to stop deadlocks caused by making an HTTP request while the remote peer is making one to the local peer.
...
tags
2010-03-01 v0.2
2010-01-12 v0.1.1
2009-08-05 v0.1
...
branches
2010-04-24 5d4ac134f84e default
...