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
monitor:sbbscon [2010/03/16 16:57] digitalmanmonitor:sbbscon [2010/03/16 17:23] digitalman
Line 203: Line 203:
 </code> </code>
  
 +==== Quitting ====
 +You can terminate Synchronet (and the console), with the 'Q' command from the command prompt:
 +<code>
 +[Threads: 10  Sockets: 11  Clients: 0  Served: 0  Errors: 0] (?=Help): q
  
 +3/16 17:21:11 term BBS Server terminate
 +3/16 17:21:11 ftp  1592 FTP Server terminate
 +3/16 17:21:11 web  1580 Web Server terminate
 +3/16 17:21:11 mail 1644 Mail Server terminate
 +3/16 17:21:11 srvc 0000 Services terminate
 +3/16 17:21:11 srvc 1396 IRC Terminating: Terminated.
 +3/16 17:21:11 srvc 1396 IRC service thread terminated (0 clients served)
 +3/16 17:21:11 term Terminal Server output thread terminated
 +3/16 17:21:12 term BBS Events JavaScript: Destroying context
 +3/16 17:21:12 term BBS Events JavaScript: Destroying runtime
 +3/16 17:21:12 evnt BBS Events thread terminated
 +3/16 17:21:12 srvc 0000 Closing service sockets
 +3/16 17:21:12 srvc #### Services thread terminated (0 clients served)
 +3/16 17:21:12 mail 0000 SendMail thread terminated (1 threads remain)
 +3/16 17:21:12 ftp  0000 cleanup called from line 4987
 +3/16 17:21:12 ftp  1592 Server socket closed (0 sockets in use) from line 4573
 +3/16 17:21:12 ftp  #### FTP Server thread terminated (0 clients served)
 +3/16 17:21:12 mail #### Mail Server thread terminated (0 connections served, 0 messages received)
 +3/16 17:21:13 web  #### Web Server thread terminated (0 clients served)
 +3/16 17:21:14 term BBS Events destructor begin
 +3/16 17:21:14 term BBS Events destructor end
 +3/16 17:21:14 term Terminal Server destructor begin
 +3/16 17:21:14 term Terminal Server destructor end
 +3/16 17:21:14 term Terminal Server thread terminating
 +3/16 17:21:14 term Terminal Server thread terminated (0 clients served)
 +</code>
 ===== Source Code ===== ===== Source Code =====
 The Synchronet Console is primarily coded in ''[[http://cvs.synchro.net/cgi-bin/viewcvs.cgi/*checkout*/src/sbbs3/sbbscon.c|sbbscon.c]]''. The Synchronet Console is primarily coded in ''[[http://cvs.synchro.net/cgi-bin/viewcvs.cgi/*checkout*/src/sbbs3/sbbscon.c|sbbscon.c]]''.