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 [2019/01/23 10:20] – [Examples] initial import of "FixMe - need to import from [[http://synchro.net/docs/security.html]]" wkitty42access: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 89: Line 89:
 |ACTIVE               | User has an active account (not marked DELETED or INACTIVE) | |ACTIVE               | User has an active account (not marked DELETED or INACTIVE) |
 |ANSI       |  $[ | User is using an ANSI terminal | |ANSI       |  $[ | User is using an ANSI terminal |
-|PETSCII      |         | User is using a PETSCII terminal |+|PETSCII      |         | User is using a PETSCII terminal with a CBM-ASCII character set | 
 +|ASCII        |         | User is using a terminal supporting only the US-ASCII character set | 
 +|UTF8                 | User is using a terminal that supports the UNICODE character set with UTF-8 encoding | 
 +|CP437        |         | User is using a terminal that supports the IBM CP437 (so-called "extended ASCII") character set |
 |DELETED      |         | User account is marked DELETED | |DELETED      |         | User account is marked DELETED |
 |DOS       |         | BBS is running on MS-DOS | |DOS       |         | BBS is running on MS-DOS |
Line 118: 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 127: 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 134: Line 139:
 |MAIN_CMDS      | |Number of executed main menu commands (0-65535)| |MAIN_CMDS      | |Number of executed main menu commands (0-65535)|
 |NODE |$N |Current node (1-250)| |NODE |$N |Current node (1-250)|
-|PCR |$P |User's post/call ratio (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 146: Line 152:
 |TLEFT |$R |User's time left online (minutes, 0-255)| |TLEFT |$R |User's time left online (minutes, 0-255)|
 |TUSED |$O |User's time online this call (minutes, 0-255)| |TUSED |$O |User's time online this call (minutes, 0-255)|
-|UDR |$K |User's upload/download ratio (0-100)| +|UDR |$K |User's upload/download byte ratio, as a percentage (0-100)| 
-|UDFR |$D |User's upload/download file ratio (0-100)|+|UDFR |$D |User's upload/download file ratio, as a percentage (0-100)|
 |ULS            |       |Total number of files uploaded by user| |ULS            |       |Total number of files uploaded by user|
 |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 ====