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
custom:atcodes [2019/08/14 22:40] – [System Information] Added new @-codes: ANODES, ONODES, and new alias for TNODE and NODE digital mancustom:atcodes [2019/08/16 16:33] – [System Information] Don't use ### to specif a number as # is an @-code/arg separator now digital man
Line 95: Line 95:
 |NOACCESS                      |Why user was denied access (last failed ARS check) | |NOACCESS                      |Why user was denied access (last failed ARS check) |
 |NODE           |NN              |Number of current node | |NODE           |NN              |Number of current node |
-|NODE###        |                |Status of node number ### |+|NODE//n//      |                |Status of node number //n// |
 |NUMDIR                        |Number of current library and directory | |NUMDIR                        |Number of current library and directory |
 |ONODES         |ONODE, ON       |Number of other active nodes (not counting current node) | |ONODES         |ONODE, ON       |Number of other active nodes (not counting current node) |
Line 139: Line 139:
 |MSG_TAGS                      |Current message tags (space-separated, optional)| |MSG_TAGS                      |Current message tags (space-separated, optional)|
 |MSG_DATE                      |Current message date/time written | |MSG_DATE                      |Current message date/time written |
 +|MSG_IMP_DATE                  |Current message date/time imported |
 |MSG_AGE        |                |Current message age (e.g. in seconds, minutes, hours, etc.) | |MSG_AGE        |                |Current message age (e.g. in seconds, minutes, hours, etc.) |
-|MSG_TIMEZONE                  |Current message time zone|+|MSG_TIMEZONE                  |Current message timezone written | 
 +|MSG_IMP_TIMEZONE  |             |Current message timezone imported |
 |MSG_ATTR                      |Current message attributes| |MSG_ATTR                      |Current message attributes|
 |MSG_AUXATTR    |                |Current message auxiliary attributes| |MSG_AUXATTR    |                |Current message auxiliary attributes|
Line 314: Line 316:
 |CENTER          |        |Middle-align the remaining text on the line | |CENTER          |        |Middle-align the remaining text on the line |
 |SYSONLY                |Toggle off/on visibility for non-sysops | |SYSONLY                |Toggle off/on visibility for non-sysops |
 +|FILL://text//          |Repeat the specified text, filling the current line (to terminal columns - 1)  |
 |WIDE://text//          |Display specified //text// double-wide, using Unicode "fullwidth" characters if possible | |WIDE://text//          |Display specified //text// double-wide, using Unicode "fullwidth" characters if possible |
 |U+//code//      |        |Send a Unicode character code point (in hexadecimal) to UTF-8 terminal or an automatic fallback character, if supported((Not all Unicode code points support fallback characters for ASCII/CP437/PETSCII terminals)) | |U+//code//      |        |Send a Unicode character code point (in hexadecimal) to UTF-8 terminal or an automatic fallback character, if supported((Not all Unicode code points support fallback characters for ASCII/CP437/PETSCII terminals)) |
-|U+//code//://text// |        | Send a Unicode character code point, specifying fallback string|+|U+//code//://text// |        | Send a Unicode character code point, specifying fallback string |
 |U+//code//,//char// |        | Send a Unicode character code point, specifying fallback character value in hexadecimal (or ''0'' for //none//) | |U+//code//,//char// |        | Send a Unicode character code point, specifying fallback character value in hexadecimal (or ''0'' for //none//) |
 |U+//code//!//char// |        | Send a Unicode character code point, specifying fallback character only to used when no automatic fallback is available | |U+//code//!//char// |        | Send a Unicode character code point, specifying fallback character only to used when no automatic fallback is available |