meme issues

This commit is contained in:
DadaMonad
2015-01-19 13:45:53 +00:00
parent 592a0969d3
commit 7c81dceb23
7 changed files with 15 additions and 10 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
View File
@@ -99,6 +99,7 @@ class HistoryBuffer
isExpectedOperation: (o)-> isExpectedOperation: (o)->
@operation_counter[o.uid.creator] ?= 0 @operation_counter[o.uid.creator] ?= 0
o.uid.op_number <= @operation_counter[o.uid.creator] o.uid.op_number <= @operation_counter[o.uid.creator]
true #TODO: !! this could break stuff. But I dunno why
# #
# Encode this operation in such a way that it can be parsed by remote peers. # Encode this operation in such a way that it can be parsed by remote peers.
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long