• src/sbbs3/jsexec.c

    From rswindell@VERT to CVS commit on Tuesday, April 07, 2020 23:04:37
    src/sbbs3 jsexec.c 1.211 1.212
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv29331

    Modified Files:
    jsexec.c
    Log Message:
    Added support for exec/jsexec.ini file which can over-ride default values globally and per-module. Command-line options still take precedence.
    For jsdoor builds, jsdoor.ini is supported in whatever directory jsdoor is run from.
    Changed the default log level from Debug to Informational.
    (If you need the old default, set LogLevel=debug in your ctrl/jsexec.ini file).


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Saturday, April 11, 2020 22:09:59
    src/sbbs3 jsexec.c 1.213 1.214
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv21582

    Modified Files:
    jsexec.c
    Log Message:
    Remove unused string constant.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Monday, May 04, 2020 14:01:19
    src/sbbs3 jsexec.c 1.214 1.215
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv18286

    Modified Files:
    jsexec.c
    Log Message:
    Move expected location of jsexec.ini from exec directory to ctrl directory:
    - argv[0] does not always contain the full path to the executable, so that is
    not a good way to locate the exec directory.
    - since we already need to know the ctrl dir and that is the normal place to
    put config files, that's where it shall be.
    - jsdoor builds don't get a .ini file - I don't think they need it (?)


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Monday, May 04, 2020 20:09:11
    src/sbbs3 jsexec.c 1.215 1.216
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv22813

    Modified Files:
    jsexec.c
    Log Message:
    Only complain about not being able to open ctrl/jsexec.ini, if the file exists


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on macOS)@VERT to Git commit to main/sbbs/master on Wednesday, January 15, 2025 21:49:11
    https://gitlab.synchro.net/main/sbbs/-/commit/ebe52737cd48d45a843d12ea
    Modified Files:
    src/sbbs3/jsexec.c
    Log Message:
    Temporary debug to find out where/why jsexec is hanging during mac mini m4 CI test

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on macOS)@VERT to Git commit to main/sbbs/master on Wednesday, January 15, 2025 22:17:26
    https://gitlab.synchro.net/main/sbbs/-/commit/4ce915370298c9c4912a4d40
    Modified Files:
    src/sbbs3/jsexec.c
    Log Message:
    Add an fflsuh() for temp debug spew

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on macOS)@VERT to Git commit to main/sbbs/master on Wednesday, January 15, 2025 23:04:56
    https://gitlab.synchro.net/main/sbbs/-/commit/e8a981d77522a6ecd880e741
    Modified Files:
    src/sbbs3/jsexec.c
    Log Message:
    Revert "Add an fflsuh() for temp debug spew"

    This reverts commit 4ce915370298c9c4912a4d4095852854a0726225.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on macOS)@VERT to Git commit to main/sbbs/master on Wednesday, January 15, 2025 23:04:56
    https://gitlab.synchro.net/main/sbbs/-/commit/0d8ef460eb35c72548a51310
    Modified Files:
    src/sbbs3/jsexec.c
    Log Message:
    Revert "Temporary debug to find out where/why jsexec is hanging during mac mini m4 CI test"

    This reverts commit ebe52737cd48d45a843d12eaa7909551f491cc36.

    ---
    þ 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 Friday, January 17, 2025 00:57:26
    https://gitlab.synchro.net/main/sbbs/-/commit/0e24a32ba6985a26dad9655f
    Modified Files:
    src/sbbs3/jsexec.c
    Log Message:
    Increase formatted log/console output buffers from 1K to 8K

    ... make them more useful (e.g. when the result of script is a big string).

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Saturday, January 18, 2025 08:41:19
    https://gitlab.synchro.net/main/sbbs/-/commit/2e2bcb707a2f03ea5e95b78e
    Modified Files:
    src/sbbs3/jsexec.c
    Log Message:
    MethodJIT crashes on OpenBSD

    Disable it in jsdoor

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Saturday, January 18, 2025 15:06:40
    https://gitlab.synchro.net/main/sbbs/-/commit/8ca065ccc2ac94cbf2807da0
    Modified Files:
    src/sbbs3/jsexec.c
    Log Message:
    Check/read the passed module path/name section in jsexec.ini first

    ... before the more ambiguous base filename check.

    e.g. if you run 'jsexec /path/to/test.js' and get separate set of settings
    from running 'jsexec test.js' depending on which sections you have added to your jsexec.ini file.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Saturday, January 18, 2025 15:34:16
    https://gitlab.synchro.net/main/sbbs/-/commit/d55b899a806bae8f537421b2
    Modified Files:
    src/sbbs3/jsexec.c
    Log Message:
    Fix misalignment (by uncrustify?)

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