Synchronet v3.20b-Win32 (install) has been released (Jan-2025).

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
dev:source [2024/02/02 12:32] – [Static Analysis] Fixed typo digital mandev:source [2025/01/04 16:25] (current) – [UNIX] update latest release tarball name digital man
Line 16: Line 16:
  
   * Latest successfully built code ([[https://gitlab.synchro.net/main/sbbs/-/tree/dailybuild_linux-x64|nightly branch]]): ''[[http://synchro.net/Synchronet/sbbs_src.tgz|sbbs_src.tgz]]''   * Latest successfully built code ([[https://gitlab.synchro.net/main/sbbs/-/tree/dailybuild_linux-x64|nightly branch]]): ''[[http://synchro.net/Synchronet/sbbs_src.tgz|sbbs_src.tgz]]''
-  * Latest release (v3.19b) ''[[http://synchro.net/Synchronet/ssrc319b.tgz|ssrc319b.tgz]]''+  * Latest release (v3.20b) ''[[http://synchro.net/Synchronet/ssrc320b.tgz|ssrc320b.tgz]]''
  
 ===== Style =====  ===== Style ===== 
Line 28: Line 28:
 === Vim === === Vim ===
 If you use the [[https://www.vim.org/|Vim]] text editor, consider installing [[https://www.vim.org/scripts/script.php?script_id=4122|this plugin]] to enable support for the PT/SC headers found in Synchronet source files, to automatically set the tab-stops accordingly when editing Synchronet source files. If you use the [[https://www.vim.org/|Vim]] text editor, consider installing [[https://www.vim.org/scripts/script.php?script_id=4122|this plugin]] to enable support for the PT/SC headers found in Synchronet source files, to automatically set the tab-stops accordingly when editing Synchronet source files.
 +
 +  curl --create-dirs 'https://www.vim.org/scripts/download_script.php?src_id=18234' -o ~/.vim/plugin/ptsc-header.vim
  
 ==== C99 ==== ==== C99 ====