- Jan 15, 2016
-
-
deuce authored
-
deuce authored
Still TODO before callout support is "complete": 1) Enhance handling of received file names a) On pkt or bundle files, place in sbbsecho inbound directory. with a known unique name... don't rely on the remote to make one up. b) For req files, handle the file request directly. c) All other files, place somewhere else for processing. 2) Perform actions when files are received... touch semaphores, parse TIC, etc. 3) Update flo files after a partial run... mark successful transfers as skip. 4) Put real data into the .try file.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
as "all the information" is sent... per FTS-5005: "The mailer should not wait for the end of the session when deleting the flow file."
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
the send as name property. Add another "sendas" parameter to the addFile() method. This allows renaming on the fly (which is required for packets).
-
deuce authored
-
deuce authored
will ALWAYS have a zone extension"
-
deuce authored
that would trigger a callout (since it's never handled).
-
deuce authored
an issue in 2038).
-
deuce authored
FIDO.Addr parsed from the flo file path... path should have the outbound directory name in it.
-
deuce authored
base outbound for a specified node.
-
- Jan 14, 2016
-
-
deuce authored
-
deuce authored
Most if it is still TODO.
-
deuce authored
will be available regardless of the scope of the callback.
-
deuce authored
-
deuce authored
caller can addFiles() after the address list is received, hopefully knowing if it's a secure session or not.
-
deuce authored
to the constructor, use "UnknownScript/0.0".
-
deuce authored
Thanks!
-
deuce authored
-
deuce authored
strongly enforced address type.
-
deuce authored
-
deuce authored
any moment without notice" means that it won't sent an OPT ND. Just in case, handle a -1 offset as though NR mode is enabled when version is 1.1.
-
deuce authored
this session, SKIP files that already exist, and ACCEPT all others. No longer try to append extra data packets to the end of the file to allow files to grow in transit... the protocol is really not well suited to this anyway. Instead, truncate to the advertised length. If the want_callback changes the file name, still ACK the correct file. Escape filenames more consistantly.
-
deuce authored
-
deuce authored
-
deuce authored
filter unwanted properties" warnings by default. This is more for when you're worried that your object may be exitended... a rare situation in Synchronet JavaScript.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
Reset senteob when addFile() is called on a 1.1 session.
-
deuce authored
binkp/1.1 requires rescanning the outbound after every received file after an M_EOB, and binkd at least will re-offer previously skipped files, we can't implement this as a simple boolean. The want_callback will need to track skipped files and whatnot to get this effect.
-