• exec/tempxfer.js

    From Rob Swindell (on Debian Linux) to Git commit to main/sbbs/master on Sat Feb 18 18:10:20 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/d9d3a173366b7e56cbafe3d7
    Modified Files:
    exec/tempxfer.js
    Log Message:
    file_area.min_diskspace is in bytes now, not kilobytes - so deal
  • From Rob Swindell (on Debian Linux) to Git commit to main/sbbs/master on Mon Mar 13 20:20:46 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/be3f42f0201fea37e1e842cb
    Modified Files:
    exec/tempxfer.js
    Log Message:
    Handle sub-dirs in the temp directory better

    Use rmfiles() to recursively clean the temp dir, if available.

    Don't count sub-directories (if somehow created) as files.

    Clean the temp dir when exiting this module too.
  • From Rob Swindell (on Debian Linux)@rob@synchro.net to Git commit to main/sbbs/master on Sun Jan 11 19:38:56 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/bf9b235c47bb39414d230b5b
    Modified Files:
    exec/tempxfer.js
    Log Message:
    Major usability improvements

    I was using the Temp Dir menu to debug an issue and discovered a lot of usability issues addressed in this commit.