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 [2019/07/29 19:55] – [ctrl/tickit.ini] proper link to nodelist_handler section wkitty42module:tickit [2019/07/29 20:11] – [nodelist_handler.js] clarify what file name the nodelist handler will save the file to and where wkitty42
Line 177: Line 177:
 Dir=DAILYLIST Dir=DAILYLIST
 Handler=tickit/nodelist_handler.js Handler=tickit/nodelist_handler.js
-HandlerArg={"domain":"fidonet", "match":"NODELIST.Z*", "nlmatch":"nodelist.*"}+HandlerArg={"domain":"fidonet", "match":"Z1DAILY.Z*", "nlmatch":"Z1DAILY.*"}
 </code> </code>
  
Line 185: Line 185:
   * ''match'' the filespec for nodelist archives in this area.  If the incoming file doesn't match this, the nodelist is not updated.  This defaults to '*.*' on Windows and '*' everywhere else.   * ''match'' the filespec for nodelist archives in this area.  If the incoming file doesn't match this, the nodelist is not updated.  This defaults to '*.*' on Windows and '*' everywhere else.
   * ''nlmatch'' the filespec for the nodelist file inside the archive.  There must be exactly one file matching this filespec inside the archive, or the nodelist will not be updated.  .  This defaults to '*.*' on Windows and '*' everywhere else.   * ''nlmatch'' the filespec for the nodelist file inside the archive.  There must be exactly one file matching this filespec inside the archive, or the nodelist will not be updated.  .  This defaults to '*.*' on Windows and '*' everywhere else.
 +
 +**NOTE:** This handler will attempt to extract the nlmatch file from the match archive and write it to the directory and file name as defined in echocfg in the Domains definition section. The file will always be saved to the defined name and it will not be changed unless you change the Domain definition in echocfg. The domain argument must also be one defined in echocfg.
  
 ===== See Also ===== ===== See Also =====