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 revisionBoth sides next revision
module:index [2018/03/01 12:11] – Links to util:binkit changed to module:binkit digital manmodule:index [2018/03/01 12:16] – old revision restored (2013/10/02 03:52) digital man
Line 3: Line 3:
 Synchronet loadable modules are "in-process" executable interpreted scripts. Synchronet loadable modules are "in-process" executable interpreted scripts.
  
-Modules are typically located in the ''[[dir:exec]]'' directory and written in either [[binkit]] (compiled to ''.bin'' files) or [[custom:JavaScript]] (''.js'' files).+Modules are typically located in the ''[[dir:exec]]'' directory and written in either [[util:Baja]] (compiled to ''.bin'' files) or [[custom:JavaScript]] (''.js'' files).
  
-Modules (written in [[binkit]] or [[custom:JavaScript]]) are used to provide services to [[:server:terminal|Terminal Server]] users via [[:custom:command shell|command shells]], editors, games, add-ons, etc. as well as timed and network call-out events for the sysop.+Modules (written in [[util:Baja]] or [[custom:JavaScript]]) are used to provide services to [[:server:terminal|Terminal Server]] users via [[:custom:command shell|command shells]], editors, games, add-ons, etc. as well as timed and network call-out events for the sysop.
  
-Modules (written in [[custom:JavaScript]]) may also be used as mail processors with the [[:server:mail|Mail Server]], dynamic HTML index file generation with the [[:server:ftp|FTP Server]], external content handlers for the [[:server:web|Web Server]], CGI and other uses with [[binkit]].+Modules (written in [[custom:JavaScript]]) may also be used as mail processors with the [[:server:mail|Mail Server]], dynamic HTML index file generation with the [[:server:ftp|FTP Server]], external content handlers for the [[:server:web|Web Server]], CGI and other uses with [[:util:JSexec]].
  
 Source code for modules included with Synchronet is available in [[dev:CVS]]. Source code for modules included with Synchronet is available in [[dev:CVS]].
Line 16: Line 16:
   * [[custom:|Customization]]   * [[custom:|Customization]]
   * [[custom:Command Shell]]   * [[custom:Command Shell]]
-  * [[binkit|Utilities]]+  * [[util:|Utilities]]
   * [[service:|Services]]    * [[service:|Services]] 
  
 {{tag>javascript baja}} {{tag>javascript baja}}