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
Last revisionBoth sides next revision
howto:linuxapps [2021/04/24 13:56] – add example for WeeChat cli client. blame this on ~mortifis mortifishowto:linuxapps [2022/02/07 06:51] – [Links2 Web Browser] Added a warning about Links2's OS Shell feature. Andre
Line 19: Line 19:
  
 === Add links2 to SBBS === === Add links2 to SBBS ===
 +
 +:!: Note that links2 could give access to the host OS, such as with "OS Shell" from the File menu, which gives the BBS user a shell as the OS user the BBS runs as. At the very least this will likely give someone access to your [[util:scfg|scfg]] tool.
  
 Add links2 to sbbs as an external program as any other door: Add links2 to sbbs as an external program as any other door:
Line 48: Line 50:
 === Add to Synchronet Command Shell === === Add to Synchronet Command Shell ===
  
-edit your *.src command shell script and add:+edit your *.src [[custom:command_shell|command shell]] script and add:
   ie: cmdkey /B   ie: cmdkey /B
           exec_bin "links2.js"           exec_bin "links2.js"
Line 158: Line 160:
 var infile = system.ctrl_dir+'irc-weechat.conf'; var infile = system.ctrl_dir+'irc-weechat.conf';
 var outfile = system.ctrl_dir+'irc-weechat.tmp'; var outfile = system.ctrl_dir+'irc-weechat.tmp';
-var weechat = '/home/pi/.weechat/irc.conf'; +var weechat = '/home/sbbs/.weechat/irc.conf'; 
-var wc_bup = '/home/pi/.weechat/irc-'+strftime("%Y-%m%d_%H%M", time())+'.conf';+var wc_bup = '/home/sbbs/.weechat/irc-'+strftime("%Y-%m%d_%H%M", time())+'.conf';
 var save_prefs = system.data_dir+'wc-prefs.'+user.number; var save_prefs = system.data_dir+'wc-prefs.'+user.number;
  
Line 197: Line 199:
 switch(goon) { switch(goon) {
     case 'Q':     case 'Q':
-        writeln(' Fuck off then will ya? :-) \r\n\r\n');+        writeln(' Returning to '+system.name+' \r\n\r\n');
         mswait(1000);         mswait(1000);
         exit();         exit();