NetMail non-HUB fixes
* Properly separate FTN *packet* header vs *message* header DST/SRC information
* Change routes{} handling: These are now *require* for out-of-HUB routing such that Enig will know where to send messages
This commit is contained in:
@@ -116,8 +116,10 @@ Message.StateFlags0 = {
|
||||
};
|
||||
|
||||
Message.FtnPropertyNames = {
|
||||
// packet header oriented
|
||||
FtnOrigNode : 'ftn_orig_node',
|
||||
FtnDestNode : 'ftn_dest_node',
|
||||
// :TODO: rename these to ftn_*_net vs network - ensure things won't break, may need mapping
|
||||
FtnOrigNetwork : 'ftn_orig_network',
|
||||
FtnDestNetwork : 'ftn_dest_network',
|
||||
FtnAttrFlags : 'ftn_attr_flags',
|
||||
@@ -127,6 +129,12 @@ Message.FtnPropertyNames = {
|
||||
FtnOrigPoint : 'ftn_orig_point',
|
||||
FtnDestPoint : 'ftn_dest_point',
|
||||
|
||||
// message header oriented
|
||||
FtnMsgOrigNode : 'ftn_msg_orig_node',
|
||||
FtnMsgDestNode : 'ftn_msg_dest_node',
|
||||
FtnMsgOrigNet : 'ftn_msg_orig_net',
|
||||
FtnMsgDestNet : 'ftn_msg_dest_net',
|
||||
|
||||
FtnAttribute : 'ftn_attribute',
|
||||
|
||||
FtnTearLine : 'ftn_tear_line', // http://ftsc.org/docs/fts-0004.001
|
||||
|
||||
Reference in New Issue
Block a user