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
module:binkit [2018/09/09 19:26] – [Links] Added the BinkpPlainAuthOnly option and a link to the relevant sbbsecho.ini page section digital manmodule:binkit [2019/05/30 23:31] – [See Also] updated links digital man
Line 1: Line 1:
 ====== BinkIT ====== ====== BinkIT ======
  
-BinkIT is a simple BinkP BSO/FLO-style FidoNet Mailer, written for Synchronet in JavaScript.  BinkIT may be used in place of BinkD or other FidoNet mailers.+BinkIT is a simple BinkP BSO/FLO-style FidoNet [[ref:fidonet_glossary#Mailer]], written for Synchronet in JavaScript (by [[person:Deuce]]).  BinkIT may be used in place of BinkD or any other [[resource:FidoNet mailer]].
  
 ===== Features ==== ===== Features ====
Line 138: Line 138:
  
   * ''SessionPwd'' sets the BinkP //session password// for the link (Usually the only required option)   * ''SessionPwd'' sets the BinkP //session password// for the link (Usually the only required option)
-  * ''BinkpPlainAuthOnly'' Forces sessions with this link to use plain-password authentication (not CRAM-MD5).  Defaults to ''false''.+  * ''BinkpPlainAuthOnly'' Forces outbound sessions with this link to use plain-password authentication (not CRAM-MD5).  Defaults to ''false''.
   * ''BinkpAllowPlainAuth'' allows this link to insecurely send the password on the connection.  Defaults to ''false''.   * ''BinkpAllowPlainAuth'' allows this link to insecurely send the password on the connection.  Defaults to ''false''.
   * ''BinkpAllowPlainText'' allows this link to use an unencrypted (plain-text) session. Defaults to ''true''.   * ''BinkpAllowPlainText'' allows this link to use an unencrypted (plain-text) session. Defaults to ''true''.
Line 152: Line 152:
 For more details on the BinkP session-security related settings, see the documentation for ''sbbsecho.ini'' -> [[config:sbbsecho.ini#Node Sections]]. For more details on the BinkP session-security related settings, see the documentation for ''sbbsecho.ini'' -> [[config:sbbsecho.ini#Node Sections]].
  
-==== Example sbsbecho.ini ====+==== Example sbbsecho.ini ====
  
 <code ini> <code ini>
Line 237: Line 237:
 </file> </file>
  
-This error means that the remote/peer doesn't support encryption and encryption is required (by default). To loosen this requirement and allow a plain-text/un-encrypted session with this link, ''BinkpAllowPlainText=true'' for that linked node in your ''sbbsecho.ini'' file.+This error means that the remote/peer doesn't support encryption and encryption is required. To loosen this requirement and allow a plain-text/un-encrypted session with this link, set ''BinkpAllowPlainText=true'' for that linked node in your ''sbbsecho.ini'' file.
 ===== See Also ===== ===== See Also =====
   * [[:module:|Modules index]]   * [[:module:|Modules index]]
-  * [[util:freqit|FREQIT]] +  * [[module:FreqIT]] (file request module) 
-  * [[module:tickit|TickIT]] +  * [[module:TickIT]] (TIC file processor) 
-  * [[util:hatchit|HatchIT]]+  * [[module:HatchIT]] (TIC file hatcher)
  
 {{tag>fidonet binkp sbbsecho mailer}} {{tag>fidonet binkp sbbsecho mailer}}