• exec/xtrn-setup.js

    From echicken to CVS commit on Monday, April 20, 2020 19:30:21
    exec xtrn-setup.js NONE 1.1
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv24459

    Added Files:
    xtrn-setup.js
    Log Message:
    As requested by DigitalMan; like ftn-setup, but for external progs.
    Untested. May destroy your BBS, may set off a chain reaction that
    destroys the entire planet. Probably harmless.


  • From echicken to CVS commit on Monday, April 20, 2020 19:36:52
    exec xtrn-setup.js 1.1 1.2
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv25289

    Modified Files:
    xtrn-setup.js
    Log Message:
    Changed call from filter() to forEach() on result of directory().
    (This was a holdover from the long and intensive 15+ minute development
    period this script went through.)


  • From rswindell to CVS commit on Monday, April 20, 2020 19:54:59
    exec xtrn-setup.js 1.2 1.3
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv28059

    Modified Files:
    xtrn-setup.js
    Log Message:
    If there's no Name property in the install-xtrn.ini, skip it.
    Clear the screen before and pause/invalidate the frame after executing install-xtrn.js. And the ".js" is required by js.exec().

  • From echicken to CVS commit on Monday, April 20, 2020 20:01:07
    exec xtrn-setup.js 1.3 1.4
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv28986

    Modified Files:
    xtrn-setup.js
    Log Message:
    I forgot that Frame has its own word wrapping; use that instead.


  • From rswindell to CVS commit on Monday, April 20, 2020 20:15:08
    exec xtrn-setup.js 1.4 1.5
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv30977

    Modified Files:
    xtrn-setup.js
    Log Message:
    Print a blank line after the Name field even if/when there is no description.


  • From rswindell to CVS commit on Monday, April 20, 2020 23:27:01
    exec xtrn-setup.js 1.5 1.6
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv24871

    Modified Files:
    xtrn-setup.js
    Log Message:
    Some error reporting.

  • From echicken to CVS commit on Tuesday, May 05, 2020 21:47:07
    exec xtrn-setup.js 1.8 1.9
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv29321

    Modified Files:
    xtrn-setup.js
    Log Message:
    Moose support for the click clicks.


  • From Rob Swindell to Git commit to sbbs/master on Monday, September 07, 2020 20:07:57
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/b45c0451904dc3475d280a35
    Modified Files:
    exec/xtrn-setup.js
    Log Message:
    Exclude an external from the list by setting 'xtrn-setup=false'
    in the install-xtrn.ini file.
    Used for known-broken/incomplete installer files.
  • From Rob Swindell to Git commit to sbbs/master on Tuesday, November 17, 2020 17:18:07
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/5038e2358ce06310e665ea35
    Modified Files:
    exec/xtrn-setup.js
    Log Message:
    Skip already-installed externals and fail w/msg if no installables were found.