• exec/str_cmds.js

    From rswindell@VERT to CVS commit on Wednesday, March 25, 2020 12:38:57
    exec str_cmds.js 1.51 1.52
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv8420

    Modified Files:
    str_cmds.js
    Log Message:
    EVAL command prints result (with type).
    Fixed issues with NODE, LOG, SLOG, and NLOG commands:
    No executefile file extension specified, so problems (on Windows) would occur if you had to both exec/node and exec/node.exe (for example). Windows would
    try to run "node" (e.g. a Linux native executable).


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Saturday, March 28, 2020 19:14:21
    exec str_cmds.js 1.52 1.53
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv384

    Modified Files:
    str_cmds.js
    Log Message:
    Add a string command (e.g. sysop command) parameter history (persisted in bbs.mods.str_cmds_parameter_history): the sysop can use the up/down arrow
    keys to scroll back through command parameter history (for the current login-session).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Saturday, April 18, 2020 19:21:29
    exec str_cmds.js 1.53 1.54
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv13937

    Modified Files:
    str_cmds.js
    Log Message:
    Fix ;anon bug reported by altere (bbs.node_settings is something totally different than node.misc).
    A couple of other cosmetic changes.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Saturday, April 18, 2020 20:02:38
    exec str_cmds.js 1.54 1.55
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv19746

    Modified Files:
    str_cmds.js
    Log Message:
    Optimization: use cached libraries to do the things, like printing node's status.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, April 19, 2020 22:20:32
    exec str_cmds.js 1.55 1.56
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv7597

    Modified Files:
    str_cmds.js
    Log Message:
    Stop reading/displaying files at Ctrl-Z (CP/M EOF) when using the TYPE/LIST/CAT command.
    Allow Ctrl-A codes in the ECHO comand string.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Saturday, May 02, 2020 00:09:26
    exec str_cmds.js 1.56 1.57
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv13076

    Modified Files:
    str_cmds.js
    Log Message:
    Make ;cat command not expand @-codes or terminate on Ctrl-Z char.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Thursday, September 17, 2020 14:34:42
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/c7955a8a9f31b41956a0ecc7
    Modified Files:
    exec/str_cmds.js
    Log Message:
    Add ;avail sysop command to toggle sysop-availability (to chat)

    ---
    þ 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 Tuesday, October 29, 2024 19:58:56
    https://gitlab.synchro.net/main/sbbs/-/commit/0cdae92fd00631df9c3a1a9a
    Modified Files:
    exec/str_cmds.js
    Log Message:
    Expand command-line specifiers (e.g. %a) in command-lines passed to ;EXEC

    ... and friends

    For Gamgee

    ---
    þ 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 Wednesday, February 05, 2025 11:48:44
    https://gitlab.synchro.net/main/sbbs/-/commit/4efd16bb3a3d5d7979d3ae9b
    Modified Files:
    exec/str_cmds.js
    Log Message:
    Reload text.<lang>.ini file upon ;RELOAD command

    ---
    þ 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, February 14, 2025 13:57:19
    https://gitlab.synchro.net/main/sbbs/-/commit/4c7f908156a0663c6d3feb43
    Modified Files:
    exec/str_cmds.js
    Log Message:
    If sbbs is configured with "NO_DOS" option, "exec" will assume native program

    <@Deuce> Filenames are always assumed to be DOS programs, despite not being able to run them.
    <nelgin> If sbbs was smart, it would know that if it's not a dos program then to use jsexec or whatever.

    There: sbbs is now more smarter

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From MRO@VERT/BBSESINF to Rob Swindell (on Debian L on Friday, February 14, 2025 17:19:52
    Re: exec/str_cmds.js
    By: Rob Swindell (on Debian Linux) to Git commit to main/sbbs/master on Fri Feb 14 2025 01:57 pm

    https://gitlab.synchro.net/main/sbbs/-/commit/4c7f908156a0663c6d3feb43 Modified Files:
    exec/str_cmds.js
    Log Message:
    If sbbs is configured with "NO_DOS" option, "exec" will assume native program

    <@Deuce> Filenames are always assumed to be DOS programs, despite not being able to run them.
    <nelgin> If sbbs was smart, it would know that if it's not a dos program then to use jsexec or whatever.

    There: sbbs is now more smarter

    if the sysop was less than smart they could just run it correctly.
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Thursday, April 10, 2025 14:42:03
    https://gitlab.synchro.net/main/sbbs/-/commit/e23d4e19d44c34df5dfd1b76
    Modified Files:
    exec/str_cmds.js
    Log Message:
    Allow string command parameters to line wrap the terminal and log them

    ---
    þ 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 Thursday, April 10, 2025 22:59:44
    https://gitlab.synchro.net/main/sbbs/-/commit/e8aaecc6d861d7e3dac5b420
    Modified Files:
    exec/str_cmds.js
    Log Message:
    Beautify the "help" output

    Both the and the output are not prettier.

    This fixes issue #901

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