• exec/automsg.js

    From rswindell@1:103/705 to CVS commit on Thu May 16 12:40:47 2019
    exec automsg.js NONE 1.1
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv24896

    Added Files:
    automsg.js
    Log Message:
    A module which mimics the current hard-coded auto-message behavior of sbbs: sbbs_t::automsg()


    --- SBBSecho 3.07-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Wed Jul 24 15:09:59 2019
    exec automsg.js 1.1 1.2
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv26825

    Modified Files:
    automsg.js
    Log Message:
    Added a (D)elete command for the auto-message, only the sysop can use.


    --- SBBSecho 3.07-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Sat Apr 18 20:15:35 2020
    exec automsg.js 1.2 1.3
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv13129

    Modified Files:
    automsg.js
    Log Message:
    term Node 1 <Guest> !JavaScript /sbbs/exec/automsg.js line 23: ReferenceError: text is not defined - reported by altere (thank you)

    --- SBBSecho 3.10-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to sbbs/master on Wed Nov 18 19:43:37 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/20f10e84e1bf0c8757faed4a
    Modified Files:
    exec/automsg.js
    Log Message:
    Fix "undefined" message displayed to W-restricted users.As reported by plt from
    the I, the R, and the C.Also, abort menu upon Ctrl-C.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Mon Feb 21 19:59:47 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/9aaaef9ab8d0eff5a69b99c0
    Modified Files:
    exec/automsg.js
    Log Message:
    Display a different prompt for sysops (that includes the [D]elete option)This addresses the gitlab issue #130.Also, prompt for confirmation when [D]eleting the file.Also, allow modopts.ini customization of this script via keysin the new (optional) [automsg] section:prompt (defaults to text.dat AutoMsg)sysop_prompt (defaults to hard-coded string)intro (defaults to hard-coded string)header_fmt (defaults to text.dat AutoMsgBy)user_fmt (defaults
    to hard-coded string)line_fmt (defaults to hard-coded string)max_line_len (defaults to 76)
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on ChromeOS)@1:103/705 to Git commit to main/sbbs/master on Sun Apr 2 13:51:59 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/8f7a2c324a117c42ef141d02
    Modified Files:
    exec/automsg.js
    Log Message:
    Back-up auto-messages (5, by default) when saving a new one
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Sun Apr 2 14:16:51 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/07b421874fe3afc75af7a833
    Modified Files:
    exec/automsg.js
    Log Message:
    Fix issue with the (new) backup_level option parsingError: can't covert options.backup_level to an integerDefault to 10, if not set.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)