Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
module:chat_sec [2019/05/30 23:36] – [Chat Section] Added install section digital manmodule:chat_sec [2020/09/22 22:00] – Update the menu paste and link to chat_sec.js digital man
Line 3: Line 3:
 This module (''[[dir:exec]]/[[http://cvs.synchro.net/cgi-bin/viewcvs.cgi/*checkout*/exec/chat_sec.js|chat_sec.js]]'') displays the "Chat" [[http://cvs.synchro.net/cgi-bin/viewcvs.cgi/*checkout*/text/menu/chat.asc|menu]]/prompt from the [[server:Terminal]] Server accepts/acts upon user input (hot keys) to perform chat-related functions. This module (''[[dir:exec]]/[[http://cvs.synchro.net/cgi-bin/viewcvs.cgi/*checkout*/exec/chat_sec.js|chat_sec.js]]'') displays the "Chat" [[http://cvs.synchro.net/cgi-bin/viewcvs.cgi/*checkout*/text/menu/chat.asc|menu]]/prompt from the [[server:Terminal]] Server accepts/acts upon user input (hot keys) to perform chat-related functions.
 <file> <file>
-───────────────────┐ +┌───────────┐ 
-│ Chat Command Menu │ +│ Chat Menu │ 
-───────────────────┘ +└───────────┘▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 
-███████████████████ Join a Chat ████████████████████████████ Toggles █████████ +▀            Join a Chat            ▀█ 
-█                                                 █                           █ +█ J Join/initiate multinode chat      █ 
-█ J Join/initiate multinode chat                  █ D Allow paging off/on     █ +█ P Join/start private node/node chat █ 
-█ P Join/initiate private node to node chat       █ A Activity alerts off/on  █ +█ C Chat with Sysop: Not Available    █ 
-█ C Chat with the sysop                           █ S Split screen pvt chat   █ +█ T Talk with The Guru (AI          █ 
-█ T Talk with the system Guru (Artificial Person█───────────────────────────█ +█ F Finger (query) remote user/system █ 
-█ F Finger (Queryremote user or system        █                           █ +█ R Internet Relay Chat (IRC)         █ 
-█ R Internet Relay Chat (irc.synchro.net)         █                           █ +█ I InterBBS Instant Messaging        █ 
-█ I Inter-BBS Instant Messaging                   █ Q Quit from Chat section  █ +█               Toggles               █ 
-█                                                 █                           █ +█ Chat availability      state: On  █ 
-█ Anytime: Ctrl-U Who's online  Ctrl-P Send private msg  Ctrl-C Abort cmd/text█ +█ A Node activity alerts   state: On  █ 
 +█ S Split-screen chat      state: On  █ 
 +█                                     █ 
 +█ Q Quit chat menu                    █ 
 +▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
 Chat:  Chat: 
 </file> </file>
  
 +The [[https://gitlab.synchro.net/sbbs/sbbs/-/blob/master/exec/chat_sec.js|default chat section module]] is ''[[dir:exec]]/chat_sec.js'' and supports the following configuration options in the ''[chat]'' section of the ''[[dir:ctrl]]/[[config:modopts.ini]]'' file:
 +
 +^ Option       ^ Default               ^ Description ^
 +| finger       | true                  | Allow finger client use |
 +| imsg         | true                  | Allow inter-BBS instant messenger use |
 +| irc          | true                  | Allow IRC client use                  |
 +| irc_server   | irc.synchro.net 6667  | IRC Server address and TCP port |
 +| irc_channel  | #Synchronet           | IRC Channel to auto-join |
 +| irc_seclevel | 90                    | Security level required to change IRC server/channel parameters |
 ===== Install ===== ===== Install =====