• exec/binkit.js

    From Rob Swindell@VERT to Git commit to main/sbbs/master on Fri Dec 18 18:50:57 2020
    https://gitlab.synchro.net/main/sbbs/-/commit/6fa1aa8ebafcaf11b1359741
    Modified Files:
    exec/binkit.js
    Log Message:
    Convert stats failed_sent_files from array of objects to array of strings

    Fixes issue reported by Ragnarok (DOCKSUD) where by data/binkstats.ini
    could contain:
    failed_sent_files = [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object
    Object],[object Object

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Ragnarok@VERT/DOCKSUD to Rob Swindell on Sat Dec 19 13:28:23 2020
    El 18/12/20 a las 23:50, Rob Swindell escribió:
    https://gitlab.synchro.net/main/sbbs/-/commit/6fa1aa8ebafcaf11b1359741 Modified Files:
    exec/binkit.js
    Log Message:
    Convert stats failed_sent_files from array of objects to array of strings

    Fixes issue reported by Ragnarok (DOCKSUD) where by data/binkstats.ini
    could contain:
    failed_sent_files = [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net


    Thanks you!

    Abrazo!

    ---
    ■ Synchronet ■ Dock Sud BBS TLD 24 HS - bbs.docksud.com.ar
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sun Jan 31 18:51:59 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/dff4076f809f1e8ae828684e
    Modified Files:
    exec/binkit.js
    Log Message:
    Allow config file (alternate sbbsecho .ini file) to be passed on cmdline

    Back in the day, some sysops used to use multiple SBBSecho configuration files. Nobody seems to do that these days, but its certainly a viable solution (or should be) for multiple FTNs on a single BBS. Anyway, this enhancement allows BinkIT to use an alternate SBBSecho configuration file (though it must still
    be located in the ctrl dir).

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sun Jun 6 00:16:46 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/1e441edadc29d27925ebc2a9
    Modified Files:
    exec/binkit.js
    Log Message:
    Don't log an error if after a failure to remove a file, the file doesn't exist

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Wed Jun 4 19:51:59 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/99c1ec3fd5a25ffd60ea0b67
    Modified Files:
    exec/binkit.js
    Log Message:
    Work around bug in issue #936

    The regexp engine used in aarch64 builds has a bug where /x[^x]*?$/
    will not match when /x[^x]*$/ will, which causes issues with lockfiles.

    Simply removing the ? (which in this case should not change the
    results) resolves it.

    Other cases of *?$ in regexps should be investigated to ensure this
    is the only workaround (this is the only case of an inverted alternative followed by *?$ I can find though).

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