From 19fe0e08586e9e4063d507ff45b25315f5cf5bc7 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 5 May 2012 10:52:29 +0200 Subject: More fixes for new protocol. --- TODO | 1 + 1 file changed, 1 insertion(+) create mode 100644 TODO (limited to 'TODO') diff --git a/TODO b/TODO new file mode 100644 index 0000000..200a30e --- /dev/null +++ b/TODO @@ -0,0 +1 @@ +Server segfaults on 'remove 0' -- cgit v1.2.3 From 33bfd025958e4485f4647d22fb9aec5d7d94db81 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 10 May 2012 08:55:01 +0200 Subject: Ignore remove/move/update commands on protected taskids (root, Finished, etc...) --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 200a30e..8b13789 100644 --- a/TODO +++ b/TODO @@ -1 +1 @@ -Server segfaults on 'remove 0' + -- cgit v1.2.3 From c2def65a701a973cde305d8c221d01beeb33eb84 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 17 May 2012 10:05:43 +0200 Subject: A couple of TODOs --- TODO | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index 8b13789..26fa257 100644 --- a/TODO +++ b/TODO @@ -1 +1,6 @@ +Add depth to observe and make default client connection "observe 0 2", + ie. observe root node with Projects visible. +Make move commands transform into a delete and create event. +Collapse delete and create events to move event before transmission if + both exist for the same client. \ No newline at end of file -- cgit v1.2.3