summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-07-30 00:56:33 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-07-30 00:56:33 (GMT)
commita22b3a083c0b92de6b5d9b154773a26aeb99db0c (patch)
treeb4ef1a6ba9667adee68dc75a00efa594249c971e /ChangeLog
parentf38e5a051b4d57e1cb9c1e503d2a8895e8532172 (diff)
Removed collection items by deactivating them using the activity timestamps.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@560 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c92a45e..0eda0bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+15-07-30 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/binary.c:
+ * src/analysis/binary.h:
+ * src/analysis/db/collection.c:
+ * src/analysis/db/collection.h:
+ Remove collection items by deactivating them using the activity timestamps.
+
+ * src/analysis/db/item.c:
+ * src/analysis/db/item-int.h:
+ Always send and receive timestamps on the network, so do not remember
+ the side of the collected item (server or not) anymore.
+
15-07-29 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/db/collection.c: