Synchronet v3.21e-Win32 (install) has been released (Mar-2026).

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
access:requirements [2025/02/12 18:57] – [Overview] Pre-packing QWK isn't a thing any more digital manaccess:requirements [2026/01/12 23:26] (current) – [Value Parameters] Add PROP keyword digital man
Line 76: Line 76:
 ^ Keyword      Symbol  ^Description  ^ ^ Keyword      Symbol  ^Description  ^
 |AND       |  & |More than one requirement (optional) | |AND       |  & |More than one requirement (optional) |
-|NOT       |  ! |Logical negation (e.g. NOT EQUAL) |+|NOT       |  ! |Logical negation (e.g. NOT EQUAL), may also be used for //less than// comparisons |
 |EQUAL       |  = |Equality required | |EQUAL       |  = |Equality required |
 |OR       |  %%|%% |Either of two or more parameters is required | |OR       |  %%|%% |Either of two or more parameters is required |
Line 121: Line 121:
 |DIR |$J |Current file directory (Internal code or 1-65535)| |DIR |$J |Current file directory (Internal code or 1-65535)|
 |DLS            |       |Total number of files downloaded by user| |DLS            |       |Total number of files downloaded by user|
 +|DLT            |       |Number of files download by user today |
 |DLK            |       |Total number of kilobytes in files downloaded by user| |DLK            |       |Total number of kilobytes in files downloaded by user|
 |DLM            |       |Total number of megabytes in files downloaded by user| |DLM            |       |Total number of megabytes in files downloaded by user|
Line 139: Line 140:
 |NODE |$N |Current node (1-250)| |NODE |$N |Current node (1-250)|
 |PCR |$P |User's post/call ratio, as a percentage (0-100)| |PCR |$P |User's post/call ratio, as a percentage (0-100)|
 +|PROP                 |Truthiness of the specified property (://[section]//://key//) in the user's properties file (''[[dir:data]]/user/####.ini'')|
 |PROT                 |Protocol in use (e.g. ''Telnet'', ''SSH'', ''HTTP'', etc.)| |PROT                 |Protocol in use (e.g. ''Telnet'', ''SSH'', ''HTTP'', etc.)|
 |RANDOM |$Q |Random number between 0 and value argument (0-65535)| |RANDOM |$Q |Random number between 0 and value argument (0-65535)|