• exec/str_cmds.js

    From rswindell@VERT to CVS commit on Saturday, December 22, 2018 22:52:00
    exec str_cmds.js 1.42 1.43
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv23644

    Modified Files:
    str_cmds.js
    Log Message:
    Resolve error reported by Ragnarok when no arg supplied to "NS" command: !JavaScript /sbbs/exec/str_cmds.js line 166: Error: can't convert parseInt(str) to an integer



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Ragnarok@VERT/DOCKSUD to rswindell on Sunday, December 23, 2018 07:01:00
    El 22/12/18 a las 19:52, rswindell escribió:
    exec str_cmds.js 1.42 1.43
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv23644

    Modified Files:
    str_cmds.js
    Log Message:
    Resolve error reported by Ragnarok when no arg supplied to "NS" command: !JavaScript /sbbs/exec/str_cmds.js line 166: Error: can't convert parseInt(str) to an integer

    thanks!

    ---
    þ Synchronet þ Dock Sud BBS TLD 24 HS - http://bbs.docksud.com.ar - telnet://bbs.docksud.com.ar
  • From rswindell@VERT to CVS commit on Tuesday, December 25, 2018 02:48:00
    exec str_cmds.js 1.43 1.44
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv7932

    Modified Files:
    str_cmds.js
    Log Message:
    Added a "EVENT" string command to force a timed event to execute. If the
    event code is not passed as a parameter, the available (enabled) timed events are displayed and the sysop can choose the proper one by number.
    This change requires the latest (as of now) load/sbbsdefs.js.
    Also updated a lot of the parameter prompting to actually indicate the kind of parameter string that is being asked for (e.g. "QWKnet ID" instead of just "Parameter(s)").


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tuesday, January 01, 2019 13:38:00
    exec str_cmds.js 1.44 1.45
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv28426

    Modified Files:
    str_cmds.js
    Log Message:
    Allow filename argument to "EDIT" string command.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wednesday, July 24, 2019 22:13:48
    exec str_cmds.js 1.46 1.47
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv27484

    Modified Files:
    str_cmds.js
    Log Message:
    Add new sysop commands:
    - "ECHO" (useful for testing @-codes)
    - "EVAL" (useful for testing JavaScript expressions)

    "TYPE" and "CAT" are now aliases for "LIST" (display a text file)




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thursday, August 08, 2019 04:08:21
    exec str_cmds.js 1.48 1.49
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv2195

    Modified Files:
    str_cmds.js
    Log Message:
    Catch "eval" exceptions and print an alert to the sysop (don't log).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thursday, August 08, 2019 04:15:51
    exec str_cmds.js 1.49 1.50
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv3052

    Modified Files:
    str_cmds.js
    Log Message:
    Print a CRLF after evalulating the "eval" parameter, so the auto-pause line-counters knows the sysop (*not* in expert menu mode) hasn't seen the printed-result.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thursday, August 08, 2019 04:33:10
    exec str_cmds.js 1.50 1.51
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv5262

    Modified Files:
    str_cmds.js
    Log Message:
    Same as last commit, but for "echo" string command. I really should test more in novice menu mode. :-)



    ---
    þ 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 22: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@VERT to Git commit to main/sbbs/master on Sunday, January 31, 2021 03:23:46
    https://gitlab.synchro.net/main/sbbs/-/commit/140dfdfa13772e42f3e2a59d
    Modified Files:
    exec/str_cmds.js
    Log Message:
    Add FIND command that anyone can use to find msg and file areas

    To locate all message or file areas that contain a specific word in their name or description type: ;find word

    Also, only display transfer-area commands when the current node action is/was NODE_XFER.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Tuesday, January 11, 2022 17:16:12
    https://gitlab.synchro.net/main/sbbs/-/commit/ba264d5a2862cc75381c71f6
    Modified Files:
    exec/str_cmds.js
    Log Message:
    Remove comment about requiring semicolon prefix, not all shells do.

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