Skip to content
Snippets Groups Projects
  1. Jan 12, 2018
    • rswindell's avatar
      New line: MsgHdrBodySeparator · de925bbc
      rswindell authored
      - Uses new Ctrl-A/ (conditional new-line) code
      - Executes showmsgavatar.js
      de925bbc
    • rswindell's avatar
      Introduce new text.dat line: · 665933e8
      rswindell authored
        MsgHdrBodySeparator
      This is display between the msg header text.dat lines and the message body
      (previously, just hard-coded to a blank line).
      This enables us to now execute showmsgavatar.js much faster than loading
      msghdr.asc file, and using it to execute showmsghdr.js.
      So... if you're upgrading to this build, you can get rid of msghdr.asc and
      get a message viewing performance boost. The results should look the same
      (but the message header will display immediately, with no discernable delay).
      665933e8
    • rswindell's avatar
      New Ctrl-A code (Conditional New-line): Ctrl-A/ (or \1/) · 036e6af7
      rswindell authored
      - When the Ctrl-A code is encountered, the terminal server will output a
        new-line sequence (CRLF), but only if the current column is not the first
        column. This is helpful for text.dat lines where you cannot make assumptions
        about the previously displayed text and you want to insure the cursor is at
        the beginning of a new-line without creating unnecessary blank lines in the
        output.
      036e6af7
    • rswindell's avatar
      sbbs_t::sendfile() (used by JS bbs.send_file() and Baja FILE_SEND) would not · a4c36610
      rswindell authored
      check the protocol.log (e.g. DSZ.LOG) for successful transfer even when the
      protocol was so-configured in SCFG. Fixed.
      Additionally, while sendfile() would return a proper boolean result based on
      the errorlevel returned by the protocol driver process, the log and console
      output would report success and statistics adjusted as though the xfer
      was successful, regardless.
      a4c36610
    • rswindell's avatar
      Default "send_files" state to FALSE rather than TRUE, so if no files are even · 13678f34
      rswindell authored
      attempted to be sent (e.g. there are file open failures for all files), then we
      won't call zmodem_get_zfin() - we never sent a ZINIT! Just return -1.
      13678f34
  2. Jan 11, 2018
  3. Jan 10, 2018
Loading