• exec/chat_sec.js

    From rswindell@VERT to CVS commit on Saturday, January 12, 2019 02:15:00
    exec chat_sec.js 1.10 1.11
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv23143

    Modified Files:
    chat_sec.js
    Log Message:
    Modernization of this script (e.g. "use strict", require(), load(), etc.)
    Loads child scripts (finger.js, sbbsimsg.js) quicker.
    Note: irc.js can't be load()ed from here because it calls exit().
    Now using appropriate strings from text.dat (R_Chat, ON, OFF).
    Added modopts.ini [chat_sec] irc option (disable IRC access by setting to false).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, April 28, 2019 09:31:00
    exec chat_sec.js 1.11 1.12
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv24782

    Modified Files:
    chat_sec.js
    Log Message:
    A bit more input validation around the IRC server/channel.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Saturday, June 15, 2019 03:02:00
    exec chat_sec.js 1.12 1.13
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv4258

    Modified Files:
    chat_sec.js
    Log Message:
    Bug-fixes:
    1. The 'irc' mod options value was toggling the 'I' command key, not 'R'
    ('R' is for IRC, not 'I')
    2. Use load({}, "sbbsimsg.js") so that the chat_sec options aren't blown-away
    by sbbsimsg.js

    Enhancement:
    - added support for 'imsg' option in [chat_sec] section of modopts.ini, if set
    to false, disables the inter-bbs instant message command key.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Saturday, June 15, 2019 03:18:00
    exec chat_sec.js 1.13 1.14
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv6615

    Modified Files:
    chat_sec.js
    Log Message:
    Use [chat] as the preferred modopts.ini section name.
    Support [chat_sec] for backwards compatibility (anyone actually using this feature?).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, January 05, 2020 23:50:35
    exec chat_sec.js 1.14 1.15
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv17675

    Modified Files:
    chat_sec.js
    Log Message:
    Use the ChatPrompt string from the text.dat.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to Main/master on Monday, November 23, 2020 20:42:50
    https://gitlab.synchro.net/main/sbbs/-/commit/e8b997307b8191cc9c9e2bd5
    Modified Files:
    exec/chat_sec.js
    Log Message:
    Support individual access requirements for IRC, Finger, and inter-bbs msgs.

    New modopts.ini [chat_sec] options:
    - imsg_requirements (default: blank)
    - irc_requirements (default: blank)
    - finger_requirements (default: blank)

    For DesotoFireflite (VALHALLA)

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Thursday, May 27, 2021 02:44:10
    https://gitlab.synchro.net/main/sbbs/-/commit/724d2609bc50cdd68b7bf291
    Modified Files:
    exec/chat_sec.js
    Log Message:
    Abort menu loop when disconnected.

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