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/06/11 21:35] – [Logic Operators] clarify that NOT can be use for "less than" comparisons 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 or LESS THAN) |+|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 140: 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)|