diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-07-30 00:56:33 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-07-30 00:56:33 (GMT) |
commit | a22b3a083c0b92de6b5d9b154773a26aeb99db0c (patch) | |
tree | b4ef1a6ba9667adee68dc75a00efa594249c971e /ChangeLog | |
parent | f38e5a051b4d57e1cb9c1e503d2a8895e8532172 (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-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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: |