Skip to content
  • Rob Swindell's avatar
    2fa8db2b
    Perform "first level Ctrl-C input checking" even when in Telnet BINARY_TX · 2fa8db2b
    Rob Swindell authored
    This condition caused aborting BBS operations via Ctrl-C to fail when
    connecting from a traditional Telnet client using binary transmission
    mode (e.g. telnet -8) or SyncTERM v1.2rc6.
    
    The check of rio_abortable was probably enough to disable this function
    during file transfers (e.g. we've had no issues with SSH file transfers
    that might include byte 0x03 received from the client), but I added the
    check for SS_FILEXFER system status check too, perhaps unnecessary.
    2fa8db2b
    Perform "first level Ctrl-C input checking" even when in Telnet BINARY_TX
    Rob Swindell authored
    This condition caused aborting BBS operations via Ctrl-C to fail when
    connecting from a traditional Telnet client using binary transmission
    mode (e.g. telnet -8) or SyncTERM v1.2rc6.
    
    The check of rio_abortable was probably enough to disable this function
    during file transfers (e.g. we've had no issues with SSH file transfers
    that might include byte 0x03 received from the client), but I added the
    check for SS_FILEXFER system status check too, perhaps unnecessary.
Loading