Skip to content
Snippets Groups Projects
Commit dc294f59 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Merge remote-tracking branch 'origin/master'

parents af189859 a5622793
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #392 passed
...@@ -171,6 +171,7 @@ Options = XTRN_MINIMIZED | ALLOW_RLOGIN | ALLOW_SSH ...@@ -171,6 +171,7 @@ Options = XTRN_MINIMIZED | ALLOW_RLOGIN | ALLOW_SSH
InboundSound = InboundSound =
OutboundSound = OutboundSound =
ConnectTimeout = 30 ConnectTimeout = 30
MaxConcurrentConnections = 0
; Supported options (separated with |): ; Supported options (separated with |):
; DEBUG_RX_HEADER - Log header fields of received mail messages ; DEBUG_RX_HEADER - Log header fields of received mail messages
; DEBUG_RX_BODY - Leave body text of received mail messages in temp directory forever ; DEBUG_RX_BODY - Leave body text of received mail messages in temp directory forever
......
...@@ -500,7 +500,7 @@ while((!sysop || !confirm("Your name is '" + sysop + "'")) && !aborted()) ...@@ -500,7 +500,7 @@ while((!sysop || !confirm("Your name is '" + sysop + "'")) && !aborted())
/* Get/Confirm passwords */ /* Get/Confirm passwords */
while((!link.AreaFixPwd || !confirm("Your AreaFix Password is '" + link.AreaFixPwd + "'")) && !aborted()) while((!link.AreaFixPwd || !confirm("Your AreaFix Password is '" + link.AreaFixPwd + "'")) && !aborted())
link.AreaFixPwd = prompt("Your AreaFix (a.k.a. Area Manager) Password (case in-sensitive)"); link.AreaFixPwd = prompt("Your AreaFix (a.k.a. Area Manager) Password (case in-sensitive)");
while((!link.SessionPwd || !confirm("Your BinkP Session Passowrd is '" + link.SessionPwd + "'")) && !aborted()) while((!link.SessionPwd || !confirm("Your BinkP Session Password is '" + link.SessionPwd + "'")) && !aborted())
link.SessionPwd = prompt("Your BinkP Session Password (case sensitive)"); link.SessionPwd = prompt("Your BinkP Session Password (case sensitive)");
/***********************************************/ /***********************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment