• exec/chat_sec.js

    From rswindell@VERT to CVS commit on Sun Jan 5 15:50:35 2020
    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 Mon Nov 23 12:42:50 2020
    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 Sun Feb 14 13:31:03 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/0df568c5400396a13db5c466
    Modified Files:
    exec/chat_sec.js
    Log Message:
    Support comma-separated lists of IRC servers and channels in modopts.ini

    The sysop (or any user with the irc_seclevel or the C-exemption) can still manually change the IRC server (and port).

    For Mike Powell (CAPCITY2)
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Wed May 26 19:44:10 2021
    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
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Tue Mar 15 18:23:48 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/ed2444f539111617bbd54519
    Modified Files:
    exec/chat_sec.js
    Log Message:
    Optional channel list per server configured in modopts.ini

    So you have multiple IRC servers configured in modopts.ini and
    you want different channel list per server? Just add more
    keys to the modopts.ini [chat_sec] section of the form:
    <server>=<channel_list>

    Where <server> is the IRC server's host name (e.g. irc.synchro.net)
    and <channel_list> is a comma-separated list of channels to override
    the default list of channels (set with the "irc_channel" key).

    For DesotoFireflite (VALHALLA)
    ---
    ■ 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 Sat May 20 15:00:00 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/053da8f5d3069e344c489927
    Modified Files:
    exec/chat_sec.js
    Log Message:
    Prompt the user to chat with The Guru when sysop is not available

    This is actually how sbbs v1/2 worked, before this functionality was moved to chat_sec.src.

    If the sysop doesn't want the prompt at all, just set the string ChatWithGuruInsteadQ to blank in the ctrl/text.dat file (or copy this script
    to mods dir and edit to your liking).

    This resolves issue #569.
    ---
    ■ 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 Mon Sep 25 02:15:56 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/c5dd98bf86d1c66748b97592
    Modified Files:
    exec/chat_sec.js
    Log Message:
    Use the lower case On and Off text.dat strings

    The uppercase ON and OFF are being deprecated
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net