• exec/delfiles.js

    From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Sat Jan 11 14:34:01 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/afa3413a8624e7b633ddead7
    Modified Files:
    exec/delfiles.js
    Log Message:
    Use the "max_age" and "max_files" values from configuration if not set in base

    Work-around for issue #861

    This is the utility script for maintaining file bases, if you didn't know. :-)

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Mon Jan 20 03:01:12 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/81a0af31f62d975c43d806a0
    Modified Files:
    exec/delfiles.js
    Log Message:
    Ajust the log levels and details of log messages

    make the output less 'chatty'

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Wed Feb 5 18:44:18 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/5d5964b9741174730770e27b
    Modified Files:
    exec/delfiles.js
    Log Message:
    Catch and log exceptions if FileBase.get_path() fails

    I saw this in my error.log:

    evnt DELFILES !JavaScript /sbbs/exec/delfiles.js line 100:
    Error: -110 loading file 'somefile.name'

    Which would terminate the script. We don't need to do that, just log it
    and continue on.

    Other changes of no consequence.

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