summaryrefslogtreecommitdiffhomepage
path: root/protocol.txt
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-04-18 11:51:00 -0400
committerJoey Hess <joeyh@joeyh.name>2017-04-18 11:51:00 -0400
commit38499afa7dfce58eacb8adbd6db6826e8e721b85 (patch)
treec5786925b231bd8379baefcb5be992bc5ba83ed9 /protocol.txt
parentdc7e4be27070421022d7d37a9b8d13f73c7667c7 (diff)
downloaddebug-me-38499afa7dfce58eacb8adbd6db6826e8e721b85.tar.gz
updates
Diffstat (limited to 'protocol.txt')
-rw-r--r--protocol.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/protocol.txt b/protocol.txt
index 7699e2a..06c9454 100644
--- a/protocol.txt
+++ b/protocol.txt
@@ -48,4 +48,10 @@ allowed.
The developer also checks the prevActivity of messages it receives
from the user, to make sure that it's receiving a valid chain of messages.
+The developer accepts a new Activity Seen when either:
+1. The Activity Seen has a prevActivity that points to the last
+ Activity Seen that the developer accepted.
+2. The Activity Seen has as its prevActivity an Activity Entered
+ that the developer generated, after the last Activity Seen
+ that the developer accepted.