summaryrefslogtreecommitdiffhomepage
path: root/protocol.txt
Commit message (Collapse)AuthorAge
* reorganized message typesJoey Hess2017-04-19
| | | | | | | | | Make Control messages be out-of-band async messages, without a pointer to a previous message. And then followed the type change through the code for hours.. This commit was sponsored by Nick Daly on Patreon.
* updateJoey Hess2017-04-19
|
* updateJoey Hess2017-04-18
|
* initial CryptoJoey Hess2017-04-18
| | | | | Will use Ed25519 because it's from DJB and well regarded and in common use now.
* updatesJoey Hess2017-04-18
|
* moreJoey Hess2017-04-17
|
* add Rejected and tag hashes by typeJoey Hess2017-04-17
Need a way for the user to indicate when an Activity Entered is Rejected. Changed hashing to include type tags, so Acticity Entered and Activity Seen can never hash to the same hash. Got debug-me.hs to compile after these changes, but currently it's buggy after Activity Entered is Rejected. Started protocol.txt documentation. This commit was sponsored by Francois Marier on Patreon.