• exec/dupefind.js

    From Rob Swindell@VERT to Git commit to main/sbbs/master on Sat Apr 24 19:38:01 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/5cf7ab489f38a12c77dad681
    Modified Files:
    exec/dupefind.js
    Log Message:
    Support find/remove of duplicates based on archive contents

    Duplicate archives (e.g. ZIP files) often have the different digest/hash/CRC values because they have a different ZIP comment or the files were archived
    in a different order or used different compression schemes. You can now detect (and delete) these duplicates.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sat Jan 1 20:59:15 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/52faf14f81ef6497fb074f0c
    Modified Files:
    exec/dupefind.js
    Log Message:
    Save JS heap memory by using a hash of the achive contents for map key

    Rather than the content listing itself (which can be a very long string).

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net