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
util:sexpots [2021/04/30 16:55] – Fix typos. CVS->Git digital manutil:sexpots [2022/01/23 02:47] – [Configure] Change default PromptTimeout value to 60 (seconds) digital man
Line 73: Line 73:
 </code> </code>
  
 +Additional options for Unix versions:
 +
 +<code>
 +    -syslog               log to syslog rather than stdout/err
 +</code>
 ===== Install ===== ===== Install =====
  
Line 101: Line 106:
 Debug = FALSE               ; enable debug logging (overrides LogLevel) Debug = FALSE               ; enable debug logging (overrides LogLevel)
 PauseOnExit = FALSE         ; wait for key-press on exit (non-service) PauseOnExit = FALSE         ; wait for key-press on exit (non-service)
 +CLS = FALSE                 ; send a form feed (clear screen) before copyright banner
 +Prompt = 
 +PromptTimeout = 60          ; seconds to wait for a remote character after sending prompt (0=infinite)
  
 [COM] [COM]