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 [2021/08/15 15:47] – [Value Parameters] UDR represents a upload/download BYTE ratio digital manaccess:requirements [2026/01/12 23:26] (current) – [Value Parameters] Add PROP keyword digital man
Line 14: Line 14:
   * Exemption Requirements   * Exemption Requirements
   * Moderated Posting User   * Moderated Posting User
-  * Pre-pack QWK Requirements+
  
 ===== Configuration ===== ===== Configuration =====
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 130: Line 131:
 |HOST                 |Client hostname| |HOST                 |Client hostname|
 |IP                   |Client IP address| |IP                   |Client IP address|
 +|LANG                 |User's language selection (blank for default) |
 |LASTON |$Y |Days since last logon (0-65535)| |LASTON |$Y |Days since last logon (0-65535)|
 |LEVEL |$L |User's [[level]] (0-99)| |LEVEL |$L |User's [[level]] (0-99)|
Line 138: 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)|
Line 154: Line 157:
 |ULK            |       |Total number of kilobytes in files uploaded by user| |ULK            |       |Total number of kilobytes in files uploaded by user|
 |ULM            |       |Total number of megabytes in files uploaded by user| |ULM            |       |Total number of megabytes in files uploaded by user|
-|USER |$U |User's number (1-xxxx)|+|USER |$U |User's number (1-xxxx) or alias (without spaces) |
  
 ==== General Usage Examples ==== ==== General Usage Examples ====