Multiple enhancements to interactive messages, moved messages to Notifications, send netmail back when invalid packet password
This commit is contained in:
@@ -84,8 +84,10 @@ class Message extends FTNBase
|
||||
public const FLAG_AUDITREQ = 1<<14; // (ARQ)
|
||||
/** @var int Requesting a file update (filename in subject) */
|
||||
public const FLAG_FILEUPDATEREQ = 1<<15; // (URQ)
|
||||
/** Echomail has been scanned out */
|
||||
/** @var int Echomail has been scanned out */
|
||||
public const FLAG_ECHOMAIL = 1<<16;
|
||||
/** @var int Use packet password on the subject line for this message */
|
||||
public const FLAG_PKTPASSWD = 1<<17;
|
||||
|
||||
// FTS-0001.016 Message header 32 bytes node, net, flags, cost, date
|
||||
public const HEADER_LEN = 0x20; // Length of message header
|
||||
|
Reference in New Issue
Block a user