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:tickit [2018/04/03 18:57] – [See Also] fixed index link and add fidonet tag digital manmodule:tickit [2019/02/11 10:10] – [Tickit] information about addfiles being executed wkitty42
Line 4: Line 4:
  
 It is configured via the file: ''[[dir:ctrl]]/tickit.ini'' It is configured via the file: ''[[dir:ctrl]]/tickit.ini''
 +
 +Managing ''[[dir:ctrl]]/tickit.ini'' may be done manually or via ''[[dir:exec]]/tickitcfg.js''. The preferred method is via [[module:tickitcfg|tickitcfg]] which allows for importing your FDN areas as well as access to global and per area options.
 +
 +Tickit automatically executes ''[[dir:exec]]/addfiles'' when it processes files sent to your system in FDN areas stored in your file bases. Addfiles is executed for each file as it is processed. Files stored outside of your file bases will not have addfiles run against them during processing.
  
 In a recent change to SBBSecho/EchoCfg v3 and ''tickit.js'', the TIC file password for each FTN-linked node is now stored in the ''TicFilePwd'' key of the corresponding ''[node]'' section of the ''[[config:sbbsecho.ini]]'' file and can be managed via AreaFix and via ''[[util:echocfg]]''. In a recent change to SBBSecho/EchoCfg v3 and ''tickit.js'', the TIC file password for each FTN-linked node is now stored in the ''TicFilePwd'' key of the corresponding ''[node]'' section of the ''[[config:sbbsecho.ini]]'' file and can be managed via AreaFix and via ''[[util:echocfg]]''.
Line 28: Line 32:
 </code> </code>
  
-For BinkD, use a line like this to create the semaphore file: <code>flag /synchronet/sbbs/data/tickit.now *.tic *.TIC</code> +  * If using BinkD, add a line like this to your ''binkd.cfg'' file to create semaphore file which triggers the TICKIT timed-event to execute whenever a ''.tic'' file is received: <code>flag /sbbs/data/tickit.now *.tic *.TIC</code> 
- +  [[module:binkit|BinkIT]] automatically runs the TICKIT timed event when a TIC file is received 
-[[module:binkit|BinkIT]] automatically runs the TICKIT event when a TIC file is received.+  * If you would like to treat all imported ''.tic'' files as though they have a ''REPLACES'' clause, add the ''-force-replace'' option to the ticket.js command-line or use the ''Force Replace'' options in tickitcfg for global or per-area forced replacements
 ===== Configuration ===== ===== Configuration =====
  
Line 118: Line 122:
 ===== See Also ===== ===== See Also =====
   * [[module:|Module Index]]   * [[module:|Module Index]]
 +  * [[:module:tickitcfg|tickitcfg]]
  
 {{tag>fidonet}} {{tag>fidonet}}