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
service:ircd [2020/11/13 21:30] – [Using JSexec with systemd] syslog mlongservice:ircd [2022/02/12 18:03] – [About this document] Fixed knowledge pre-reqs bullet list formatting. Andre
Line 20: Line 20:
 In short, this document assumes that you know: In short, this document assumes that you know:
  
-* How to use your computer and operating system effectively. +  * How to use your computer and operating system effectively. 
-* The basics of IRC and its terminology. +  * The basics of IRC and its terminology. 
-* How to use, configure, and make basic modifications to Synchronet. +  * How to use, configure, and make basic modifications to Synchronet. 
-* The basics of the Internet (or at least the ability to visualize a routed, distributed network)+  * The basics of the Internet (or at least the ability to visualize a routed, distributed network)
  
 ====== Installation ====== ====== Installation ======
Line 129: Line 129:
   StandardOutput=file:/sbbs/data/logs/ircd.log   StandardOutput=file:/sbbs/data/logs/ircd.log
   StandardError=file:/sbbs/data/logs/ircd.err   StandardError=file:/sbbs/data/logs/ircd.err
-  ExecStart=/sbbs/exec/jsexec -A -S -l /sbbs/exec/ircd.js+  ExecStart=/sbbs/exec/jsexec -A -l /sbbs/exec/ircd.js
  
 [Install] [Install]
Line 142: Line 142:
  
 [Service] [Service]
-  Type=simple+  Type=forking
   Environment=SBBSROOT=/sbbs SBBSCTRL=/sbbs/ctrl SBBSEXEC=/sbbs/exec/   Environment=SBBSROOT=/sbbs SBBSCTRL=/sbbs/ctrl SBBSEXEC=/sbbs/exec/
   User=sbbs   User=sbbs
Line 157: Line 157:
 systemctl daemon-reload systemctl daemon-reload
 systemctl start ircd systemctl start ircd
 +
 +===== Setting up TLS/Secure Connections =====
 +
 +If you are running with JSExec, you can add this line to your ircd.conf in order to accept secure requests:
 +
 +<code>
 +P:*:*:*:6697
 +</code>
 ====== About the Synchronet IRC Network (irc.synchro.net) ====== ====== About the Synchronet IRC Network (irc.synchro.net) ======