summaryrefslogtreecommitdiffhomepage
path: root/Graphviz.hs
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.
* refactor out LogJoey Hess2017-04-18
|
* improve typesJoey Hess2017-04-18
| | | | Including adding a timestamp to logs
* smart quotingJoey Hess2017-04-18
|
* add --show-hashesJoey Hess2017-04-18
|
* work around https://github.com/ivan-m/graphviz/issues/16Joey Hess2017-04-18
|
* add short hash to edgesJoey Hess2017-04-18
|
* improve display of RejectedJoey Hess2017-04-17
|
* improve displayJoey 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.
* add --graphviz modeJoey Hess2017-04-14
This commit was sponsored by Shane-o on Patreon.