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:binkit [2018/03/31 17:35] – Updated for BinkIT v2.0 (uses sbbsecho.ini for all settings) digital manmodule:binkit [2018/03/31 17:52] – Added an Upgrade to BinkIT v2 section digital man
Line 17: Line 17:
 If you've already configured [[util:SBBSecho]] v3, you may perform an automated install of BinkIT from a command prompt by running "''[[dir:exec]]/[[util:jsexec]] binkit install''". If you've already configured [[util:SBBSecho]] v3, you may perform an automated install of BinkIT from a command prompt by running "''[[dir:exec]]/[[util:jsexec]] binkit install''".
  
-This will update the ''[[dir:ctrl]]/sbbsecho.ini'' file for you and setup the necessary Timed Events in [[util:SCFG]], but you may need to edit the session passwords in ''sbbsecho.ini'' to match those expected by your links.+This will update the ''[[dir:ctrl]]/[[config:sbbsecho.ini]]'' file for you and setup the necessary Timed Events in [[util:SCFG]], but you may need to edit the session passwords in ''sbbsecho.ini'' to match those expected by your links.
  
 If your network links are not in FidoNet (i.e. reachable via the ''binkp.net'' domain), you may need to specify a NodeList for that domain or specify ''Host'' values for those linked nodes. If your network links are not in FidoNet (i.e. reachable via the ''binkp.net'' domain), you may need to specify a NodeList for that domain or specify ''Host'' values for those linked nodes.
  
 +===== Upgrade to BinkIT v2 =====
 +
 +If you've already setup BinkIT 1.x (e.g. using ''binkit.ini''), after updating your ''[[dir:exec]]/*.js'' and ''[[dir:load]]/*.js'' files to the latest (including ''binkit.js'' v2.x), you'll need to migrate your ''binkit.ini'' and ''ftn_domains.ini'' settings in ''sbbsecho.ini''. This can be done automatically by running "''[[dir:exec]]/[[util:jsexec]] binkit upgrade''".
 +
 +If you wish to perform the merge by hand, here are the changes:
 +
 +^ Old ''binkit.ini'' key     ^ New ''sbbsecho.ini'' key          ^
 +| Global ''Capabilities''    | ''[BinkP] Capabilities''          |
 +| Global ''Sysop''           | ''[BinkP] Sysop''                 |
 +| ''[//address//] Password'' | ''[node://address//] SessionPwd'' |
 +| ''[//address//] Host''     | ''[node://address//] BinkpHost''  |
 +| ''[//address//] Port''     | ''[node://address//] BinkpPort''  |
 +| ''[//address//] Poll''               | ''[node://address//] BinkpPoll''  |
 +| ''[//address//] AllowPlainPassword'' | ''[node://address//] BinkpAllowPlainAuth''  |
 +| ''[//address//] AllowUnencrypted''   | ''[node://address//] BinkpAllowPlainText''  |
 +| ''[//address//] SourceAddress''      | ''[node://address//] BinkpSourceAddress''  |
 +
 +The domain sections keys are unchanged, but the domain sections now require a ''domain:'' prefix:
 +
 +^ Old ''ftn_domains.ini'' section     ^ New ''sbbsecho.ini'' section         ^
 +| ''[//name//]''                      | ''[domain://name//]''               |
 +
 +Once the upgrade is complete, all of the BinkIT and [[util:SBBSecho]] configuration parameters can then be viewed and modified using the [[util:EchoCfg]] utility.
 + 
 ===== Manual Setup ===== ===== Manual Setup =====