• exec/chat_sec.js

    From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Tuesday, March 15, 2022 18:23:48
    https://gitlab.synchro.net/main/sbbs/-/commit/ed2444f539111617bbd54519
    Modified Files:
    exec/chat_sec.js
    Log Message:
    Optional channel list per server configured in modopts.iniSo you have multiple IRC servers configured in modopts.ini andyou want different channel list per server? Just add morekeys 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 overridethe default list of channels (set with the "irc_channel" key).For DesotoFireflite (VALHALLA)
    --- SBBSecho 3.15-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 Saturday, May 20, 2023 15:00:00
    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 availableThis is actually how sbbs v1/2 worked, before this functionality was moved tochat_sec.src.If the sysop doesn't want the prompt at all, just set the stringChatWithGuruInsteadQ to blank in the ctrl/text.dat file (or copy this scriptto mods dir and edit to your liking).This resolves issue #569.
    --- 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 Monday, September 25, 2023 02:15:56
    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
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)