|
|
|
|
|
by e12e
3438 days ago
|
|
Technically if a client has a full index version X (in plaintext), it could modify X to get X+1, compute a binary diff between X and (X+1) - encrypt and upload the diff. Another client on index version X could download the diff, and get index (X+1). Some desktop client should probably do compaction from time to time. |
|