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

Next revision
Previous revision
ref:node_status [2019/08/20 07:19] – created digital manref:node_status [2020/11/24 15:29] (current) – [Synchronet Node Status] Document the 'F' node flag. digital man
Line 5: Line 5:
 The node status can be displayed through various methods: The node status can be displayed through various methods:
  
-  - [[module:nodelist]] module +  - [[module:NodeList]] module (Ctrl-U key handler) 
-  - [[util:node]] utility+  - [[util:Node]] utility 
 +  - [[monitor:sbbsctrl|Synchronet Control Panel]] (for Windows)
  
 Usually each node is displayed on its own line of the form: Usually each node is displayed on its own line of the form:
Line 23: Line 24:
 | A    | Activity Alert Disabled: User of this node will not be notified of other users logging on or off other nodes. | | A    | Activity Alert Disabled: User of this node will not be notified of other users logging on or off other nodes. |
 | L    | Node is locked for sysop use: Node is temporarily reserved for sysop use only. | | L    | Node is locked for sysop use: Node is temporarily reserved for sysop use only. |
-| M    | Message waiting for node: An unreceived node-to-node message is waiting for this node. |+| M    | Message waiting for node: An unreceived short message (telegram) is waiting for this node. | 
 +| N    | Node-Message waiting for node: An unreceived node-to-node message is waiting for this node. |
 | P    | Page disabled: User of this node does not wish to allow users of other nodes to page him for chat or send him node-to-node messages. | | P    | Page disabled: User of this node does not wish to allow users of other nodes to page him for chat or send him node-to-node messages. |
  
 ^ SysFlag ^ Description ^ ^ SysFlag ^ Description ^
 | A    | Anonymous: User on this node is in anonymous mode. | | A    | Anonymous: User on this node is in anonymous mode. |
 +| C    | Local Chat: This node is being summoned (pullled-into) local sysop chat. |
 | D    | Down: This node will be shutdown as soon as possible. | | D    | Down: This node will be shutdown as soon as possible. |
-| E    | Event:This node will run it's daily event (if one is specified) before waiting for another call. |+| E    | Event: This node will run it's daily event (if one is specified) before waiting for another call. | 
 +| F    | Forced Chat: This node is being summoned (pulled-into) private node-to-node chat. |
 | I    | Node will be interrupted: Node connection will be terminated as soon as possible. | | I    | Node will be interrupted: Node connection will be terminated as soon as possible. |
-| Q    | Quiet: User on this node is in quiet mode. |+| Q    | Quiet: User on this node is in quiet mode (can't be seen by other nodes/users). |
 | R    | Rerun: This node will Rerun when user logs off. | | R    | Rerun: This node will Rerun when user logs off. |
-| U    |User data update: This user's data has been modified by another node and needs to be read from disk. |+| U    | User data update: This user's data has been modified by another node and needs to be read from disk. |
  
 If the node is not in use, the possible status are: If the node is not in use, the possible status are:
   * Offline: Node is not currently running Synchronet   * Offline: Node is not currently running Synchronet
   * Waiting for Call: Node is waiting for a call.   * Waiting for Call: Node is waiting for a call.
 +  * Logging on: User is logging on.
 +  * Logging out: User is logging out.
   * Networking: Node is currently executing network functions.   * Networking: Node is currently executing network functions.
-  * New User Logging On: A user is logging on as new.+  * New User: A user is registering as new user.
   * Waiting for all nodes to become inactive.   * Waiting for all nodes to become inactive.
   * Running external event.   * Running external event.
Line 45: Line 51:
  
 ===== See Also ===== ===== See Also =====
-  * [[:ref:|ref index]]+  * [[:ref:|Reference index]]
  
 {{tag>node nodelist}} {{tag>node nodelist}}